Started by user laforge 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/jenkins7541053994556126518.sh + env JENKINS_HOME=/usr/local/jenkins MAIL=/var/mail/osmocom-build SSH_CLIENT=192.168.122.1 56262 22 USER=osmocom-build RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/103/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/103/ HUDSON_COOKIE=fcfd353e-d989-442a-a7cd-cbd7fc31ea17 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=1005 BUILD_DISPLAY_NAME=#103 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=103 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-103 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=103 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/103/display/redirect HUDSON_SERVER_COOKIE=8cd9590adb8bfe87 JOB_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/display/redirect JOB_NAME=ttcn3-nitb-sysinfo PWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo SSH_CONNECTION=192.168.122.1 56262 192.168.122.224 22 MAKE=make + OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo + DIR=/home/osmocom-build/jenkins/docker-playground + cd /home/osmocom-build/jenkins/docker-playground + git fetch + git checkout -f -B master origin/master Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. + cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master + make docker build -t docker.io/osmocom-build/osmo-nitb-master:latest . Sending build context to Docker daemon 12.29kB Step 1/14 : FROM laforge/debian-jessie-build ---> 80385047baea Step 2/14 : MAINTAINER Harald Welte ---> Using cache ---> 1372d15076ce Step 3/14 : COPY Release.key /tmp/Release.key ---> Using cache ---> 7c8827de5720 Step 4/14 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 4aa34ab677b0 Step 5/14 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> 3ab96e043ac0 Step 6/14 : WORKDIR /tmp ---> Using cache ---> 90ae0a60838d Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> 249082cf419e Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> a6ec05188ac1 Step 9/14 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master && autoreconf -fi && ./configure --enable-nat --enable-osmo-bsc --enable-smpp && make -j8 install && ldconfig ---> Using cache ---> 489f300515a8 Step 10/14 : VOLUME /data ---> Using cache ---> f3458665a793 Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg ---> Using cache ---> 8eeda3da162d Step 12/14 : WORKDIR /data ---> Using cache ---> b8aad56f4c7e Step 13/14 : CMD /usr/local/bin/osmo-nitb ---> Using cache ---> d49abc7f5028 Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp ---> Using cache ---> 86be715fd5c5 Successfully built 86be715fd5c5 Successfully tagged osmocom-build/osmo-nitb-master:latest + cd /home/osmocom-build/jenkins/docker-playground/osmo-bts-master + make docker build -t docker.io/osmocom-build/osmo-bts-master:latest . Sending build context to Docker daemon 9.216kB Step 1/13 : FROM laforge/debian-jessie-build ---> 80385047baea Step 2/13 : MAINTAINER Harald Welte ---> Using cache ---> 1372d15076ce Step 3/13 : COPY Release.key /tmp/Release.key ---> Using cache ---> 7c8827de5720 Step 4/13 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 4aa34ab677b0 Step 5/13 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> 3ab96e043ac0 Step 6/13 : WORKDIR /tmp ---> Using cache ---> 90ae0a60838d Step 7/13 : RUN git clone git://git.osmocom.org/osmo-bts.git ---> Using cache ---> bb42d3aab864 Step 8/13 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts ---> Using cache ---> 306928b333cb Step 9/13 : RUN cd osmo-bts && git fetch && git checkout -f -B master origin/master && autoreconf -fi && ./configure --enable-trx && make -j8 install ---> Using cache ---> 437e68ded4f0 Step 10/13 : VOLUME /data ---> Using cache ---> 64f8f5813041 Step 11/13 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> Using cache ---> ba516bb8f0b3 Step 12/13 : WORKDIR /data ---> Using cache ---> 6ffeabf03676 Step 13/13 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230 ---> Using cache ---> f88ed0302356 Successfully built f88ed0302356 Successfully tagged osmocom-build/osmo-bts-master:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + make docker build -t docker.io/osmocom-build/ttcn3-nitb-sysinfo:latest . Sending build context to Docker daemon 8.192kB Step 1/8 : FROM laforge/debian-stretch-titan ---> efb12883d73d Step 2/8 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) ---> Using cache ---> 469a506ce9bf Step 3/8 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git ---> Using cache ---> cdd28096f38b Step 4/8 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit ---> Using cache ---> 43fcb602d361 Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && git pull && ./gen_links.sh && ./regen_makefile.sh && make compile && make -j8 ---> Running in d5138ac979b4 From git://git.osmocom.org/osmo-ttcn3-hacks cda8b9a..04d74cd master -> origin/master Updating cda8b9a..04d74cd Fast-forward ggsn_tests/GTP_CodecPort.ttcn | 4 ++++ gprs_gb/NS_CodecPort.ttcn | 2 ++ library/GSMTAP_PortType.ttcn | 2 ++ 3 files changed, 8 insertions(+) Linking /root/projects/git/titan.Libraries.TCCUsefulFunctions/src Linking TCCInterface_Functions.ttcn Linking TCCConversion_Functions.ttcn Linking TCCConversion.cc Linking TCCConversion.hh Linking TCCInterface.cc Linking TCCInterface_ip.h Linking /root/projects/git/titan.TestPorts.Common_Components.Socket-API/src Linking Socket_API_Definitions.ttcn Linking /root/projects/git/titan.TestPorts.IPL4asp/src Linking IPL4asp_Functions.ttcn Linking IPL4asp_PT.cc Linking IPL4asp_PT.hh Linking IPL4asp_PortType.ttcn Linking IPL4asp_Types.ttcn Linking IPL4asp_discovery.cc Linking IPL4asp_protocol_L234.hh Linking /root/projects/git/titan.TestPorts.TELNETasp/src Linking TELNETasp_PT.cc Linking TELNETasp_PT.hh Linking TELNETasp_PortType.ttcn Linking ../library Linking GSMTAP_PortType.ttcn Linking GSMTAP_Types.ttcn Linking GSM_SystemInformation.ttcn Linking GSM_RR_Types.ttcn Linking RLCMAC_CSN1_Types.ttcn Linking GSM_Types.ttcn Linking IPL4_GSMTAP_CtrlFunct.ttcn Linking IPL4_GSMTAP_CtrlFunctDef.cc Linking Osmocom_Types.ttcn Linking General_Types.ttcn Linking Osmocom_VTY_Functions.ttcn ttcn3_makefilegen: warning: File `Test.ttcn' was given more than once for the Makefile. Generating Makefile skeleton... Makefile skeleton was generated. /usr/bin/compiler -L \ Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn - Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled. Notify: Parsing TTCN-3 module `Test.ttcn'... Notify: Parsing TTCN-3 module `GSMTAP_PortType.ttcn'... Notify: Parsing TTCN-3 module `GSMTAP_Types.ttcn'... Notify: Parsing TTCN-3 module `GSM_RR_Types.ttcn'... Notify: Parsing TTCN-3 module `GSM_SystemInformation.ttcn'... Notify: Parsing TTCN-3 module `GSM_Types.ttcn'... Notify: Parsing TTCN-3 module `General_Types.ttcn'... Notify: Parsing TTCN-3 module `IPL4_GSMTAP_CtrlFunct.ttcn'... Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'... Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'... Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'... Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'... Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'... Osmocom_VTY_Functions.ttcn:7.36-49: In charstring value: Osmocom_VTY_Functions.ttcn:7.47-48: warning: Unknown escape sequence `\#' was treated literally Notify: Parsing TTCN-3 module `RLCMAC_CSN1_Types.ttcn'... Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'... Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'... Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'... Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'... Notify: Checking modules... Osmocom_VTY_Functions.ttcn: In TTCN-3 module `Osmocom_VTY_Functions': Osmocom_VTY_Functions.ttcn:68.2-70.2: In function definition `f_vty_transceive': Osmocom_VTY_Functions.ttcn:69.3-30: In function instance: Osmocom_VTY_Functions.ttcn:69.3-30: warning: The value returned by function `@Osmocom_VTY_Functions.f_vty_transceive_ret' is not used Test.ttcn: In TTCN-3 module `Test': Test.ttcn:492.2-506.2: In function definition `f_init': Test.ttcn:498.3-82: In function instance: Test.ttcn:498.3-82: warning: The value returned by external function `@IPL4_GSMTAP_CtrlFunct.f_IPL4_listen' is not used Notify: Generating code... Notify: File `GSMTAP_PortType.hh' was generated. Notify: File `GSMTAP_PortType.cc' was generated. Notify: File `GSMTAP_Types.hh' was generated. Notify: File `GSMTAP_Types.cc' was generated. Notify: File `GSM_RR_Types.hh' was generated. Notify: File `GSM_RR_Types.cc' was generated. Notify: File `GSM_SystemInformation.hh' was generated. Notify: File `GSM_SystemInformation.cc' was generated. Notify: File `GSM_Types.hh' was generated. Notify: File `GSM_Types.cc' was generated. Notify: File `General_Types.hh' was generated. Notify: File `General_Types.cc' was generated. Notify: File `IPL4_GSMTAP_CtrlFunct.hh' was generated. Notify: File `IPL4_GSMTAP_CtrlFunct.cc' was generated. Notify: File `IPL4asp_Functions.hh' was generated. Notify: File `IPL4asp_Functions.cc' was generated. Notify: File `IPL4asp_PortType.hh' was generated. Notify: File `IPL4asp_PortType.cc' was generated. Notify: File `IPL4asp_Types.hh' was generated. Notify: File `IPL4asp_Types.cc' was generated. Notify: File `Osmocom_Types.hh' was generated. Notify: File `Osmocom_Types.cc' was generated. Notify: File `Osmocom_VTY_Functions.hh' was generated. Notify: File `Osmocom_VTY_Functions.cc' was generated. Notify: File `RLCMAC_CSN1_Types.hh' was generated. Notify: File `RLCMAC_CSN1_Types.cc' was generated. Notify: File `Socket_API_Definitions.hh' was generated. Notify: File `Socket_API_Definitions.cc' was generated. Notify: File `TCCConversion_Functions.hh' was generated. Notify: File `TCCConversion_Functions.cc' was generated. Notify: File `TCCInterface_Functions.hh' was generated. Notify: File `TCCInterface_Functions.cc' was generated. Notify: File `TELNETasp_PortType.hh' was generated. Notify: File `TELNETasp_PortType.cc' was generated. Notify: File `Test.hh' was generated. Notify: File `Test.cc' was generated. Notify: 36 files were updated. touch compile g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_PT.o IPL4asp_PT.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_discovery.o IPL4asp_discovery.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCConversion.o TCCConversion.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCInterface.o TCCInterface.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4_GSMTAP_CtrlFunctDef.o IPL4_GSMTAP_CtrlFunctDef.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TELNETasp_PT.o TELNETasp_PT.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Test.o Test.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSMTAP_PortType.o GSMTAP_PortType.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSMTAP_Types.o GSMTAP_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSM_RR_Types.o GSM_RR_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSM_SystemInformation.o GSM_SystemInformation.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o GSM_Types.o GSM_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o General_Types.o General_Types.cc IPL4asp_PT.cc: In member function 'virtual void IPL4asp__PortType::IPL4asp__PT_PROVIDER::set_parameter(const char*, const char*)': IPL4asp_PT.cc:863:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!strcasecmp(parameter_value,"YES")) ^~ IPL4asp_PT.cc:865:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' globalConnOpts.sctp_nodelay = GlobalConnOpts::YES; ^~~~~~~~~~~~~~ IPL4asp_PT.cc: In member function 'int IPL4asp__PortType::IPL4asp__PT_PROVIDER::getOption(const IPL4asp__Types::Option&, int, const Socket__API__Definitions::ProtoTuple&, bool)': IPL4asp_PT.cc:3528:11: warning: variable 'length' set but not used [-Wunused-but-set-variable] int length = -1; ^~~~~~ IPL4asp_PT.cc:142:3: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized] if (length == -1) { \ ^~ IPL4asp_PT.cc:3518:7: note: 'length' was declared here int length; ^~~~~~ g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4_GSMTAP_CtrlFunct.o IPL4_GSMTAP_CtrlFunct.cc GSM_RR_Types.cc: In member function 'boolean GSM__RR__Types::MaioHsn_template::match(const GSM__RR__Types::MaioHsn&, boolean) const': GSM_RR_Types.cc:5377:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ GSM_RR_Types.cc:5377:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_Functions.o IPL4asp_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_PortType.o IPL4asp_PortType.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o IPL4asp_Types.o IPL4asp_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Osmocom_Types.o Osmocom_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o RLCMAC_CSN1_Types.o RLCMAC_CSN1_Types.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o Socket_API_Definitions.o Socket_API_Definitions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCConversion_Functions.o TCCConversion_Functions.cc g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TCCInterface_Functions.o TCCInterface_Functions.cc Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpTuple_template::match(const Socket__API__Definitions::UdpTuple&, boolean) const': Socket_API_Definitions.cc:2103:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:2103:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpLightTuple_template::match(const Socket__API__Definitions::UdpLightTuple&, boolean) const': Socket_API_Definitions.cc:2492:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:2492:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::TcpTuple_template::match(const Socket__API__Definitions::TcpTuple&, boolean) const': Socket_API_Definitions.cc:2881:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:2881:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -c -DLINUX -I/usr/include -I/usr/include/titan -Wall -fPIC -o TELNETasp_PortType.o TELNETasp_PortType.cc Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::SslTuple_template::match(const Socket__API__Definitions::SslTuple&, boolean) const': Socket_API_Definitions.cc:4171:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:4171:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UnspecifiedTuple_template::match(const Socket__API__Definitions::UnspecifiedTuple&, boolean) const': Socket_API_Definitions.cc:5326:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ Socket_API_Definitions.cc:5326:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -shared -o IPL4asp_PT.so IPL4asp_PT.o g++ -shared -o IPL4asp_discovery.so IPL4asp_discovery.o g++ -shared -o TCCConversion.so TCCConversion.o TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__TelnetClose_template::match(const TELNETasp__PortType::ASP__TelnetClose&, boolean) const': TELNETasp_PortType.cc:6581:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ TELNETasp_PortType.cc:6581:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__Get__portnum_template::match(const TELNETasp__PortType::ASP__Get__portnum&, boolean) const': TELNETasp_PortType.cc:6970:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~ TELNETasp_PortType.cc:6970:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE); ^~~~~~ g++ -shared -o TCCInterface.so TCCInterface.o g++ -shared -o IPL4_GSMTAP_CtrlFunctDef.so IPL4_GSMTAP_CtrlFunctDef.o g++ -shared -o TELNETasp_PT.so TELNETasp_PT.o g++ -shared -o Test.so Test.o g++ -shared -o GSMTAP_PortType.so GSMTAP_PortType.o g++ -shared -o GSMTAP_Types.so GSMTAP_Types.o g++ -shared -o GSM_Types.so GSM_Types.o g++ -shared -o General_Types.so General_Types.o g++ -shared -o IPL4_GSMTAP_CtrlFunct.so IPL4_GSMTAP_CtrlFunct.o g++ -shared -o IPL4asp_Functions.so IPL4asp_Functions.o g++ -shared -o IPL4asp_PortType.so IPL4asp_PortType.o g++ -shared -o Osmocom_Types.so Osmocom_Types.o g++ -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o g++ -shared -o TCCConversion_Functions.so TCCConversion_Functions.o g++ -shared -o TCCInterface_Functions.so TCCInterface_Functions.o g++ -shared -o GSM_SystemInformation.so GSM_SystemInformation.o g++ -shared -o TELNETasp_PortType.so TELNETasp_PortType.o g++ -shared -o IPL4asp_Types.so IPL4asp_Types.o g++ -shared -o Socket_API_Definitions.so Socket_API_Definitions.o g++ -shared -o GSM_RR_Types.so GSM_RR_Types.o g++ -shared -o RLCMAC_CSN1_Types.so RLCMAC_CSN1_Types.o if g++ -L /usr/lib/titan -fPIC -o Test -Wl,--no-as-needed Test.so GSMTAP_PortType.so GSMTAP_Types.so GSM_RR_Types.so GSM_SystemInformation.so GSM_Types.so General_Types.so IPL4_GSMTAP_CtrlFunct.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so RLCMAC_CSN1_Types.so Socket_API_Definitions.so TCCConversion_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so IPL4asp_PT.so IPL4asp_discovery.so TCCConversion.so TCCInterface.so IPL4_GSMTAP_CtrlFunctDef.so TELNETasp_PT.so \ -L/usr/lib -lttcn3-parallel-dynamic \ -L/lib -lcrypto \ -L/usr/lib -lxml2; \ then : ; else /usr/bin/titanver Test.o GSMTAP_PortType.o GSMTAP_Types.o GSM_RR_Types.o GSM_SystemInformation.o GSM_Types.o General_Types.o IPL4_GSMTAP_CtrlFunct.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o RLCMAC_CSN1_Types.o Socket_API_Definitions.o TCCConversion_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o IPL4asp_PT.o IPL4asp_discovery.o TCCConversion.o TCCInterface.o IPL4_GSMTAP_CtrlFunctDef.o TELNETasp_PT.o; exit 1; fi ---> 572487402993 Removing intermediate container d5138ac979b4 Step 6/8 : VOLUME /data ---> Running in 2aa502795bc5 ---> f6ab2779b916 Removing intermediate container 2aa502795bc5 Step 7/8 : COPY Test.cfg /data/Test.cfg ---> 43a16bd4328b Removing intermediate container bf2e4399a3a2 Step 8/8 : CMD cd /data && /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && ttcn3_logmerge Test*.log ---> Running in 6c61012f0a26 ---> ae983465236a Removing intermediate container 6c61012f0a26 Successfully built ae983465236a Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + sh -x ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ] + docker volume rm nitb-vol nitb-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.20 -v nitb-vol:/data --name nitb -d osmocom-build/osmo-nitb-master 7692efd5eedef402fec967bdda1c804b8140213f9043ac0dbac60e4c318e5966 + 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 12c8d4ab4010232d64a2c44243d29d6c4ddc937ab59823481d30c30ba854ce0c + 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@bb6dc5c537f9: Unix server socket created successfully. MC@bb6dc5c537f9: Listening on TCP port 35093. MC2> bb6dc5c537f9 is the default spawn /osmo-ttcn3-hacks/sysinfo/Test bb6dc5c537f9 35093 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@bb6dc5c537f9: New HC connected from bb6dc5c537f9 [172.18.0.230]. bb6dc5c537f9: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@bb6dc5c537f9: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@bb6dc5c537f9: TTCN-3 Host Controller started on bb6dc5c537f9. Version: CRL 113 200/6 R1A. HC@bb6dc5c537f9: 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@bb6dc5c537f9: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@bb6dc5c537f9: The address of MC was set to bb6dc5c537f9[172.18.0.230]:0. HC@bb6dc5c537f9: The local IP address of the control connection to MC is 172.18.0.230. HC@bb6dc5c537f9: Connected to MC. HC@bb6dc5c537f9: This host supports UNIX domain sockets for local communication. HC@bb6dc5c537f9: Processing configuration data received from MC. HC@bb6dc5c537f9: Initializing module GSMTAP_PortType. HC@bb6dc5c537f9: Initializing module GSMTAP_Types. HC@bb6dc5c537f9: Initializing module Osmocom_Types. HC@bb6dc5c537f9: Initialization of module Osmocom_Types finished. HC@bb6dc5c537f9: Initialization of module GSMTAP_Types finished. HC@bb6dc5c537f9: Initializing module IPL4asp_PortType. HC@bb6dc5c537f9: Initializing module IPL4asp_Types. HC@bb6dc5c537f9: Initializing module Socket_API_Definitions. HC@bb6dc5c537f9: Initialization of module Socket_API_Definitions finished. HC@bb6dc5c537f9: Initialization of module IPL4asp_Types finished. HC@bb6dc5c537f9: Initialization of module IPL4asp_PortType finished. HC@bb6dc5c537f9: Initialization of module GSMTAP_PortType finished. HC@bb6dc5c537f9: Initializing module GSM_RR_Types. HC@bb6dc5c537f9: Initializing module RLCMAC_CSN1_Types. HC@bb6dc5c537f9: Initializing module GSM_Types. HC@bb6dc5c537f9: Initializing module General_Types. HC@bb6dc5c537f9: Initialization of module General_Types finished. HC@bb6dc5c537f9: Initialization of module GSM_Types finished. HC@bb6dc5c537f9: Initialization of module RLCMAC_CSN1_Types finished. HC@bb6dc5c537f9: Initialization of module GSM_RR_Types finished. HC@bb6dc5c537f9: Initializing module GSM_SystemInformation. HC@bb6dc5c537f9: Initialization of module GSM_SystemInformation finished. HC@bb6dc5c537f9: Initializing module IPL4_GSMTAP_CtrlFunct. HC@bb6dc5c537f9: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@bb6dc5c537f9: Initializing module IPL4asp_Functions. HC@bb6dc5c537f9: Initializing module TCCInterface_Functions. HC@bb6dc5c537f9: Initializing module TCCConversion_Functions. HC@bb6dc5c537f9: Initialization of module TCCConversion_Functions finished. HC@bb6dc5c537f9: Initialization of module TCCInterface_Functions finished. HC@bb6dc5c537f9: Initialization of module IPL4asp_Functions finished. HC@bb6dc5c537f9: Initializing module Osmocom_VTY_Functions. HC@bb6dc5c537f9: Initializing module TELNETasp_PortType. HC@bb6dc5c537f9: Initialization of module TELNETasp_PortType finished. HC@bb6dc5c537f9: Initialization of module Osmocom_VTY_Functions finished. HC@bb6dc5c537f9: Initializing module PreGenRecordOf. HC@bb6dc5c537f9: Initialization of module PreGenRecordOf finished. HC@bb6dc5c537f9: Initializing module Test. HC@bb6dc5c537f9: Initialization of module Test finished. HC@bb6dc5c537f9: Initializing module TitanLoggerApi. HC@bb6dc5c537f9: Initialization of module TitanLoggerApi finished. HC@bb6dc5c537f9: Initializing module TitanLoggerControl. HC@bb6dc5c537f9: Initialization of module TitanLoggerControl finished. MC@bb6dc5c537f9: Configuration file was processed on all HCs. HC@bb6dc5c537f9: Configuration data was processed successfully. MC@bb6dc5c537f9: Creating MTC on host bb6dc5c537f9. HC@bb6dc5c537f9: MTC was created. Process id: 20. MC@bb6dc5c537f9: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@bb6dc5c537f9: Executing test case TC_si1 in module Test. MTC@bb6dc5c537f9: Test case TC_si1 started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_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@bb6dc5c537f9: 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@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '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@bb6dc5c537f9: 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@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si1 finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_telnet in module Test. MTC@bb6dc5c537f9: Test case TC_telnet started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000082D0100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000082D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2093, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2093, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000008600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2144, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2144, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000008930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2195, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2195, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000008C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2246, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2246, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "show network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008F90100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000008F90100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2297, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2297, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000092C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000092C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2348, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2348, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000095F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000095F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2399, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2399, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000992010000005506198FB380000000000000000000000000009D04002B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000992010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2450, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2450, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000009C50100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000009C50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2501, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2501, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000009F80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000009F80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2552, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2552, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000A2B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000A2B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2603, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2603, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000A5E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000A5E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2654, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2654, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_telnet finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_default in module Test. MTC@bb6dc5c537f9: Test case TC_si_default started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 8 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000A910100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000A910100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2705, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2705, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2705, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000AC40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000AC40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2756, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2756, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2756, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000AF70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000AF70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2807, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2807, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2807, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000B2A010000005506198FB380000000000000000000000000009D04002B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000B2A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2858, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2858, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2858, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000B5D0100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000B5D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2909, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2909, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2909, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000B900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000B900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2960, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2960, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2960, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000BC30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000BC30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3011, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3011, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3011, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000BF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000BF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3062, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3062, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3062, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000C290100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000C290100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3113, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3113, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3113, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000C5C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000C5C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3164, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3164, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3164, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000C8F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000C8F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3215, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3215, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3215, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000CC2010000005506198FB380000000000000000000000000009D04002B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000CC2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3266, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3266, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3266, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000CF50100000059061A00000000000000000000000000000000FF9D0400'O } id 13 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000CF50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3317, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3317, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3317, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000D280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000D280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3368, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3368, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3368, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000D5B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000D5B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3419, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3419, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3419, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000D8E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000D8E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3470, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3470, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3470, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000DC10100000059061A00000000000000000000000000000000FF9D0400'O } id 17 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000DC10100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3521, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3521, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3521, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000DF40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000DF40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3572, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3572, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3572, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000E270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000E270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3623, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3623, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3623, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000E5A010000005506198FB380000000000000000000000000009D04002B'O } id 20 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000E5A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3674, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3674, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3674, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000E8D0100000059061A00000000000000000000000000000000FF9D0400'O } id 21 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000E8D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3725, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3725, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3725, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000EC00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000EC00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3776, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3776, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3776, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000EF30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000EF30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3827, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3827, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3827, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000F26010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000F26010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3878, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3878, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3878, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000F590100000059061A00000000000000000000000000000000FF9D0400'O } id 25 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000F590100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3929, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3929, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3929, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000F8C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000F8C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3980, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3980, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3980, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000FBF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000FBF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4031, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4031, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4031, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000FF2010000005506198FB380000000000000000000000000009D04002B'O } id 28 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000000FF2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4082, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4082, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4082, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010250100000059061A00000000000000000000000000000000FF9D0400'O } id 29 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000010250100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4133, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4133, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4133, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000010580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4184, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4184, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4184, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000108B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000108B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4235, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4235, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4235, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000010BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4286, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4286, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4286, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010F10100000059061A00000000000000000000000000000000FF9D0400'O } id 33 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000010F10100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4337, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4337, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4337, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000011240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4388, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4388, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4388, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Timeout T: 8 s MTC@bb6dc5c537f9: "TC_si_default": TC=0 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_default": TC=1 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_default": TC=2 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_default": TC=3 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_default": TC=4 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_default": TC=5 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_default": TC=6 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_default": TC=7 has #of SI=4 MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_default finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_sched_2bis in module Test. MTC@bb6dc5c537f9: Test case TC_si_sched_2bis started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 36 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 40 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000011570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4439, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4439, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000118A010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000118A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4490, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4490, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000011BD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4541, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4541, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000011F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4592, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4592, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 8 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000012230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000012230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4643, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4643, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4643, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001256010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001256010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4694, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4694, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4694, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000128901000000550602BFE809B3FF00000000000000000000007900002B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000128901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4745, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4745, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4745, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000012BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000012BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4796, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4796, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4796, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000012EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000012EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4847, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4847, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4847, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001322010000005506198FB380000000000000000000000000009D04002B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001322010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4898, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4898, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4898, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013550100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000013550100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4949, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4949, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4949, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000013880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5000, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5000, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5000, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000013BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5051, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5051, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5051, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000013EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5102, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5102, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5102, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000142101000000550602BFE809B3FF00000000000000000000007900002B'O } id 15 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000142101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5153, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5153, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5153, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 16 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000014540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5204, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5204, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5204, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000014870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5255, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5255, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5255, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014BA010000005506198FB380000000000000000000000000009D04002B'O } id 18 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000014BA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5306, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5306, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5306, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000014ED0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5357, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5357, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5357, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 20 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000015200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5408, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5408, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5408, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000015530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5459, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5459, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5459, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001586010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001586010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5510, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5510, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5510, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015B901000000550602BFE809B3FF00000000000000000000007900002B'O } id 23 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000015B901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5561, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5561, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5561, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015EC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 24 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000015EC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5612, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5612, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5612, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000161F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000161F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5663, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5663, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5663, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001652010000005506198FB380000000000000000000000000009D04002B'O } id 26 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001652010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5714, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5714, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5714, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000016850100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000016850100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5765, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5765, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5765, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000016B80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 28 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000016B80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5816, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5816, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5816, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000016EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000016EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5867, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5867, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5867, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000171E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000171E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5918, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5918, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5918, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000175101000000550602BFE809B3FF00000000000000000000007900002B'O } id 31 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000175101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5969, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5969, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5969, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000017840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 32 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000017840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6020, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6020, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6020, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000017B70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000017B70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6071, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6071, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6071, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000017EA010000005506198FB380000000000000000000000000009D04002B'O } id 34 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000017EA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6122, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6122, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6122, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000181D0100000059061A00000000000000000000000000000000FF9D0400'O } id 35 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000181D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6173, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6173, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6173, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018500100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 36 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000018500100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6224, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6224, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6224, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000018830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6275, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6275, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6275, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018B6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000018B6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6326, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6326, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6326, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Timeout T: 8 s MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=0 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=1 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=2 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=3 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=4 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=5 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=6 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2bis": TC=7 has #of SI=4 MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Message with id 65 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@bb6dc5c537f9: Message with id 66 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@bb6dc5c537f9: Message with id 67 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@bb6dc5c537f9: Message with id 68 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@bb6dc5c537f9: Message with id 69 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@bb6dc5c537f9: Message with id 70 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@bb6dc5c537f9: Message with id 71 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@bb6dc5c537f9: Message with id 72 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@bb6dc5c537f9: Message with id 73 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: Message with id 74 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 75 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@bb6dc5c537f9: Message with id 76 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@bb6dc5c537f9: Message with id 77 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: Message with id 78 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 79 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@bb6dc5c537f9: Message with id 80 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@bb6dc5c537f9: Message with id 81 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018E90100000059061A00000000000000000000000000000000FF9D0400'O } id 39 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000018E90100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6377, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6377, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000191C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000191C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6428, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6428, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000194F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000194F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6479, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6479, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001982010000005506198FB380000000000000000000000000009D04002B'O } id 42 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001982010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6530, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6530, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 42 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_sched_2bis finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_sched_2ter in module Test. MTC@bb6dc5c537f9: Test case TC_si_sched_2ter started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 36 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 40 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000019B50100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000019B50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6581, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6581, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000019E80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000019E80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6632, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6632, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001A1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001A1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6683, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6683, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001A4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001A4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6734, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6734, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001A8101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001A8101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6785, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6785, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 8 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001AB40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001AB40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6836, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6836, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6836, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001AE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001AE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6887, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6887, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6887, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001B1A010000005506198FB380000000000000000000000000009D04002B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001B1A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6938, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6938, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6938, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001B4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001B4D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6989, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6989, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6989, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001B800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001B800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7040, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7040, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7040, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001BB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001BB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7091, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7091, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7091, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001BE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001BE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7142, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7142, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7142, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001C1901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 13 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001C1901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7193, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7193, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7193, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001C4C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 14 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001C4C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7244, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7244, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7244, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001C7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001C7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7295, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7295, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7295, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001CB2010000005506198FB380000000000000000000000000009D04002B'O } id 16 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001CB2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7346, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7346, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7346, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001CE50100000059061A00000000000000000000000000000000FF9D0400'O } id 17 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001CE50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7397, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7397, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7397, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001D180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 18 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001D180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7448, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7448, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7448, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001D4B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001D4B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7499, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7499, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7499, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001D7E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001D7E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7550, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7550, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7550, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001DB101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 21 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001DB101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7601, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7601, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7601, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001DE40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 22 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001DE40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7652, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7652, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7652, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001E170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001E170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7703, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7703, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7703, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001E4A010000005506198FB380000000000000000000000000009D04002B'O } id 24 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001E4A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7754, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7754, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7754, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001E7D0100000059061A00000000000000000000000000000000FF9D0400'O } id 25 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001E7D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7805, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7805, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7805, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001EB00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 26 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001EB00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7856, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7856, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7856, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001EE30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001EE30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7907, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7907, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7907, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001F16010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001F16010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7958, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7958, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7958, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001F4901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 29 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001F4901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8009, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8009, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8009, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001F7C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 30 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001F7C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8060, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8060, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8060, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001FAF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001FAF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8111, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8111, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8111, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001FE2010000005506198FB380000000000000000000000000009D04002B'O } id 32 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000001FE2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8162, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8162, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8162, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020150100000059061A00000000000000000000000000000000FF9D0400'O } id 33 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000020150100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8213, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8213, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8213, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 34 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000020480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8264, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8264, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8264, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000207B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000207B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8315, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8315, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8315, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000020AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8366, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8366, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8366, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020E101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 37 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000020E101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8417, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8417, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 37 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8417, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 38 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000021140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8468, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8468, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8468, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000021470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8519, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8519, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8519, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Timeout T: 8 s MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=0 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=1 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=2 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=3 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=4 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=5 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=6 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_2ter": TC=7 has #of SI=5 MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Message with id 65 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@bb6dc5c537f9: Message with id 66 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@bb6dc5c537f9: Message with id 67 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@bb6dc5c537f9: Message with id 68 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@bb6dc5c537f9: Message with id 69 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@bb6dc5c537f9: Message with id 70 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@bb6dc5c537f9: Message with id 71 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@bb6dc5c537f9: Message with id 72 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@bb6dc5c537f9: Message with id 73 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: Message with id 74 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 75 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@bb6dc5c537f9: Message with id 76 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@bb6dc5c537f9: Message with id 77 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: Message with id 78 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 79 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@bb6dc5c537f9: Message with id 80 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@bb6dc5c537f9: Message with id 81 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000217A010000005506198FB380000000000000000000000000009D04002B'O } id 40 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000217A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8570, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8570, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 40 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 41 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000021AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8621, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8621, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000021E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8672, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8672, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000022130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000022130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8723, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8723, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_sched_2ter finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@bb6dc5c537f9: Test case TC_si_sched_2ter_2bis started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 38 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 42 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002246010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002246010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8774, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8774, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000227901000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000227901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8825, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8825, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000022AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000022AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8876, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8876, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000022DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000022DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8927, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8927, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 8 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002312010000005506198FB380000000000000000000000000009D04002B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002312010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8978, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8978, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8978, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023450100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000023450100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9029, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9029, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9029, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000023780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9080, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9080, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9080, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000023AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9131, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9131, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9131, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023DE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000023DE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9182, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9182, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9182, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000241101000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000241101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9233, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9233, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9233, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000024440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9284, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9284, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9284, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000024770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9335, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9335, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9335, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024AA010000005506198FB380000000000000000000000000009D04002B'O } id 13 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000024AA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9386, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9386, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9386, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 14 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000024DD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9437, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9437, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9437, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000025100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9488, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9488, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9488, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000025430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9539, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9539, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9539, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002576010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002576010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9590, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9590, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9590, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000025A901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9641, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9641, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9641, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000025DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9692, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9692, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9692, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000260F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000260F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9743, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9743, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9743, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002642010000005506198FB380000000000000000000000000009D04002B'O } id 21 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002642010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9794, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9794, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9794, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000026750100000059061A00000000000000000000000000000000FF9D0400'O } id 22 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000026750100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9845, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9845, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9845, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000026A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000026A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9896, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9896, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9896, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000026DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000026DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9947, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9947, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9947, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000270E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 25 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000270E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9998, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9998, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9998, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000274101000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000274101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10049, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10049, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10049, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000027740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000027740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10100, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10100, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10100, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000027A70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000027A70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10151, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10151, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10151, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000027DA010000005506198FB380000000000000000000000000009D04002B'O } id 29 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000027DA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10202, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10202, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10202, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000280D0100000059061A00000000000000000000000000000000FF9D0400'O } id 30 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000280D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10253, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10253, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10253, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000028400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10304, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10304, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10304, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000028730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10355, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10355, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10355, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028A6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000028A6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10406, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10406, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10406, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028D901000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000028D901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10457, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10457, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10457, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000290C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000290C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10508, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10508, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10508, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000293F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000293F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10559, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10559, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10559, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002972010000005506198FB380000000000000000000000000009D04002B'O } id 37 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002972010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10610, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10610, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10610, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000029A50100000059061A00000000000000000000000000000000FF9D0400'O } id 38 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000029A50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10661, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10661, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10661, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000029D80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 39 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000029D80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10712, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10712, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10712, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002A0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002A0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10763, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10763, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10763, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002A3E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 41 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002A3E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10814, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10814, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 41 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10814, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002A7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 42 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002A7101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10865, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10865, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 42 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10865, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 42 MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002AA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 43 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002AA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10916, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10916, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 43 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10916, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002AD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 44 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002AD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10967, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10967, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 44 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10967, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002B0A010000005506198FB380000000000000000000000000009D04002B'O } id 45 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002B0A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11018, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11018, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 45 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11018, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002B3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 46 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002B3D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11069, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11069, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 46 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11069, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002B700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 47 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002B700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11120, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11120, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 47 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11120, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002BA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 48 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002BA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11171, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11171, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 48 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11171, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002BD6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 49 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002BD6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11222, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11222, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 49 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11222, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002C0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 50 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002C0901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11273, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11273, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 50 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11273, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002C3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 51 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002C3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11324, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11324, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 51 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11324, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002C6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 52 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002C6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11375, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11375, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 52 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11375, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002CA2010000005506198FB380000000000000000000000000009D04002B'O } id 53 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002CA2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11426, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11426, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 53 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11426, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002CD50100000059061A00000000000000000000000000000000FF9D0400'O } id 54 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002CD50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11477, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11477, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 54 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11477, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002D080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 55 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002D080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11528, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11528, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 55 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11528, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002D3B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 56 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002D3B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11579, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11579, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 56 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11579, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002D6E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 57 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002D6E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11630, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11630, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 57 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11630, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002DA101000000550602BFE809B3FF00000000000000000000007900002B'O } id 58 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002DA101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11681, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11681, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 58 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11681, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002DD40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 59 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002DD40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11732, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11732, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 59 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11732, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002E070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 60 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002E070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11783, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11783, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 60 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11783, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002E3A010000005506198FB380000000000000000000000000009D04002B'O } id 61 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002E3A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11834, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11834, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 61 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11834, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002E6D0100000059061A00000000000000000000000000000000FF9D0400'O } id 62 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002E6D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11885, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11885, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 62 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11885, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002EA00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 63 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002EA00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11936, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11936, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 63 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11936, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002ED30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 64 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002ED30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11987, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11987, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 64 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11987, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F06010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 65 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002F06010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12038, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12038, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 65 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12038, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 65 MTC@bb6dc5c537f9: Message with id 65 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F3901000000550602BFE809B3FF00000000000000000000007900002B'O } id 66 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002F3901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12089, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12089, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 66 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12089, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 66 MTC@bb6dc5c537f9: Message with id 66 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F6C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 67 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002F6C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12140, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12140, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 67 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12140, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 67 MTC@bb6dc5c537f9: Message with id 67 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F9F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 68 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002F9F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12191, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12191, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 68 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12191, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 68 MTC@bb6dc5c537f9: Message with id 68 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002FD2010000005506198FB380000000000000000000000000009D04002B'O } id 69 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000002FD2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12242, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12242, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 69 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12242, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 69 MTC@bb6dc5c537f9: Message with id 69 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000030050100000059061A00000000000000000000000000000000FF9D0400'O } id 70 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000030050100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12293, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12293, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 70 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12293, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 70 MTC@bb6dc5c537f9: Message with id 70 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000030380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 71 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000030380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12344, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12344, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 71 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12344, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 71 MTC@bb6dc5c537f9: Message with id 71 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000306B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 72 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000306B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12395, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12395, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 72 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12395, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 72 MTC@bb6dc5c537f9: Message with id 72 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000309E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 73 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000309E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12446, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12446, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 73 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12446, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 73 MTC@bb6dc5c537f9: Message with id 73 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000030D101000000550602BFE809B3FF00000000000000000000007900002B'O } id 74 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000030D101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12497, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12497, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 74 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12497, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 74 MTC@bb6dc5c537f9: Message with id 74 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000031040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 75 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000031040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12548, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12548, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 75 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12548, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 75 MTC@bb6dc5c537f9: Message with id 75 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000031370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 76 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000031370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12599, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12599, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 76 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12599, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 76 MTC@bb6dc5c537f9: Message with id 76 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000316A010000005506198FB380000000000000000000000000009D04002B'O } id 77 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000316A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12650, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12650, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 77 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12650, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 77 MTC@bb6dc5c537f9: Message with id 77 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000319D0100000059061A00000000000000000000000000000000FF9D0400'O } id 78 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000319D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12701, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12701, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 78 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12701, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 78 MTC@bb6dc5c537f9: Message with id 78 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000031D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 79 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000031D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12752, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12752, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 79 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12752, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 79 MTC@bb6dc5c537f9: Message with id 79 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000032030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 80 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000032030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12803, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12803, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 80 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12803, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 80 MTC@bb6dc5c537f9: Message with id 80 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003236010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 81 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003236010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12854, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12854, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 81 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12854, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 81 MTC@bb6dc5c537f9: Message with id 81 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000326901000000550602BFE809B3FF00000000000000000000007900002B'O } id 82 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000326901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12905, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12905, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 82 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12905, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 82 MTC@bb6dc5c537f9: Message with id 82 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000329C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 83 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000329C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12956, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12956, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 83 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12956, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 83 MTC@bb6dc5c537f9: Message with id 83 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000032CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 84 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000032CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13007, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13007, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 84 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13007, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 84 MTC@bb6dc5c537f9: Message with id 84 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003302010000005506198FB380000000000000000000000000009D04002B'O } id 85 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003302010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13058, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13058, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 85 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13058, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 85 MTC@bb6dc5c537f9: Message with id 85 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000033350100000059061A00000000000000000000000000000000FF9D0400'O } id 86 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000033350100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13109, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13109, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 86 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13109, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 86 MTC@bb6dc5c537f9: Message with id 86 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000033680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 87 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000033680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13160, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13160, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 87 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13160, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 87 MTC@bb6dc5c537f9: Message with id 87 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000339B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 88 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000339B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13211, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13211, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 88 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13211, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 88 MTC@bb6dc5c537f9: Message with id 88 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000033CE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 89 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000033CE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13262, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13262, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 89 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13262, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 89 MTC@bb6dc5c537f9: Message with id 89 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000340101000000550602BFE809B3FF00000000000000000000007900002B'O } id 90 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000340101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13313, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13313, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 90 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13313, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 90 MTC@bb6dc5c537f9: Message with id 90 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000034340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 91 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000034340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13364, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13364, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 91 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13364, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 91 MTC@bb6dc5c537f9: Message with id 91 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000034670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 92 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000034670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13415, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13415, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 92 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13415, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 92 MTC@bb6dc5c537f9: Message with id 92 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Timeout T: 8 s MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=0 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=1 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=2 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=3 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=4 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=5 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=6 has #of SI=11 MTC@bb6dc5c537f9: "TC_si_sched_2ter_2bis": TC=7 has #of SI=11 MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000349A010000005506198FB380000000000000000000000000009D04002B'O } id 93 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000349A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13466, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13466, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 93 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000034CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 94 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000034CD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13517, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13517, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 94 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 95 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000035000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13568, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13568, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 95 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 96 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000035330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13619, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13619, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 96 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003566010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 97 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003566010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13670, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13670, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 97 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000359901000000550602BFE809B3FF00000000000000000000007900002B'O } id 98 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000359901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13721, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13721, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 98 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 99 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000035CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13772, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13772, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 99 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 100 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000035FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13823, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13823, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 100 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): none -> fail reason: "VTY Timeout for prompt", new component reason: "VTY Timeout for prompt" MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003632010000005506198FB380000000000000000000000000009D04002B'O } id 101 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003632010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13874, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13874, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 101 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036650100000059061A00000000000000000000000000000000FF9D0400'O } id 102 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000036650100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13925, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13925, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 102 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 103 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000036980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13976, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13976, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 103 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 104 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000036CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14027, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14027, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 104 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036FE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 105 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000036FE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14078, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14078, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 105 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000373101000000550602BFE809B3FF00000000000000000000007900002B'O } id 106 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000373101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14129, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14129, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 106 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 107 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000037640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14180, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14180, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 107 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 108 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000037970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14231, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14231, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 108 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037CA010000005506198FB380000000000000000000000000009D04002B'O } id 109 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000037CA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14282, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14282, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 109 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037FD0100000059061A00000000000000000000000000000000FF9D0400'O } id 110 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000037FD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14333, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14333, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 110 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 111 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000038300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14384, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14384, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 111 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 112 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000038630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14435, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14435, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 112 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003896010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 113 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003896010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14486, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14486, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 113 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038C901000000550602BFE809B3FF00000000000000000000007900002B'O } id 114 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000038C901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14537, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14537, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 114 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038FC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 115 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000038FC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14588, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14588, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 115 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000392F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 116 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000392F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14639, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14639, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 116 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003962010000005506198FB380000000000000000000000000009D04002B'O } id 117 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003962010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14690, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14690, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 117 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000039950100000059061A00000000000000000000000000000000FF9D0400'O } id 118 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000039950100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14741, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14741, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 118 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000039C80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 119 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000039C80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14792, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14792, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 119 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000039FB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 120 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000039FB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14843, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14843, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 120 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003A2E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 121 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003A2E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14894, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14894, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 121 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003A6101000000550602BFE809B3FF00000000000000000000007900002B'O } id 122 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003A6101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14945, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14945, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 122 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003A940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 123 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003A940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14996, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14996, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 123 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003AC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 124 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003AC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15047, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15047, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 124 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003AFA010000005506198FB380000000000000000000000000009D04002B'O } id 125 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003AFA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15098, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15098, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 125 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003B2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 126 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003B2D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15149, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15149, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 126 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003B600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 127 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003B600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15200, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15200, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 127 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003B930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 128 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003B930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15251, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15251, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 128 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003BC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 129 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003BC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15302, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15302, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 129 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003BF901000000550602BFE809B3FF00000000000000000000007900002B'O } id 130 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003BF901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15353, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15353, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 130 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003C2C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 131 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003C2C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15404, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15404, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 131 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003C5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 132 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003C5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15455, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15455, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 132 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003C92010000005506198FB380000000000000000000000000009D04002B'O } id 133 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003C92010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15506, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15506, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 133 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003CC50100000059061A00000000000000000000000000000000FF9D0400'O } id 134 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003CC50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15557, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15557, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 134 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003CF80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 135 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003CF80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15608, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15608, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 135 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003D2B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 136 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003D2B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15659, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15659, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 136 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003D5E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 137 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003D5E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15710, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15710, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 137 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003D9101000000550602BFE809B3FF00000000000000000000007900002B'O } id 138 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003D9101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15761, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15761, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 138 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003DC40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 139 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003DC40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15812, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15812, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 139 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003DF70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 140 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003DF70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15863, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15863, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 140 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E2A010000005506198FB380000000000000000000000000009D04002B'O } id 141 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003E2A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15914, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15914, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 141 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E5D0100000059061A00000000000000000000000000000000FF9D0400'O } id 142 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003E5D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15965, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15965, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 142 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 143 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003E900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16016, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16016, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 143 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EC30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 144 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003EC30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16067, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16067, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 144 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 145 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003EF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16118, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16118, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 145 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F2901000000550602BFE809B3FF00000000000000000000007900002B'O } id 146 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003F2901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16169, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16169, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 146 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F5C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 147 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003F5C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16220, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16220, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 147 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F8F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 148 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003F8F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16271, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16271, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 148 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FC2010000005506198FB380000000000000000000000000009D04002B'O } id 149 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003FC2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16322, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16322, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 149 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FF50100000059061A00000000000000000000000000000000FF9D0400'O } id 150 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003FF50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16373, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16373, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 150 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040280100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 151 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000040280100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 151 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000405B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 152 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000405B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 152 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000408E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 153 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000408E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 153 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040C101000000550602BFE809B3FF00000000000000000000007900002B'O } id 154 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000040C101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 154 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040F40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 155 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000040F40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 155 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 156 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000041270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 156 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000415A010000005506198FB380000000000000000000000000009D04002B'O } id 157 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000415A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 157 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000418D0100000059061A00000000000000000000000000000000FF9D0400'O } id 158 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000418D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 158 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041C00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 159 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000041C00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 159 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 160 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000041F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 160 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004226010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 161 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004226010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 161 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000425901000000550602BFE809B3FF00000000000000000000007900002B'O } id 162 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000425901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 162 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000428C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 163 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000428C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 163 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 164 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000042BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 164 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042F2010000005506198FB380000000000000000000000000009D04002B'O } id 165 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000042F2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 165 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043250100000059061A00000000000000000000000000000000FF9D0400'O } id 166 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043250100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 166 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043580100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 167 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043580100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 167 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000438B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 168 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000438B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 168 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043BE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 169 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043BE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17342, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17342, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 169 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 170 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043F101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17393, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17393, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 170 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 171 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17444, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17444, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 171 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 172 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17495, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17495, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 172 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O } id 173 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17546, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17546, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 173 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 174 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17597, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17597, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 174 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 175 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17648, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17648, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 175 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 176 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17699, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17699, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 176 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 177 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17750, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17750, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 177 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000458901000000550602BFE809B3FF00000000000000000000007900002B'O } id 178 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000458901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17801, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17801, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 178 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 179 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17852, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17852, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 179 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 180 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 180 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O } id 181 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 181 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O } id 182 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 182 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 183 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 183 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 184 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 184 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046EE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 185 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046EE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 185 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000472101000000550602BFE809B3FF00000000000000000000007900002B'O } id 186 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000472101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 186 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 187 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 187 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 188 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 188 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O } id 189 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 189 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 190 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 190 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 191 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 191 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 192 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 192 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 193 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 193 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048B901000000550602BFE809B3FF00000000000000000000007900002B'O } id 194 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048B901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 194 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 195 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 195 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000491F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 196 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000491F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 196 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O } id 197 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 197 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O } id 198 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 198 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 199 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 199 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 200 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 200 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A1E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 201 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A1E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 201 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A5101000000550602BFE809B3FF00000000000000000000007900002B'O } id 202 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A5101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 202 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 203 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 203 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 204 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004AB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 204 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O } id 205 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 205 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 206 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 206 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 207 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 207 MTC@bb6dc5c537f9: Timeout T: 2 s MTC@bb6dc5c537f9: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 208 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 208 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" id 45 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 46 MTC@bb6dc5c537f9: Matching on port BSCVTY "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 47 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 48 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 49 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 50 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 51 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 52 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 53 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 54 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 55 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 56 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 57 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 58 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 59 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 60 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 61 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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 62 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 63 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 64 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 209 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 209 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O } id 210 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 210 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 211 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 211 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 212 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 212 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 93 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 94 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 95 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 96 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 97 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 98 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 99 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 100 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 101 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 102 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 103 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 104 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 105 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 106 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 107 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 108 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 109 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 110 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 111 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 112 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 113 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 114 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 115 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 116 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 117 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 118 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 119 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 120 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 121 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 122 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 123 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 124 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 125 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 126 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 127 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 128 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 129 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 130 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 131 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 132 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 133 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 134 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 135 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 136 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 137 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 138 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 139 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 140 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 141 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 142 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 143 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 144 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 145 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 146 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 147 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 148 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 149 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 150 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 151 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 152 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 153 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 154 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 155 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 156 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 157 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 158 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 159 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 160 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 161 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 162 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 163 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 164 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 165 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 166 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 167 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 168 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 169 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 170 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 171 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 172 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 173 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 174 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 175 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 176 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 177 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 178 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 179 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 180 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 181 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 182 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 183 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 184 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 185 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 186 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 187 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 188 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 189 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 190 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 191 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 192 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 193 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 194 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 195 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 196 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 197 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 198 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 199 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 200 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 201 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 202 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 203 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 204 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 205 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 206 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 207 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 208 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 209 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 210 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 211 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 212 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: fail reason: "VTY Timeout for prompt" MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_sched_2ter_2bis finished. Verdict: fail reason: VTY Timeout for prompt MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_sched_2quater in module Test. MTC@bb6dc5c537f9: Test case TC_si_sched_2quater started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 38 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Message with id 65 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@bb6dc5c537f9: Message with id 66 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@bb6dc5c537f9: Message with id 67 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@bb6dc5c537f9: Message with id 68 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@bb6dc5c537f9: Message with id 69 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@bb6dc5c537f9: Message with id 70 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@bb6dc5c537f9: Message with id 71 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@bb6dc5c537f9: Message with id 72 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@bb6dc5c537f9: Message with id 73 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: Message with id 74 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@bb6dc5c537f9: Message with id 75 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@bb6dc5c537f9: Message with id 76 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 77 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: Message with id 78 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@bb6dc5c537f9: Message with id 79 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D810100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D810100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_sched_2quater finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_sched_13 in module Test. MTC@bb6dc5c537f9: Test case TC_si_sched_13 started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 34 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 38 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EB30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 8 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F7F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000504B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B10100000059061A00000000000000000000000000000000FF9D0400'O } id 13 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050B10100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 16 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 17 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052490100000059061A00000000000000000000000000000000FF9D0400'O } id 21 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052490100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 24 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 25 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E10100000059061A00000000000000000000000000000000FF9D0400'O } id 29 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053E10100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 32 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 33 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055790100000059061A00000000000000000000000000000000FF9D0400'O } id 37 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055790100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Timeout T: 8 s MTC@bb6dc5c537f9: "TC_si_sched_13": TC=0 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=1 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=2 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=3 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=4 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=5 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=6 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_13": TC=7 has #of SI=4 MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@bb6dc5c537f9: Message with id 65 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@bb6dc5c537f9: Message with id 66 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@bb6dc5c537f9: Message with id 67 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@bb6dc5c537f9: Message with id 68 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@bb6dc5c537f9: Message with id 69 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@bb6dc5c537f9: Message with id 70 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@bb6dc5c537f9: Message with id 71 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@bb6dc5c537f9: Message with id 72 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 73 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@bb6dc5c537f9: Message with id 74 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@bb6dc5c537f9: Message with id 75 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@bb6dc5c537f9: Message with id 76 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 77 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@bb6dc5c537f9: Message with id 78 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@bb6dc5c537f9: Message with id 79 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 40 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 41 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_sched_13 finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@bb6dc5c537f9: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 42 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@bb6dc5c537f9: Message with id 44 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056DE01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000571101000000550602BFE809B3FF00000000000000000000007900002B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000571101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 4 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 8 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 11 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 11 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 12 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 MTC@bb6dc5c537f9: Message with id 12 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000590F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@bb6dc5c537f9: Message with id 13 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 14 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@bb6dc5c537f9: Message with id 14 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 15 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@bb6dc5c537f9: Message with id 15 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 16 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 MTC@bb6dc5c537f9: Message with id 16 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059DB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@bb6dc5c537f9: Message with id 17 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 18 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A0E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 18 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 18 MTC@bb6dc5c537f9: Message with id 18 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 19 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 19 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 19 MTC@bb6dc5c537f9: Message with id 19 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 20 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 MTC@bb6dc5c537f9: Message with id 20 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005AA70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 MTC@bb6dc5c537f9: Message with id 21 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 22 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@bb6dc5c537f9: Message with id 22 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 23 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@bb6dc5c537f9: Message with id 23 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 24 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 MTC@bb6dc5c537f9: Message with id 24 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B730100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@bb6dc5c537f9: Message with id 25 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BA601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 26 MTC@bb6dc5c537f9: Message with id 26 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } MTC@bb6dc5c537f9: SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O } id 27 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@bb6dc5c537f9: Message with id 27 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 28 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 MTC@bb6dc5c537f9: Message with id 28 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C3F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@bb6dc5c537f9: Message with id 29 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 30 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@bb6dc5c537f9: Message with id 30 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 31 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@bb6dc5c537f9: Message with id 31 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 32 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 32 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 32 MTC@bb6dc5c537f9: Message with id 32 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: SI received at TC=2: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D0B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 MTC@bb6dc5c537f9: Message with id 33 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@bb6dc5c537f9: Message with id 34 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 35 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@bb6dc5c537f9: Message with id 35 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 36 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 36 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 36 MTC@bb6dc5c537f9: Message with id 36 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DD70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 MTC@bb6dc5c537f9: Message with id 37 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 38 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@bb6dc5c537f9: Message with id 38 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 39 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@bb6dc5c537f9: Message with id 39 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Timeout T: 8 s MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=5 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 MTC@bb6dc5c537f9: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@bb6dc5c537f9: Message with id 45 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@bb6dc5c537f9: Message with id 46 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@bb6dc5c537f9: Message with id 47 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@bb6dc5c537f9: Message with id 48 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@bb6dc5c537f9: Message with id 49 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@bb6dc5c537f9: Message with id 50 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@bb6dc5c537f9: Message with id 51 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@bb6dc5c537f9: Message with id 52 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@bb6dc5c537f9: Message with id 53 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@bb6dc5c537f9: Message with id 54 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@bb6dc5c537f9: Message with id 55 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@bb6dc5c537f9: Message with id 56 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@bb6dc5c537f9: Message with id 57 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@bb6dc5c537f9: Message with id 58 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@bb6dc5c537f9: Message with id 59 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@bb6dc5c537f9: Message with id 60 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@bb6dc5c537f9: Message with id 61 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@bb6dc5c537f9: Message with id 62 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@bb6dc5c537f9: Message with id 63 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@bb6dc5c537f9: Message with id 64 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@bb6dc5c537f9: Message with id 65 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@bb6dc5c537f9: Message with id 66 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@bb6dc5c537f9: Message with id 67 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "gprs mode none" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@bb6dc5c537f9: Message with id 68 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@bb6dc5c537f9: Message with id 69 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@bb6dc5c537f9: Message with id 70 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@bb6dc5c537f9: Message with id 71 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@bb6dc5c537f9: Message with id 72 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@bb6dc5c537f9: Message with id 73 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@bb6dc5c537f9: Message with id 74 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@bb6dc5c537f9: Message with id 75 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@bb6dc5c537f9: Message with id 76 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@bb6dc5c537f9: Message with id 77 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@bb6dc5c537f9: Message with id 78 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@bb6dc5c537f9: Message with id 79 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@bb6dc5c537f9: Message with id 80 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "write terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: 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@bb6dc5c537f9: Message with id 81 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@bb6dc5c537f9: Message with id 82 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@bb6dc5c537f9: Message with id 83 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F090100000059061A00000000000000000000000000000000FF9D0400'O } id 43 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F090100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 43 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Message with id 40 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 41 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 42 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 43 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_neci in module Test. MTC@bb6dc5c537f9: Test case TC_neci started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Random number generator was initialized with seed 100.435446: srand48(-998470780). MTC@bb6dc5c537f9: Function rnd() returned 0.811697. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "neci 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " neci 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " neci 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_neci finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_cell_resel_hyst in module Test. MTC@bb6dc5c537f9: Test case TC_cell_resel_hyst started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.335967. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "cell reselection hysteresis 4" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 4" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " cell reselection hysteresis 4" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " cell reselection hysteresis 4" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " cell reselection hysteresis 4" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " cell reselection hysteresis 4" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " cell reselection hysteresis 4" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 4" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000603B0100000031061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A10100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060A10100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101105D2D9D0400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060D40100000049061B51E062F224334F110101105D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061070100000031061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101105D2D9D0400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061A00100000049061B51E062F224334F110101105D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101105D2D9D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_cell_resel_hyst finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_rxlev_acc_min in module Test. MTC@bb6dc5c537f9: Test case TC_rxlev_acc_min started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.276177. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "rxlev access min 17" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " rxlev access min 17" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " rxlev access min 17" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rxlev access min 17" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rxlev access min 17" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rxlev access min 17" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " rxlev access min 17" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 17" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061D30100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062390100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062390100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101105D119D0400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000626C0100000049061B51E062F224334F110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000629F0100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101105D119D0400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063380100000049061B51E062F224334F110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, 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@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_rxlev_acc_min finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_cellid in module Test. MTC@bb6dc5c537f9: Test case TC_cellid started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.474885. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "cell_identity 31121" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " cell_identity 31121" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " cell_identity 31121" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " cell_identity 31121" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " cell_identity 31121" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " cell_identity 31121" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " cell_identity 31121" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 31121" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000636B0100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D10100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063D10100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B799162F224334F110101105D119D0400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064040100000049061B799162F224334F110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064370100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B799162F224334F110101105D119D0400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064D00100000049061B799162F224334F110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224334F110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, 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@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_cellid finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_lac in module Test. MTC@bb6dc5c537f9: Test case TC_lac started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.443335. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "location_area_code 29053" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " location_area_code 29053" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " location_area_code 29053" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " location_area_code 29053" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " location_area_code 29053" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " location_area_code 29053" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " location_area_code 29053" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 29053" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065030100000031061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B799162F224717D110101105D119D0400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000659C0100000049061B799162F224717D110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065CF0100000031061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '10'B, tx_integer := '0111'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B799162F224717D110101105D119D0400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066680100000049061B799162F224717D110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110101105D119D0400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, 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@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_lac finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_rach_tx_int in module Test. MTC@bb6dc5c537f9: Test case TC_rach_tx_int started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.288894. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "rach tx integer 4" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " rach tx integer 4" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " rach tx integer 4" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach tx integer 4" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach tx integer 4" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach tx integer 4" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " rach tx integer 4" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 4" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000669B0100000031061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067010100000059061A00000000000000000000000000000000FF910400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067010100000059061A00000000000000000000000000000000FF910400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B799162F224717D110101105D11910400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067340100000049061B799162F224717D110101105D11910400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067670100000031061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '10'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009104002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000679A010000005506198FB380000000000000000000000000009104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000009104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009104002B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009104002B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009104002B'O MTC@bb6dc5c537f9: 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 := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF910400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF910400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF910400'O MTC@bb6dc5c537f9: 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 := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B799162F224717D110101105D11910400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068000100000049061B799162F224717D110101105D11910400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110101105D11910400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '10'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_rach_tx_int finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_rach_max_tx in module Test. MTC@bb6dc5c537f9: Test case TC_rach_max_tx started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.648709. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "rach max transmission 2" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach max transmission 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach max transmission 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " rach max transmission 2" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068330100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068990100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B799162F224717D110101105D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068CC0100000049061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068FF0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000005104002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006932010000005506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF510400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069650100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B799162F224717D110101105D11510400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069980100000049061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_rach_max_tx finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_attach in module Test. MTC@bb6dc5c537f9: Test case TC_attach started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.199958. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069CB0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A310100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B799162F224717D110101105D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A640100000049061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A970100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000005104002B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006ACA010000005506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 21, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_1 (25) }, payload := { si1 := { cell_chan_desc := '8FB38000000000000000000000000000'O, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF510400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B799162F224717D110101105D11510400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B300100000049061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_attach finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_dtx_ul in module Test. MTC@bb6dc5c537f9: Test case TC_dtx_ul started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.139852. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "dtx uplink" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " dtx uplink" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " dtx uplink" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " dtx uplink" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " dtx uplink" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " dtx uplink" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B630100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC90100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BC90100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B799162F224717D110101105D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BFC0100000049061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110101105D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(fail): none -> fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }", new component reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }" MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Warning: BSCVTY: Dropping partial message MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }" MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_dtx_ul finished. Verdict: fail reason: SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } } MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_emerg_allowed in module Test. MTC@bb6dc5c537f9: Test case TC_emerg_allowed started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.688910. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C2F0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000005104002B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C62010000005506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C950100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B799162F224717D110101005D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CC80100000049061B799162F224717D110101005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CFB0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF510400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D610100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B799162F224717D110101005D11510400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B799162F224717D110101005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110101005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_emerg_allowed finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_bs_pa_mfrms in module Test. MTC@bb6dc5c537f9: Test case TC_bs_pa_mfrms started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.399696. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 4" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 4" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 4" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 4" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 4" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 4" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 4" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 4" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000005104002B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B799162F224717D110201005D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B799162F224717D110201005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF510400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF90100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B799162F224717D110201005D11510400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B799162F224717D110201005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D110201005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 2, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_bs_pa_mfrms finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_bs_ag_blks_res in module Test. MTC@bb6dc5c537f9: Test case TC_bs_ag_blks_res started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.549315. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 3" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 3" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 3" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 3" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000005104002B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B799162F224717D190201005D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B799162F224717D190201005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070910100000059061A00000000000000000000000000000000FF510400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070910100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B799162F224717D190201005D11510400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B799162F224717D190201005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D190201005D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 3, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 2, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_bs_ag_blks_res finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. MTC@bb6dc5c537f9: Executing test case TC_radio_link_timeout in module Test. MTC@bb6dc5c537f9: Test case TC_radio_link_timeout started. MTC@bb6dc5c537f9: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@bb6dc5c537f9: Port GSMTAP was started. MTC@bb6dc5c537f9: Port BSCVTY was started. MTC@bb6dc5c537f9: Component type Test.dummy_CT was initialized. MTC@bb6dc5c537f9: Function rnd() returned 0.333260. MTC@bb6dc5c537f9: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was mapped to system:GSMTAP. MTC@bb6dc5c537f9: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@bb6dc5c537f9: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@bb6dc5c537f9: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was mapped to system:BSCVTY. MTC@bb6dc5c537f9: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@bb6dc5c537f9: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "enable" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "configure terminal" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "network" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " network" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "radio-link-timeout 20" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 20" id 7 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Matching on port BSCVTY " radio-link-timeout 20" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " radio-link-timeout 20" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " radio-link-timeout 20" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " radio-link-timeout 20" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " radio-link-timeout 20" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 20" id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "end" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: " end" with ? matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@bb6dc5c537f9: Message with id 9 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@bb6dc5c537f9: Message with id 10 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@bb6dc5c537f9: Start timer T: 2 s MTC@bb6dc5c537f9: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@bb6dc5c537f9: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@bb6dc5c537f9: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@bb6dc5c537f9: Message with id 11 was extracted from the queue of BSCVTY. MTC@bb6dc5c537f9: Stop timer T: 2 s MTC@bb6dc5c537f9: Start timer T: 1 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000005104002B'O } id 2 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000005104002B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF510400'O } id 3 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B799162F224717D190201045D11510400392B2B2B'O } id 4 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B799162F224717D190201045D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } } id 4 MTC@bb6dc5c537f9: Timeout T: 1 s MTC@bb6dc5c537f9: Message with id 1 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 2 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 3 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Message with id 4 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was cleared. MTC@bb6dc5c537f9: Start timer T: 10 s MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@bb6dc5c537f9: Message with id 5 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 29053 }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@bb6dc5c537f9: Message with id 6 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@bb6dc5c537f9: 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@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072290100000059061A00000000000000000000000000000000FF510400'O } id 7 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072290100000059061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 MTC@bb6dc5c537f9: Message with id 7 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF510400'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2 (26) }, payload := { si2 := { bcch_freq_list := '00000000000000000000000000000000'O, ncc_permitted := '11111111'B, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@bb6dc5c537f9: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B799162F224717D190201045D11510400392B2B2B'O } id 8 MTC@bb6dc5c537f9: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B799162F224717D190201045D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } MTC@bb6dc5c537f9: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Matching on port GSMTAP succeeded: matched MTC@bb6dc5c537f9: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } } id 8 MTC@bb6dc5c537f9: Message with id 8 was extracted from the queue of GSMTAP. MTC@bb6dc5c537f9: dec_SystemInformation(): Stream before decoding: '49061B799162F224717D190201045D11510400392B2B2B'O MTC@bb6dc5c537f9: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 3, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 2, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0100'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@bb6dc5c537f9: setverdict(pass): none -> pass MTC@bb6dc5c537f9: Terminating component type Test.dummy_CT. MTC@bb6dc5c537f9: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was unmapped from system:GSMTAP. MTC@bb6dc5c537f9: Port GSMTAP was stopped. MTC@bb6dc5c537f9: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was unmapped from system:BSCVTY. MTC@bb6dc5c537f9: Port BSCVTY was stopped. MTC@bb6dc5c537f9: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@bb6dc5c537f9: Waiting for PTCs to finish. MTC@bb6dc5c537f9: Setting final verdict of the test case. MTC@bb6dc5c537f9: Local verdict of MTC: pass MTC@bb6dc5c537f9: No PTCs were created. MTC@bb6dc5c537f9: Test case TC_radio_link_timeout finished. Verdict: pass MC@bb6dc5c537f9: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@bb6dc5c537f9: Terminating MTC. MTC@bb6dc5c537f9: Verdict statistics: 0 none (0.00 %), 20 pass (90.91 %), 0 inconc (0.00 %), 2 fail (9.09 %), 0 error (0.00 %). MTC@bb6dc5c537f9: Test execution summary: 22 test cases were executed. Overall verdict: fail MTC@bb6dc5c537f9: Exit was requested from MC. Terminating MTC. MC@bb6dc5c537f9: MTC terminated. MC2> exit MC@bb6dc5c537f9: Shutting down session. HC@bb6dc5c537f9: Exit was requested from MC. Terminating HC. MC@bb6dc5c537f9: Shutdown complete. 09:09:53.307504 hc TTCN-3 Host Controller started on bb6dc5c537f9. Version: CRL 113 200/6 R1A. 09:09:53.307541 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 09:09:53.307543 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 09:09:53.307734 hc The address of MC was set to bb6dc5c537f9[172.18.0.230]:0. 09:09:53.307833 hc The local IP address of the control connection to MC is 172.18.0.230. 09:09:53.307845 hc Connected to MC. 09:09:53.307864 hc This host supports UNIX domain sockets for local communication. 09:09:53.308064 hc Processing configuration data received from MC. 09:09:53.308571 hc Initializing module GSMTAP_PortType. 09:09:53.308592 hc Initializing module GSMTAP_Types. 09:09:53.308611 hc Initializing module Osmocom_Types. 09:09:53.308626 hc Initialization of module Osmocom_Types finished. 09:09:53.308641 hc Initialization of module GSMTAP_Types finished. 09:09:53.308652 hc Initializing module IPL4asp_PortType. 09:09:53.308664 hc Initializing module IPL4asp_Types. 09:09:53.308674 hc Initializing module Socket_API_Definitions. 09:09:53.308683 hc Initialization of module Socket_API_Definitions finished. 09:09:53.308691 hc Initialization of module IPL4asp_Types finished. 09:09:53.308711 hc Initialization of module IPL4asp_PortType finished. 09:09:53.308722 hc Initialization of module GSMTAP_PortType finished. 09:09:53.308731 hc Initializing module GSM_RR_Types. 09:09:53.308741 hc Initializing module RLCMAC_CSN1_Types. 09:09:53.308752 hc Initializing module GSM_Types. 09:09:53.308762 hc Initializing module General_Types. 09:09:53.308771 hc Initialization of module General_Types finished. 09:09:53.308799 hc Initialization of module GSM_Types finished. 09:09:53.308810 hc Initialization of module RLCMAC_CSN1_Types finished. 09:09:53.308819 hc Initialization of module GSM_RR_Types finished. 09:09:53.308828 hc Initializing module GSM_SystemInformation. 09:09:53.308900 hc Initialization of module GSM_SystemInformation finished. 09:09:53.308913 hc Initializing module IPL4_GSMTAP_CtrlFunct. 09:09:53.308924 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 09:09:53.308933 hc Initializing module IPL4asp_Functions. 09:09:53.308942 hc Initializing module TCCInterface_Functions. 09:09:53.308953 hc Initializing module TCCConversion_Functions. 09:09:53.308964 hc Initialization of module TCCConversion_Functions finished. 09:09:53.308975 hc Initialization of module TCCInterface_Functions finished. 09:09:53.308986 hc Initialization of module IPL4asp_Functions finished. 09:09:53.308996 hc Initializing module Osmocom_VTY_Functions. 09:09:53.309006 hc Initializing module TELNETasp_PortType. 09:09:53.309015 hc Initialization of module TELNETasp_PortType finished. 09:09:53.309028 hc Initialization of module Osmocom_VTY_Functions finished. 09:09:53.309038 hc Initializing module PreGenRecordOf. 09:09:53.309047 hc Initialization of module PreGenRecordOf finished. 09:09:53.309056 hc Initializing module Test. 09:09:53.309185 hc Initialization of module Test finished. 09:09:53.309203 hc Initializing module TitanLoggerApi. 09:09:53.309211 hc Initialization of module TitanLoggerApi finished. 09:09:53.309220 hc Initializing module TitanLoggerControl. 09:09:53.309228 hc Initialization of module TitanLoggerControl finished. 09:09:53.309238 hc Configuration data was processed successfully. 09:09:53.309638 hc MTC was created. Process id: 20. 09:09:53.309743 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 09:09:53.309924 mtc TTCN-3 Main Test Component started on bb6dc5c537f9. Version: CRL 113 200/6 R1A. 09:09:53.309950 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 09:09:53.309974 mtc Connected to MC. 09:09:53.310225 mtc Executing test case TC_si1 in module Test. 09:09:53.310312 mtc Test case TC_si1 started. 09:09:53.310329 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 09:09:53.310425 mtc Port GSMTAP was started. 09:09:53.310449 mtc Port BSCVTY was started. 09:09:53.310459 mtc Component type Test.dummy_CT was initialized. 09:09:53.310478 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 ("+") } } } 09:09:53.310716 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 } } } } 09:09:53.310790 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+++") } } } 09:09:53.310924 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 ("++++++++++") } } } 09:09:53.311081 mtc setverdict(pass): none -> pass 09:09:53.311103 mtc Terminating component type Test.dummy_CT. 09:09:53.311115 mtc Port GSMTAP was stopped. 09:09:53.311130 mtc Port BSCVTY was stopped. 09:09:53.311139 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 09:09:53.311151 mtc Waiting for PTCs to finish. 09:09:53.311264 mtc Setting final verdict of the test case. 09:09:53.311285 mtc Local verdict of MTC: pass 09:09:53.311307 mtc No PTCs were created. 09:09:53.311319 mtc Test case TC_si1 finished. Verdict: pass 09:09:53.311365 mtc Executing test case TC_telnet in module Test. 09:09:53.311386 mtc Test case TC_telnet started. 09:09:53.311399 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 09:09:53.311426 mtc Port GSMTAP was started. 09:09:53.311437 mtc Port BSCVTY was started. 09:09:53.311446 mtc Component type Test.dummy_CT was initialized. 09:09:53.311463 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:09:53.311493 mtc Port GSMTAP was mapped to system:GSMTAP. 09:09:53.311523 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:09:53.311588 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:09:53.311717 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:09:53.311950 mtc Port BSCVTY was mapped to system:BSCVTY. 09:09:53.312040 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000082D0100000059061A00000000000000000000000000000000FF9D0400'O } id 1 09:09:53.312243 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2093, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 09:09:53.312283 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 09:09:53.312327 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2144, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 09:09:53.312342 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:09:53.312400 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:09:53.312424 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:09:53.312435 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:09:53.312483 mtc Sent on BSCVTY to system charstring : "enable" 09:09:53.312513 mtc Start timer T: 2 s 09:09:53.312553 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 09:09:53.312593 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2195, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 09:09:53.312616 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008C6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4 09:09:53.312680 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2246, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4 09:09:53.312712 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:09:53.312756 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:09:53.312770 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:09:53.312779 mtc Stop timer T: 2 s 09:09:53.312792 mtc Sent on BSCVTY to system charstring : "show network" 09:09:53.312811 mtc Start timer T: 2 s 09:09:53.312830 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000008F90100000059061A00000000000000000000000000000000FF9D0400'O } id 5 09:09:53.312868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2297, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 09:09:53.312888 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000092C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 09:09:53.312925 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2348, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 09:09:53.312943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000095F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 09:09:53.312988 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2399, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 09:09:53.313034 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 09:09:53.313051 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 09:09:53.313282 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 09:09:53.313296 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:09:53.313313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 09:09:53.313321 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:09:53.313327 mtc Stop timer T: 2 s 09:09:53.313338 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:09:53.313357 mtc Start timer T: 2 s 09:09:53.313377 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000992010000005506198FB380000000000000000000000000009D04002B'O } id 8 09:09:53.313417 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2450, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 09:09:53.313437 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000009C50100000059061A00000000000000000000000000000000FF9D0400'O } id 9 09:09:53.313471 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2501, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:09:53.313535 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 09:09:53.313586 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4 09:09:53.313595 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:09:53.313605 mtc Stop timer T: 2 s 09:09:53.313617 mtc Sent on BSCVTY to system charstring : "network" 09:09:53.313634 mtc Start timer T: 2 s 09:09:53.313654 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000009F80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 09:09:53.313696 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2552, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 09:09:53.313720 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000A2B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 09:09:53.313757 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2603, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 09:09:53.313782 mtc Message enqueued on BSCVTY from system charstring : " network" id 5 09:09:53.313793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 09:09:53.313833 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5 09:09:53.313842 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:09:53.313869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 09:09:53.313877 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:09:53.313883 mtc Stop timer T: 2 s 09:09:53.313893 mtc Sent on BSCVTY to system charstring : "bts 0" 09:09:53.313914 mtc Start timer T: 2 s 09:09:53.313934 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000A5E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12 09:09:53.313974 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2654, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 09:09:53.313998 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 7 09:09:53.314009 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:09:53.314047 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7 09:09:53.314057 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:09:53.314084 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:09:53.314092 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:09:53.314098 mtc Stop timer T: 2 s 09:09:53.314108 mtc Sent on BSCVTY to system charstring : "end" 09:09:53.314126 mtc Start timer T: 2 s 09:09:53.314213 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:09:53.314236 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:09:53.314341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:09:53.314359 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:09:53.314399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:09:53.314414 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:09:53.314425 mtc Stop timer T: 2 s 09:09:53.314439 mtc setverdict(pass): none -> pass 09:09:53.314452 mtc Terminating component type Test.dummy_CT. 09:09:53.314464 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:09:53.314520 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:09:53.314542 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:09:53.314560 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:09:53.314581 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:09:53.314593 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:09:53.314604 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:09:53.314615 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:09:53.314624 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:09:53.314630 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:09:53.314636 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:09:53.314642 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:09:53.314648 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:09:53.314654 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:09:53.314659 mtc Port GSMTAP was stopped. 09:09:53.314666 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:09:53.314695 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:09:53.314707 mtc Port BSCVTY was stopped. 09:09:53.314712 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 09:09:53.314720 mtc Waiting for PTCs to finish. 09:09:53.314750 mtc Setting final verdict of the test case. 09:09:53.314768 mtc Local verdict of MTC: pass 09:09:53.314782 mtc No PTCs were created. 09:09:53.314795 mtc Test case TC_telnet finished. Verdict: pass 09:09:53.314834 mtc Executing test case TC_si_default in module Test. 09:09:53.314858 mtc Test case TC_si_default started. 09:09:53.314869 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 09:09:53.314902 mtc Port GSMTAP was started. 09:09:53.314917 mtc Port BSCVTY was started. 09:09:53.314924 mtc Component type Test.dummy_CT was initialized. 09:09:53.314933 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:09:53.314973 mtc Port GSMTAP was mapped to system:GSMTAP. 09:09:53.315000 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:09:53.315016 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:09:53.315052 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:09:53.315208 mtc Port BSCVTY was mapped to system:BSCVTY. 09:09:53.315258 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:09:53.315282 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:09:53.315299 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:09:53.315313 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:09:53.315385 mtc Sent on BSCVTY to system charstring : "enable" 09:09:53.315420 mtc Start timer T: 2 s 09:09:53.315470 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:09:53.315504 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:09:53.315519 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:09:53.315532 mtc Stop timer T: 2 s 09:09:53.315561 mtc Port GSMTAP was cleared. 09:09:53.315574 mtc Start timer T: 8 s 09:09:53.525049 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000A910100000059061A00000000000000000000000000000000FF9D0400'O } id 1 09:09:53.525151 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2705, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 09:09:53.525258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2705, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 09:09:53.525289 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:09:53.525400 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 } } } } 09:09:53.760443 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000AC40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 09:09:53.760556 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2756, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 09:09:53.760627 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2756, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 09:09:53.760652 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:09:53.760768 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++") } } } 09:09:53.995784 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000AF70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 09:09:53.995930 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2807, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 09:09:53.996025 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2807, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 09:09:53.996058 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:09:53.996189 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 } } } 09:09:54.231148 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000B2A010000005506198FB380000000000000000000000000009D04002B'O } id 4 09:09:54.231251 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2858, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 09:09:54.231315 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2858, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 4 09:09:54.231335 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:09:54.231405 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 ("+") } } } 09:09:54.466523 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000B5D0100000059061A00000000000000000000000000000000FF9D0400'O } id 5 09:09:54.466637 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2909, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 09:09:54.466708 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2909, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 09:09:54.466731 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:09:54.466796 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 } } } } 09:09:54.701868 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000B900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 09:09:54.701999 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2960, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 09:09:54.702074 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 2960, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 09:09:54.702102 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:09:54.702201 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++") } } } 09:09:54.937255 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000BC30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 09:09:54.937415 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3011, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 09:09:54.937504 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3011, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 09:09:54.937546 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:09:54.937676 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 } } } 09:09:55.172622 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000BF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 09:09:55.172736 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3062, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 09:09:55.172807 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3062, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 09:09:55.172830 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:09:55.172914 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 } } 09:09:55.408001 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000C290100000059061A00000000000000000000000000000000FF9D0400'O } id 9 09:09:55.408131 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3113, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:09:55.408237 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3113, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:09:55.408280 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:09:55.408348 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 } } } } 09:09:55.643341 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000C5C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 09:09:55.643441 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3164, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 09:09:55.643505 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3164, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 09:09:55.643529 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:09:55.643616 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++") } } } 09:09:55.878740 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000C8F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 09:09:55.878912 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3215, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 09:09:55.879000 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3215, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 09:09:55.879039 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:09:55.879146 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 } } } 09:09:56.114116 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000CC2010000005506198FB380000000000000000000000000009D04002B'O } id 12 09:09:56.114245 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3266, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 09:09:56.114304 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3266, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 12 09:09:56.114323 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:09:56.114395 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 ("+") } } } 09:09:56.349451 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000CF50100000059061A00000000000000000000000000000000FF9D0400'O } id 13 09:09:56.349632 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3317, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 09:09:56.349723 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3317, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 09:09:56.349743 mtc Message with id 13 was extracted from the queue of GSMTAP. 09:09:56.349805 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 } } } } 09:09:56.584813 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000D280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 09:09:56.584951 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3368, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 09:09:56.585018 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3368, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 09:09:56.585038 mtc Message with id 14 was extracted from the queue of GSMTAP. 09:09:56.585127 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++") } } } 09:09:56.820172 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000D5B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 09:09:56.820291 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3419, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 09:09:56.820354 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3419, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 09:09:56.820375 mtc Message with id 15 was extracted from the queue of GSMTAP. 09:09:56.820470 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 } } } 09:09:57.055562 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000D8E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 09:09:57.055736 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3470, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 09:09:57.055842 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3470, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 16 09:09:57.055863 mtc Message with id 16 was extracted from the queue of GSMTAP. 09:09:57.055936 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 } } 09:09:57.290940 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000DC10100000059061A00000000000000000000000000000000FF9D0400'O } id 17 09:09:57.291114 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3521, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 09:09:57.291216 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3521, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 09:09:57.291243 mtc Message with id 17 was extracted from the queue of GSMTAP. 09:09:57.291324 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 } } } } 09:09:57.526291 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000DF40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 09:09:57.526470 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3572, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 09:09:57.526558 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3572, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 09:09:57.526601 mtc Message with id 18 was extracted from the queue of GSMTAP. 09:09:57.526743 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++") } } } 09:09:57.761655 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000E270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 09:09:57.761884 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3623, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 09:09:57.762026 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3623, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 09:09:57.762084 mtc Message with id 19 was extracted from the queue of GSMTAP. 09:09:57.762297 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 } } } 09:09:57.997301 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000E5A010000005506198FB380000000000000000000000000009D04002B'O } id 20 09:09:57.997698 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3674, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 09:09:57.997946 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3674, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 20 09:09:57.998071 mtc Message with id 20 was extracted from the queue of GSMTAP. 09:09:57.998297 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 ("+") } } } 09:09:58.232664 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000E8D0100000059061A00000000000000000000000000000000FF9D0400'O } id 21 09:09:58.232988 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3725, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 09:09:58.233256 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3725, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 09:09:58.233391 mtc Message with id 21 was extracted from the queue of GSMTAP. 09:09:58.233637 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 } } } } 09:09:58.468026 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000EC00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 09:09:58.468413 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3776, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 09:09:58.468679 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3776, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 09:09:58.468779 mtc Message with id 22 was extracted from the queue of GSMTAP. 09:09:58.469099 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++") } } } 09:09:58.703283 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000EF30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 09:09:58.703634 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3827, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 09:09:58.703854 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3827, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 09:09:58.703947 mtc Message with id 23 was extracted from the queue of GSMTAP. 09:09:58.704261 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 } } } 09:09:58.938759 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000F26010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 09:09:58.939135 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3878, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 09:09:58.939373 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3878, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 24 09:09:58.939494 mtc Message with id 24 was extracted from the queue of GSMTAP. 09:09:58.939727 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 } } 09:09:59.173977 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000F590100000059061A00000000000000000000000000000000FF9D0400'O } id 25 09:09:59.174328 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3929, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 09:09:59.174566 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3929, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 09:09:59.174649 mtc Message with id 25 was extracted from the queue of GSMTAP. 09:09:59.174878 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 } } } } 09:09:59.409338 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000F8C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 09:09:59.409694 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3980, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 09:09:59.409905 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 3980, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 09:09:59.410019 mtc Message with id 26 was extracted from the queue of GSMTAP. 09:09:59.410278 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++") } } } 09:09:59.644877 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000FBF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 09:09:59.645254 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4031, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 09:09:59.645505 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4031, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 09:09:59.645609 mtc Message with id 27 was extracted from the queue of GSMTAP. 09:09:59.645916 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 } } } 09:09:59.880132 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000000FF2010000005506198FB380000000000000000000000000009D04002B'O } id 28 09:09:59.880490 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4082, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 09:09:59.880729 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4082, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 28 09:09:59.880818 mtc Message with id 28 was extracted from the queue of GSMTAP. 09:09:59.881035 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 ("+") } } } 09:10:00.115605 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010250100000059061A00000000000000000000000000000000FF9D0400'O } id 29 09:10:00.116012 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4133, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 09:10:00.116239 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4133, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29 09:10:00.116349 mtc Message with id 29 was extracted from the queue of GSMTAP. 09:10:00.116622 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 } } } } 09:10:00.350951 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 09:10:00.351324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4184, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 09:10:00.351569 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4184, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30 09:10:00.351686 mtc Message with id 30 was extracted from the queue of GSMTAP. 09:10:00.351946 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++") } } } 09:10:00.586367 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000108B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 09:10:00.586759 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4235, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 09:10:00.586996 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4235, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31 09:10:00.587115 mtc Message with id 31 was extracted from the queue of GSMTAP. 09:10:00.587485 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 } } } 09:10:00.821704 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 09:10:00.822063 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4286, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 09:10:00.822336 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4286, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 32 09:10:00.822515 mtc Message with id 32 was extracted from the queue of GSMTAP. 09:10:00.822758 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 } } 09:10:01.057079 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000010F10100000059061A00000000000000000000000000000000FF9D0400'O } id 33 09:10:01.057439 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4337, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 09:10:01.057687 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4337, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 09:10:01.057778 mtc Message with id 33 was extracted from the queue of GSMTAP. 09:10:01.058020 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 } } } } 09:10:01.292459 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 09:10:01.292803 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4388, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 09:10:01.293090 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4388, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34 09:10:01.293203 mtc Message with id 34 was extracted from the queue of GSMTAP. 09:10:01.293520 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++") } } } 09:10:01.315617 mtc Timeout T: 8 s 09:10:01.315701 mtc "TC_si_default": TC=0 has #of SI=4 09:10:01.315792 mtc "TC_si_default": TC=1 has #of SI=4 09:10:01.315849 mtc "TC_si_default": TC=2 has #of SI=4 09:10:01.315907 mtc "TC_si_default": TC=3 has #of SI=4 09:10:01.315964 mtc "TC_si_default": TC=4 has #of SI=4 09:10:01.316003 mtc "TC_si_default": TC=5 has #of SI=5 09:10:01.316032 mtc "TC_si_default": TC=6 has #of SI=5 09:10:01.316059 mtc "TC_si_default": TC=7 has #of SI=4 09:10:01.316167 mtc setverdict(pass): none -> pass 09:10:01.316285 mtc Terminating component type Test.dummy_CT. 09:10:01.316361 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:10:01.316455 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:10:01.316509 mtc Port GSMTAP was stopped. 09:10:01.316624 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:10:01.316746 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:10:01.316824 mtc Port BSCVTY was stopped. 09:10:01.316956 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 09:10:01.316997 mtc Waiting for PTCs to finish. 09:10:01.317145 mtc Setting final verdict of the test case. 09:10:01.317238 mtc Local verdict of MTC: pass 09:10:01.317286 mtc No PTCs were created. 09:10:01.317324 mtc Test case TC_si_default finished. Verdict: pass 09:10:01.317500 mtc Executing test case TC_si_sched_2bis in module Test. 09:10:01.317588 mtc Test case TC_si_sched_2bis started. 09:10:01.317640 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 09:10:01.317732 mtc Port GSMTAP was started. 09:10:01.317782 mtc Port BSCVTY was started. 09:10:01.317822 mtc Component type Test.dummy_CT was initialized. 09:10:01.317870 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:10:01.317968 mtc Port GSMTAP was mapped to system:GSMTAP. 09:10:01.318059 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:10:01.318121 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:10:01.318241 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:10:01.318704 mtc Port BSCVTY was mapped to system:BSCVTY. 09:10:01.318829 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:10:01.318905 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:10:01.318973 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:10:01.319048 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:10:01.319204 mtc Sent on BSCVTY to system charstring : "enable" 09:10:01.319313 mtc Start timer T: 2 s 09:10:01.319479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:10:01.319618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:10:01.319682 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:10:01.319732 mtc Stop timer T: 2 s 09:10:01.319803 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:01.319930 mtc Start timer T: 2 s 09:10:01.320259 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:10:01.320455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:10:01.320496 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:10:01.320525 mtc Stop timer T: 2 s 09:10:01.320570 mtc Sent on BSCVTY to system charstring : "network" 09:10:01.320641 mtc Start timer T: 2 s 09:10:01.320823 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:10:01.320891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:10:01.321130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:10:01.321194 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:10:01.321376 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:10:01.321433 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:10:01.321480 mtc Stop timer T: 2 s 09:10:01.321574 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:01.321672 mtc Start timer T: 2 s 09:10:01.321877 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:10:01.321943 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:10:01.322171 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:10:01.322226 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:10:01.322448 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:10:01.322520 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:10:01.322536 mtc Stop timer T: 2 s 09:10:01.322565 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 09:10:01.322696 mtc Start timer T: 2 s 09:10:01.322740 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 09:10:01.322760 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:10:01.322849 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 09:10:01.322868 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:10:01.322924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:10:01.322943 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:10:01.322960 mtc Stop timer T: 2 s 09:10:01.322993 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 09:10:01.323025 mtc Start timer T: 2 s 09:10:01.323133 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 09:10:01.323157 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 09:10:01.323262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 09:10:01.323281 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:10:01.323341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 09:10:01.323359 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:10:01.323374 mtc Stop timer T: 2 s 09:10:01.323407 mtc Sent on BSCVTY to system charstring : "end" 09:10:01.323440 mtc Start timer T: 2 s 09:10:01.323504 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 09:10:01.323525 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 09:10:01.323603 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 09:10:01.323623 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:10:01.323658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 09:10:01.323674 mtc Message with id 12 was extracted from the queue of BSCVTY. 09:10:01.323689 mtc Stop timer T: 2 s 09:10:01.323711 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:01.323742 mtc Start timer T: 2 s 09:10:01.323807 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 09:10:01.323869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 09:10:01.323889 mtc Message with id 13 was extracted from the queue of BSCVTY. 09:10:01.323905 mtc Stop timer T: 2 s 09:10:01.323928 mtc Sent on BSCVTY to system charstring : "network" 09:10:01.323958 mtc Start timer T: 2 s 09:10:01.324019 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 09:10:01.324043 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 09:10:01.324120 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 09:10:01.324138 mtc Message with id 14 was extracted from the queue of BSCVTY. 09:10:01.324196 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 09:10:01.324214 mtc Message with id 15 was extracted from the queue of BSCVTY. 09:10:01.324230 mtc Stop timer T: 2 s 09:10:01.324254 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:01.324330 mtc Start timer T: 2 s 09:10:01.324369 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 09:10:01.324389 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 09:10:01.324465 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 09:10:01.324484 mtc Message with id 16 was extracted from the queue of BSCVTY. 09:10:01.324560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 09:10:01.324577 mtc Message with id 17 was extracted from the queue of BSCVTY. 09:10:01.324593 mtc Stop timer T: 2 s 09:10:01.324620 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:10:01.324706 mtc Start timer T: 2 s 09:10:01.324749 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 09:10:01.324768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 09:10:01.324855 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 09:10:01.324873 mtc Message with id 18 was extracted from the queue of BSCVTY. 09:10:01.324931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 09:10:01.324948 mtc Message with id 19 was extracted from the queue of BSCVTY. 09:10:01.324962 mtc Stop timer T: 2 s 09:10:01.324984 mtc Sent on BSCVTY to system charstring : "end" 09:10:01.325013 mtc Start timer T: 2 s 09:10:01.325083 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 09:10:01.325103 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 09:10:01.325178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 09:10:01.325193 mtc Message with id 20 was extracted from the queue of BSCVTY. 09:10:01.325215 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 09:10:01.325230 mtc Message with id 21 was extracted from the queue of BSCVTY. 09:10:01.325241 mtc Stop timer T: 2 s 09:10:01.325256 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:01.325281 mtc Start timer T: 2 s 09:10:01.325352 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 09:10:01.325425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 09:10:01.325442 mtc Message with id 22 was extracted from the queue of BSCVTY. 09:10:01.325457 mtc Stop timer T: 2 s 09:10:01.325479 mtc Sent on BSCVTY to system charstring : "network" 09:10:01.325506 mtc Start timer T: 2 s 09:10:01.325566 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 09:10:01.325585 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 09:10:01.325636 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 09:10:01.325648 mtc Message with id 23 was extracted from the queue of BSCVTY. 09:10:01.325686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 09:10:01.325698 mtc Message with id 24 was extracted from the queue of BSCVTY. 09:10:01.325707 mtc Stop timer T: 2 s 09:10:01.325723 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:01.325745 mtc Start timer T: 2 s 09:10:01.325806 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 09:10:01.325826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 09:10:01.325875 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 09:10:01.325888 mtc Message with id 25 was extracted from the queue of BSCVTY. 09:10:01.325925 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 09:10:01.325937 mtc Message with id 26 was extracted from the queue of BSCVTY. 09:10:01.325946 mtc Stop timer T: 2 s 09:10:01.325962 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:10:01.325985 mtc Start timer T: 2 s 09:10:01.326058 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 09:10:01.326078 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 09:10:01.326128 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 09:10:01.326140 mtc Message with id 27 was extracted from the queue of BSCVTY. 09:10:01.326176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 09:10:01.326189 mtc Message with id 28 was extracted from the queue of BSCVTY. 09:10:01.326197 mtc Stop timer T: 2 s 09:10:01.326211 mtc Sent on BSCVTY to system charstring : "end" 09:10:01.326283 mtc Start timer T: 2 s 09:10:01.326310 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 09:10:01.326328 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 09:10:01.326417 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 09:10:01.326436 mtc Message with id 29 was extracted from the queue of BSCVTY. 09:10:01.326470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 09:10:01.326487 mtc Message with id 30 was extracted from the queue of BSCVTY. 09:10:01.326502 mtc Stop timer T: 2 s 09:10:01.326523 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:01.326552 mtc Start timer T: 2 s 09:10:01.326634 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 09:10:01.326717 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 09:10:01.326732 mtc Message with id 31 was extracted from the queue of BSCVTY. 09:10:01.326746 mtc Stop timer T: 2 s 09:10:01.326767 mtc Sent on BSCVTY to system charstring : "network" 09:10:01.326799 mtc Start timer T: 2 s 09:10:01.326860 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 09:10:01.326891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 09:10:01.326971 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 09:10:01.326991 mtc Message with id 32 was extracted from the queue of BSCVTY. 09:10:01.327048 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 09:10:01.327071 mtc Message with id 33 was extracted from the queue of BSCVTY. 09:10:01.327087 mtc Stop timer T: 2 s 09:10:01.327112 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:01.327144 mtc Start timer T: 2 s 09:10:01.327209 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 09:10:01.327232 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 09:10:01.327307 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 09:10:01.327324 mtc Message with id 34 was extracted from the queue of BSCVTY. 09:10:01.327379 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 09:10:01.327396 mtc Message with id 35 was extracted from the queue of BSCVTY. 09:10:01.327411 mtc Stop timer T: 2 s 09:10:01.327440 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:10:01.327470 mtc Start timer T: 2 s 09:10:01.327573 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 09:10:01.327594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 09:10:01.327666 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 09:10:01.327680 mtc Message with id 36 was extracted from the queue of BSCVTY. 09:10:01.327718 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 09:10:01.327730 mtc Message with id 37 was extracted from the queue of BSCVTY. 09:10:01.327740 mtc Stop timer T: 2 s 09:10:01.327754 mtc Sent on BSCVTY to system charstring : "end" 09:10:01.327778 mtc Start timer T: 2 s 09:10:01.327829 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 09:10:01.327847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 09:10:01.327912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 09:10:01.327931 mtc Message with id 38 was extracted from the queue of BSCVTY. 09:10:01.327963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 09:10:01.327978 mtc Message with id 39 was extracted from the queue of BSCVTY. 09:10:01.327993 mtc Stop timer T: 2 s 09:10:01.328013 mtc Sent on BSCVTY to system charstring : "write terminal" 09:10:01.328041 mtc Start timer T: 2 s 09:10:01.328443 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 09:10:01.328498 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 09:10:01.330150 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 09:10:01.330199 mtc Message with id 40 was extracted from the queue of BSCVTY. 09:10:01.330221 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 09:10:01.330232 mtc Message with id 41 was extracted from the queue of BSCVTY. 09:10:01.330240 mtc Stop timer T: 2 s 09:10:01.330260 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:10:01.330285 mtc Start timer T: 2 s 09:10:01.330453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 09:10:01.330503 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 09:10:01.330523 mtc Message with id 42 was extracted from the queue of BSCVTY. 09:10:01.330541 mtc Stop timer T: 2 s 09:10:01.330563 mtc Start timer T: 1 s 09:10:01.527747 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 09:10:01.528061 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4439, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:10:01.763191 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000118A010000005506198FB380000000000000000000000000009D04002B'O } id 2 09:10:01.763505 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4490, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2 09:10:01.998530 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 09:10:01.998855 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4541, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 09:10:02.233751 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000011F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 4 09:10:02.234074 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4592, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 4 09:10:02.330589 mtc Timeout T: 1 s 09:10:02.330768 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:10:02.330821 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:10:02.330861 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:10:02.330912 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:10:02.330946 mtc Port GSMTAP was cleared. 09:10:02.330982 mtc Start timer T: 8 s 09:10:02.469394 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000012230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 09:10:02.469725 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4643, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:10:02.470018 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4643, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:10:02.470164 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:10:02.470553 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 ("++++++++++") } } } 09:10:02.704638 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001256010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 09:10:02.705081 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4694, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 09:10:02.705345 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4694, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 09:10:02.705480 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:10:02.705736 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 } } 09:10:02.939993 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000128901000000550602BFE809B3FF00000000000000000000007900002B'O } id 7 09:10:02.940400 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4745, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 09:10:02.940663 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4745, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 09:10:02.940823 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:10:02.941113 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 ("+") } } } 09:10:03.175204 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000012BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 8 09:10:03.175559 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4796, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 09:10:03.175788 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4796, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 8 09:10:03.175885 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:10:03.176232 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+++") } } } 09:10:03.410715 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000012EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 09:10:03.411069 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4847, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 09:10:03.411395 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4847, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9 09:10:03.411515 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:10:03.411833 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 ("++++++++++") } } } 09:10:03.646110 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001322010000005506198FB380000000000000000000000000009D04002B'O } id 10 09:10:03.646567 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4898, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 09:10:03.646842 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4898, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10 09:10:03.646960 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:10:03.647211 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 ("+") } } } 09:10:03.881445 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013550100000059061A00000000000000000000000000000000FF9D0400'O } id 11 09:10:03.881855 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4949, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 09:10:03.882183 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 4949, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11 09:10:03.882293 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:10:03.882614 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 } } } } 09:10:04.116806 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 12 09:10:04.117149 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5000, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 09:10:04.117325 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5000, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 12 09:10:04.117398 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:10:04.117627 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+++") } } } 09:10:04.352178 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 09:10:04.352526 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5051, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 09:10:04.352783 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5051, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13 09:10:04.352924 mtc Message with id 13 was extracted from the queue of GSMTAP. 09:10:04.353279 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 ("++++++++++") } } } 09:10:04.587462 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000013EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 09:10:04.587846 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5102, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 09:10:04.588092 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5102, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14 09:10:04.588215 mtc Message with id 14 was extracted from the queue of GSMTAP. 09:10:04.588407 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 } } 09:10:04.822928 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000142101000000550602BFE809B3FF00000000000000000000007900002B'O } id 15 09:10:04.823301 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5153, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 09:10:04.823615 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5153, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 09:10:04.823738 mtc Message with id 15 was extracted from the queue of GSMTAP. 09:10:04.824032 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 ("+") } } } 09:10:05.058289 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 16 09:10:05.058683 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5204, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 09:10:05.058936 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5204, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 16 09:10:05.059035 mtc Message with id 16 was extracted from the queue of GSMTAP. 09:10:05.059312 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+++") } } } 09:10:05.293368 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 09:10:05.293677 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5255, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 09:10:05.293859 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5255, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17 09:10:05.293934 mtc Message with id 17 was extracted from the queue of GSMTAP. 09:10:05.294181 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 ("++++++++++") } } } 09:10:05.529001 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014BA010000005506198FB380000000000000000000000000009D04002B'O } id 18 09:10:05.529337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5306, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 09:10:05.529619 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5306, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18 09:10:05.529739 mtc Message with id 18 was extracted from the queue of GSMTAP. 09:10:05.530014 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 ("+") } } } 09:10:05.764184 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000014ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 19 09:10:05.764533 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5357, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 09:10:05.764768 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5357, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19 09:10:05.764874 mtc Message with id 19 was extracted from the queue of GSMTAP. 09:10:05.765147 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 } } } } 09:10:05.999669 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 20 09:10:06.000014 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5408, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 09:10:06.000253 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5408, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 20 09:10:06.000388 mtc Message with id 20 was extracted from the queue of GSMTAP. 09:10:06.000763 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+++") } } } 09:10:06.235147 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 09:10:06.235487 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5459, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 09:10:06.235684 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5459, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21 09:10:06.235796 mtc Message with id 21 was extracted from the queue of GSMTAP. 09:10:06.236168 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 ("++++++++++") } } } 09:10:06.470367 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001586010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 09:10:06.470807 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5510, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 09:10:06.471077 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5510, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22 09:10:06.471189 mtc Message with id 22 was extracted from the queue of GSMTAP. 09:10:06.471429 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 } } 09:10:06.705693 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015B901000000550602BFE809B3FF00000000000000000000007900002B'O } id 23 09:10:06.706015 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5561, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 09:10:06.706213 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5561, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 09:10:06.706293 mtc Message with id 23 was extracted from the queue of GSMTAP. 09:10:06.706571 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 ("+") } } } 09:10:06.941222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000015EC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 24 09:10:06.941591 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5612, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 09:10:06.941834 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5612, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 24 09:10:06.941964 mtc Message with id 24 was extracted from the queue of GSMTAP. 09:10:06.942228 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+++") } } } 09:10:07.176416 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000161F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 09:10:07.176781 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5663, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 09:10:07.177008 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5663, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25 09:10:07.177096 mtc Message with id 25 was extracted from the queue of GSMTAP. 09:10:07.177408 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 ("++++++++++") } } } 09:10:07.411849 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001652010000005506198FB380000000000000000000000000009D04002B'O } id 26 09:10:07.412121 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5714, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 09:10:07.412304 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5714, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26 09:10:07.412403 mtc Message with id 26 was extracted from the queue of GSMTAP. 09:10:07.412653 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 ("+") } } } 09:10:07.647130 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000016850100000059061A00000000000000000000000000000000FF9D0400'O } id 27 09:10:07.647467 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5765, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 09:10:07.647673 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5765, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27 09:10:07.647755 mtc Message with id 27 was extracted from the queue of GSMTAP. 09:10:07.647998 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 } } } } 09:10:07.882580 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000016B80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 28 09:10:07.882969 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5816, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 09:10:07.883234 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5816, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 28 09:10:07.883354 mtc Message with id 28 was extracted from the queue of GSMTAP. 09:10:07.883721 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+++") } } } 09:10:08.118057 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000016EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 09:10:08.118480 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5867, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 09:10:08.118716 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5867, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29 09:10:08.118852 mtc Message with id 29 was extracted from the queue of GSMTAP. 09:10:08.119221 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 ("++++++++++") } } } 09:10:08.353291 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000171E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 09:10:08.353675 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5918, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 09:10:08.353905 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5918, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30 09:10:08.354018 mtc Message with id 30 was extracted from the queue of GSMTAP. 09:10:08.354205 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 } } 09:10:08.588777 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000175101000000550602BFE809B3FF00000000000000000000007900002B'O } id 31 09:10:08.589131 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5969, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 09:10:08.589429 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 5969, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 31 09:10:08.589568 mtc Message with id 31 was extracted from the queue of GSMTAP. 09:10:08.589881 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 ("+") } } } 09:10:08.824032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000017840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 32 09:10:08.824253 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6020, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 09:10:08.824395 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6020, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 32 09:10:08.824469 mtc Message with id 32 was extracted from the queue of GSMTAP. 09:10:08.824667 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+++") } } } 09:10:09.059502 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000017B70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 09:10:09.059896 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6071, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 09:10:09.060159 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6071, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33 09:10:09.060268 mtc Message with id 33 was extracted from the queue of GSMTAP. 09:10:09.060595 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 ("++++++++++") } } } 09:10:09.294745 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000017EA010000005506198FB380000000000000000000000000009D04002B'O } id 34 09:10:09.295085 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6122, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 09:10:09.295330 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6122, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34 09:10:09.295438 mtc Message with id 34 was extracted from the queue of GSMTAP. 09:10:09.295708 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 ("+") } } } 09:10:09.529999 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000181D0100000059061A00000000000000000000000000000000FF9D0400'O } id 35 09:10:09.530256 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6173, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 09:10:09.530472 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6173, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 35 09:10:09.530570 mtc Message with id 35 was extracted from the queue of GSMTAP. 09:10:09.530813 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 } } } } 09:10:09.765525 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018500100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 36 09:10:09.765914 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6224, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 09:10:09.766173 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6224, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 36 09:10:09.766315 mtc Message with id 36 was extracted from the queue of GSMTAP. 09:10:09.766659 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+++") } } } 09:10:10.000898 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 09:10:10.001297 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6275, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 09:10:10.001552 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6275, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37 09:10:10.001663 mtc Message with id 37 was extracted from the queue of GSMTAP. 09:10:10.002005 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 ("++++++++++") } } } 09:10:10.236265 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018B6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 09:10:10.236590 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6326, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 09:10:10.236840 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6326, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 38 09:10:10.236981 mtc Message with id 38 was extracted from the queue of GSMTAP. 09:10:10.237246 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 } } 09:10:10.331077 mtc Timeout T: 8 s 09:10:10.331209 mtc "TC_si_sched_2bis": TC=0 has #of SI=4 09:10:10.331285 mtc "TC_si_sched_2bis": TC=1 has #of SI=4 09:10:10.331346 mtc "TC_si_sched_2bis": TC=2 has #of SI=4 09:10:10.331403 mtc "TC_si_sched_2bis": TC=3 has #of SI=5 09:10:10.331458 mtc "TC_si_sched_2bis": TC=4 has #of SI=5 09:10:10.331512 mtc "TC_si_sched_2bis": TC=5 has #of SI=4 09:10:10.331565 mtc "TC_si_sched_2bis": TC=6 has #of SI=4 09:10:10.331621 mtc "TC_si_sched_2bis": TC=7 has #of SI=4 09:10:10.331740 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:10.331892 mtc Start timer T: 2 s 09:10:10.332286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 09:10:10.332582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 09:10:10.332656 mtc Message with id 43 was extracted from the queue of BSCVTY. 09:10:10.332709 mtc Stop timer T: 2 s 09:10:10.332784 mtc Sent on BSCVTY to system charstring : "network" 09:10:10.332885 mtc Start timer T: 2 s 09:10:10.333146 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 09:10:10.333246 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 09:10:10.333532 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 09:10:10.333602 mtc Message with id 44 was extracted from the queue of BSCVTY. 09:10:10.333764 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 09:10:10.333815 mtc Message with id 45 was extracted from the queue of BSCVTY. 09:10:10.333846 mtc Stop timer T: 2 s 09:10:10.333900 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:10.333995 mtc Start timer T: 2 s 09:10:10.334201 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 09:10:10.334309 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 09:10:10.334542 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 09:10:10.334604 mtc Message with id 46 was extracted from the queue of BSCVTY. 09:10:10.334779 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 09:10:10.334844 mtc Message with id 47 was extracted from the queue of BSCVTY. 09:10:10.334898 mtc Stop timer T: 2 s 09:10:10.334981 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:10:10.335094 mtc Start timer T: 2 s 09:10:10.335412 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 09:10:10.335484 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 09:10:10.335664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 09:10:10.335726 mtc Message with id 48 was extracted from the queue of BSCVTY. 09:10:10.335845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 09:10:10.335884 mtc Message with id 49 was extracted from the queue of BSCVTY. 09:10:10.335914 mtc Stop timer T: 2 s 09:10:10.335959 mtc Sent on BSCVTY to system charstring : "end" 09:10:10.336060 mtc Start timer T: 2 s 09:10:10.336300 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 09:10:10.336371 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 09:10:10.336601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 09:10:10.336660 mtc Message with id 50 was extracted from the queue of BSCVTY. 09:10:10.336758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 09:10:10.336806 mtc Message with id 51 was extracted from the queue of BSCVTY. 09:10:10.336852 mtc Stop timer T: 2 s 09:10:10.336919 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:10.337015 mtc Start timer T: 2 s 09:10:10.337218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 09:10:10.337391 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 09:10:10.337429 mtc Message with id 52 was extracted from the queue of BSCVTY. 09:10:10.337455 mtc Stop timer T: 2 s 09:10:10.337493 mtc Sent on BSCVTY to system charstring : "network" 09:10:10.337565 mtc Start timer T: 2 s 09:10:10.337727 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 09:10:10.337790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 09:10:10.337940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 09:10:10.337975 mtc Message with id 53 was extracted from the queue of BSCVTY. 09:10:10.338075 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 09:10:10.338110 mtc Message with id 54 was extracted from the queue of BSCVTY. 09:10:10.338143 mtc Stop timer T: 2 s 09:10:10.338198 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:10.338456 mtc Start timer T: 2 s 09:10:10.338579 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 09:10:10.338636 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 09:10:10.338858 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 09:10:10.338917 mtc Message with id 55 was extracted from the queue of BSCVTY. 09:10:10.339091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 09:10:10.339148 mtc Message with id 56 was extracted from the queue of BSCVTY. 09:10:10.339195 mtc Stop timer T: 2 s 09:10:10.339270 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:10:10.339367 mtc Start timer T: 2 s 09:10:10.339545 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 09:10:10.339565 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 09:10:10.339625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 09:10:10.339642 mtc Message with id 57 was extracted from the queue of BSCVTY. 09:10:10.339691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 09:10:10.339707 mtc Message with id 58 was extracted from the queue of BSCVTY. 09:10:10.339721 mtc Stop timer T: 2 s 09:10:10.339740 mtc Sent on BSCVTY to system charstring : "end" 09:10:10.339768 mtc Start timer T: 2 s 09:10:10.339818 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 09:10:10.339836 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 09:10:10.339879 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 09:10:10.339894 mtc Message with id 59 was extracted from the queue of BSCVTY. 09:10:10.339912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 09:10:10.339920 mtc Message with id 60 was extracted from the queue of BSCVTY. 09:10:10.339927 mtc Stop timer T: 2 s 09:10:10.339939 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:10.340008 mtc Start timer T: 2 s 09:10:10.340041 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 09:10:10.340104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 09:10:10.340120 mtc Message with id 61 was extracted from the queue of BSCVTY. 09:10:10.340134 mtc Stop timer T: 2 s 09:10:10.340153 mtc Sent on BSCVTY to system charstring : "network" 09:10:10.340211 mtc Start timer T: 2 s 09:10:10.340244 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 09:10:10.340261 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 09:10:10.340328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 09:10:10.340344 mtc Message with id 62 was extracted from the queue of BSCVTY. 09:10:10.340393 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 09:10:10.340408 mtc Message with id 63 was extracted from the queue of BSCVTY. 09:10:10.340422 mtc Stop timer T: 2 s 09:10:10.340441 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:10.340468 mtc Start timer T: 2 s 09:10:10.340520 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 09:10:10.340539 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 09:10:10.340604 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 09:10:10.340621 mtc Message with id 64 was extracted from the queue of BSCVTY. 09:10:10.340670 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 09:10:10.340685 mtc Message with id 65 was extracted from the queue of BSCVTY. 09:10:10.340698 mtc Stop timer T: 2 s 09:10:10.340718 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:10:10.340745 mtc Start timer T: 2 s 09:10:10.340828 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 09:10:10.340848 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 09:10:10.340911 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 09:10:10.340927 mtc Message with id 66 was extracted from the queue of BSCVTY. 09:10:10.340965 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 09:10:10.340979 mtc Message with id 67 was extracted from the queue of BSCVTY. 09:10:10.340992 mtc Stop timer T: 2 s 09:10:10.341008 mtc Sent on BSCVTY to system charstring : "end" 09:10:10.341036 mtc Start timer T: 2 s 09:10:10.341095 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 09:10:10.341117 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 09:10:10.341166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 09:10:10.341179 mtc Message with id 68 was extracted from the queue of BSCVTY. 09:10:10.341201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 09:10:10.341215 mtc Message with id 69 was extracted from the queue of BSCVTY. 09:10:10.341224 mtc Stop timer T: 2 s 09:10:10.341239 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:10.341264 mtc Start timer T: 2 s 09:10:10.341328 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 09:10:10.341391 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 09:10:10.341405 mtc Message with id 70 was extracted from the queue of BSCVTY. 09:10:10.341418 mtc Stop timer T: 2 s 09:10:10.341439 mtc Sent on BSCVTY to system charstring : "network" 09:10:10.341466 mtc Start timer T: 2 s 09:10:10.341552 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 09:10:10.341574 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 09:10:10.341645 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 09:10:10.341660 mtc Message with id 71 was extracted from the queue of BSCVTY. 09:10:10.341693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 09:10:10.341702 mtc Message with id 72 was extracted from the queue of BSCVTY. 09:10:10.341709 mtc Stop timer T: 2 s 09:10:10.341721 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:10.341782 mtc Start timer T: 2 s 09:10:10.341816 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 09:10:10.341833 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 09:10:10.341902 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 09:10:10.341920 mtc Message with id 73 was extracted from the queue of BSCVTY. 09:10:10.341970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 09:10:10.341986 mtc Message with id 74 was extracted from the queue of BSCVTY. 09:10:10.341999 mtc Stop timer T: 2 s 09:10:10.342023 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:10:10.342050 mtc Start timer T: 2 s 09:10:10.342135 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 09:10:10.342155 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 09:10:10.342229 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 09:10:10.342246 mtc Message with id 75 was extracted from the queue of BSCVTY. 09:10:10.342296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 09:10:10.342313 mtc Message with id 76 was extracted from the queue of BSCVTY. 09:10:10.342326 mtc Stop timer T: 2 s 09:10:10.342345 mtc Sent on BSCVTY to system charstring : "end" 09:10:10.342381 mtc Start timer T: 2 s 09:10:10.342427 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 09:10:10.342445 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 09:10:10.342486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 09:10:10.342509 mtc Message with id 77 was extracted from the queue of BSCVTY. 09:10:10.342526 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 09:10:10.342534 mtc Message with id 78 was extracted from the queue of BSCVTY. 09:10:10.342541 mtc Stop timer T: 2 s 09:10:10.342552 mtc Sent on BSCVTY to system charstring : "write terminal" 09:10:10.342576 mtc Start timer T: 2 s 09:10:10.342965 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 09:10:10.343013 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 09:10:10.344560 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 09:10:10.344605 mtc Message with id 79 was extracted from the queue of BSCVTY. 09:10:10.344634 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 09:10:10.344648 mtc Message with id 80 was extracted from the queue of BSCVTY. 09:10:10.344662 mtc Stop timer T: 2 s 09:10:10.344685 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:10:10.344711 mtc Start timer T: 2 s 09:10:10.344851 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 09:10:10.344887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 09:10:10.344904 mtc Message with id 81 was extracted from the queue of BSCVTY. 09:10:10.344917 mtc Stop timer T: 2 s 09:10:10.344933 mtc Start timer T: 1 s 09:10:10.471525 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000018E90100000059061A00000000000000000000000000000000FF9D0400'O } id 39 09:10:10.471823 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6377, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 09:10:10.706896 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000191C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 09:10:10.707181 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6428, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 09:10:10.942452 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000194F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 09:10:10.942808 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6479, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 09:10:11.177752 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001982010000005506198FB380000000000000000000000000009D04002B'O } id 42 09:10:11.178117 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6530, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 42 09:10:11.344952 mtc Timeout T: 1 s 09:10:11.345111 mtc setverdict(pass): none -> pass 09:10:11.345247 mtc Terminating component type Test.dummy_CT. 09:10:11.345312 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:10:11.345431 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:10:11.345503 mtc Message with id 39 was extracted from the queue of GSMTAP. 09:10:11.345610 mtc Message with id 40 was extracted from the queue of GSMTAP. 09:10:11.345669 mtc Message with id 41 was extracted from the queue of GSMTAP. 09:10:11.345738 mtc Message with id 42 was extracted from the queue of GSMTAP. 09:10:11.345790 mtc Port GSMTAP was stopped. 09:10:11.345844 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:10:11.346012 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:10:11.346102 mtc Port BSCVTY was stopped. 09:10:11.346155 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 09:10:11.346207 mtc Waiting for PTCs to finish. 09:10:11.346302 mtc Setting final verdict of the test case. 09:10:11.346347 mtc Local verdict of MTC: pass 09:10:11.346413 mtc No PTCs were created. 09:10:11.346465 mtc Test case TC_si_sched_2bis finished. Verdict: pass 09:10:11.346727 mtc Executing test case TC_si_sched_2ter in module Test. 09:10:11.346829 mtc Test case TC_si_sched_2ter started. 09:10:11.346898 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 09:10:11.347020 mtc Port GSMTAP was started. 09:10:11.347115 mtc Port BSCVTY was started. 09:10:11.347158 mtc Component type Test.dummy_CT was initialized. 09:10:11.347206 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:10:11.347405 mtc Port GSMTAP was mapped to system:GSMTAP. 09:10:11.347583 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:10:11.347680 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:10:11.347821 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:10:11.348445 mtc Port BSCVTY was mapped to system:BSCVTY. 09:10:11.348604 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:10:11.348684 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:10:11.348741 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:10:11.348785 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:10:11.348927 mtc Sent on BSCVTY to system charstring : "enable" 09:10:11.349039 mtc Start timer T: 2 s 09:10:11.349218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:10:11.349393 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:10:11.349467 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:10:11.349523 mtc Stop timer T: 2 s 09:10:11.349595 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:11.349707 mtc Start timer T: 2 s 09:10:11.350127 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:10:11.350492 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:10:11.350571 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:10:11.350610 mtc Stop timer T: 2 s 09:10:11.350664 mtc Sent on BSCVTY to system charstring : "network" 09:10:11.350754 mtc Start timer T: 2 s 09:10:11.351014 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:10:11.351112 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:10:11.351344 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:10:11.351409 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:10:11.351581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:10:11.351627 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:10:11.351670 mtc Stop timer T: 2 s 09:10:11.351756 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:11.351873 mtc Start timer T: 2 s 09:10:11.352120 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:10:11.352382 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:10:11.352674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:10:11.352730 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:10:11.352860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:10:11.352899 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:10:11.352972 mtc Stop timer T: 2 s 09:10:11.353048 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:10:11.353134 mtc Start timer T: 2 s 09:10:11.353452 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 09:10:11.353560 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:10:11.353865 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 09:10:11.353924 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:10:11.354056 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:10:11.354122 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:10:11.354176 mtc Stop timer T: 2 s 09:10:11.354260 mtc Sent on BSCVTY to system charstring : "end" 09:10:11.354414 mtc Start timer T: 2 s 09:10:11.354716 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:10:11.354795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:10:11.355019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:10:11.355082 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:10:11.355192 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:10:11.355255 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:10:11.355314 mtc Stop timer T: 2 s 09:10:11.355390 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:11.355503 mtc Start timer T: 2 s 09:10:11.355830 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 09:10:11.356119 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 09:10:11.356188 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:10:11.356244 mtc Stop timer T: 2 s 09:10:11.356325 mtc Sent on BSCVTY to system charstring : "network" 09:10:11.356534 mtc Start timer T: 2 s 09:10:11.356578 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 09:10:11.356603 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 09:10:11.356655 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 09:10:11.356667 mtc Message with id 12 was extracted from the queue of BSCVTY. 09:10:11.356702 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 09:10:11.356712 mtc Message with id 13 was extracted from the queue of BSCVTY. 09:10:11.356721 mtc Stop timer T: 2 s 09:10:11.356734 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:11.356759 mtc Start timer T: 2 s 09:10:11.356827 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 09:10:11.356860 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 09:10:11.356927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 09:10:11.356942 mtc Message with id 14 was extracted from the queue of BSCVTY. 09:10:11.356985 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 09:10:11.356998 mtc Message with id 15 was extracted from the queue of BSCVTY. 09:10:11.357014 mtc Stop timer T: 2 s 09:10:11.357036 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 09:10:11.357066 mtc Start timer T: 2 s 09:10:11.357190 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 09:10:11.357216 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 09:10:11.357311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 09:10:11.357335 mtc Message with id 16 was extracted from the queue of BSCVTY. 09:10:11.357381 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 09:10:11.357396 mtc Message with id 17 was extracted from the queue of BSCVTY. 09:10:11.357408 mtc Stop timer T: 2 s 09:10:11.357438 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 09:10:11.357468 mtc Start timer T: 2 s 09:10:11.357565 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 09:10:11.357588 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 09:10:11.357695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 09:10:11.357714 mtc Message with id 18 was extracted from the queue of BSCVTY. 09:10:11.357780 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 09:10:11.357798 mtc Message with id 19 was extracted from the queue of BSCVTY. 09:10:11.357813 mtc Stop timer T: 2 s 09:10:11.357839 mtc Sent on BSCVTY to system charstring : "end" 09:10:11.357871 mtc Start timer T: 2 s 09:10:11.357932 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 09:10:11.357963 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 09:10:11.358036 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 09:10:11.358052 mtc Message with id 20 was extracted from the queue of BSCVTY. 09:10:11.358085 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 09:10:11.358106 mtc Message with id 21 was extracted from the queue of BSCVTY. 09:10:11.358124 mtc Stop timer T: 2 s 09:10:11.358151 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:11.358184 mtc Start timer T: 2 s 09:10:11.358272 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 09:10:11.358356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 09:10:11.358384 mtc Message with id 22 was extracted from the queue of BSCVTY. 09:10:11.358403 mtc Stop timer T: 2 s 09:10:11.358423 mtc Sent on BSCVTY to system charstring : "network" 09:10:11.358462 mtc Start timer T: 2 s 09:10:11.358520 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 09:10:11.358542 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 09:10:11.358621 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 09:10:11.358639 mtc Message with id 23 was extracted from the queue of BSCVTY. 09:10:11.358697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 09:10:11.358715 mtc Message with id 24 was extracted from the queue of BSCVTY. 09:10:11.358731 mtc Stop timer T: 2 s 09:10:11.358756 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:11.358786 mtc Start timer T: 2 s 09:10:11.358856 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 09:10:11.358886 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 09:10:11.358958 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 09:10:11.358975 mtc Message with id 25 was extracted from the queue of BSCVTY. 09:10:11.359022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 09:10:11.359036 mtc Message with id 26 was extracted from the queue of BSCVTY. 09:10:11.359046 mtc Stop timer T: 2 s 09:10:11.359063 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:10:11.359096 mtc Start timer T: 2 s 09:10:11.359179 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 09:10:11.359204 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 09:10:11.359281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 09:10:11.359303 mtc Message with id 27 was extracted from the queue of BSCVTY. 09:10:11.359362 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 09:10:11.359381 mtc Message with id 28 was extracted from the queue of BSCVTY. 09:10:11.359396 mtc Stop timer T: 2 s 09:10:11.359418 mtc Sent on BSCVTY to system charstring : "end" 09:10:11.359450 mtc Start timer T: 2 s 09:10:11.359505 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 09:10:11.359526 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 09:10:11.359602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 09:10:11.359622 mtc Message with id 29 was extracted from the queue of BSCVTY. 09:10:11.359657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 09:10:11.359674 mtc Message with id 30 was extracted from the queue of BSCVTY. 09:10:11.359695 mtc Stop timer T: 2 s 09:10:11.359718 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:11.359750 mtc Start timer T: 2 s 09:10:11.359818 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 09:10:11.359897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 09:10:11.359916 mtc Message with id 31 was extracted from the queue of BSCVTY. 09:10:11.359932 mtc Stop timer T: 2 s 09:10:11.359956 mtc Sent on BSCVTY to system charstring : "network" 09:10:11.359987 mtc Start timer T: 2 s 09:10:11.360049 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 09:10:11.360081 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 09:10:11.360145 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 09:10:11.360165 mtc Message with id 32 was extracted from the queue of BSCVTY. 09:10:11.360217 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 09:10:11.360237 mtc Message with id 33 was extracted from the queue of BSCVTY. 09:10:11.360253 mtc Stop timer T: 2 s 09:10:11.360280 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:11.360312 mtc Start timer T: 2 s 09:10:11.360379 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 09:10:11.360405 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 09:10:11.360489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 09:10:11.360507 mtc Message with id 34 was extracted from the queue of BSCVTY. 09:10:11.360560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 09:10:11.360578 mtc Message with id 35 was extracted from the queue of BSCVTY. 09:10:11.360597 mtc Stop timer T: 2 s 09:10:11.360624 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:10:11.360658 mtc Start timer T: 2 s 09:10:11.360789 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 09:10:11.360813 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 09:10:11.360921 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 09:10:11.360942 mtc Message with id 36 was extracted from the queue of BSCVTY. 09:10:11.361001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 09:10:11.361019 mtc Message with id 37 was extracted from the queue of BSCVTY. 09:10:11.361035 mtc Stop timer T: 2 s 09:10:11.361059 mtc Sent on BSCVTY to system charstring : "end" 09:10:11.361090 mtc Start timer T: 2 s 09:10:11.361153 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 09:10:11.361175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 09:10:11.361249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 09:10:11.361270 mtc Message with id 38 was extracted from the queue of BSCVTY. 09:10:11.361292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 09:10:11.361302 mtc Message with id 39 was extracted from the queue of BSCVTY. 09:10:11.361310 mtc Stop timer T: 2 s 09:10:11.361323 mtc Sent on BSCVTY to system charstring : "write terminal" 09:10:11.361348 mtc Start timer T: 2 s 09:10:11.361791 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 09:10:11.361852 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 09:10:11.363664 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 09:10:11.363720 mtc Message with id 40 was extracted from the queue of BSCVTY. 09:10:11.363746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 09:10:11.363757 mtc Message with id 41 was extracted from the queue of BSCVTY. 09:10:11.363766 mtc Stop timer T: 2 s 09:10:11.363783 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:10:11.363808 mtc Start timer T: 2 s 09:10:11.363969 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 09:10:11.364021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 09:10:11.364049 mtc Message with id 42 was extracted from the queue of BSCVTY. 09:10:11.364069 mtc Stop timer T: 2 s 09:10:11.364089 mtc Start timer T: 1 s 09:10:11.412824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000019B50100000059061A00000000000000000000000000000000FF9D0400'O } id 1 09:10:11.413101 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6581, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 09:10:11.648408 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000019E80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 2 09:10:11.648761 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6632, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 2 09:10:11.883881 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001A1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3 09:10:11.884236 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6683, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3 09:10:12.119107 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001A4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4 09:10:12.119482 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6734, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4 09:10:12.354553 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001A8101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 5 09:10:12.354894 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6785, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 5 09:10:12.364113 mtc Timeout T: 1 s 09:10:12.364257 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:10:12.364325 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:10:12.364370 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:10:12.364413 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:10:12.364455 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:10:12.364506 mtc Port GSMTAP was cleared. 09:10:12.364579 mtc Start timer T: 8 s 09:10:12.589843 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001AB40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 6 09:10:12.590119 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6836, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 09:10:12.590295 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6836, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 6 09:10:12.590420 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:10:12.590749 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 } } } 09:10:12.825106 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001AE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7 09:10:12.825427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6887, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 09:10:12.825649 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6887, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7 09:10:12.825742 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:10:12.826022 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 ("++++++++++") } } } 09:10:13.060516 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001B1A010000005506198FB380000000000000000000000000009D04002B'O } id 8 09:10:13.060842 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6938, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 09:10:13.061071 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6938, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 09:10:13.061167 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:10:13.061395 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 ("+") } } } 09:10:13.295736 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001B4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 9 09:10:13.296000 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6989, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:10:13.296213 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 6989, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:10:13.296296 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:10:13.296515 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 } } } } 09:10:13.531434 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001B800100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 10 09:10:13.531774 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7040, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 09:10:13.531970 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7040, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 10 09:10:13.532068 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:10:13.532433 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 } } } 09:10:13.766588 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001BB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11 09:10:13.766824 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7091, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 09:10:13.767031 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7091, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11 09:10:13.767127 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:10:13.767414 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 ("++++++++++") } } } 09:10:14.001953 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001BE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12 09:10:14.002243 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7142, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 09:10:14.002499 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7142, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 09:10:14.002601 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:10:14.002818 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 } } 09:10:14.237287 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001C1901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 13 09:10:14.237562 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7193, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 09:10:14.237787 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7193, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 13 09:10:14.237890 mtc Message with id 13 was extracted from the queue of GSMTAP. 09:10:14.238102 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 ("++++") } } } 09:10:14.472878 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001C4C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 14 09:10:14.473277 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7244, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 09:10:14.473548 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7244, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 14 09:10:14.473682 mtc Message with id 14 was extracted from the queue of GSMTAP. 09:10:14.474009 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 } } } 09:10:14.707994 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001C7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15 09:10:14.708177 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7295, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 09:10:14.708279 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7295, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15 09:10:14.708311 mtc Message with id 15 was extracted from the queue of GSMTAP. 09:10:14.708441 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 ("++++++++++") } } } 09:10:14.943582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001CB2010000005506198FB380000000000000000000000000009D04002B'O } id 16 09:10:14.943940 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7346, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 09:10:14.944145 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7346, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 09:10:14.944259 mtc Message with id 16 was extracted from the queue of GSMTAP. 09:10:14.944557 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 ("+") } } } 09:10:15.178840 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001CE50100000059061A00000000000000000000000000000000FF9D0400'O } id 17 09:10:15.179239 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7397, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 09:10:15.179471 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7397, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 09:10:15.179558 mtc Message with id 17 was extracted from the queue of GSMTAP. 09:10:15.179809 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 } } } } 09:10:15.414328 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001D180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 18 09:10:15.414744 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7448, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 09:10:15.414984 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7448, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 18 09:10:15.415106 mtc Message with id 18 was extracted from the queue of GSMTAP. 09:10:15.415457 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 } } } 09:10:15.649738 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001D4B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19 09:10:15.650073 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7499, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 09:10:15.650336 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7499, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19 09:10:15.650508 mtc Message with id 19 was extracted from the queue of GSMTAP. 09:10:15.650869 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 ("++++++++++") } } } 09:10:15.885068 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001D7E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20 09:10:15.885454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7550, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 09:10:15.885708 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7550, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 09:10:15.885845 mtc Message with id 20 was extracted from the queue of GSMTAP. 09:10:15.886090 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 } } 09:10:16.120277 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001DB101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 21 09:10:16.120599 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7601, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 09:10:16.120772 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7601, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 21 09:10:16.120846 mtc Message with id 21 was extracted from the queue of GSMTAP. 09:10:16.121053 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 ("++++") } } } 09:10:16.355621 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001DE40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 22 09:10:16.355919 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7652, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 09:10:16.356083 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7652, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 22 09:10:16.356176 mtc Message with id 22 was extracted from the queue of GSMTAP. 09:10:16.356507 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 } } } 09:10:16.591182 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001E170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23 09:10:16.591515 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7703, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 09:10:16.591719 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7703, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23 09:10:16.591807 mtc Message with id 23 was extracted from the queue of GSMTAP. 09:10:16.592174 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 ("++++++++++") } } } 09:10:16.826570 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001E4A010000005506198FB380000000000000000000000000009D04002B'O } id 24 09:10:16.826970 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7754, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 09:10:16.827268 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7754, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 09:10:16.827378 mtc Message with id 24 was extracted from the queue of GSMTAP. 09:10:16.827657 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 ("+") } } } 09:10:17.061740 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001E7D0100000059061A00000000000000000000000000000000FF9D0400'O } id 25 09:10:17.062058 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7805, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 09:10:17.062261 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7805, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 09:10:17.062352 mtc Message with id 25 was extracted from the queue of GSMTAP. 09:10:17.062592 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 } } } } 09:10:17.297083 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001EB00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 26 09:10:17.696115 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7856, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 09:10:17.696444 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7856, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 26 09:10:17.696578 mtc Message with id 26 was extracted from the queue of GSMTAP. 09:10:17.696863 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 } } } 09:10:17.697310 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001EE30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27 09:10:17.697509 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7907, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 09:10:17.697643 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7907, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27 09:10:17.697707 mtc Message with id 27 was extracted from the queue of GSMTAP. 09:10:17.697908 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 ("++++++++++") } } } 09:10:17.767661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001F16010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28 09:10:17.767771 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7958, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28 09:10:17.767831 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 7958, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28 09:10:17.767867 mtc Message with id 28 was extracted from the queue of GSMTAP. 09:10:17.767935 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 } } 09:10:18.003299 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001F4901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 29 09:10:18.003688 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8009, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 09:10:18.003938 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8009, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 29 09:10:18.004069 mtc Message with id 29 was extracted from the queue of GSMTAP. 09:10:18.004314 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 ("++++") } } } 09:10:18.238401 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001F7C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 30 09:10:18.238504 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8060, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 09:10:18.238564 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8060, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 30 09:10:18.238586 mtc Message with id 30 was extracted from the queue of GSMTAP. 09:10:18.238671 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 } } } 09:10:18.473733 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001FAF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31 09:10:18.473834 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8111, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 09:10:18.473888 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8111, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31 09:10:18.473914 mtc Message with id 31 was extracted from the queue of GSMTAP. 09:10:18.474012 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 ("++++++++++") } } } 09:10:18.709127 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000001FE2010000005506198FB380000000000000000000000000009D04002B'O } id 32 09:10:18.709270 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8162, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32 09:10:18.709354 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8162, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32 09:10:18.709392 mtc Message with id 32 was extracted from the queue of GSMTAP. 09:10:18.709476 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 ("+") } } } 09:10:18.944527 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020150100000059061A00000000000000000000000000000000FF9D0400'O } id 33 09:10:18.944715 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8213, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 09:10:18.944838 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8213, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33 09:10:18.944893 mtc Message with id 33 was extracted from the queue of GSMTAP. 09:10:18.945035 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 } } } } 09:10:19.180061 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 34 09:10:19.180386 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8264, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 09:10:19.180574 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8264, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 34 09:10:19.180698 mtc Message with id 34 was extracted from the queue of GSMTAP. 09:10:19.181036 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 } } } 09:10:19.415353 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000207B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35 09:10:19.415635 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8315, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 09:10:19.415842 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8315, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35 09:10:19.415941 mtc Message with id 35 was extracted from the queue of GSMTAP. 09:10:19.416233 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 ("++++++++++") } } } 09:10:19.650704 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36 09:10:19.650962 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8366, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36 09:10:19.651148 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8366, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36 09:10:19.651223 mtc Message with id 36 was extracted from the queue of GSMTAP. 09:10:19.651437 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 } } 09:10:19.886162 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000020E101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 37 09:10:19.890807 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8417, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 37 09:10:19.891116 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8417, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 37 09:10:19.891203 mtc Message with id 37 was extracted from the queue of GSMTAP. 09:10:19.891384 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 ("++++") } } } 09:10:20.121337 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 38 09:10:20.121437 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8468, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 09:10:20.121490 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8468, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 38 09:10:20.121529 mtc Message with id 38 was extracted from the queue of GSMTAP. 09:10:20.121627 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 } } } 09:10:20.356654 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 09:10:20.356768 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8519, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 09:10:20.356846 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8519, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 09:10:20.356870 mtc Message with id 39 was extracted from the queue of GSMTAP. 09:10:20.356956 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 ("++++++++++") } } } 09:10:20.364653 mtc Timeout T: 8 s 09:10:20.364679 mtc "TC_si_sched_2ter": TC=0 has #of SI=4 09:10:20.364692 mtc "TC_si_sched_2ter": TC=1 has #of SI=4 09:10:20.364702 mtc "TC_si_sched_2ter": TC=2 has #of SI=4 09:10:20.364724 mtc "TC_si_sched_2ter": TC=3 has #of SI=4 09:10:20.364732 mtc "TC_si_sched_2ter": TC=4 has #of SI=4 09:10:20.364739 mtc "TC_si_sched_2ter": TC=5 has #of SI=4 09:10:20.364747 mtc "TC_si_sched_2ter": TC=6 has #of SI=5 09:10:20.364773 mtc "TC_si_sched_2ter": TC=7 has #of SI=5 09:10:20.364795 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:20.364832 mtc Start timer T: 2 s 09:10:20.364974 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 09:10:20.365037 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 09:10:20.365056 mtc Message with id 43 was extracted from the queue of BSCVTY. 09:10:20.365065 mtc Stop timer T: 2 s 09:10:20.365078 mtc Sent on BSCVTY to system charstring : "network" 09:10:20.365098 mtc Start timer T: 2 s 09:10:20.365159 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 09:10:20.365177 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 09:10:20.365222 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 09:10:20.365232 mtc Message with id 44 was extracted from the queue of BSCVTY. 09:10:20.365274 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 09:10:20.365287 mtc Message with id 45 was extracted from the queue of BSCVTY. 09:10:20.365298 mtc Stop timer T: 2 s 09:10:20.365318 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:20.365343 mtc Start timer T: 2 s 09:10:20.365417 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 09:10:20.365447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 09:10:20.365511 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 09:10:20.365528 mtc Message with id 46 was extracted from the queue of BSCVTY. 09:10:20.365574 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 09:10:20.365587 mtc Message with id 47 was extracted from the queue of BSCVTY. 09:10:20.365594 mtc Stop timer T: 2 s 09:10:20.365613 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:10:20.365638 mtc Start timer T: 2 s 09:10:20.365760 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 09:10:20.365784 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 09:10:20.365854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 09:10:20.365872 mtc Message with id 48 was extracted from the queue of BSCVTY. 09:10:20.365915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 09:10:20.365928 mtc Message with id 49 was extracted from the queue of BSCVTY. 09:10:20.365939 mtc Stop timer T: 2 s 09:10:20.365957 mtc Sent on BSCVTY to system charstring : "end" 09:10:20.365986 mtc Start timer T: 2 s 09:10:20.366043 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 09:10:20.366058 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 09:10:20.366109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 09:10:20.366125 mtc Message with id 50 was extracted from the queue of BSCVTY. 09:10:20.366149 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 09:10:20.366161 mtc Message with id 51 was extracted from the queue of BSCVTY. 09:10:20.366173 mtc Stop timer T: 2 s 09:10:20.366192 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:20.366221 mtc Start timer T: 2 s 09:10:20.366310 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 09:10:20.366392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 09:10:20.366413 mtc Message with id 52 was extracted from the queue of BSCVTY. 09:10:20.366431 mtc Stop timer T: 2 s 09:10:20.366450 mtc Sent on BSCVTY to system charstring : "network" 09:10:20.366533 mtc Start timer T: 2 s 09:10:20.366565 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 09:10:20.366581 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 09:10:20.366647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 09:10:20.366664 mtc Message with id 53 was extracted from the queue of BSCVTY. 09:10:20.366717 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 09:10:20.366736 mtc Message with id 54 was extracted from the queue of BSCVTY. 09:10:20.366749 mtc Stop timer T: 2 s 09:10:20.366769 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:20.366836 mtc Start timer T: 2 s 09:10:20.366872 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 09:10:20.366891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 09:10:20.366952 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 09:10:20.366972 mtc Message with id 55 was extracted from the queue of BSCVTY. 09:10:20.367004 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 09:10:20.367015 mtc Message with id 56 was extracted from the queue of BSCVTY. 09:10:20.367026 mtc Stop timer T: 2 s 09:10:20.367045 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:10:20.367063 mtc Start timer T: 2 s 09:10:20.367153 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 09:10:20.367176 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 09:10:20.367242 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 09:10:20.367254 mtc Message with id 57 was extracted from the queue of BSCVTY. 09:10:20.367298 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 09:10:20.367310 mtc Message with id 58 was extracted from the queue of BSCVTY. 09:10:20.367320 mtc Stop timer T: 2 s 09:10:20.367340 mtc Sent on BSCVTY to system charstring : "end" 09:10:20.367359 mtc Start timer T: 2 s 09:10:20.367410 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 09:10:20.367435 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 09:10:20.367495 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 09:10:20.367511 mtc Message with id 59 was extracted from the queue of BSCVTY. 09:10:20.367540 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 09:10:20.367554 mtc Message with id 60 was extracted from the queue of BSCVTY. 09:10:20.367564 mtc Stop timer T: 2 s 09:10:20.367582 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:20.367609 mtc Start timer T: 2 s 09:10:20.367712 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 09:10:20.367774 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 09:10:20.367788 mtc Message with id 61 was extracted from the queue of BSCVTY. 09:10:20.367800 mtc Stop timer T: 2 s 09:10:20.367819 mtc Sent on BSCVTY to system charstring : "network" 09:10:20.367842 mtc Start timer T: 2 s 09:10:20.367893 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 09:10:20.367909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 09:10:20.367966 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 09:10:20.367980 mtc Message with id 62 was extracted from the queue of BSCVTY. 09:10:20.368023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 09:10:20.368037 mtc Message with id 63 was extracted from the queue of BSCVTY. 09:10:20.368050 mtc Stop timer T: 2 s 09:10:20.368068 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:20.368091 mtc Start timer T: 2 s 09:10:20.368142 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 09:10:20.368159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 09:10:20.368200 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 09:10:20.368214 mtc Message with id 64 was extracted from the queue of BSCVTY. 09:10:20.368260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 09:10:20.368274 mtc Message with id 65 was extracted from the queue of BSCVTY. 09:10:20.368286 mtc Stop timer T: 2 s 09:10:20.368311 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:10:20.368336 mtc Start timer T: 2 s 09:10:20.368403 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 09:10:20.368418 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 09:10:20.368460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 09:10:20.368469 mtc Message with id 66 was extracted from the queue of BSCVTY. 09:10:20.368496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 09:10:20.368506 mtc Message with id 67 was extracted from the queue of BSCVTY. 09:10:20.368512 mtc Stop timer T: 2 s 09:10:20.368522 mtc Sent on BSCVTY to system charstring : "end" 09:10:20.368541 mtc Start timer T: 2 s 09:10:20.368586 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 09:10:20.368602 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 09:10:20.368657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 09:10:20.368671 mtc Message with id 68 was extracted from the queue of BSCVTY. 09:10:20.368697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 09:10:20.368710 mtc Message with id 69 was extracted from the queue of BSCVTY. 09:10:20.368723 mtc Stop timer T: 2 s 09:10:20.368740 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:20.368765 mtc Start timer T: 2 s 09:10:20.368826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 09:10:20.368880 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 09:10:20.368895 mtc Message with id 70 was extracted from the queue of BSCVTY. 09:10:20.368906 mtc Stop timer T: 2 s 09:10:20.368925 mtc Sent on BSCVTY to system charstring : "network" 09:10:20.368948 mtc Start timer T: 2 s 09:10:20.368991 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 09:10:20.369007 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 09:10:20.369064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 09:10:20.369077 mtc Message with id 71 was extracted from the queue of BSCVTY. 09:10:20.369120 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 09:10:20.369133 mtc Message with id 72 was extracted from the queue of BSCVTY. 09:10:20.369145 mtc Stop timer T: 2 s 09:10:20.369163 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:20.369186 mtc Start timer T: 2 s 09:10:20.369231 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 09:10:20.369247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 09:10:20.369304 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 09:10:20.369319 mtc Message with id 73 was extracted from the queue of BSCVTY. 09:10:20.369363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 09:10:20.369377 mtc Message with id 74 was extracted from the queue of BSCVTY. 09:10:20.369388 mtc Stop timer T: 2 s 09:10:20.369410 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:10:20.369434 mtc Start timer T: 2 s 09:10:20.369532 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 09:10:20.369554 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 09:10:20.369642 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 09:10:20.369656 mtc Message with id 75 was extracted from the queue of BSCVTY. 09:10:20.369685 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 09:10:20.369694 mtc Message with id 76 was extracted from the queue of BSCVTY. 09:10:20.369705 mtc Stop timer T: 2 s 09:10:20.369718 mtc Sent on BSCVTY to system charstring : "end" 09:10:20.369739 mtc Start timer T: 2 s 09:10:20.369821 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 09:10:20.369845 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 09:10:20.369885 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 09:10:20.369894 mtc Message with id 77 was extracted from the queue of BSCVTY. 09:10:20.369909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 09:10:20.369917 mtc Message with id 78 was extracted from the queue of BSCVTY. 09:10:20.369923 mtc Stop timer T: 2 s 09:10:20.369934 mtc Sent on BSCVTY to system charstring : "write terminal" 09:10:20.369958 mtc Start timer T: 2 s 09:10:20.370304 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 09:10:20.370359 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 09:10:20.371704 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 09:10:20.371749 mtc Message with id 79 was extracted from the queue of BSCVTY. 09:10:20.371769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 09:10:20.371777 mtc Message with id 80 was extracted from the queue of BSCVTY. 09:10:20.371784 mtc Stop timer T: 2 s 09:10:20.371800 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:10:20.371825 mtc Start timer T: 2 s 09:10:20.371978 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 09:10:20.372019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 09:10:20.372035 mtc Message with id 81 was extracted from the queue of BSCVTY. 09:10:20.372050 mtc Stop timer T: 2 s 09:10:20.372083 mtc Start timer T: 1 s 09:10:20.592050 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000217A010000005506198FB380000000000000000000000000009D04002B'O } id 40 09:10:20.592186 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8570, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 40 09:10:20.827418 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 41 09:10:20.827528 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8621, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41 09:10:21.062890 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000021E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 09:10:21.063165 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8672, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 09:10:21.298186 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000022130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43 09:10:21.298320 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8723, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43 09:10:21.372102 mtc Timeout T: 1 s 09:10:21.372148 mtc setverdict(pass): none -> pass 09:10:21.372176 mtc Terminating component type Test.dummy_CT. 09:10:21.372189 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:10:21.372217 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:10:21.372261 mtc Message with id 40 was extracted from the queue of GSMTAP. 09:10:21.372288 mtc Message with id 41 was extracted from the queue of GSMTAP. 09:10:21.372297 mtc Message with id 42 was extracted from the queue of GSMTAP. 09:10:21.372305 mtc Message with id 43 was extracted from the queue of GSMTAP. 09:10:21.372313 mtc Port GSMTAP was stopped. 09:10:21.372329 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:10:21.372391 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:10:21.372406 mtc Port BSCVTY was stopped. 09:10:21.372415 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 09:10:21.372431 mtc Waiting for PTCs to finish. 09:10:21.372464 mtc Setting final verdict of the test case. 09:10:21.372475 mtc Local verdict of MTC: pass 09:10:21.372483 mtc No PTCs were created. 09:10:21.372494 mtc Test case TC_si_sched_2ter finished. Verdict: pass 09:10:21.372526 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 09:10:21.372550 mtc Test case TC_si_sched_2ter_2bis started. 09:10:21.372563 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 09:10:21.372597 mtc Port GSMTAP was started. 09:10:21.372609 mtc Port BSCVTY was started. 09:10:21.372617 mtc Component type Test.dummy_CT was initialized. 09:10:21.372629 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:10:21.372659 mtc Port GSMTAP was mapped to system:GSMTAP. 09:10:21.372685 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:10:21.372704 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:10:21.372741 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:10:21.372864 mtc Port BSCVTY was mapped to system:BSCVTY. 09:10:21.372893 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:10:21.372914 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:10:21.372933 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:10:21.372954 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:10:21.373003 mtc Sent on BSCVTY to system charstring : "enable" 09:10:21.373096 mtc Start timer T: 2 s 09:10:21.373132 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:10:21.373171 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:10:21.373184 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:10:21.373193 mtc Stop timer T: 2 s 09:10:21.373209 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:21.373231 mtc Start timer T: 2 s 09:10:21.373341 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:10:21.373405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:10:21.373420 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:10:21.373429 mtc Stop timer T: 2 s 09:10:21.373443 mtc Sent on BSCVTY to system charstring : "network" 09:10:21.373474 mtc Start timer T: 2 s 09:10:21.373531 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:10:21.373556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:10:21.373608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:10:21.373620 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:10:21.373658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:10:21.373668 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:10:21.373675 mtc Stop timer T: 2 s 09:10:21.373687 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:21.373706 mtc Start timer T: 2 s 09:10:21.373764 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:10:21.373795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:10:21.373844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:10:21.373855 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:10:21.373884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:10:21.373893 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:10:21.373899 mtc Stop timer T: 2 s 09:10:21.373913 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 09:10:21.373933 mtc Start timer T: 2 s 09:10:21.374039 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 09:10:21.374057 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:10:21.374126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 09:10:21.374140 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:10:21.374169 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:10:21.374180 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:10:21.374187 mtc Stop timer T: 2 s 09:10:21.374202 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 09:10:21.374222 mtc Start timer T: 2 s 09:10:21.374312 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 09:10:21.374329 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 09:10:21.374415 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 09:10:21.374428 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:10:21.374458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 09:10:21.374468 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:10:21.374474 mtc Stop timer T: 2 s 09:10:21.374484 mtc Sent on BSCVTY to system charstring : "end" 09:10:21.374505 mtc Start timer T: 2 s 09:10:21.374567 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 09:10:21.374594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 09:10:21.374643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 09:10:21.374659 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:10:21.374679 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 09:10:21.374688 mtc Message with id 12 was extracted from the queue of BSCVTY. 09:10:21.374704 mtc Stop timer T: 2 s 09:10:21.374722 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:21.374813 mtc Start timer T: 2 s 09:10:21.374850 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 09:10:21.374911 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 09:10:21.374923 mtc Message with id 13 was extracted from the queue of BSCVTY. 09:10:21.374937 mtc Stop timer T: 2 s 09:10:21.374959 mtc Sent on BSCVTY to system charstring : "network" 09:10:21.374978 mtc Start timer T: 2 s 09:10:21.375037 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 09:10:21.375065 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 09:10:21.375128 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 09:10:21.375146 mtc Message with id 14 was extracted from the queue of BSCVTY. 09:10:21.375193 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 09:10:21.375207 mtc Message with id 15 was extracted from the queue of BSCVTY. 09:10:21.375219 mtc Stop timer T: 2 s 09:10:21.375237 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:21.375263 mtc Start timer T: 2 s 09:10:21.375338 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 09:10:21.375355 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 09:10:21.375411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 09:10:21.375426 mtc Message with id 16 was extracted from the queue of BSCVTY. 09:10:21.375470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 09:10:21.375484 mtc Message with id 17 was extracted from the queue of BSCVTY. 09:10:21.375494 mtc Stop timer T: 2 s 09:10:21.375514 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 09:10:21.375539 mtc Start timer T: 2 s 09:10:21.375639 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 09:10:21.375655 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 09:10:21.375713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 09:10:21.375724 mtc Message with id 18 was extracted from the queue of BSCVTY. 09:10:21.375750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 09:10:21.375758 mtc Message with id 19 was extracted from the queue of BSCVTY. 09:10:21.375765 mtc Stop timer T: 2 s 09:10:21.375781 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 09:10:21.375800 mtc Start timer T: 2 s 09:10:21.375889 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 09:10:21.375932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 09:10:21.376021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 09:10:21.376051 mtc Message with id 20 was extracted from the queue of BSCVTY. 09:10:21.376096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 09:10:21.376109 mtc Message with id 21 was extracted from the queue of BSCVTY. 09:10:21.376120 mtc Stop timer T: 2 s 09:10:21.376139 mtc Sent on BSCVTY to system charstring : "end" 09:10:21.376164 mtc Start timer T: 2 s 09:10:21.376222 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 09:10:21.376247 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 09:10:21.376313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 09:10:21.376330 mtc Message with id 22 was extracted from the queue of BSCVTY. 09:10:21.376359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 09:10:21.376374 mtc Message with id 23 was extracted from the queue of BSCVTY. 09:10:21.376385 mtc Stop timer T: 2 s 09:10:21.376402 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:21.376422 mtc Start timer T: 2 s 09:10:21.376491 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 09:10:21.376563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 09:10:21.376588 mtc Message with id 24 was extracted from the queue of BSCVTY. 09:10:21.376600 mtc Stop timer T: 2 s 09:10:21.376617 mtc Sent on BSCVTY to system charstring : "network" 09:10:21.376646 mtc Start timer T: 2 s 09:10:21.376704 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 09:10:21.376721 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 09:10:21.376767 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 09:10:21.376780 mtc Message with id 25 was extracted from the queue of BSCVTY. 09:10:21.376826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 09:10:21.376837 mtc Message with id 26 was extracted from the queue of BSCVTY. 09:10:21.376844 mtc Stop timer T: 2 s 09:10:21.376862 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:21.376885 mtc Start timer T: 2 s 09:10:21.376953 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 09:10:21.376972 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 09:10:21.377029 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 09:10:21.377044 mtc Message with id 27 was extracted from the queue of BSCVTY. 09:10:21.377089 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 09:10:21.377104 mtc Message with id 28 was extracted from the queue of BSCVTY. 09:10:21.377116 mtc Stop timer T: 2 s 09:10:21.377135 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:10:21.377162 mtc Start timer T: 2 s 09:10:21.377233 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 09:10:21.377250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 09:10:21.377307 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 09:10:21.377323 mtc Message with id 29 was extracted from the queue of BSCVTY. 09:10:21.377368 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 09:10:21.377383 mtc Message with id 30 was extracted from the queue of BSCVTY. 09:10:21.377394 mtc Stop timer T: 2 s 09:10:21.377411 mtc Sent on BSCVTY to system charstring : "end" 09:10:21.377435 mtc Start timer T: 2 s 09:10:21.377481 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 09:10:21.377496 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 09:10:21.377552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 09:10:21.377566 mtc Message with id 31 was extracted from the queue of BSCVTY. 09:10:21.377591 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 09:10:21.377604 mtc Message with id 32 was extracted from the queue of BSCVTY. 09:10:21.377616 mtc Stop timer T: 2 s 09:10:21.377634 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:21.377661 mtc Start timer T: 2 s 09:10:21.377750 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 09:10:21.377808 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 09:10:21.377822 mtc Message with id 33 was extracted from the queue of BSCVTY. 09:10:21.377833 mtc Stop timer T: 2 s 09:10:21.377850 mtc Sent on BSCVTY to system charstring : "network" 09:10:21.377873 mtc Start timer T: 2 s 09:10:21.377929 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 09:10:21.377959 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 09:10:21.378013 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 09:10:21.378025 mtc Message with id 34 was extracted from the queue of BSCVTY. 09:10:21.378053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 09:10:21.378064 mtc Message with id 35 was extracted from the queue of BSCVTY. 09:10:21.378073 mtc Stop timer T: 2 s 09:10:21.378090 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:21.378110 mtc Start timer T: 2 s 09:10:21.378178 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 09:10:21.378202 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 09:10:21.378262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 09:10:21.378278 mtc Message with id 36 was extracted from the queue of BSCVTY. 09:10:21.378325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 09:10:21.378339 mtc Message with id 37 was extracted from the queue of BSCVTY. 09:10:21.378350 mtc Stop timer T: 2 s 09:10:21.378373 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:10:21.378411 mtc Start timer T: 2 s 09:10:21.378504 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 09:10:21.378524 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 09:10:21.378592 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 09:10:21.378606 mtc Message with id 38 was extracted from the queue of BSCVTY. 09:10:21.378640 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 09:10:21.378652 mtc Message with id 39 was extracted from the queue of BSCVTY. 09:10:21.378659 mtc Stop timer T: 2 s 09:10:21.378672 mtc Sent on BSCVTY to system charstring : "end" 09:10:21.378697 mtc Start timer T: 2 s 09:10:21.378768 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 09:10:21.378785 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 09:10:21.378840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 09:10:21.378856 mtc Message with id 40 was extracted from the queue of BSCVTY. 09:10:21.378883 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 09:10:21.378896 mtc Message with id 41 was extracted from the queue of BSCVTY. 09:10:21.378908 mtc Stop timer T: 2 s 09:10:21.378924 mtc Sent on BSCVTY to system charstring : "write terminal" 09:10:21.378948 mtc Start timer T: 2 s 09:10:21.379288 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 09:10:21.379338 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 09:10:21.380729 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 09:10:21.380775 mtc Message with id 42 was extracted from the queue of BSCVTY. 09:10:21.380802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 09:10:21.380814 mtc Message with id 43 was extracted from the queue of BSCVTY. 09:10:21.380825 mtc Stop timer T: 2 s 09:10:21.380848 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:10:21.380876 mtc Start timer T: 2 s 09:10:21.381021 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 09:10:21.381065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 09:10:21.381083 mtc Message with id 44 was extracted from the queue of BSCVTY. 09:10:21.381095 mtc Stop timer T: 2 s 09:10:21.381106 mtc Start timer T: 1 s 09:10:21.533510 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002246010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 09:10:21.533624 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8774, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 1 09:10:21.768895 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000227901000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 09:10:21.769012 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8825, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2 09:10:22.004271 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000022AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 3 09:10:22.004393 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8876, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 3 09:10:22.239937 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000022DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 09:10:22.240250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8927, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 09:10:35.039675 mtc Timeout T: 1 s 09:10:35.039725 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:10:35.039742 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:10:35.039753 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:10:35.039765 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:10:35.039776 mtc Port GSMTAP was cleared. 09:10:35.039793 mtc Start timer T: 8 s 09:10:35.039872 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002312010000005506198FB380000000000000000000000000009D04002B'O } id 5 09:10:35.039975 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8978, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5 09:10:35.040046 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 8978, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5 09:10:35.040087 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:10:35.040181 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 ("+") } } } 09:10:35.040310 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023450100000059061A00000000000000000000000000000000FF9D0400'O } id 6 09:10:35.040394 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9029, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 09:10:35.040462 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9029, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 09:10:35.040521 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:10:35.040594 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 } } } } 09:10:35.040713 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 7 09:10:35.040791 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9080, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 09:10:35.040853 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9080, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 7 09:10:35.040911 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:10:35.041003 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 } } } 09:10:35.041139 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 09:10:35.041223 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9131, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 09:10:35.041307 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9131, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 09:10:35.041338 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:10:35.041428 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 ("++++++++++") } } } 09:10:35.041555 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000023DE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 9 09:10:35.041654 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9182, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 09:10:35.041723 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9182, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 9 09:10:35.041775 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:10:35.041849 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 ("++++") } } } 09:10:35.041956 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000241101000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 09:10:35.042043 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9233, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 09:10:35.042126 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9233, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 09:10:35.042158 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:10:35.042224 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 ("+") } } } 09:10:35.042340 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 11 09:10:35.042449 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9284, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 09:10:35.042512 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9284, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 11 09:10:35.042537 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:10:35.042648 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 } } } 09:10:35.042791 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 09:10:35.042877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9335, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 09:10:35.042945 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9335, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 09:10:35.042970 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:10:35.043083 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 ("++++++++++") } } } 09:10:35.043224 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024AA010000005506198FB380000000000000000000000000009D04002B'O } id 13 09:10:35.043334 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9386, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13 09:10:35.043400 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9386, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13 09:10:35.043431 mtc Message with id 13 was extracted from the queue of GSMTAP. 09:10:35.043525 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 ("+") } } } 09:10:35.043642 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000024DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 14 09:10:35.043739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9437, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 09:10:35.043805 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9437, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14 09:10:35.043831 mtc Message with id 14 was extracted from the queue of GSMTAP. 09:10:35.043898 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 } } } } 09:10:35.044020 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 15 09:10:35.044106 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9488, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 09:10:35.044171 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9488, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 15 09:10:35.044196 mtc Message with id 15 was extracted from the queue of GSMTAP. 09:10:35.044298 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 } } } 09:10:35.044431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 09:10:35.044528 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9539, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 09:10:35.044588 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9539, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 09:10:35.044613 mtc Message with id 16 was extracted from the queue of GSMTAP. 09:10:35.044704 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 ("++++++++++") } } } 09:10:35.044860 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002576010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 17 09:10:35.044946 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9590, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 17 09:10:35.045007 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9590, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 17 09:10:35.045061 mtc Message with id 17 was extracted from the queue of GSMTAP. 09:10:35.045127 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 } } 09:10:35.045210 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 09:10:35.045319 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9641, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 09:10:35.045378 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9641, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 09:10:35.045403 mtc Message with id 18 was extracted from the queue of GSMTAP. 09:10:35.045473 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 ("+") } } } 09:10:35.045597 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000025DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 19 09:10:35.045702 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9692, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 09:10:35.045761 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9692, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 19 09:10:35.045792 mtc Message with id 19 was extracted from the queue of GSMTAP. 09:10:35.045898 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 } } } 09:10:35.046046 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000260F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 09:10:35.046127 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9743, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 09:10:35.046207 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9743, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 09:10:35.046232 mtc Message with id 20 was extracted from the queue of GSMTAP. 09:10:35.046315 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 ("++++++++++") } } } 09:10:35.046503 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002642010000005506198FB380000000000000000000000000009D04002B'O } id 21 09:10:35.046583 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9794, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21 09:10:35.046644 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9794, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21 09:10:35.046693 mtc Message with id 21 was extracted from the queue of GSMTAP. 09:10:35.046762 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 ("+") } } } 09:10:35.046867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000026750100000059061A00000000000000000000000000000000FF9D0400'O } id 22 09:10:35.046964 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9845, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 09:10:35.047020 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9845, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22 09:10:35.047043 mtc Message with id 22 was extracted from the queue of GSMTAP. 09:10:35.047121 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 } } } } 09:10:35.047230 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000026A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 23 09:10:35.047311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9896, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 09:10:35.047372 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9896, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 23 09:10:35.047396 mtc Message with id 23 was extracted from the queue of GSMTAP. 09:10:35.047501 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 } } } 09:10:35.047648 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000026DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 09:10:35.047748 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9947, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 09:10:35.047809 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9947, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 09:10:35.047837 mtc Message with id 24 was extracted from the queue of GSMTAP. 09:10:35.047916 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 ("++++++++++") } } } 09:10:35.048050 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000270E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 25 09:10:35.048144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9998, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 09:10:35.048206 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 9998, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 25 09:10:35.048230 mtc Message with id 25 was extracted from the queue of GSMTAP. 09:10:35.048288 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 ("++++") } } } 09:10:35.048390 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000274101000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 09:10:35.048472 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10049, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 09:10:35.048531 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10049, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 09:10:35.048555 mtc Message with id 26 was extracted from the queue of GSMTAP. 09:10:35.048650 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 ("+") } } } 09:10:35.048772 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000027740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 27 09:10:35.048851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10100, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 09:10:35.048909 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10100, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 27 09:10:35.048932 mtc Message with id 27 was extracted from the queue of GSMTAP. 09:10:35.049039 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 } } } 09:10:35.049180 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000027A70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 09:10:35.049263 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10151, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 09:10:35.049323 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10151, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 09:10:35.049351 mtc Message with id 28 was extracted from the queue of GSMTAP. 09:10:35.049430 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 ("++++++++++") } } } 09:10:35.049568 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000027DA010000005506198FB380000000000000000000000000009D04002B'O } id 29 09:10:35.049647 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10202, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29 09:10:35.049708 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10202, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29 09:10:35.049732 mtc Message with id 29 was extracted from the queue of GSMTAP. 09:10:35.049821 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 ("+") } } } 09:10:35.049927 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000280D0100000059061A00000000000000000000000000000000FF9D0400'O } id 30 09:10:35.050025 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10253, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 09:10:35.050085 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10253, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30 09:10:35.050113 mtc Message with id 30 was extracted from the queue of GSMTAP. 09:10:35.050200 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 } } } } 09:10:35.050304 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 31 09:10:35.050404 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10304, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 09:10:35.050467 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10304, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 31 09:10:35.050493 mtc Message with id 31 was extracted from the queue of GSMTAP. 09:10:35.050598 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 } } } 09:10:35.050731 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 09:10:35.050835 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10355, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 09:10:35.050900 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10355, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 32 09:10:35.050924 mtc Message with id 32 was extracted from the queue of GSMTAP. 09:10:35.051021 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 ("++++++++++") } } } 09:10:35.051170 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028A6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33 09:10:35.051257 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10406, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33 09:10:35.051314 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10406, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33 09:10:35.051338 mtc Message with id 33 was extracted from the queue of GSMTAP. 09:10:35.051424 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 } } 09:10:35.051506 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000028D901000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 09:10:35.051600 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10457, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 09:10:35.051666 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10457, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34 09:10:35.051690 mtc Message with id 34 was extracted from the queue of GSMTAP. 09:10:35.051787 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 ("+") } } } 09:10:35.051911 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000290C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 35 09:10:35.051993 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10508, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 09:10:35.052048 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10508, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 35 09:10:35.052071 mtc Message with id 35 was extracted from the queue of GSMTAP. 09:10:35.052160 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 } } } 09:10:35.052312 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000293F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 09:10:35.052414 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10559, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 09:10:35.052479 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10559, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 36 09:10:35.052502 mtc Message with id 36 was extracted from the queue of GSMTAP. 09:10:35.052594 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 ("++++++++++") } } } 09:10:35.052722 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002972010000005506198FB380000000000000000000000000009D04002B'O } id 37 09:10:35.052817 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10610, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37 09:10:35.052879 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10610, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37 09:10:35.052903 mtc Message with id 37 was extracted from the queue of GSMTAP. 09:10:35.052966 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 ("+") } } } 09:10:35.053088 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000029A50100000059061A00000000000000000000000000000000FF9D0400'O } id 38 09:10:35.053190 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10661, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 09:10:35.053251 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10661, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38 09:10:35.053275 mtc Message with id 38 was extracted from the queue of GSMTAP. 09:10:35.053336 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 } } } } 09:10:35.053459 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000029D80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 39 09:10:35.053536 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10712, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 09:10:35.053591 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10712, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 39 09:10:35.053614 mtc Message with id 39 was extracted from the queue of GSMTAP. 09:10:35.053722 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 } } } 09:10:35.053896 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002A0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 09:10:35.054048 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10763, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 09:10:35.054133 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10763, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40 09:10:35.054158 mtc Message with id 40 was extracted from the queue of GSMTAP. 09:10:35.054273 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 ("++++++++++") } } } 09:10:35.054464 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002A3E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 41 09:10:35.054569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10814, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 41 09:10:35.054640 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10814, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 41 09:10:35.054684 mtc Message with id 41 was extracted from the queue of GSMTAP. 09:10:35.054799 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 ("++++") } } } 09:10:35.054920 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002A7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 42 09:10:35.055043 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10865, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 42 09:10:35.055148 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10865, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 42 09:10:35.055209 mtc Message with id 42 was extracted from the queue of GSMTAP. 09:10:35.055320 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 ("+") } } } 09:10:35.055476 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002AA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 43 09:10:35.055616 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10916, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 43 09:10:35.055688 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10916, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 43 09:10:35.055728 mtc Message with id 43 was extracted from the queue of GSMTAP. 09:10:35.055842 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 } } } 09:10:35.056037 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002AD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 44 09:10:35.056138 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10967, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 44 09:10:35.056207 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 10967, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 44 09:10:35.056237 mtc Message with id 44 was extracted from the queue of GSMTAP. 09:10:35.056351 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 ("++++++++++") } } } 09:10:35.056521 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002B0A010000005506198FB380000000000000000000000000009D04002B'O } id 45 09:10:35.056620 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11018, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 45 09:10:35.056683 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11018, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 45 09:10:35.056705 mtc Message with id 45 was extracted from the queue of GSMTAP. 09:10:35.056788 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 ("+") } } } 09:10:35.056934 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002B3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 46 09:10:35.057035 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11069, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 46 09:10:35.057107 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11069, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 46 09:10:35.057145 mtc Message with id 46 was extracted from the queue of GSMTAP. 09:10:35.057219 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 } } } } 09:10:35.057377 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002B700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 47 09:10:35.057459 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11120, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 47 09:10:35.057523 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11120, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 47 09:10:35.057564 mtc Message with id 47 was extracted from the queue of GSMTAP. 09:10:35.057667 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 } } } 09:10:35.057847 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002BA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 48 09:10:35.057959 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11171, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 48 09:10:35.058034 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11171, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 48 09:10:35.058057 mtc Message with id 48 was extracted from the queue of GSMTAP. 09:10:35.058165 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 ("++++++++++") } } } 09:10:35.058335 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002BD6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 49 09:10:35.058453 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11222, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 49 09:10:35.058524 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11222, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 49 09:10:35.058613 mtc Message with id 49 was extracted from the queue of GSMTAP. 09:10:35.058683 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 } } 09:10:35.058796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002C0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 50 09:10:35.058879 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11273, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 50 09:10:35.058939 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11273, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 50 09:10:35.058992 mtc Message with id 50 was extracted from the queue of GSMTAP. 09:10:35.059097 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 ("+") } } } 09:10:35.059224 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002C3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 51 09:10:35.059331 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11324, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 51 09:10:35.059379 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11324, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 51 09:10:35.059398 mtc Message with id 51 was extracted from the queue of GSMTAP. 09:10:35.059501 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 } } } 09:10:35.059639 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002C6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 52 09:10:35.059721 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11375, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 52 09:10:35.059770 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11375, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 52 09:10:35.059789 mtc Message with id 52 was extracted from the queue of GSMTAP. 09:10:35.059863 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 ("++++++++++") } } } 09:10:35.060013 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002CA2010000005506198FB380000000000000000000000000009D04002B'O } id 53 09:10:35.060072 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11426, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 53 09:10:35.060126 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11426, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 53 09:10:35.060150 mtc Message with id 53 was extracted from the queue of GSMTAP. 09:10:35.060220 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 ("+") } } } 09:10:35.060344 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002CD50100000059061A00000000000000000000000000000000FF9D0400'O } id 54 09:10:35.060446 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11477, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 54 09:10:35.060505 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11477, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 54 09:10:35.060552 mtc Message with id 54 was extracted from the queue of GSMTAP. 09:10:35.060617 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 } } } } 09:10:35.060764 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002D080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 55 09:10:35.060839 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11528, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 55 09:10:35.060899 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11528, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 55 09:10:35.060942 mtc Message with id 55 was extracted from the queue of GSMTAP. 09:10:35.061017 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 } } } 09:10:35.061194 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002D3B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 56 09:10:35.061286 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11579, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 56 09:10:35.061360 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11579, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 56 09:10:35.061398 mtc Message with id 56 was extracted from the queue of GSMTAP. 09:10:35.061476 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 ("++++++++++") } } } 09:10:35.061625 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002D6E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 57 09:10:35.061707 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11630, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 57 09:10:35.061773 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11630, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 57 09:10:35.061812 mtc Message with id 57 was extracted from the queue of GSMTAP. 09:10:35.061867 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 ("++++") } } } 09:10:35.061985 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002DA101000000550602BFE809B3FF00000000000000000000007900002B'O } id 58 09:10:35.062060 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11681, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 58 09:10:35.062119 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11681, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 58 09:10:35.062158 mtc Message with id 58 was extracted from the queue of GSMTAP. 09:10:35.062223 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 ("+") } } } 09:10:35.184850 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002DD40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 59 09:10:35.185146 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11732, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 59 09:10:35.185355 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11732, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 59 09:10:35.185608 mtc Message with id 59 was extracted from the queue of GSMTAP. 09:10:35.185994 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 } } } 09:10:35.420230 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002E070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 60 09:10:35.420583 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11783, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 60 09:10:35.420806 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11783, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 60 09:10:35.420909 mtc Message with id 60 was extracted from the queue of GSMTAP. 09:10:35.421236 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 ("++++++++++") } } } 09:10:35.655542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002E3A010000005506198FB380000000000000000000000000009D04002B'O } id 61 09:10:35.655834 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11834, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 61 09:10:35.656035 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11834, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 61 09:10:35.656124 mtc Message with id 61 was extracted from the queue of GSMTAP. 09:10:35.656383 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 ("+") } } } 09:10:35.891073 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002E6D0100000059061A00000000000000000000000000000000FF9D0400'O } id 62 09:10:35.891417 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11885, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 62 09:10:35.891634 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11885, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 62 09:10:35.891762 mtc Message with id 62 was extracted from the queue of GSMTAP. 09:10:35.892082 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 } } } } 09:10:36.126497 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002EA00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 63 09:10:36.126840 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11936, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 63 09:10:36.127075 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11936, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 63 09:10:36.127174 mtc Message with id 63 was extracted from the queue of GSMTAP. 09:10:36.127490 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 } } } 09:10:36.361822 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002ED30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 64 09:10:36.362193 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11987, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 64 09:10:36.362520 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 11987, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 64 09:10:36.362631 mtc Message with id 64 was extracted from the queue of GSMTAP. 09:10:36.362981 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 ("++++++++++") } } } 09:10:36.597185 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F06010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 65 09:10:36.597562 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12038, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 65 09:10:36.597778 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12038, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 65 09:10:36.597904 mtc Message with id 65 was extracted from the queue of GSMTAP. 09:10:36.598150 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 } } 09:10:36.832525 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F3901000000550602BFE809B3FF00000000000000000000007900002B'O } id 66 09:10:36.832895 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12089, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 66 09:10:36.833133 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12089, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 66 09:10:36.833245 mtc Message with id 66 was extracted from the queue of GSMTAP. 09:10:36.833841 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 ("+") } } } 09:10:37.067921 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F6C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 67 09:10:37.068314 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12140, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 67 09:10:37.068518 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12140, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 67 09:10:37.068614 mtc Message with id 67 was extracted from the queue of GSMTAP. 09:10:37.068981 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 } } } 09:10:37.303022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002F9F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 68 09:10:37.303318 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12191, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 68 09:10:37.303495 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12191, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 68 09:10:37.303594 mtc Message with id 68 was extracted from the queue of GSMTAP. 09:10:37.303885 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 ("++++++++++") } } } 09:10:37.538676 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000002FD2010000005506198FB380000000000000000000000000009D04002B'O } id 69 09:10:37.539030 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12242, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 69 09:10:37.539265 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12242, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 69 09:10:37.539410 mtc Message with id 69 was extracted from the queue of GSMTAP. 09:10:37.539658 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 ("+") } } } 09:10:37.773990 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000030050100000059061A00000000000000000000000000000000FF9D0400'O } id 70 09:10:37.774362 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12293, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 70 09:10:37.774629 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12293, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 70 09:10:37.774755 mtc Message with id 70 was extracted from the queue of GSMTAP. 09:10:37.775020 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 } } } } 09:10:38.009159 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000030380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 71 09:10:38.009512 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12344, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 71 09:10:38.009730 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12344, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 71 09:10:38.009825 mtc Message with id 71 was extracted from the queue of GSMTAP. 09:10:38.010087 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 } } } 09:10:38.244572 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000306B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 72 09:10:38.244928 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12395, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 72 09:10:38.245132 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12395, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 72 09:10:38.245242 mtc Message with id 72 was extracted from the queue of GSMTAP. 09:10:38.245614 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 ("++++++++++") } } } 09:10:38.480096 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000309E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 73 09:10:38.480434 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12446, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 73 09:10:38.480631 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12446, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 73 09:10:38.480714 mtc Message with id 73 was extracted from the queue of GSMTAP. 09:10:38.480958 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 ("++++") } } } 09:10:38.715333 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000030D101000000550602BFE809B3FF00000000000000000000007900002B'O } id 74 09:10:38.715622 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12497, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 74 09:10:38.715780 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12497, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 74 09:10:38.715847 mtc Message with id 74 was extracted from the queue of GSMTAP. 09:10:38.716028 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 ("+") } } } 09:10:38.950815 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000031040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 75 09:10:38.951171 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12548, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 75 09:10:38.951415 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12548, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 75 09:10:38.951518 mtc Message with id 75 was extracted from the queue of GSMTAP. 09:10:38.951889 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 } } } 09:10:39.186032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000031370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 76 09:10:39.186324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12599, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 76 09:10:39.186545 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12599, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 76 09:10:39.186639 mtc Message with id 76 was extracted from the queue of GSMTAP. 09:10:39.186873 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 ("++++++++++") } } } 09:10:39.421348 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000316A010000005506198FB380000000000000000000000000009D04002B'O } id 77 09:10:39.421591 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12650, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 77 09:10:39.421743 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12650, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 77 09:10:39.421812 mtc Message with id 77 was extracted from the queue of GSMTAP. 09:10:39.422044 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 ("+") } } } 09:10:39.656969 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000319D0100000059061A00000000000000000000000000000000FF9D0400'O } id 78 09:10:39.657362 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12701, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 78 09:10:39.657586 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12701, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 78 09:10:39.657746 mtc Message with id 78 was extracted from the queue of GSMTAP. 09:10:39.658022 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 } } } } 09:10:39.892332 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000031D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 79 09:10:39.892743 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12752, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 79 09:10:39.893022 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12752, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 79 09:10:39.893156 mtc Message with id 79 was extracted from the queue of GSMTAP. 09:10:39.893468 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 } } } 09:10:40.127610 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000032030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 80 09:10:40.128018 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12803, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 80 09:10:40.128289 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12803, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 80 09:10:40.128432 mtc Message with id 80 was extracted from the queue of GSMTAP. 09:10:40.128713 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 ("++++++++++") } } } 09:10:40.363049 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003236010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 81 09:10:40.363457 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12854, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 81 09:10:40.363721 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12854, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 81 09:10:40.363855 mtc Message with id 81 was extracted from the queue of GSMTAP. 09:10:40.364085 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 } } 09:10:40.598460 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000326901000000550602BFE809B3FF00000000000000000000007900002B'O } id 82 09:10:40.598831 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12905, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 82 09:10:40.599055 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12905, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 82 09:10:40.599212 mtc Message with id 82 was extracted from the queue of GSMTAP. 09:10:40.599495 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 ("+") } } } 09:10:40.833567 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000329C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 83 09:10:40.833906 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12956, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 83 09:10:40.834108 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 12956, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 83 09:10:40.834188 mtc Message with id 83 was extracted from the queue of GSMTAP. 09:10:40.834552 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 } } } 09:10:41.069153 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000032CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 84 09:10:41.069560 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13007, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 84 09:10:41.069836 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13007, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 84 09:10:41.069963 mtc Message with id 84 was extracted from the queue of GSMTAP. 09:10:41.070356 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 ("++++++++++") } } } 09:10:41.304342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003302010000005506198FB380000000000000000000000000009D04002B'O } id 85 09:10:41.304667 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13058, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 85 09:10:41.304877 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13058, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 85 09:10:41.304979 mtc Message with id 85 was extracted from the queue of GSMTAP. 09:10:41.305216 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 ("+") } } } 09:10:41.539876 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000033350100000059061A00000000000000000000000000000000FF9D0400'O } id 86 09:10:41.540284 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13109, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 86 09:10:41.540621 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13109, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 86 09:10:41.540715 mtc Message with id 86 was extracted from the queue of GSMTAP. 09:10:41.540934 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 } } } } 09:10:41.775201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000033680100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 87 09:10:41.775580 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13160, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 87 09:10:41.775840 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13160, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 87 09:10:41.775988 mtc Message with id 87 was extracted from the queue of GSMTAP. 09:10:41.776336 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 } } } 09:10:42.010624 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000339B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 88 09:10:42.011029 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13211, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 88 09:10:42.011285 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13211, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 88 09:10:42.011407 mtc Message with id 88 was extracted from the queue of GSMTAP. 09:10:42.011713 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 ("++++++++++") } } } 09:10:42.245781 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000033CE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 89 09:10:42.246069 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13262, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 89 09:10:42.246273 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13262, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 89 09:10:42.246370 mtc Message with id 89 was extracted from the queue of GSMTAP. 09:10:42.246570 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 ("++++") } } } 09:10:42.481293 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000340101000000550602BFE809B3FF00000000000000000000007900002B'O } id 90 09:10:42.481657 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13313, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 90 09:10:42.481870 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13313, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 90 09:10:42.481987 mtc Message with id 90 was extracted from the queue of GSMTAP. 09:10:42.482231 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 ("+") } } } 09:10:42.716695 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000034340100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 91 09:10:42.717056 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13364, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 91 09:10:42.717257 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13364, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 91 09:10:42.717344 mtc Message with id 91 was extracted from the queue of GSMTAP. 09:10:42.717612 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 } } } 09:10:42.951989 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000034670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 92 09:10:42.952377 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13415, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 92 09:10:42.952579 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13415, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 92 09:10:42.952666 mtc Message with id 92 was extracted from the queue of GSMTAP. 09:10:42.952964 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 ("++++++++++") } } } 09:10:43.039870 mtc Timeout T: 8 s 09:10:43.040025 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=11 09:10:43.040086 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=11 09:10:43.040122 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=11 09:10:43.040154 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=11 09:10:43.040187 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=11 09:10:43.040220 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=11 09:10:43.040252 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=11 09:10:43.040286 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=11 09:10:43.040409 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:43.040579 mtc Start timer T: 2 s 09:10:43.187251 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000349A010000005506198FB380000000000000000000000000009D04002B'O } id 93 09:10:43.187651 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13466, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 93 09:10:43.422732 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000034CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 94 09:10:43.423126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13517, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 94 09:10:43.658108 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035000100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 95 09:10:43.658492 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13568, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 95 09:10:43.893497 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035330100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 96 09:10:43.893877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13619, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 96 09:10:44.128855 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003566010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 97 09:10:44.129198 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13670, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 97 09:10:44.364252 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000359901000000550602BFE809B3FF00000000000000000000007900002B'O } id 98 09:10:44.364582 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13721, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 98 09:10:44.599603 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035CC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 99 09:10:44.599967 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13772, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 99 09:10:44.834870 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000035FF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 100 09:10:44.835222 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13823, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 100 09:10:45.040670 mtc Timeout T: 2 s 09:10:45.040744 mtc setverdict(fail): none -> fail reason: "VTY Timeout for prompt", new component reason: "VTY Timeout for prompt" 09:10:45.040771 mtc Sent on BSCVTY to system charstring : "network" 09:10:45.040833 mtc Start timer T: 2 s 09:10:45.069978 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003632010000005506198FB380000000000000000000000000009D04002B'O } id 101 09:10:45.070086 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13874, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 101 09:10:45.305343 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036650100000059061A00000000000000000000000000000000FF9D0400'O } id 102 09:10:45.305469 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13925, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 102 09:10:45.540926 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036980100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 103 09:10:45.541242 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 13976, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 103 09:10:45.776329 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 104 09:10:45.776669 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14027, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 104 09:10:46.011821 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000036FE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 105 09:10:46.012200 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14078, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 105 09:10:46.246868 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000373101000000550602BFE809B3FF00000000000000000000007900002B'O } id 106 09:10:46.247157 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14129, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 106 09:10:46.486012 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037640100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 107 09:10:46.486162 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14180, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 107 09:10:46.717891 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037970100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 108 09:10:46.718283 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14231, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 108 09:10:46.953259 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037CA010000005506198FB380000000000000000000000000009D04002B'O } id 109 09:10:46.953648 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14282, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 109 09:10:47.040960 mtc Timeout T: 2 s 09:10:47.041108 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:10:47.041167 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:47.041305 mtc Start timer T: 2 s 09:10:47.188489 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000037FD0100000059061A00000000000000000000000000000000FF9D0400'O } id 110 09:10:47.188820 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14333, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 110 09:10:47.424005 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038300100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 111 09:10:47.424365 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14384, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 111 09:10:47.659342 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038630100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 112 09:10:47.659708 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14435, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 112 09:10:47.894712 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003896010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 113 09:10:47.895108 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14486, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 113 09:10:48.130083 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038C901000000550602BFE809B3FF00000000000000000000007900002B'O } id 114 09:10:48.130511 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14537, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 114 09:10:48.365421 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000038FC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 115 09:10:48.365827 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14588, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 115 09:10:48.600813 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000392F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 116 09:10:48.601206 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14639, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 116 09:10:48.836138 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003962010000005506198FB380000000000000000000000000009D04002B'O } id 117 09:10:48.836473 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14690, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 117 09:10:49.041369 mtc Timeout T: 2 s 09:10:49.041524 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:10:49.041594 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:10:49.041751 mtc Start timer T: 2 s 09:10:49.071324 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000039950100000059061A00000000000000000000000000000000FF9D0400'O } id 118 09:10:49.071574 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14741, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 118 09:10:49.306735 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000039C80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 119 09:10:49.307040 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14792, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 119 09:10:49.542085 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000039FB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 120 09:10:49.542359 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14843, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 120 09:10:49.777516 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003A2E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 121 09:10:49.777842 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14894, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 121 09:10:50.012769 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003A6101000000550602BFE809B3FF00000000000000000000007900002B'O } id 122 09:10:50.013089 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14945, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 122 09:10:50.248358 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003A940100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 123 09:10:50.248720 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 14996, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 123 09:10:50.483537 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003AC70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 124 09:10:50.483862 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15047, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 124 09:10:50.718858 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003AFA010000005506198FB380000000000000000000000000009D04002B'O } id 125 09:10:50.719179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15098, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 125 09:10:50.954234 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003B2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 126 09:10:50.954595 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15149, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 126 09:10:51.041866 mtc Timeout T: 2 s 09:10:51.042014 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:10:51.042089 mtc Sent on BSCVTY to system charstring : "end" 09:10:51.042249 mtc Start timer T: 2 s 09:10:51.189769 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003B600100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 127 09:10:51.190108 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15200, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 127 09:10:51.424993 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003B930100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 128 09:10:51.425312 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15251, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 128 09:10:51.660276 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003BC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 129 09:10:51.660557 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15302, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 129 09:10:51.895679 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003BF901000000550602BFE809B3FF00000000000000000000007900002B'O } id 130 09:10:51.896010 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15353, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 130 09:10:52.131255 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003C2C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 131 09:10:52.131590 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15404, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 131 09:10:52.366671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003C5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 132 09:10:52.367036 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15455, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 132 09:10:52.601802 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003C92010000005506198FB380000000000000000000000000009D04002B'O } id 133 09:10:52.602149 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15506, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 133 09:10:52.837050 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003CC50100000059061A00000000000000000000000000000000FF9D0400'O } id 134 09:10:52.837276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15557, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 134 09:10:53.042316 mtc Timeout T: 2 s 09:10:53.042403 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:10:53.042435 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:10:53.042506 mtc Start timer T: 2 s 09:10:53.072446 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003CF80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 135 09:10:53.072558 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15608, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 135 09:10:53.307960 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003D2B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 136 09:10:53.308244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15659, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 136 09:10:53.543140 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003D5E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 137 09:10:53.543248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15710, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 137 09:10:53.778555 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003D9101000000550602BFE809B3FF00000000000000000000007900002B'O } id 138 09:10:53.778704 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15761, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 138 09:10:54.013872 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003DC40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 139 09:10:54.013990 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15812, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 139 09:10:54.249213 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003DF70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 140 09:10:54.249346 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15863, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 140 09:10:54.484613 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E2A010000005506198FB380000000000000000000000000009D04002B'O } id 141 09:10:54.484750 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15914, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 141 09:10:54.720276 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E5D0100000059061A00000000000000000000000000000000FF9D0400'O } id 142 09:10:54.720581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 15965, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 142 09:10:54.955636 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E900100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 143 09:10:54.955968 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16016, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 143 09:10:55.042535 mtc Timeout T: 2 s 09:10:55.042643 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:10:55.042708 mtc Sent on BSCVTY to system charstring : "network" 09:10:55.042837 mtc Start timer T: 2 s 09:10:55.191015 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EC30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 144 09:10:55.191361 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16067, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 144 09:10:55.426441 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 145 09:10:55.426779 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16118, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 145 09:10:55.661751 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F2901000000550602BFE809B3FF00000000000000000000007900002B'O } id 146 09:10:55.662065 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16169, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 146 09:10:55.896942 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F5C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 147 09:10:55.897250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16220, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 147 09:10:56.132242 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F8F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 148 09:10:56.132581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16271, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 148 09:10:56.367740 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FC2010000005506198FB380000000000000000000000000009D04002B'O } id 149 09:10:56.368059 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16322, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 149 09:10:56.603070 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FF50100000059061A00000000000000000000000000000000FF9D0400'O } id 150 09:10:56.603376 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16373, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 150 09:10:56.838692 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040280100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 151 09:10:56.839072 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 151 09:10:57.042898 mtc Timeout T: 2 s 09:10:57.043055 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:10:57.043119 mtc Sent on BSCVTY to system charstring : "bts 0" 09:10:57.043286 mtc Start timer T: 2 s 09:10:57.073953 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000405B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 152 09:10:57.074310 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 152 09:10:57.309156 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000408E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 153 09:11:04.098718 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 153 09:11:04.098774 mtc Timeout T: 2 s 09:11:04.098813 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:11:04.098851 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:11:04.098932 mtc Start timer T: 2 s 09:11:04.099003 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040C101000000550602BFE809B3FF00000000000000000000007900002B'O } id 154 09:11:04.099126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 154 09:11:04.099201 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040F40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 155 09:11:04.099295 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 155 09:11:04.099358 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041270100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 156 09:11:04.099441 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 156 09:11:04.099501 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000415A010000005506198FB380000000000000000000000000009D04002B'O } id 157 09:11:04.099566 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 157 09:11:04.099594 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000418D0100000059061A00000000000000000000000000000000FF9D0400'O } id 158 09:11:04.099636 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 158 09:11:04.099661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041C00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 159 09:11:04.099703 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 159 09:11:04.099727 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041F30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 160 09:11:04.099768 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 160 09:11:04.099791 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004226010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 161 09:11:04.099831 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 161 09:11:04.099858 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000425901000000550602BFE809B3FF00000000000000000000007900002B'O } id 162 09:11:04.099899 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 162 09:11:04.099922 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000428C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 163 09:11:04.099964 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 163 09:11:04.099988 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042BF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 164 09:11:04.100028 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 164 09:11:04.100050 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042F2010000005506198FB380000000000000000000000000009D04002B'O } id 165 09:11:04.100090 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 165 09:11:04.100113 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043250100000059061A00000000000000000000000000000000FF9D0400'O } id 166 09:11:04.100156 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 166 09:11:04.100179 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043580100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 167 09:11:04.100219 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 167 09:11:04.100241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000438B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 168 09:11:04.100281 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 168 09:11:04.100304 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043BE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 169 09:11:04.100343 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17342, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 169 09:11:04.100366 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 170 09:11:04.100406 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17393, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 170 09:11:04.100433 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 171 09:11:04.100475 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17444, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 171 09:11:04.100498 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044570100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 172 09:11:04.100538 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17495, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 172 09:11:04.100560 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O } id 173 09:11:04.100600 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17546, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 173 09:11:04.100622 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 174 09:11:04.100662 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17597, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 174 09:11:04.100684 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 175 09:11:04.100723 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17648, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 175 09:11:04.100749 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 176 09:11:04.100789 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17699, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 176 09:11:04.100812 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 177 09:11:04.100851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17750, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 177 09:11:04.100873 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000458901000000550602BFE809B3FF00000000000000000000007900002B'O } id 178 09:11:04.100913 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17801, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 178 09:11:04.100935 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 179 09:11:04.100976 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17852, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 179 09:11:04.100999 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 180 09:11:04.101042 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 180 09:11:04.101065 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O } id 181 09:11:04.101104 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 181 09:11:04.134591 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O } id 182 09:11:04.134728 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 182 09:11:04.370037 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 183 09:11:04.370203 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 183 09:11:04.605291 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046BB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 184 09:11:04.605438 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 184 09:11:04.840660 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046EE01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 185 09:11:04.840793 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 185 09:11:05.076264 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000472101000000550602BFE809B3FF00000000000000000000007900002B'O } id 186 09:11:05.096698 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 186 09:11:05.311691 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 187 09:11:05.312078 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 187 09:11:05.547100 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 188 09:11:05.547476 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 188 09:11:05.782356 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O } id 189 09:11:05.782794 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 189 09:11:06.017752 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 190 09:11:06.018129 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 190 09:11:06.098975 mtc Timeout T: 2 s 09:11:06.099123 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:11:06.099199 mtc Sent on BSCVTY to system charstring : "end" 09:11:06.099366 mtc Start timer T: 2 s 09:11:06.253171 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 191 09:11:06.253515 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 191 09:11:06.488518 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 192 09:11:06.488896 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 192 09:11:06.723830 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 193 09:11:06.724173 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 193 09:11:06.959327 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048B901000000550602BFE809B3FF00000000000000000000007900002B'O } id 194 09:11:06.959708 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 194 09:11:07.194683 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 195 09:11:07.195068 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 195 09:11:07.429999 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000491F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 196 09:11:07.430475 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 196 09:11:07.665370 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O } id 197 09:11:07.665742 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 197 09:11:07.900741 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O } id 198 09:11:07.901169 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 198 09:11:08.099646 mtc Timeout T: 2 s 09:11:08.099808 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:11:08.099900 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:08.100086 mtc Start timer T: 2 s 09:11:08.135841 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 199 09:11:08.136009 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 199 09:11:08.371347 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 200 09:11:08.371680 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 200 09:11:08.606863 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A1E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 201 09:11:08.607188 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 201 09:11:08.842093 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A5101000000550602BFE809B3FF00000000000000000000007900002B'O } id 202 09:11:08.842479 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 202 09:11:09.077523 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 203 09:11:09.077888 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 203 09:11:09.312975 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 204 09:11:09.313369 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 204 09:11:09.548326 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O } id 205 09:11:09.548722 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 205 09:11:09.783469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 206 09:11:09.783797 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 206 09:11:10.018864 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 207 09:11:10.019214 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 207 09:11:10.100165 mtc Timeout T: 2 s 09:11:10.100296 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 09:11:10.100368 mtc Sent on BSCVTY to system charstring : "network" 09:11:10.100518 mtc Start timer T: 2 s 09:11:10.254207 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 208 09:11:10.254555 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 208 09:11:10.363036 mtc Message enqueued on BSCVTY from system charstring : "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" id 45 09:11:10.363193 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 46 09:11:10.364012 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2bis mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network\nOpenBSC(config-net)# bts 0\nOpenBSC(config-net-bts)# system-information 2ter mode computed\nOpenBSC(config-net-bts)# end\nOpenBSC# configure terminal\nOpenBSC(config)# network" id 45 09:11:10.364121 mtc Message with id 45 was extracted from the queue of BSCVTY. 09:11:10.364326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 46 09:11:10.364378 mtc Message with id 46 was extracted from the queue of BSCVTY. 09:11:10.364424 mtc Stop timer T: 2 s 09:11:10.364508 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:10.364662 mtc Start timer T: 2 s 09:11:10.364898 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 47 09:11:10.364986 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 48 09:11:10.365224 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 47 09:11:10.365284 mtc Message with id 47 was extracted from the queue of BSCVTY. 09:11:10.365478 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 48 09:11:10.365534 mtc Message with id 48 was extracted from the queue of BSCVTY. 09:11:10.365575 mtc Stop timer T: 2 s 09:11:10.365645 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:11:10.365756 mtc Start timer T: 2 s 09:11:10.366169 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 49 09:11:10.366286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 50 09:11:10.366595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 49 09:11:10.366659 mtc Message with id 49 was extracted from the queue of BSCVTY. 09:11:10.366845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 50 09:11:10.366901 mtc Message with id 50 was extracted from the queue of BSCVTY. 09:11:10.366950 mtc Stop timer T: 2 s 09:11:10.367027 mtc Sent on BSCVTY to system charstring : "end" 09:11:10.367141 mtc Start timer T: 2 s 09:11:10.367337 mtc Message enqueued on BSCVTY from system charstring : " end" id 51 09:11:10.367368 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 52 09:11:10.367440 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 51 09:11:10.367460 mtc Message with id 51 was extracted from the queue of BSCVTY. 09:11:10.367491 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 52 09:11:10.367505 mtc Message with id 52 was extracted from the queue of BSCVTY. 09:11:10.367517 mtc Stop timer T: 2 s 09:11:10.367537 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:10.367566 mtc Start timer T: 2 s 09:11:10.367668 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 53 09:11:10.367744 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 53 09:11:10.367764 mtc Message with id 53 was extracted from the queue of BSCVTY. 09:11:10.367777 mtc Stop timer T: 2 s 09:11:10.367796 mtc Sent on BSCVTY to system charstring : "network" 09:11:10.367823 mtc Start timer T: 2 s 09:11:10.367884 mtc Message enqueued on BSCVTY from system charstring : " network" id 54 09:11:10.367905 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 55 09:11:10.367960 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 54 09:11:10.367975 mtc Message with id 54 was extracted from the queue of BSCVTY. 09:11:10.368012 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 55 09:11:10.368023 mtc Message with id 55 was extracted from the queue of BSCVTY. 09:11:10.368031 mtc Stop timer T: 2 s 09:11:10.368045 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:10.368072 mtc Start timer T: 2 s 09:11:10.368122 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 56 09:11:10.368139 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 57 09:11:10.368190 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 56 09:11:10.368205 mtc Message with id 56 was extracted from the queue of BSCVTY. 09:11:10.368248 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 57 09:11:10.368264 mtc Message with id 57 was extracted from the queue of BSCVTY. 09:11:10.368273 mtc Stop timer T: 2 s 09:11:10.368293 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:11:10.368322 mtc Start timer T: 2 s 09:11:10.368429 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 58 09:11:10.368448 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 59 09:11:10.368507 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 58 09:11:10.368519 mtc Message with id 58 was extracted from the queue of BSCVTY. 09:11:10.368548 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 59 09:11:10.368558 mtc Message with id 59 was extracted from the queue of BSCVTY. 09:11:10.368565 mtc Stop timer T: 2 s 09:11:10.368578 mtc Sent on BSCVTY to system charstring : "end" 09:11:10.368597 mtc Start timer T: 2 s 09:11:10.368641 mtc Message enqueued on BSCVTY from system charstring : " end" id 60 09:11:10.368661 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 61 09:11:10.368703 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 60 09:11:10.368713 mtc Message with id 60 was extracted from the queue of BSCVTY. 09:11:10.368729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 61 09:11:10.368736 mtc Message with id 61 was extracted from the queue of BSCVTY. 09:11:10.368743 mtc Stop timer T: 2 s 09:11:10.368753 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:10.368771 mtc Start timer T: 2 s 09:11:10.369093 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 62 09:11:10.369138 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 63 09:11:10.370443 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 62 09:11:10.370484 mtc Message with id 62 was extracted from the queue of BSCVTY. 09:11:10.370503 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 63 09:11:10.370511 mtc Message with id 63 was extracted from the queue of BSCVTY. 09:11:10.370518 mtc Stop timer T: 2 s 09:11:10.370533 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:10.370554 mtc Start timer T: 2 s 09:11:10.370709 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 64 09:11:10.370750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 64 09:11:10.370767 mtc Message with id 64 was extracted from the queue of BSCVTY. 09:11:10.370781 mtc Stop timer T: 2 s 09:11:10.370796 mtc Start timer T: 1 s 09:11:10.489403 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 209 09:11:10.489514 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 209 09:11:10.724842 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O } id 210 09:11:10.725003 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 210 09:11:10.960177 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 211 09:11:10.960276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 211 09:11:11.195537 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 212 09:11:11.195706 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 212 09:11:11.370948 mtc Timeout T: 1 s 09:11:11.371042 mtc Terminating component type Test.dummy_CT. 09:11:11.371065 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:11.371141 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:11.371171 mtc Message with id 93 was extracted from the queue of GSMTAP. 09:11:11.371183 mtc Message with id 94 was extracted from the queue of GSMTAP. 09:11:11.371212 mtc Message with id 95 was extracted from the queue of GSMTAP. 09:11:11.371224 mtc Message with id 96 was extracted from the queue of GSMTAP. 09:11:11.371248 mtc Message with id 97 was extracted from the queue of GSMTAP. 09:11:11.371274 mtc Message with id 98 was extracted from the queue of GSMTAP. 09:11:11.371286 mtc Message with id 99 was extracted from the queue of GSMTAP. 09:11:11.371298 mtc Message with id 100 was extracted from the queue of GSMTAP. 09:11:11.371309 mtc Message with id 101 was extracted from the queue of GSMTAP. 09:11:11.371320 mtc Message with id 102 was extracted from the queue of GSMTAP. 09:11:11.371345 mtc Message with id 103 was extracted from the queue of GSMTAP. 09:11:11.371356 mtc Message with id 104 was extracted from the queue of GSMTAP. 09:11:11.371367 mtc Message with id 105 was extracted from the queue of GSMTAP. 09:11:11.371378 mtc Message with id 106 was extracted from the queue of GSMTAP. 09:11:11.371389 mtc Message with id 107 was extracted from the queue of GSMTAP. 09:11:11.371400 mtc Message with id 108 was extracted from the queue of GSMTAP. 09:11:11.371411 mtc Message with id 109 was extracted from the queue of GSMTAP. 09:11:11.371422 mtc Message with id 110 was extracted from the queue of GSMTAP. 09:11:11.371433 mtc Message with id 111 was extracted from the queue of GSMTAP. 09:11:11.371444 mtc Message with id 112 was extracted from the queue of GSMTAP. 09:11:11.371455 mtc Message with id 113 was extracted from the queue of GSMTAP. 09:11:11.371466 mtc Message with id 114 was extracted from the queue of GSMTAP. 09:11:11.371477 mtc Message with id 115 was extracted from the queue of GSMTAP. 09:11:11.371487 mtc Message with id 116 was extracted from the queue of GSMTAP. 09:11:11.371512 mtc Message with id 117 was extracted from the queue of GSMTAP. 09:11:11.371523 mtc Message with id 118 was extracted from the queue of GSMTAP. 09:11:11.371534 mtc Message with id 119 was extracted from the queue of GSMTAP. 09:11:11.371545 mtc Message with id 120 was extracted from the queue of GSMTAP. 09:11:11.371555 mtc Message with id 121 was extracted from the queue of GSMTAP. 09:11:11.371566 mtc Message with id 122 was extracted from the queue of GSMTAP. 09:11:11.371577 mtc Message with id 123 was extracted from the queue of GSMTAP. 09:11:11.371588 mtc Message with id 124 was extracted from the queue of GSMTAP. 09:11:11.371599 mtc Message with id 125 was extracted from the queue of GSMTAP. 09:11:11.371609 mtc Message with id 126 was extracted from the queue of GSMTAP. 09:11:11.371620 mtc Message with id 127 was extracted from the queue of GSMTAP. 09:11:11.371630 mtc Message with id 128 was extracted from the queue of GSMTAP. 09:11:11.371641 mtc Message with id 129 was extracted from the queue of GSMTAP. 09:11:11.371655 mtc Message with id 130 was extracted from the queue of GSMTAP. 09:11:11.371665 mtc Message with id 131 was extracted from the queue of GSMTAP. 09:11:11.371676 mtc Message with id 132 was extracted from the queue of GSMTAP. 09:11:11.371687 mtc Message with id 133 was extracted from the queue of GSMTAP. 09:11:11.371697 mtc Message with id 134 was extracted from the queue of GSMTAP. 09:11:11.371707 mtc Message with id 135 was extracted from the queue of GSMTAP. 09:11:11.371718 mtc Message with id 136 was extracted from the queue of GSMTAP. 09:11:11.371729 mtc Message with id 137 was extracted from the queue of GSMTAP. 09:11:11.371745 mtc Message with id 138 was extracted from the queue of GSMTAP. 09:11:11.371756 mtc Message with id 139 was extracted from the queue of GSMTAP. 09:11:11.371766 mtc Message with id 140 was extracted from the queue of GSMTAP. 09:11:11.371777 mtc Message with id 141 was extracted from the queue of GSMTAP. 09:11:11.371787 mtc Message with id 142 was extracted from the queue of GSMTAP. 09:11:11.371798 mtc Message with id 143 was extracted from the queue of GSMTAP. 09:11:11.371808 mtc Message with id 144 was extracted from the queue of GSMTAP. 09:11:11.371844 mtc Message with id 145 was extracted from the queue of GSMTAP. 09:11:11.371858 mtc Message with id 146 was extracted from the queue of GSMTAP. 09:11:11.371867 mtc Message with id 147 was extracted from the queue of GSMTAP. 09:11:11.371874 mtc Message with id 148 was extracted from the queue of GSMTAP. 09:11:11.371889 mtc Message with id 149 was extracted from the queue of GSMTAP. 09:11:11.371900 mtc Message with id 150 was extracted from the queue of GSMTAP. 09:11:11.371911 mtc Message with id 151 was extracted from the queue of GSMTAP. 09:11:11.371923 mtc Message with id 152 was extracted from the queue of GSMTAP. 09:11:11.371933 mtc Message with id 153 was extracted from the queue of GSMTAP. 09:11:11.371939 mtc Message with id 154 was extracted from the queue of GSMTAP. 09:11:11.371944 mtc Message with id 155 was extracted from the queue of GSMTAP. 09:11:11.371950 mtc Message with id 156 was extracted from the queue of GSMTAP. 09:11:11.371957 mtc Message with id 157 was extracted from the queue of GSMTAP. 09:11:11.371979 mtc Message with id 158 was extracted from the queue of GSMTAP. 09:11:11.371988 mtc Message with id 159 was extracted from the queue of GSMTAP. 09:11:11.371994 mtc Message with id 160 was extracted from the queue of GSMTAP. 09:11:11.372000 mtc Message with id 161 was extracted from the queue of GSMTAP. 09:11:11.372005 mtc Message with id 162 was extracted from the queue of GSMTAP. 09:11:11.372011 mtc Message with id 163 was extracted from the queue of GSMTAP. 09:11:11.372017 mtc Message with id 164 was extracted from the queue of GSMTAP. 09:11:11.372022 mtc Message with id 165 was extracted from the queue of GSMTAP. 09:11:11.372042 mtc Message with id 166 was extracted from the queue of GSMTAP. 09:11:11.372049 mtc Message with id 167 was extracted from the queue of GSMTAP. 09:11:11.372055 mtc Message with id 168 was extracted from the queue of GSMTAP. 09:11:11.372060 mtc Message with id 169 was extracted from the queue of GSMTAP. 09:11:11.372066 mtc Message with id 170 was extracted from the queue of GSMTAP. 09:11:11.372072 mtc Message with id 171 was extracted from the queue of GSMTAP. 09:11:11.372080 mtc Message with id 172 was extracted from the queue of GSMTAP. 09:11:11.372089 mtc Message with id 173 was extracted from the queue of GSMTAP. 09:11:11.372096 mtc Message with id 174 was extracted from the queue of GSMTAP. 09:11:11.372101 mtc Message with id 175 was extracted from the queue of GSMTAP. 09:11:11.372107 mtc Message with id 176 was extracted from the queue of GSMTAP. 09:11:11.372112 mtc Message with id 177 was extracted from the queue of GSMTAP. 09:11:11.372118 mtc Message with id 178 was extracted from the queue of GSMTAP. 09:11:11.372123 mtc Message with id 179 was extracted from the queue of GSMTAP. 09:11:11.372129 mtc Message with id 180 was extracted from the queue of GSMTAP. 09:11:11.372135 mtc Message with id 181 was extracted from the queue of GSMTAP. 09:11:11.372140 mtc Message with id 182 was extracted from the queue of GSMTAP. 09:11:11.372163 mtc Message with id 183 was extracted from the queue of GSMTAP. 09:11:11.372171 mtc Message with id 184 was extracted from the queue of GSMTAP. 09:11:11.372177 mtc Message with id 185 was extracted from the queue of GSMTAP. 09:11:11.372182 mtc Message with id 186 was extracted from the queue of GSMTAP. 09:11:11.372188 mtc Message with id 187 was extracted from the queue of GSMTAP. 09:11:11.372193 mtc Message with id 188 was extracted from the queue of GSMTAP. 09:11:11.372199 mtc Message with id 189 was extracted from the queue of GSMTAP. 09:11:11.372204 mtc Message with id 190 was extracted from the queue of GSMTAP. 09:11:11.372228 mtc Message with id 191 was extracted from the queue of GSMTAP. 09:11:11.372238 mtc Message with id 192 was extracted from the queue of GSMTAP. 09:11:11.372244 mtc Message with id 193 was extracted from the queue of GSMTAP. 09:11:11.372250 mtc Message with id 194 was extracted from the queue of GSMTAP. 09:11:11.372256 mtc Message with id 195 was extracted from the queue of GSMTAP. 09:11:11.372261 mtc Message with id 196 was extracted from the queue of GSMTAP. 09:11:11.372267 mtc Message with id 197 was extracted from the queue of GSMTAP. 09:11:11.372290 mtc Message with id 198 was extracted from the queue of GSMTAP. 09:11:11.372297 mtc Message with id 199 was extracted from the queue of GSMTAP. 09:11:11.372303 mtc Message with id 200 was extracted from the queue of GSMTAP. 09:11:11.372308 mtc Message with id 201 was extracted from the queue of GSMTAP. 09:11:11.372314 mtc Message with id 202 was extracted from the queue of GSMTAP. 09:11:11.372319 mtc Message with id 203 was extracted from the queue of GSMTAP. 09:11:11.372325 mtc Message with id 204 was extracted from the queue of GSMTAP. 09:11:11.372342 mtc Message with id 205 was extracted from the queue of GSMTAP. 09:11:11.372352 mtc Message with id 206 was extracted from the queue of GSMTAP. 09:11:11.372358 mtc Message with id 207 was extracted from the queue of GSMTAP. 09:11:11.372364 mtc Message with id 208 was extracted from the queue of GSMTAP. 09:11:11.372370 mtc Message with id 209 was extracted from the queue of GSMTAP. 09:11:11.372376 mtc Message with id 210 was extracted from the queue of GSMTAP. 09:11:11.372382 mtc Message with id 211 was extracted from the queue of GSMTAP. 09:11:11.372387 mtc Message with id 212 was extracted from the queue of GSMTAP. 09:11:11.372397 mtc Port GSMTAP was stopped. 09:11:11.372405 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:11.372434 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:11.372445 mtc Port BSCVTY was stopped. 09:11:11.372451 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 09:11:11.372479 mtc Waiting for PTCs to finish. 09:11:11.372717 mtc Setting final verdict of the test case. 09:11:11.372732 mtc Local verdict of MTC: fail reason: "VTY Timeout for prompt" 09:11:11.372742 mtc No PTCs were created. 09:11:11.372750 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: fail reason: VTY Timeout for prompt 09:11:11.372881 mtc Executing test case TC_si_sched_2quater in module Test. 09:11:11.372924 mtc Test case TC_si_sched_2quater started. 09:11:11.372937 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 09:11:11.372974 mtc Port GSMTAP was started. 09:11:11.372993 mtc Port BSCVTY was started. 09:11:11.373003 mtc Component type Test.dummy_CT was initialized. 09:11:11.373015 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:11.373045 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:11.373090 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:11.373144 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:11.373187 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:11.373324 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:11.373358 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:11.373379 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:11.373398 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:11.373414 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:11.373479 mtc Sent on BSCVTY to system charstring : "enable" 09:11:11.373511 mtc Start timer T: 2 s 09:11:11.373606 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:11.373650 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:11.373662 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:11.373669 mtc Stop timer T: 2 s 09:11:11.373680 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:11.373705 mtc Start timer T: 2 s 09:11:11.373817 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:11.373877 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:11.373890 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:11.373902 mtc Stop timer T: 2 s 09:11:11.373922 mtc Sent on BSCVTY to system charstring : "network" 09:11:11.373949 mtc Start timer T: 2 s 09:11:11.374007 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:11.374026 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:11.374091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:11.374105 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:11.374147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:11.374160 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:11.374172 mtc Stop timer T: 2 s 09:11:11.374190 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:11.374212 mtc Start timer T: 2 s 09:11:11.374267 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:11.374284 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:11.374342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:11.374355 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:11.374414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:11.374429 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:11.374441 mtc Stop timer T: 2 s 09:11:11.374461 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:11:11.374484 mtc Start timer T: 2 s 09:11:11.374580 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 09:11:11.374596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:11.374662 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 09:11:11.374677 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:11.374721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:11.374734 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:11.374747 mtc Stop timer T: 2 s 09:11:11.374765 mtc Sent on BSCVTY to system charstring : "end" 09:11:11.374789 mtc Start timer T: 2 s 09:11:11.374840 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:11.374854 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:11.374893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:11.374903 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:11.374922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:11.374935 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:11.374947 mtc Stop timer T: 2 s 09:11:11.374964 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:11.374987 mtc Start timer T: 2 s 09:11:11.375044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 09:11:11.375088 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 09:11:11.375098 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:11.375105 mtc Stop timer T: 2 s 09:11:11.375118 mtc Sent on BSCVTY to system charstring : "network" 09:11:11.375142 mtc Start timer T: 2 s 09:11:11.375180 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 09:11:11.375196 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 09:11:11.375247 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 09:11:11.375261 mtc Message with id 12 was extracted from the queue of BSCVTY. 09:11:11.375308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 09:11:11.375321 mtc Message with id 13 was extracted from the queue of BSCVTY. 09:11:11.375334 mtc Stop timer T: 2 s 09:11:11.375353 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:11.375376 mtc Start timer T: 2 s 09:11:11.375428 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 09:11:11.375445 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 09:11:11.375489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 09:11:11.375503 mtc Message with id 14 was extracted from the queue of BSCVTY. 09:11:11.375546 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 09:11:11.375559 mtc Message with id 15 was extracted from the queue of BSCVTY. 09:11:11.375570 mtc Stop timer T: 2 s 09:11:11.375591 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:11:11.375613 mtc Start timer T: 2 s 09:11:11.375677 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 09:11:11.375693 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 09:11:11.375742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 09:11:11.375757 mtc Message with id 16 was extracted from the queue of BSCVTY. 09:11:11.375800 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 09:11:11.375813 mtc Message with id 17 was extracted from the queue of BSCVTY. 09:11:11.375825 mtc Stop timer T: 2 s 09:11:11.375844 mtc Sent on BSCVTY to system charstring : "end" 09:11:11.375866 mtc Start timer T: 2 s 09:11:11.375909 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 09:11:11.375925 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 09:11:11.375980 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 09:11:11.375993 mtc Message with id 18 was extracted from the queue of BSCVTY. 09:11:11.376019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 09:11:11.376031 mtc Message with id 19 was extracted from the queue of BSCVTY. 09:11:11.376042 mtc Stop timer T: 2 s 09:11:11.376059 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:11.376082 mtc Start timer T: 2 s 09:11:11.376132 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 09:11:11.376188 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 09:11:11.376202 mtc Message with id 20 was extracted from the queue of BSCVTY. 09:11:11.376214 mtc Stop timer T: 2 s 09:11:11.376232 mtc Sent on BSCVTY to system charstring : "network" 09:11:11.376253 mtc Start timer T: 2 s 09:11:11.376298 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 09:11:11.376317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 09:11:11.376374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 09:11:11.376387 mtc Message with id 21 was extracted from the queue of BSCVTY. 09:11:11.376429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 09:11:11.376442 mtc Message with id 22 was extracted from the queue of BSCVTY. 09:11:11.376453 mtc Stop timer T: 2 s 09:11:11.376471 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:11.376494 mtc Start timer T: 2 s 09:11:11.376539 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 09:11:11.376556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 09:11:11.376595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 09:11:11.376604 mtc Message with id 23 was extracted from the queue of BSCVTY. 09:11:11.376643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 09:11:11.376660 mtc Message with id 24 was extracted from the queue of BSCVTY. 09:11:11.376672 mtc Stop timer T: 2 s 09:11:11.376691 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:11:11.376714 mtc Start timer T: 2 s 09:11:11.376770 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 09:11:11.376787 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 09:11:11.376843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 09:11:11.376856 mtc Message with id 25 was extracted from the queue of BSCVTY. 09:11:11.376898 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 09:11:11.376911 mtc Message with id 26 was extracted from the queue of BSCVTY. 09:11:11.376923 mtc Stop timer T: 2 s 09:11:11.376940 mtc Sent on BSCVTY to system charstring : "end" 09:11:11.376962 mtc Start timer T: 2 s 09:11:11.377002 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 09:11:11.377017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 09:11:11.377071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 09:11:11.377085 mtc Message with id 27 was extracted from the queue of BSCVTY. 09:11:11.377110 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 09:11:11.377122 mtc Message with id 28 was extracted from the queue of BSCVTY. 09:11:11.377133 mtc Stop timer T: 2 s 09:11:11.377150 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:11.377172 mtc Start timer T: 2 s 09:11:11.377219 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 09:11:11.377265 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 09:11:11.377275 mtc Message with id 29 was extracted from the queue of BSCVTY. 09:11:11.377283 mtc Stop timer T: 2 s 09:11:11.377294 mtc Sent on BSCVTY to system charstring : "network" 09:11:11.377311 mtc Start timer T: 2 s 09:11:11.377349 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 09:11:11.377365 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 09:11:11.377421 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 09:11:11.377434 mtc Message with id 30 was extracted from the queue of BSCVTY. 09:11:11.377476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 09:11:11.377489 mtc Message with id 31 was extracted from the queue of BSCVTY. 09:11:11.377500 mtc Stop timer T: 2 s 09:11:11.377517 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:11.377541 mtc Start timer T: 2 s 09:11:11.377603 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 09:11:11.377630 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 09:11:11.377692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 09:11:11.377707 mtc Message with id 32 was extracted from the queue of BSCVTY. 09:11:11.377744 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 09:11:11.377759 mtc Message with id 33 was extracted from the queue of BSCVTY. 09:11:11.377771 mtc Stop timer T: 2 s 09:11:11.377787 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 09:11:11.377809 mtc Start timer T: 2 s 09:11:11.377884 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 09:11:11.377902 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 09:11:11.377949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 09:11:11.377960 mtc Message with id 34 was extracted from the queue of BSCVTY. 09:11:11.377990 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 09:11:11.378003 mtc Message with id 35 was extracted from the queue of BSCVTY. 09:11:11.378011 mtc Stop timer T: 2 s 09:11:11.378023 mtc Sent on BSCVTY to system charstring : "end" 09:11:11.378041 mtc Start timer T: 2 s 09:11:11.378078 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 09:11:11.378094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 09:11:11.378149 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 09:11:11.378164 mtc Message with id 36 was extracted from the queue of BSCVTY. 09:11:11.378190 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 09:11:11.378204 mtc Message with id 37 was extracted from the queue of BSCVTY. 09:11:11.378216 mtc Stop timer T: 2 s 09:11:11.378232 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:11.378256 mtc Start timer T: 2 s 09:11:11.378573 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 09:11:11.378618 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 09:11:11.379885 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 09:11:11.379922 mtc Message with id 38 was extracted from the queue of BSCVTY. 09:11:11.379939 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 09:11:11.379947 mtc Message with id 39 was extracted from the queue of BSCVTY. 09:11:11.379953 mtc Stop timer T: 2 s 09:11:11.379966 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:11.379983 mtc Start timer T: 2 s 09:11:11.380111 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 09:11:11.380149 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 09:11:11.380164 mtc Message with id 40 was extracted from the queue of BSCVTY. 09:11:11.380177 mtc Stop timer T: 2 s 09:11:11.380190 mtc Start timer T: 1 s 09:11:11.430829 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 1 09:11:11.430910 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1 09:11:11.666237 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 2 09:11:11.666329 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2 09:11:11.901647 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3 09:11:11.901807 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3 09:11:12.136942 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 09:11:12.137081 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 09:11:12.372334 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:12.372457 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:12.380205 mtc Timeout T: 1 s 09:11:12.380278 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:12.380342 mtc Start timer T: 2 s 09:11:12.380505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 09:11:12.380597 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 09:11:12.380616 mtc Message with id 41 was extracted from the queue of BSCVTY. 09:11:12.380627 mtc Stop timer T: 2 s 09:11:12.380645 mtc Sent on BSCVTY to system charstring : "network" 09:11:12.380672 mtc Start timer T: 2 s 09:11:12.380759 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 09:11:12.380800 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 09:11:12.380892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 09:11:12.380909 mtc Message with id 42 was extracted from the queue of BSCVTY. 09:11:12.380962 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 09:11:12.380982 mtc Message with id 43 was extracted from the queue of BSCVTY. 09:11:12.380993 mtc Stop timer T: 2 s 09:11:12.381010 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:12.381040 mtc Start timer T: 2 s 09:11:12.381119 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 09:11:12.381141 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 09:11:12.381202 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 09:11:12.381216 mtc Message with id 44 was extracted from the queue of BSCVTY. 09:11:12.381251 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 09:11:12.381262 mtc Message with id 45 was extracted from the queue of BSCVTY. 09:11:12.381270 mtc Stop timer T: 2 s 09:11:12.381287 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:11:12.381312 mtc Start timer T: 2 s 09:11:12.381431 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 09:11:12.381452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 09:11:12.381536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 09:11:12.381562 mtc Message with id 46 was extracted from the queue of BSCVTY. 09:11:12.381609 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 09:11:12.381622 mtc Message with id 47 was extracted from the queue of BSCVTY. 09:11:12.381630 mtc Stop timer T: 2 s 09:11:12.381645 mtc Sent on BSCVTY to system charstring : "end" 09:11:12.381670 mtc Start timer T: 2 s 09:11:12.381760 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 09:11:12.381782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 09:11:12.381856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 09:11:12.381874 mtc Message with id 48 was extracted from the queue of BSCVTY. 09:11:12.381910 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 09:11:12.381926 mtc Message with id 49 was extracted from the queue of BSCVTY. 09:11:12.381941 mtc Stop timer T: 2 s 09:11:12.381965 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:12.381996 mtc Start timer T: 2 s 09:11:12.382088 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 09:11:12.382160 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 09:11:12.382174 mtc Message with id 50 was extracted from the queue of BSCVTY. 09:11:12.382183 mtc Stop timer T: 2 s 09:11:12.382197 mtc Sent on BSCVTY to system charstring : "network" 09:11:12.382220 mtc Start timer T: 2 s 09:11:12.382292 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 09:11:12.382317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 09:11:12.382409 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 09:11:12.382428 mtc Message with id 51 was extracted from the queue of BSCVTY. 09:11:12.382483 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 09:11:12.382500 mtc Message with id 52 was extracted from the queue of BSCVTY. 09:11:12.382515 mtc Stop timer T: 2 s 09:11:12.382537 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:12.382568 mtc Start timer T: 2 s 09:11:12.382634 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 09:11:12.382656 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 09:11:12.382727 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 09:11:12.382744 mtc Message with id 53 was extracted from the queue of BSCVTY. 09:11:12.382798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 09:11:12.382816 mtc Message with id 54 was extracted from the queue of BSCVTY. 09:11:12.382830 mtc Stop timer T: 2 s 09:11:12.382854 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:11:12.382885 mtc Start timer T: 2 s 09:11:12.382991 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 09:11:12.383013 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 09:11:12.383088 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 09:11:12.383107 mtc Message with id 55 was extracted from the queue of BSCVTY. 09:11:12.383156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 09:11:12.383175 mtc Message with id 56 was extracted from the queue of BSCVTY. 09:11:12.383190 mtc Stop timer T: 2 s 09:11:12.383211 mtc Sent on BSCVTY to system charstring : "end" 09:11:12.383242 mtc Start timer T: 2 s 09:11:12.383308 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 09:11:12.383328 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 09:11:12.383379 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 09:11:12.383391 mtc Message with id 57 was extracted from the queue of BSCVTY. 09:11:12.383409 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 09:11:12.383427 mtc Message with id 58 was extracted from the queue of BSCVTY. 09:11:12.383439 mtc Stop timer T: 2 s 09:11:12.383457 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:12.383485 mtc Start timer T: 2 s 09:11:12.383566 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 09:11:12.383641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 09:11:12.383660 mtc Message with id 59 was extracted from the queue of BSCVTY. 09:11:12.383675 mtc Stop timer T: 2 s 09:11:12.383695 mtc Sent on BSCVTY to system charstring : "network" 09:11:12.383725 mtc Start timer T: 2 s 09:11:12.383783 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 09:11:12.383804 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 09:11:12.383861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 09:11:12.383876 mtc Message with id 60 was extracted from the queue of BSCVTY. 09:11:12.383919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 09:11:12.383931 mtc Message with id 61 was extracted from the queue of BSCVTY. 09:11:12.383942 mtc Stop timer T: 2 s 09:11:12.383963 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:12.383987 mtc Start timer T: 2 s 09:11:12.384056 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 09:11:12.384079 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 09:11:12.384137 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 09:11:12.384155 mtc Message with id 62 was extracted from the queue of BSCVTY. 09:11:12.384193 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 09:11:12.384204 mtc Message with id 63 was extracted from the queue of BSCVTY. 09:11:12.384214 mtc Stop timer T: 2 s 09:11:12.384233 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:11:12.384258 mtc Start timer T: 2 s 09:11:12.384341 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 09:11:12.384363 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 09:11:12.384425 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 09:11:12.384438 mtc Message with id 64 was extracted from the queue of BSCVTY. 09:11:12.384474 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 09:11:12.384485 mtc Message with id 65 was extracted from the queue of BSCVTY. 09:11:12.384493 mtc Stop timer T: 2 s 09:11:12.384508 mtc Sent on BSCVTY to system charstring : "end" 09:11:12.384531 mtc Start timer T: 2 s 09:11:12.384593 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 09:11:12.384632 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 09:11:12.384710 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 09:11:12.384731 mtc Message with id 66 was extracted from the queue of BSCVTY. 09:11:12.384761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 09:11:12.384775 mtc Message with id 67 was extracted from the queue of BSCVTY. 09:11:12.384786 mtc Stop timer T: 2 s 09:11:12.384803 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:12.384831 mtc Start timer T: 2 s 09:11:12.384901 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 09:11:12.384972 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 09:11:12.384987 mtc Message with id 68 was extracted from the queue of BSCVTY. 09:11:12.384999 mtc Stop timer T: 2 s 09:11:12.385023 mtc Sent on BSCVTY to system charstring : "network" 09:11:12.385058 mtc Start timer T: 2 s 09:11:12.385145 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 09:11:12.385174 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 09:11:12.385252 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 09:11:12.385271 mtc Message with id 69 was extracted from the queue of BSCVTY. 09:11:12.385330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 09:11:12.385347 mtc Message with id 70 was extracted from the queue of BSCVTY. 09:11:12.385361 mtc Stop timer T: 2 s 09:11:12.385384 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:12.385417 mtc Start timer T: 2 s 09:11:12.385481 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 09:11:12.385503 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 09:11:12.385578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 09:11:12.385595 mtc Message with id 71 was extracted from the queue of BSCVTY. 09:11:12.385653 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 09:11:12.385672 mtc Message with id 72 was extracted from the queue of BSCVTY. 09:11:12.385687 mtc Stop timer T: 2 s 09:11:12.385714 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:11:12.385743 mtc Start timer T: 2 s 09:11:12.385836 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 09:11:12.385858 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 09:11:12.385925 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 09:11:12.385944 mtc Message with id 73 was extracted from the queue of BSCVTY. 09:11:12.386000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 09:11:12.386018 mtc Message with id 74 was extracted from the queue of BSCVTY. 09:11:12.386037 mtc Stop timer T: 2 s 09:11:12.386060 mtc Sent on BSCVTY to system charstring : "end" 09:11:12.386090 mtc Start timer T: 2 s 09:11:12.386149 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 09:11:12.386169 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 09:11:12.386222 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 09:11:12.386235 mtc Message with id 75 was extracted from the queue of BSCVTY. 09:11:12.386255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 09:11:12.386267 mtc Message with id 76 was extracted from the queue of BSCVTY. 09:11:12.386281 mtc Stop timer T: 2 s 09:11:12.386302 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:12.386332 mtc Start timer T: 2 s 09:11:12.386755 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 09:11:12.386813 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 09:11:12.388467 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 09:11:12.388518 mtc Message with id 77 was extracted from the queue of BSCVTY. 09:11:12.388541 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 09:11:12.388551 mtc Message with id 78 was extracted from the queue of BSCVTY. 09:11:12.388562 mtc Stop timer T: 2 s 09:11:12.388585 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:12.388621 mtc Start timer T: 2 s 09:11:12.388805 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 09:11:12.388863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 09:11:12.388883 mtc Message with id 79 was extracted from the queue of BSCVTY. 09:11:12.388896 mtc Stop timer T: 2 s 09:11:12.388911 mtc Start timer T: 1 s 09:11:12.607710 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D810100000059061A00000000000000000000000000000000FF9D0400'O } id 6 09:11:12.607820 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6 09:11:12.843094 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 09:11:12.843202 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 09:11:13.078490 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 09:11:13.078600 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 09:11:13.313808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 9 09:11:13.313910 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9 09:11:13.388928 mtc Timeout T: 1 s 09:11:13.388995 mtc setverdict(pass): none -> pass 09:11:13.389014 mtc Terminating component type Test.dummy_CT. 09:11:13.389030 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:13.389059 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:13.389075 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:13.389086 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:13.389093 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:13.389100 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:13.389108 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:13.389116 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:13.389128 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:13.389141 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:13.389153 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:11:13.389164 mtc Port GSMTAP was stopped. 09:11:13.389177 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:13.389237 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:13.389258 mtc Port BSCVTY was stopped. 09:11:13.389270 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 09:11:13.389285 mtc Waiting for PTCs to finish. 09:11:13.389321 mtc Setting final verdict of the test case. 09:11:13.389339 mtc Local verdict of MTC: pass 09:11:13.389356 mtc No PTCs were created. 09:11:13.389372 mtc Test case TC_si_sched_2quater finished. Verdict: pass 09:11:13.389423 mtc Executing test case TC_si_sched_13 in module Test. 09:11:13.389450 mtc Test case TC_si_sched_13 started. 09:11:13.389463 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 09:11:13.389496 mtc Port GSMTAP was started. 09:11:13.389511 mtc Port BSCVTY was started. 09:11:13.389522 mtc Component type Test.dummy_CT was initialized. 09:11:13.389536 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:13.389569 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:13.389608 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:13.389636 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:13.389676 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:13.389833 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:13.389886 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:13.389914 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:13.389935 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:13.389951 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:13.389998 mtc Sent on BSCVTY to system charstring : "enable" 09:11:13.390031 mtc Start timer T: 2 s 09:11:13.390093 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:13.390129 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:13.390144 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:13.390155 mtc Stop timer T: 2 s 09:11:13.390169 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:13.390193 mtc Start timer T: 2 s 09:11:13.390290 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:13.390357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:13.390370 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:13.390395 mtc Stop timer T: 2 s 09:11:13.390407 mtc Sent on BSCVTY to system charstring : "network" 09:11:13.390428 mtc Start timer T: 2 s 09:11:13.390497 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:13.390518 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:13.390582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:13.390596 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:13.390643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:13.390657 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:13.390669 mtc Stop timer T: 2 s 09:11:13.390687 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:13.390713 mtc Start timer T: 2 s 09:11:13.390798 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:13.390831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:13.390895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:13.390910 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:13.390951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:13.390965 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:13.390977 mtc Stop timer T: 2 s 09:11:13.390999 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:11:13.391026 mtc Start timer T: 2 s 09:11:13.391157 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 09:11:13.391182 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:13.391249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 09:11:13.391270 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:13.391321 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:13.391336 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:13.391349 mtc Stop timer T: 2 s 09:11:13.391367 mtc Sent on BSCVTY to system charstring : "end" 09:11:13.391397 mtc Start timer T: 2 s 09:11:13.391474 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:13.391494 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:13.391554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:13.391565 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:13.391580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:13.391588 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:13.391595 mtc Stop timer T: 2 s 09:11:13.391611 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:13.391634 mtc Start timer T: 2 s 09:11:13.391717 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 09:11:13.391783 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 09:11:13.391800 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:13.391814 mtc Stop timer T: 2 s 09:11:13.391833 mtc Sent on BSCVTY to system charstring : "network" 09:11:13.391860 mtc Start timer T: 2 s 09:11:13.391920 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 09:11:13.391939 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 09:11:13.392003 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 09:11:13.392015 mtc Message with id 12 was extracted from the queue of BSCVTY. 09:11:13.392044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 09:11:13.392053 mtc Message with id 13 was extracted from the queue of BSCVTY. 09:11:13.392060 mtc Stop timer T: 2 s 09:11:13.392071 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:13.392092 mtc Start timer T: 2 s 09:11:13.392158 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 09:11:13.392187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 09:11:13.392280 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 09:11:13.392297 mtc Message with id 14 was extracted from the queue of BSCVTY. 09:11:13.392341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 09:11:13.392352 mtc Message with id 15 was extracted from the queue of BSCVTY. 09:11:13.392360 mtc Stop timer T: 2 s 09:11:13.392376 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:11:13.392401 mtc Start timer T: 2 s 09:11:13.392489 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 09:11:13.392511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 09:11:13.392582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 09:11:13.392597 mtc Message with id 16 was extracted from the queue of BSCVTY. 09:11:13.392640 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 09:11:13.392654 mtc Message with id 17 was extracted from the queue of BSCVTY. 09:11:13.392662 mtc Stop timer T: 2 s 09:11:13.392675 mtc Sent on BSCVTY to system charstring : "end" 09:11:13.392695 mtc Start timer T: 2 s 09:11:13.392764 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 09:11:13.392792 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 09:11:13.392848 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 09:11:13.392862 mtc Message with id 18 was extracted from the queue of BSCVTY. 09:11:13.392886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 09:11:13.392901 mtc Message with id 19 was extracted from the queue of BSCVTY. 09:11:13.392910 mtc Stop timer T: 2 s 09:11:13.392924 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:13.392948 mtc Start timer T: 2 s 09:11:13.393032 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 09:11:13.393091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 09:11:13.393107 mtc Message with id 20 was extracted from the queue of BSCVTY. 09:11:13.393122 mtc Stop timer T: 2 s 09:11:13.393142 mtc Sent on BSCVTY to system charstring : "network" 09:11:13.393173 mtc Start timer T: 2 s 09:11:13.393238 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 09:11:13.393257 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 09:11:13.393311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 09:11:13.393323 mtc Message with id 21 was extracted from the queue of BSCVTY. 09:11:13.393353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 09:11:13.393364 mtc Message with id 22 was extracted from the queue of BSCVTY. 09:11:13.393371 mtc Stop timer T: 2 s 09:11:13.393383 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:13.393403 mtc Start timer T: 2 s 09:11:13.393456 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 09:11:13.393473 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 09:11:13.393529 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 09:11:13.393545 mtc Message with id 23 was extracted from the queue of BSCVTY. 09:11:13.393600 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 09:11:13.393611 mtc Message with id 24 was extracted from the queue of BSCVTY. 09:11:13.393619 mtc Stop timer T: 2 s 09:11:13.393632 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 09:11:13.393651 mtc Start timer T: 2 s 09:11:13.393747 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 09:11:13.393781 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 09:11:13.393850 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 09:11:13.393866 mtc Message with id 25 was extracted from the queue of BSCVTY. 09:11:13.393911 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 09:11:13.393923 mtc Message with id 26 was extracted from the queue of BSCVTY. 09:11:13.393938 mtc Stop timer T: 2 s 09:11:13.393953 mtc Sent on BSCVTY to system charstring : "end" 09:11:13.393972 mtc Start timer T: 2 s 09:11:13.394038 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 09:11:13.394058 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 09:11:13.394122 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 09:11:13.394139 mtc Message with id 27 was extracted from the queue of BSCVTY. 09:11:13.394166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 09:11:13.394184 mtc Message with id 28 was extracted from the queue of BSCVTY. 09:11:13.394197 mtc Stop timer T: 2 s 09:11:13.394215 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:13.394307 mtc Start timer T: 2 s 09:11:13.394340 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 09:11:13.394428 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 09:11:13.394445 mtc Message with id 29 was extracted from the queue of BSCVTY. 09:11:13.394458 mtc Stop timer T: 2 s 09:11:13.394482 mtc Sent on BSCVTY to system charstring : "network" 09:11:13.394508 mtc Start timer T: 2 s 09:11:13.394574 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 09:11:13.394595 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 09:11:13.394672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 09:11:13.394689 mtc Message with id 30 was extracted from the queue of BSCVTY. 09:11:13.394735 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 09:11:13.394750 mtc Message with id 31 was extracted from the queue of BSCVTY. 09:11:13.394763 mtc Stop timer T: 2 s 09:11:13.394784 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:13.394809 mtc Start timer T: 2 s 09:11:13.394861 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 09:11:13.394883 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 09:11:13.394948 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 09:11:13.394963 mtc Message with id 32 was extracted from the queue of BSCVTY. 09:11:13.395010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 09:11:13.395024 mtc Message with id 33 was extracted from the queue of BSCVTY. 09:11:13.395037 mtc Stop timer T: 2 s 09:11:13.395059 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:11:13.395145 mtc Start timer T: 2 s 09:11:13.395188 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 09:11:13.395209 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 09:11:13.395299 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 09:11:13.395315 mtc Message with id 34 was extracted from the queue of BSCVTY. 09:11:13.395363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 09:11:13.395377 mtc Message with id 35 was extracted from the queue of BSCVTY. 09:11:13.395390 mtc Stop timer T: 2 s 09:11:13.395413 mtc Sent on BSCVTY to system charstring : "end" 09:11:13.395439 mtc Start timer T: 2 s 09:11:13.395511 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 09:11:13.395534 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 09:11:13.395580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 09:11:13.395599 mtc Message with id 36 was extracted from the queue of BSCVTY. 09:11:13.395628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 09:11:13.395638 mtc Message with id 37 was extracted from the queue of BSCVTY. 09:11:13.395645 mtc Stop timer T: 2 s 09:11:13.395661 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:13.395682 mtc Start timer T: 2 s 09:11:13.396161 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 09:11:13.396220 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 09:11:13.398043 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 09:11:13.398102 mtc Message with id 38 was extracted from the queue of BSCVTY. 09:11:13.398125 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 09:11:13.398134 mtc Message with id 39 was extracted from the queue of BSCVTY. 09:11:13.398142 mtc Stop timer T: 2 s 09:11:13.398160 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:13.398186 mtc Start timer T: 2 s 09:11:13.398360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 09:11:13.398418 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 09:11:13.398436 mtc Message with id 40 was extracted from the queue of BSCVTY. 09:11:13.398450 mtc Stop timer T: 2 s 09:11:13.398464 mtc Start timer T: 1 s 09:11:13.549163 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 1 09:11:13.549280 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 09:11:13.784665 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 09:11:13.784942 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 09:11:14.019902 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 09:11:14.020074 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 09:11:14.255243 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4 09:11:14.255348 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4 09:11:14.398480 mtc Timeout T: 1 s 09:11:14.398549 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:14.398562 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:14.398569 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:14.398575 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:14.398581 mtc Port GSMTAP was cleared. 09:11:14.398589 mtc Start timer T: 8 s 09:11:14.490636 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O } id 5 09:11:14.490837 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 09:11:14.490952 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5 09:11:14.490982 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:14.491089 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 } } } } 09:11:14.725992 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 09:11:14.726088 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 09:11:14.726139 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 09:11:14.726163 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:14.726247 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++") } } } 09:11:14.961396 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 09:11:14.961512 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 09:11:14.961595 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 09:11:14.961619 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:14.961747 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 } } } 09:11:15.196724 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 8 09:11:15.196877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 09:11:15.196974 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8 09:11:15.197011 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:15.197092 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 ("+") } } } 09:11:15.432080 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 9 09:11:15.432215 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:11:15.432290 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 09:11:15.432312 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:11:15.432372 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 } } } } 09:11:15.667422 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 09:11:15.667588 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 09:11:15.667699 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 09:11:15.667738 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:11:15.667877 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++") } } } 09:11:15.902814 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 09:11:15.902925 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 09:11:15.902996 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 09:11:15.903021 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:11:15.903123 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 } } } 09:11:16.138173 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12 09:11:16.138286 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 09:11:16.138339 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12 09:11:16.138364 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:11:16.138434 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 } } 09:11:16.373540 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B10100000059061A00000000000000000000000000000000FF9D0400'O } id 13 09:11:16.373653 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 09:11:16.373718 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13 09:11:16.373743 mtc Message with id 13 was extracted from the queue of GSMTAP. 09:11:16.373812 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 } } } } 09:11:16.608885 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 09:11:16.609115 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 09:11:16.609224 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 09:11:16.609268 mtc Message with id 14 was extracted from the queue of GSMTAP. 09:11:16.609369 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++") } } } 09:11:16.844262 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 09:11:16.844397 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 09:11:16.844475 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 09:11:16.844506 mtc Message with id 15 was extracted from the queue of GSMTAP. 09:11:16.844625 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 } } } 09:11:17.079683 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 16 09:11:17.079855 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 09:11:17.079957 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16 09:11:17.080001 mtc Message with id 16 was extracted from the queue of GSMTAP. 09:11:17.080076 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 ("+") } } } 09:11:17.315034 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 17 09:11:17.315177 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 09:11:17.315241 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17 09:11:17.315279 mtc Message with id 17 was extracted from the queue of GSMTAP. 09:11:17.315369 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 } } } } 09:11:17.550399 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 09:11:17.550572 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 09:11:17.550692 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 09:11:17.550728 mtc Message with id 18 was extracted from the queue of GSMTAP. 09:11:17.550822 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++") } } } 09:11:17.785721 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 09:11:17.785832 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 09:11:17.785894 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 09:11:17.785916 mtc Message with id 19 was extracted from the queue of GSMTAP. 09:11:17.786009 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 } } } 09:11:18.021094 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20 09:11:18.021191 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 09:11:18.021242 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20 09:11:18.021279 mtc Message with id 20 was extracted from the queue of GSMTAP. 09:11:18.021336 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 } } 09:11:18.256488 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052490100000059061A00000000000000000000000000000000FF9D0400'O } id 21 09:11:18.256631 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 09:11:18.256695 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21 09:11:18.256713 mtc Message with id 21 was extracted from the queue of GSMTAP. 09:11:18.256772 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 } } } } 09:11:18.492138 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 09:11:18.492457 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 09:11:18.492647 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 09:11:18.492729 mtc Message with id 22 was extracted from the queue of GSMTAP. 09:11:18.493039 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++") } } } 09:11:18.727533 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 09:11:18.727850 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 09:11:18.728064 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 09:11:18.728205 mtc Message with id 23 was extracted from the queue of GSMTAP. 09:11:18.728564 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 } } } 09:11:18.962752 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 24 09:11:18.963052 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 09:11:18.963242 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24 09:11:18.963320 mtc Message with id 24 was extracted from the queue of GSMTAP. 09:11:18.963592 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 ("+") } } } 09:11:19.198227 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 25 09:11:19.198642 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 09:11:19.198894 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25 09:11:19.199028 mtc Message with id 25 was extracted from the queue of GSMTAP. 09:11:19.199265 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 } } } } 09:11:19.433310 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 09:11:19.433421 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 09:11:19.433499 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 09:11:19.433522 mtc Message with id 26 was extracted from the queue of GSMTAP. 09:11:19.433621 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++") } } } 09:11:19.668689 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 09:11:19.668851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 09:11:19.668920 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 09:11:19.668951 mtc Message with id 27 was extracted from the queue of GSMTAP. 09:11:19.669052 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 } } } 09:11:19.904022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28 09:11:19.904139 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 09:11:19.904193 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 09:11:19.904217 mtc Message with id 28 was extracted from the queue of GSMTAP. 09:11:19.904277 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 } } 09:11:20.139384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E10100000059061A00000000000000000000000000000000FF9D0400'O } id 29 09:11:20.139556 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 09:11:20.139630 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 09:11:20.139666 mtc Message with id 29 was extracted from the queue of GSMTAP. 09:11:20.139749 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 } } } } 09:11:20.374766 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 09:11:20.374883 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 09:11:20.374953 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 09:11:20.374986 mtc Message with id 30 was extracted from the queue of GSMTAP. 09:11:20.375080 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++") } } } 09:11:20.610199 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 09:11:20.610345 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 09:11:20.610419 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 09:11:20.610441 mtc Message with id 31 was extracted from the queue of GSMTAP. 09:11:20.610544 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 } } } 09:11:20.845455 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 32 09:11:20.845564 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 09:11:20.845623 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 09:11:20.845644 mtc Message with id 32 was extracted from the queue of GSMTAP. 09:11:20.845712 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 ("+") } } } 09:11:21.080888 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 33 09:11:21.081072 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 09:11:21.081194 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 09:11:21.081218 mtc Message with id 33 was extracted from the queue of GSMTAP. 09:11:21.081306 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 } } } } 09:11:21.316196 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 09:11:21.316366 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 09:11:21.316474 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 09:11:21.316498 mtc Message with id 34 was extracted from the queue of GSMTAP. 09:11:21.316631 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++") } } } 09:11:21.551525 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35 09:11:21.551696 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 09:11:21.551799 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 09:11:21.551824 mtc Message with id 35 was extracted from the queue of GSMTAP. 09:11:21.551921 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 } } } 09:11:21.786968 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36 09:11:21.787135 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 09:11:21.787197 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 09:11:21.787217 mtc Message with id 36 was extracted from the queue of GSMTAP. 09:11:21.787282 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 } } 09:11:22.022314 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055790100000059061A00000000000000000000000000000000FF9D0400'O } id 37 09:11:22.022460 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 09:11:22.022546 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 09:11:22.022574 mtc Message with id 37 was extracted from the queue of GSMTAP. 09:11:22.022658 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 } } } } 09:11:22.257652 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38 09:11:22.257785 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 09:11:22.257859 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 09:11:22.257899 mtc Message with id 38 was extracted from the queue of GSMTAP. 09:11:22.258038 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++") } } } 09:11:22.398639 mtc Timeout T: 8 s 09:11:22.398695 mtc "TC_si_sched_13": TC=0 has #of SI=4 09:11:22.398712 mtc "TC_si_sched_13": TC=1 has #of SI=4 09:11:22.398720 mtc "TC_si_sched_13": TC=2 has #of SI=4 09:11:22.398745 mtc "TC_si_sched_13": TC=3 has #of SI=4 09:11:22.398752 mtc "TC_si_sched_13": TC=4 has #of SI=4 09:11:22.398778 mtc "TC_si_sched_13": TC=5 has #of SI=5 09:11:22.398785 mtc "TC_si_sched_13": TC=6 has #of SI=5 09:11:22.398791 mtc "TC_si_sched_13": TC=7 has #of SI=4 09:11:22.398859 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:22.398912 mtc Start timer T: 2 s 09:11:22.399108 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 09:11:22.399211 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 09:11:22.399229 mtc Message with id 41 was extracted from the queue of BSCVTY. 09:11:22.399241 mtc Stop timer T: 2 s 09:11:22.399261 mtc Sent on BSCVTY to system charstring : "network" 09:11:22.399290 mtc Start timer T: 2 s 09:11:22.399356 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 09:11:22.399373 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 09:11:22.399424 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 09:11:22.399439 mtc Message with id 42 was extracted from the queue of BSCVTY. 09:11:22.399484 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 09:11:22.399497 mtc Message with id 43 was extracted from the queue of BSCVTY. 09:11:22.399508 mtc Stop timer T: 2 s 09:11:22.399527 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:22.399549 mtc Start timer T: 2 s 09:11:22.399612 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 09:11:22.399630 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 09:11:22.399669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 09:11:22.399678 mtc Message with id 44 was extracted from the queue of BSCVTY. 09:11:22.399708 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 09:11:22.399717 mtc Message with id 45 was extracted from the queue of BSCVTY. 09:11:22.399723 mtc Stop timer T: 2 s 09:11:22.399736 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:11:22.399754 mtc Start timer T: 2 s 09:11:22.399860 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 09:11:22.399878 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 09:11:22.399942 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 09:11:22.399956 mtc Message with id 46 was extracted from the queue of BSCVTY. 09:11:22.399998 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 09:11:22.400011 mtc Message with id 47 was extracted from the queue of BSCVTY. 09:11:22.400022 mtc Stop timer T: 2 s 09:11:22.400040 mtc Sent on BSCVTY to system charstring : "end" 09:11:22.400061 mtc Start timer T: 2 s 09:11:22.400115 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 09:11:22.400129 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 09:11:22.400180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 09:11:22.400192 mtc Message with id 48 was extracted from the queue of BSCVTY. 09:11:22.400218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 09:11:22.400229 mtc Message with id 49 was extracted from the queue of BSCVTY. 09:11:22.400241 mtc Stop timer T: 2 s 09:11:22.400257 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:22.400279 mtc Start timer T: 2 s 09:11:22.400350 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 09:11:22.400396 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 09:11:22.400406 mtc Message with id 50 was extracted from the queue of BSCVTY. 09:11:22.400415 mtc Stop timer T: 2 s 09:11:22.400431 mtc Sent on BSCVTY to system charstring : "network" 09:11:22.400453 mtc Start timer T: 2 s 09:11:22.400503 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 09:11:22.400523 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 09:11:22.400577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 09:11:22.400590 mtc Message with id 51 was extracted from the queue of BSCVTY. 09:11:22.400632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 09:11:22.400645 mtc Message with id 52 was extracted from the queue of BSCVTY. 09:11:22.400656 mtc Stop timer T: 2 s 09:11:22.400675 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:22.400696 mtc Start timer T: 2 s 09:11:22.400747 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 09:11:22.400763 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 09:11:22.400820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 09:11:22.400833 mtc Message with id 53 was extracted from the queue of BSCVTY. 09:11:22.400874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 09:11:22.400887 mtc Message with id 54 was extracted from the queue of BSCVTY. 09:11:22.400898 mtc Stop timer T: 2 s 09:11:22.400917 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:11:22.400939 mtc Start timer T: 2 s 09:11:22.401009 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 09:11:22.401026 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 09:11:22.401082 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 09:11:22.401095 mtc Message with id 55 was extracted from the queue of BSCVTY. 09:11:22.401136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 09:11:22.401149 mtc Message with id 56 was extracted from the queue of BSCVTY. 09:11:22.401160 mtc Stop timer T: 2 s 09:11:22.401177 mtc Sent on BSCVTY to system charstring : "end" 09:11:22.401199 mtc Start timer T: 2 s 09:11:22.401242 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 09:11:22.401257 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 09:11:22.401311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 09:11:22.401324 mtc Message with id 57 was extracted from the queue of BSCVTY. 09:11:22.401349 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 09:11:22.401361 mtc Message with id 58 was extracted from the queue of BSCVTY. 09:11:22.401371 mtc Stop timer T: 2 s 09:11:22.401387 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:22.401409 mtc Start timer T: 2 s 09:11:22.401483 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 09:11:22.401550 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 09:11:22.401565 mtc Message with id 59 was extracted from the queue of BSCVTY. 09:11:22.401575 mtc Stop timer T: 2 s 09:11:22.401590 mtc Sent on BSCVTY to system charstring : "network" 09:11:22.401615 mtc Start timer T: 2 s 09:11:22.401671 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 09:11:22.401696 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 09:11:22.401760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 09:11:22.401776 mtc Message with id 60 was extracted from the queue of BSCVTY. 09:11:22.401820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 09:11:22.401835 mtc Message with id 61 was extracted from the queue of BSCVTY. 09:11:22.401847 mtc Stop timer T: 2 s 09:11:22.401866 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:22.401890 mtc Start timer T: 2 s 09:11:22.401942 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 09:11:22.401958 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 09:11:22.402015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 09:11:22.402028 mtc Message with id 62 was extracted from the queue of BSCVTY. 09:11:22.402072 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 09:11:22.402086 mtc Message with id 63 was extracted from the queue of BSCVTY. 09:11:22.402095 mtc Stop timer T: 2 s 09:11:22.402111 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:11:22.402130 mtc Start timer T: 2 s 09:11:22.402198 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 09:11:22.402213 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 09:11:22.402261 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 09:11:22.402275 mtc Message with id 64 was extracted from the queue of BSCVTY. 09:11:22.402314 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 09:11:22.402327 mtc Message with id 65 was extracted from the queue of BSCVTY. 09:11:22.402339 mtc Stop timer T: 2 s 09:11:22.402356 mtc Sent on BSCVTY to system charstring : "end" 09:11:22.402396 mtc Start timer T: 2 s 09:11:22.402438 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 09:11:22.402453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 09:11:22.402509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 09:11:22.402523 mtc Message with id 66 was extracted from the queue of BSCVTY. 09:11:22.402547 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 09:11:22.402557 mtc Message with id 67 was extracted from the queue of BSCVTY. 09:11:22.402563 mtc Stop timer T: 2 s 09:11:22.402574 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:22.402592 mtc Start timer T: 2 s 09:11:22.402658 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 09:11:22.402711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 09:11:22.402721 mtc Message with id 68 was extracted from the queue of BSCVTY. 09:11:22.402727 mtc Stop timer T: 2 s 09:11:22.402738 mtc Sent on BSCVTY to system charstring : "network" 09:11:22.402756 mtc Start timer T: 2 s 09:11:22.402807 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 09:11:22.402826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 09:11:22.402880 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 09:11:22.402893 mtc Message with id 69 was extracted from the queue of BSCVTY. 09:11:22.402933 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 09:11:22.402945 mtc Message with id 70 was extracted from the queue of BSCVTY. 09:11:22.402956 mtc Stop timer T: 2 s 09:11:22.402974 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:22.402995 mtc Start timer T: 2 s 09:11:22.403047 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 09:11:22.403071 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 09:11:22.403127 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 09:11:22.403141 mtc Message with id 71 was extracted from the queue of BSCVTY. 09:11:22.403178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 09:11:22.403190 mtc Message with id 72 was extracted from the queue of BSCVTY. 09:11:22.403197 mtc Stop timer T: 2 s 09:11:22.403212 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:11:22.403331 mtc Start timer T: 2 s 09:11:22.403380 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 09:11:22.403400 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 09:11:22.403463 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 09:11:22.403474 mtc Message with id 73 was extracted from the queue of BSCVTY. 09:11:22.403501 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 09:11:22.403509 mtc Message with id 74 was extracted from the queue of BSCVTY. 09:11:22.403516 mtc Stop timer T: 2 s 09:11:22.403527 mtc Sent on BSCVTY to system charstring : "end" 09:11:22.403545 mtc Start timer T: 2 s 09:11:22.403590 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 09:11:22.403610 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 09:11:22.403670 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 09:11:22.403687 mtc Message with id 75 was extracted from the queue of BSCVTY. 09:11:22.403713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 09:11:22.403724 mtc Message with id 76 was extracted from the queue of BSCVTY. 09:11:22.403731 mtc Stop timer T: 2 s 09:11:22.403741 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:22.403762 mtc Start timer T: 2 s 09:11:22.404087 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 09:11:22.404131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 09:11:22.405397 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 09:11:22.405438 mtc Message with id 77 was extracted from the queue of BSCVTY. 09:11:22.405457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 09:11:22.405465 mtc Message with id 78 was extracted from the queue of BSCVTY. 09:11:22.405473 mtc Stop timer T: 2 s 09:11:22.405491 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:22.405513 mtc Start timer T: 2 s 09:11:22.405660 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 09:11:22.405724 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 09:11:22.405741 mtc Message with id 79 was extracted from the queue of BSCVTY. 09:11:22.405755 mtc Stop timer T: 2 s 09:11:22.405765 mtc Start timer T: 1 s 09:11:22.493057 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 09:11:22.493244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 09:11:22.728432 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 40 09:11:22.728542 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 09:11:22.963790 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 41 09:11:22.963927 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 09:11:23.199149 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 09:11:23.199315 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 09:11:23.405777 mtc Timeout T: 1 s 09:11:23.405877 mtc setverdict(pass): none -> pass 09:11:23.405957 mtc Terminating component type Test.dummy_CT. 09:11:23.406000 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:23.406061 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:23.406100 mtc Message with id 39 was extracted from the queue of GSMTAP. 09:11:23.406130 mtc Message with id 40 was extracted from the queue of GSMTAP. 09:11:23.406164 mtc Message with id 41 was extracted from the queue of GSMTAP. 09:11:23.406192 mtc Message with id 42 was extracted from the queue of GSMTAP. 09:11:23.406216 mtc Port GSMTAP was stopped. 09:11:23.406248 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:23.406456 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:23.406505 mtc Port BSCVTY was stopped. 09:11:23.406528 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 09:11:23.406558 mtc Waiting for PTCs to finish. 09:11:23.406614 mtc Setting final verdict of the test case. 09:11:23.406647 mtc Local verdict of MTC: pass 09:11:23.406675 mtc No PTCs were created. 09:11:23.406696 mtc Test case TC_si_sched_13 finished. Verdict: pass 09:11:23.406818 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 09:11:23.406871 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 09:11:23.406896 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 09:11:23.406958 mtc Port GSMTAP was started. 09:11:23.406998 mtc Port BSCVTY was started. 09:11:23.407021 mtc Component type Test.dummy_CT was initialized. 09:11:23.407050 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:23.407112 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:23.407196 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:23.407245 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:23.407319 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:23.407650 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:23.407735 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:23.407779 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:23.407821 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:23.407846 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:23.407938 mtc Sent on BSCVTY to system charstring : "enable" 09:11:23.408005 mtc Start timer T: 2 s 09:11:23.408122 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:23.408218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:23.408252 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:23.408278 mtc Stop timer T: 2 s 09:11:23.408312 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:23.408379 mtc Start timer T: 2 s 09:11:23.408612 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:23.408790 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:23.408835 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:23.408867 mtc Stop timer T: 2 s 09:11:23.408916 mtc Sent on BSCVTY to system charstring : "network" 09:11:23.409069 mtc Start timer T: 2 s 09:11:23.409161 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:23.409200 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:23.409315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:23.409343 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:23.409411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:23.409442 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:23.409469 mtc Stop timer T: 2 s 09:11:23.409509 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:23.409649 mtc Start timer T: 2 s 09:11:23.409711 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:23.409741 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:23.409837 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:23.409860 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:23.409953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:23.409982 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:23.410000 mtc Stop timer T: 2 s 09:11:23.410032 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 09:11:23.410075 mtc Start timer T: 2 s 09:11:23.410259 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 09:11:23.410297 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:23.410437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 09:11:23.410465 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:23.410532 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:23.410553 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:23.410574 mtc Stop timer T: 2 s 09:11:23.410622 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 09:11:23.410797 mtc Start timer T: 2 s 09:11:23.410886 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 09:11:23.410921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 09:11:23.411102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 09:11:23.411135 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:23.411233 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 09:11:23.411264 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:23.411289 mtc Stop timer T: 2 s 09:11:23.411327 mtc Sent on BSCVTY to system charstring : "end" 09:11:23.411380 mtc Start timer T: 2 s 09:11:23.411551 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 09:11:23.411607 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 09:11:23.411711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 09:11:23.411769 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:23.411816 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 09:11:23.411837 mtc Message with id 12 was extracted from the queue of BSCVTY. 09:11:23.411919 mtc Stop timer T: 2 s 09:11:23.411955 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:23.412003 mtc Start timer T: 2 s 09:11:23.412147 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 09:11:23.412322 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 09:11:23.412360 mtc Message with id 13 was extracted from the queue of BSCVTY. 09:11:23.412401 mtc Stop timer T: 2 s 09:11:23.412447 mtc Sent on BSCVTY to system charstring : "network" 09:11:23.412508 mtc Start timer T: 2 s 09:11:23.412615 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 09:11:23.412659 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 09:11:23.412793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 09:11:23.412825 mtc Message with id 14 was extracted from the queue of BSCVTY. 09:11:23.412924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 09:11:23.412956 mtc Message with id 15 was extracted from the queue of BSCVTY. 09:11:23.412982 mtc Stop timer T: 2 s 09:11:23.413021 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:23.413076 mtc Start timer T: 2 s 09:11:23.413184 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 09:11:23.413226 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 09:11:23.413350 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 09:11:23.413375 mtc Message with id 16 was extracted from the queue of BSCVTY. 09:11:23.413435 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 09:11:23.413455 mtc Message with id 17 was extracted from the queue of BSCVTY. 09:11:23.413469 mtc Stop timer T: 2 s 09:11:23.413502 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 09:11:23.413545 mtc Start timer T: 2 s 09:11:23.413722 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 09:11:23.413767 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 09:11:23.413914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 09:11:23.413948 mtc Message with id 18 was extracted from the queue of BSCVTY. 09:11:23.414045 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 09:11:23.414078 mtc Message with id 19 was extracted from the queue of BSCVTY. 09:11:23.414104 mtc Stop timer T: 2 s 09:11:23.414156 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 09:11:23.414209 mtc Start timer T: 2 s 09:11:23.414431 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 09:11:23.414476 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 09:11:23.414658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 09:11:23.414691 mtc Message with id 20 was extracted from the queue of BSCVTY. 09:11:23.414787 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 09:11:23.414817 mtc Message with id 21 was extracted from the queue of BSCVTY. 09:11:23.414843 mtc Stop timer T: 2 s 09:11:23.414886 mtc Sent on BSCVTY to system charstring : "end" 09:11:23.414939 mtc Start timer T: 2 s 09:11:23.415037 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 09:11:23.415076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 09:11:23.415199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 09:11:23.415229 mtc Message with id 22 was extracted from the queue of BSCVTY. 09:11:23.415299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 09:11:23.415326 mtc Message with id 23 was extracted from the queue of BSCVTY. 09:11:23.415351 mtc Stop timer T: 2 s 09:11:23.415390 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:23.415434 mtc Start timer T: 2 s 09:11:23.415562 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 09:11:23.415696 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 09:11:23.415727 mtc Message with id 24 was extracted from the queue of BSCVTY. 09:11:23.415754 mtc Stop timer T: 2 s 09:11:23.415795 mtc Sent on BSCVTY to system charstring : "network" 09:11:23.415844 mtc Start timer T: 2 s 09:11:23.415966 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 09:11:23.416005 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 09:11:23.416133 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 09:11:23.416164 mtc Message with id 25 was extracted from the queue of BSCVTY. 09:11:23.416246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 09:11:23.416268 mtc Message with id 26 was extracted from the queue of BSCVTY. 09:11:23.416282 mtc Stop timer T: 2 s 09:11:23.416311 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:23.416352 mtc Start timer T: 2 s 09:11:23.416570 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 09:11:23.416627 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 09:11:23.416779 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 09:11:23.416817 mtc Message with id 27 was extracted from the queue of BSCVTY. 09:11:23.416922 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 09:11:23.416954 mtc Message with id 28 was extracted from the queue of BSCVTY. 09:11:23.416981 mtc Stop timer T: 2 s 09:11:23.417025 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 09:11:23.417082 mtc Start timer T: 2 s 09:11:23.417257 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 09:11:23.417311 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 09:11:23.417441 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 09:11:23.417466 mtc Message with id 29 was extracted from the queue of BSCVTY. 09:11:23.417527 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 09:11:23.417546 mtc Message with id 30 was extracted from the queue of BSCVTY. 09:11:23.417562 mtc Stop timer T: 2 s 09:11:23.417601 mtc Sent on BSCVTY to system charstring : "end" 09:11:23.417650 mtc Start timer T: 2 s 09:11:23.417752 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 09:11:23.417815 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 09:11:23.417921 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 09:11:23.417952 mtc Message with id 31 was extracted from the queue of BSCVTY. 09:11:23.418023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 09:11:23.418045 mtc Message with id 32 was extracted from the queue of BSCVTY. 09:11:23.418068 mtc Stop timer T: 2 s 09:11:23.418114 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:23.418289 mtc Start timer T: 2 s 09:11:23.418369 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 09:11:23.418543 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 09:11:23.418596 mtc Message with id 33 was extracted from the queue of BSCVTY. 09:11:23.418628 mtc Stop timer T: 2 s 09:11:23.418667 mtc Sent on BSCVTY to system charstring : "network" 09:11:23.418817 mtc Start timer T: 2 s 09:11:23.418897 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 09:11:23.418947 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 09:11:23.419090 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 09:11:23.419118 mtc Message with id 34 was extracted from the queue of BSCVTY. 09:11:23.419220 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 09:11:23.419255 mtc Message with id 35 was extracted from the queue of BSCVTY. 09:11:23.419274 mtc Stop timer T: 2 s 09:11:23.419302 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:23.419341 mtc Start timer T: 2 s 09:11:23.419451 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 09:11:23.419515 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 09:11:23.419673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 09:11:23.419712 mtc Message with id 36 was extracted from the queue of BSCVTY. 09:11:23.419793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 09:11:23.419815 mtc Message with id 37 was extracted from the queue of BSCVTY. 09:11:23.419830 mtc Stop timer T: 2 s 09:11:23.419866 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 09:11:23.419911 mtc Start timer T: 2 s 09:11:23.420125 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 09:11:23.420169 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 09:11:23.420327 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 09:11:23.420359 mtc Message with id 38 was extracted from the queue of BSCVTY. 09:11:23.420457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 09:11:23.420488 mtc Message with id 39 was extracted from the queue of BSCVTY. 09:11:23.420513 mtc Stop timer T: 2 s 09:11:23.420549 mtc Sent on BSCVTY to system charstring : "end" 09:11:23.420607 mtc Start timer T: 2 s 09:11:23.420715 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 09:11:23.420753 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 09:11:23.420883 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 09:11:23.420914 mtc Message with id 40 was extracted from the queue of BSCVTY. 09:11:23.420974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 09:11:23.421001 mtc Message with id 41 was extracted from the queue of BSCVTY. 09:11:23.421027 mtc Stop timer T: 2 s 09:11:23.421063 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:23.421114 mtc Start timer T: 2 s 09:11:23.422022 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 09:11:23.422141 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 09:11:23.425839 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 09:11:23.425943 mtc Message with id 42 was extracted from the queue of BSCVTY. 09:11:23.425981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 09:11:23.425996 mtc Message with id 43 was extracted from the queue of BSCVTY. 09:11:23.426008 mtc Stop timer T: 2 s 09:11:23.426039 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:23.426082 mtc Start timer T: 2 s 09:11:23.426351 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 09:11:23.426440 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 09:11:23.426470 mtc Message with id 44 was extracted from the queue of BSCVTY. 09:11:23.426491 mtc Stop timer T: 2 s 09:11:23.426512 mtc Start timer T: 1 s 09:11:23.434421 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 09:11:23.434555 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 09:11:23.669849 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:23.669961 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 2 09:11:23.905202 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000571101000000550602BFE809B3FF00000000000000000000007900002B'O } id 3 09:11:23.905312 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 3 09:11:24.140581 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 4 09:11:24.140694 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 4 09:11:24.375949 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 09:11:24.376066 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 09:11:24.426528 mtc Timeout T: 1 s 09:11:24.426592 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:24.426622 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:24.426629 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:24.426635 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:24.426641 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:24.426650 mtc Port GSMTAP was cleared. 09:11:24.426673 mtc Start timer T: 8 s 09:11:24.611321 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 6 09:11:24.611447 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:24.611520 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:24.611547 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:24.611628 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 ("+") } } } 09:11:24.846697 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 09:11:24.846848 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:24.846926 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:24.846957 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:24.847047 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 } } } } 09:11:25.082039 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 8 09:11:25.082209 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 09:11:25.082295 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 09:11:25.082322 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:25.082447 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 } } } 09:11:25.317474 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 09:11:25.317592 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 09:11:25.317675 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 09:11:25.317695 mtc Message with id 9 was extracted from the queue of GSMTAP. 09:11:25.317798 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 } } } 09:11:25.552768 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10 09:11:25.552878 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 09:11:25.552958 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 09:11:25.553000 mtc Message with id 10 was extracted from the queue of GSMTAP. 09:11:25.553049 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 } } 09:11:25.788157 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 11 09:11:25.788266 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 11 09:11:25.788329 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 11 09:11:25.788353 mtc Message with id 11 was extracted from the queue of GSMTAP. 09:11:25.788422 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 ("+") } } } 09:11:26.023518 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 12 09:11:26.023626 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 09:11:26.023700 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 09:11:26.023729 mtc Message with id 12 was extracted from the queue of GSMTAP. 09:11:26.023807 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 } } } 09:11:26.258928 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 09:11:26.259119 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 09:11:26.259225 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 09:11:26.259254 mtc Message with id 13 was extracted from the queue of GSMTAP. 09:11:26.259360 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 } } } 09:11:26.494249 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 14 09:11:26.494373 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 09:11:26.494437 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 09:11:26.494461 mtc Message with id 14 was extracted from the queue of GSMTAP. 09:11:26.494518 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 ("+") } } } 09:11:26.729617 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 15 09:11:26.729766 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 09:11:26.729820 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 09:11:26.729854 mtc Message with id 15 was extracted from the queue of GSMTAP. 09:11:26.729908 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 } } } } 09:11:26.964999 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 16 09:11:26.965160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 09:11:26.965233 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 09:11:26.965269 mtc Message with id 16 was extracted from the queue of GSMTAP. 09:11:26.965392 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 } } } 09:11:27.200375 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 09:11:27.200518 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 09:11:27.200591 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 09:11:27.200616 mtc Message with id 17 was extracted from the queue of GSMTAP. 09:11:27.200696 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 } } } 09:11:27.435714 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 18 09:11:27.435836 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 18 09:11:27.435935 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 18 09:11:27.435970 mtc Message with id 18 was extracted from the queue of GSMTAP. 09:11:27.436037 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 ("++++") } } } 09:11:27.671110 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 19 09:11:27.671265 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 19 09:11:27.671350 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 19 09:11:27.671373 mtc Message with id 19 was extracted from the queue of GSMTAP. 09:11:27.671429 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 ("+") } } } 09:11:27.906453 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 20 09:11:27.906584 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 09:11:27.906655 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 09:11:27.906678 mtc Message with id 20 was extracted from the queue of GSMTAP. 09:11:27.906795 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 } } } 09:11:28.141832 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 09:11:28.141950 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 09:11:28.142042 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21 09:11:28.142087 mtc Message with id 21 was extracted from the queue of GSMTAP. 09:11:28.142195 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 } } } 09:11:28.377168 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 22 09:11:28.377324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 09:11:28.377397 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 09:11:28.377419 mtc Message with id 22 was extracted from the queue of GSMTAP. 09:11:28.377490 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 ("+") } } } 09:11:28.612564 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 23 09:11:28.612713 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 09:11:28.612831 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 09:11:28.612868 mtc Message with id 23 was extracted from the queue of GSMTAP. 09:11:28.612950 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 } } } } 09:11:28.847893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 24 09:11:28.847991 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 09:11:28.848048 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 09:11:28.848067 mtc Message with id 24 was extracted from the queue of GSMTAP. 09:11:28.848146 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 } } } 09:11:29.083238 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 09:11:29.083352 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 09:11:29.083416 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 09:11:29.083438 mtc Message with id 25 was extracted from the queue of GSMTAP. 09:11:29.083541 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 } } } 09:11:29.318627 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 26 09:11:29.318760 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 26 09:11:29.318822 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 26 09:11:29.318841 mtc Message with id 26 was extracted from the queue of GSMTAP. 09:11:29.318902 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } 09:11:29.554013 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O } id 27 09:11:29.554123 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 09:11:29.554199 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 09:11:29.554220 mtc Message with id 27 was extracted from the queue of GSMTAP. 09:11:29.554289 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 ("+") } } } 09:11:29.789357 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 28 09:11:29.789470 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 09:11:29.789531 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 09:11:29.789553 mtc Message with id 28 was extracted from the queue of GSMTAP. 09:11:29.789638 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 } } } 09:11:30.024733 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 09:11:30.024912 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 09:11:30.025051 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 09:11:30.025106 mtc Message with id 29 was extracted from the queue of GSMTAP. 09:11:30.025231 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 } } } 09:11:30.260095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 30 09:11:30.260190 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 09:11:30.260244 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 09:11:30.260262 mtc Message with id 30 was extracted from the queue of GSMTAP. 09:11:30.260321 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 ("+") } } } 09:11:30.495480 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 31 09:11:30.495639 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 09:11:30.495758 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 09:11:30.495787 mtc Message with id 31 was extracted from the queue of GSMTAP. 09:11:30.495883 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 } } } } 09:11:30.730879 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 32 09:11:30.731103 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 32 09:11:30.731228 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 32 09:11:30.731314 mtc Message with id 32 was extracted from the queue of GSMTAP. 09:11:30.731565 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 } } } 09:11:30.966181 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 09:11:30.966291 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 09:11:30.966362 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33 09:11:30.966429 mtc Message with id 33 was extracted from the queue of GSMTAP. 09:11:30.966528 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 } } } 09:11:31.201557 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34 09:11:31.201681 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 09:11:31.201732 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 09:11:31.201749 mtc Message with id 34 was extracted from the queue of GSMTAP. 09:11:31.201828 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 } } 09:11:31.436900 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 35 09:11:31.437013 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 09:11:31.437067 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 09:11:31.437089 mtc Message with id 35 was extracted from the queue of GSMTAP. 09:11:31.437158 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 ("+") } } } 09:11:31.672239 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 36 09:11:31.672344 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 36 09:11:31.672404 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 36 09:11:31.672427 mtc Message with id 36 was extracted from the queue of GSMTAP. 09:11:31.672508 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 } } } 09:11:31.907638 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37 09:11:31.907741 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 09:11:31.907802 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 37 09:11:31.907831 mtc Message with id 37 was extracted from the queue of GSMTAP. 09:11:31.907927 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 } } } 09:11:32.142987 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 38 09:11:32.143085 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 09:11:32.143138 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 09:11:32.143158 mtc Message with id 38 was extracted from the queue of GSMTAP. 09:11:32.143228 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 ("+") } } } 09:11:32.378347 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 39 09:11:32.378468 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 09:11:32.378518 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 09:11:32.378541 mtc Message with id 39 was extracted from the queue of GSMTAP. 09:11:32.378595 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 } } } } 09:11:32.426776 mtc Timeout T: 8 s 09:11:32.426820 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=5 09:11:32.426837 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=5 09:11:32.426862 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 09:11:32.426872 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 09:11:32.426881 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4 09:11:32.426889 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4 09:11:32.426897 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 09:11:32.426904 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 09:11:32.426939 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:32.426985 mtc Start timer T: 2 s 09:11:32.427114 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 09:11:32.427187 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 09:11:32.427206 mtc Message with id 45 was extracted from the queue of BSCVTY. 09:11:32.427219 mtc Stop timer T: 2 s 09:11:32.427238 mtc Sent on BSCVTY to system charstring : "network" 09:11:32.427261 mtc Start timer T: 2 s 09:11:32.427319 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 09:11:32.427337 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 09:11:32.427398 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 09:11:32.427410 mtc Message with id 46 was extracted from the queue of BSCVTY. 09:11:32.427438 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 09:11:32.427446 mtc Message with id 47 was extracted from the queue of BSCVTY. 09:11:32.427452 mtc Stop timer T: 2 s 09:11:32.427464 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:32.427482 mtc Start timer T: 2 s 09:11:32.427547 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 09:11:32.427576 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 09:11:32.427637 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 09:11:32.427654 mtc Message with id 48 was extracted from the queue of BSCVTY. 09:11:32.427691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 09:11:32.427701 mtc Message with id 49 was extracted from the queue of BSCVTY. 09:11:32.427709 mtc Stop timer T: 2 s 09:11:32.427730 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 09:11:32.427851 mtc Start timer T: 2 s 09:11:32.427885 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 09:11:32.427900 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 09:11:32.427948 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 09:11:32.427958 mtc Message with id 50 was extracted from the queue of BSCVTY. 09:11:32.427985 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 09:11:32.427993 mtc Message with id 51 was extracted from the queue of BSCVTY. 09:11:32.427999 mtc Stop timer T: 2 s 09:11:32.428010 mtc Sent on BSCVTY to system charstring : "end" 09:11:32.428034 mtc Start timer T: 2 s 09:11:32.428108 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 09:11:32.428150 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 09:11:32.428228 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 09:11:32.428259 mtc Message with id 52 was extracted from the queue of BSCVTY. 09:11:32.428285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 09:11:32.428294 mtc Message with id 53 was extracted from the queue of BSCVTY. 09:11:32.428301 mtc Stop timer T: 2 s 09:11:32.428317 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:32.428337 mtc Start timer T: 2 s 09:11:32.428399 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 09:11:32.428453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 09:11:32.428465 mtc Message with id 54 was extracted from the queue of BSCVTY. 09:11:32.428476 mtc Stop timer T: 2 s 09:11:32.428495 mtc Sent on BSCVTY to system charstring : "network" 09:11:32.428520 mtc Start timer T: 2 s 09:11:32.428567 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 09:11:32.428585 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 09:11:32.428641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 09:11:32.428657 mtc Message with id 55 was extracted from the queue of BSCVTY. 09:11:32.428701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 09:11:32.428714 mtc Message with id 56 was extracted from the queue of BSCVTY. 09:11:32.428726 mtc Stop timer T: 2 s 09:11:32.428745 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:32.428767 mtc Start timer T: 2 s 09:11:32.428817 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 09:11:32.428834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 09:11:32.428893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 09:11:32.428907 mtc Message with id 57 was extracted from the queue of BSCVTY. 09:11:32.428951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 09:11:32.428964 mtc Message with id 58 was extracted from the queue of BSCVTY. 09:11:32.428977 mtc Stop timer T: 2 s 09:11:32.428992 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 09:11:32.429082 mtc Start timer T: 2 s 09:11:32.429115 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 09:11:32.429130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 09:11:32.429195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 09:11:32.429207 mtc Message with id 59 was extracted from the queue of BSCVTY. 09:11:32.429238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 09:11:32.429248 mtc Message with id 60 was extracted from the queue of BSCVTY. 09:11:32.429255 mtc Stop timer T: 2 s 09:11:32.429267 mtc Sent on BSCVTY to system charstring : "end" 09:11:32.429286 mtc Start timer T: 2 s 09:11:32.429329 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 09:11:32.429343 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 09:11:32.429395 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 09:11:32.429410 mtc Message with id 61 was extracted from the queue of BSCVTY. 09:11:32.429436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 09:11:32.429448 mtc Message with id 62 was extracted from the queue of BSCVTY. 09:11:32.429460 mtc Stop timer T: 2 s 09:11:32.429476 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:32.429499 mtc Start timer T: 2 s 09:11:32.429555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 09:11:32.429617 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 09:11:32.429631 mtc Message with id 63 was extracted from the queue of BSCVTY. 09:11:32.429643 mtc Stop timer T: 2 s 09:11:32.429661 mtc Sent on BSCVTY to system charstring : "network" 09:11:32.429682 mtc Start timer T: 2 s 09:11:32.429728 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 09:11:32.429746 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 09:11:32.429801 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 09:11:32.429814 mtc Message with id 64 was extracted from the queue of BSCVTY. 09:11:32.429857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 09:11:32.429870 mtc Message with id 65 was extracted from the queue of BSCVTY. 09:11:32.429882 mtc Stop timer T: 2 s 09:11:32.429900 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:32.429923 mtc Start timer T: 2 s 09:11:32.429979 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 09:11:32.429994 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 09:11:32.430049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 09:11:32.430062 mtc Message with id 66 was extracted from the queue of BSCVTY. 09:11:32.430106 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 09:11:32.430119 mtc Message with id 67 was extracted from the queue of BSCVTY. 09:11:32.430130 mtc Stop timer T: 2 s 09:11:32.430148 mtc Sent on BSCVTY to system charstring : "gprs mode none" 09:11:32.430169 mtc Start timer T: 2 s 09:11:32.430227 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 09:11:32.430242 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 09:11:32.430301 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 09:11:32.430314 mtc Message with id 68 was extracted from the queue of BSCVTY. 09:11:32.430357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 09:11:32.430370 mtc Message with id 69 was extracted from the queue of BSCVTY. 09:11:32.430395 mtc Stop timer T: 2 s 09:11:32.430412 mtc Sent on BSCVTY to system charstring : "end" 09:11:32.430434 mtc Start timer T: 2 s 09:11:32.430495 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 09:11:32.430522 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 09:11:32.430568 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 09:11:32.430578 mtc Message with id 70 was extracted from the queue of BSCVTY. 09:11:32.430593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 09:11:32.430600 mtc Message with id 71 was extracted from the queue of BSCVTY. 09:11:32.430606 mtc Stop timer T: 2 s 09:11:32.430616 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:32.430636 mtc Start timer T: 2 s 09:11:32.430691 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 09:11:32.430754 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 09:11:32.430768 mtc Message with id 72 was extracted from the queue of BSCVTY. 09:11:32.430776 mtc Stop timer T: 2 s 09:11:32.430789 mtc Sent on BSCVTY to system charstring : "network" 09:11:32.430808 mtc Start timer T: 2 s 09:11:32.430851 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 09:11:32.430865 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 09:11:32.430916 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 09:11:32.430927 mtc Message with id 73 was extracted from the queue of BSCVTY. 09:11:32.430957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 09:11:32.430970 mtc Message with id 74 was extracted from the queue of BSCVTY. 09:11:32.430977 mtc Stop timer T: 2 s 09:11:32.430989 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:32.431007 mtc Start timer T: 2 s 09:11:32.431053 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 09:11:32.431070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 09:11:32.431126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 09:11:32.431140 mtc Message with id 75 was extracted from the queue of BSCVTY. 09:11:32.431183 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 09:11:32.431197 mtc Message with id 76 was extracted from the queue of BSCVTY. 09:11:32.431208 mtc Stop timer T: 2 s 09:11:32.431229 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 09:11:32.431251 mtc Start timer T: 2 s 09:11:32.431316 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 09:11:32.431332 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 09:11:32.431375 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 09:11:32.431386 mtc Message with id 77 was extracted from the queue of BSCVTY. 09:11:32.431413 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 09:11:32.431423 mtc Message with id 78 was extracted from the queue of BSCVTY. 09:11:32.431430 mtc Stop timer T: 2 s 09:11:32.431444 mtc Sent on BSCVTY to system charstring : "end" 09:11:32.431468 mtc Start timer T: 2 s 09:11:32.431510 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 09:11:32.431526 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 09:11:32.431580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 09:11:32.431593 mtc Message with id 79 was extracted from the queue of BSCVTY. 09:11:32.431619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 09:11:32.431631 mtc Message with id 80 was extracted from the queue of BSCVTY. 09:11:32.431642 mtc Stop timer T: 2 s 09:11:32.431658 mtc Sent on BSCVTY to system charstring : "write terminal" 09:11:32.431681 mtc Start timer T: 2 s 09:11:32.431982 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 09:11:32.432025 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 09:11:32.433324 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 09:11:32.433364 mtc Message with id 81 was extracted from the queue of BSCVTY. 09:11:32.433390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 09:11:32.433402 mtc Message with id 82 was extracted from the queue of BSCVTY. 09:11:32.433414 mtc Stop timer T: 2 s 09:11:32.433434 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:32.433619 mtc Start timer T: 2 s 09:11:32.433648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 09:11:32.433679 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 09:11:32.433692 mtc Message with id 83 was extracted from the queue of BSCVTY. 09:11:32.433704 mtc Stop timer T: 2 s 09:11:32.433715 mtc Start timer T: 1 s 09:11:32.613687 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 09:11:32.613809 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 09:11:32.849115 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 09:11:32.849214 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 09:11:33.084466 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42 09:11:33.084607 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 09:11:33.320068 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F090100000059061A00000000000000000000000000000000FF9D0400'O } id 43 09:11:33.320432 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 43 09:11:33.433733 mtc Timeout T: 1 s 09:11:33.433866 mtc setverdict(pass): none -> pass 09:11:33.433952 mtc Terminating component type Test.dummy_CT. 09:11:33.434013 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:33.434095 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:33.434142 mtc Message with id 40 was extracted from the queue of GSMTAP. 09:11:33.434181 mtc Message with id 41 was extracted from the queue of GSMTAP. 09:11:33.434210 mtc Message with id 42 was extracted from the queue of GSMTAP. 09:11:33.434237 mtc Message with id 43 was extracted from the queue of GSMTAP. 09:11:33.434261 mtc Port GSMTAP was stopped. 09:11:33.434287 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:33.434443 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:33.434519 mtc Port BSCVTY was stopped. 09:11:33.434572 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 09:11:33.434623 mtc Waiting for PTCs to finish. 09:11:33.434732 mtc Setting final verdict of the test case. 09:11:33.434828 mtc Local verdict of MTC: pass 09:11:33.434891 mtc No PTCs were created. 09:11:33.434925 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass 09:11:33.435055 mtc Executing test case TC_neci in module Test. 09:11:33.435129 mtc Test case TC_neci started. 09:11:33.435187 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 09:11:33.435296 mtc Port GSMTAP was started. 09:11:33.435355 mtc Port BSCVTY was started. 09:11:33.435393 mtc Component type Test.dummy_CT was initialized. 09:11:33.435450 mtc Random number generator was initialized with seed 100.435446: srand48(-998470780). 09:11:33.435508 mtc Function rnd() returned 0.811697. 09:11:33.435654 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:33.435765 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:33.435879 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:33.435943 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:33.436069 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:33.436483 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:33.436614 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:33.436691 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:33.436758 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:33.436818 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:33.436970 mtc Sent on BSCVTY to system charstring : "enable" 09:11:33.437082 mtc Start timer T: 2 s 09:11:33.437225 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:33.437351 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:33.437407 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:33.437457 mtc Stop timer T: 2 s 09:11:33.437524 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:33.437616 mtc Start timer T: 2 s 09:11:33.437967 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:33.438206 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:33.438267 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:33.438318 mtc Stop timer T: 2 s 09:11:33.438421 mtc Sent on BSCVTY to system charstring : "network" 09:11:33.438664 mtc Start timer T: 2 s 09:11:33.438811 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:33.438878 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:33.439112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:33.439169 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:33.439284 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:33.439296 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:33.439304 mtc Stop timer T: 2 s 09:11:33.439317 mtc Sent on BSCVTY to system charstring : "neci 0" 09:11:33.439336 mtc Start timer T: 2 s 09:11:33.439391 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5 09:11:33.439406 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 09:11:33.439450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 09:11:33.439464 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:33.439506 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 09:11:33.439519 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:33.439531 mtc Stop timer T: 2 s 09:11:33.439549 mtc Sent on BSCVTY to system charstring : "end" 09:11:33.439571 mtc Start timer T: 2 s 09:11:33.439611 mtc Message enqueued on BSCVTY from system charstring : " end" id 7 09:11:33.439634 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 09:11:33.439695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 09:11:33.439709 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:33.439732 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 09:11:33.439746 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:33.439755 mtc Stop timer T: 2 s 09:11:33.439768 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:33.439788 mtc Start timer T: 2 s 09:11:33.439927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 09:11:33.439968 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 09:11:33.439985 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:33.440004 mtc Stop timer T: 2 s 09:11:33.440019 mtc Start timer T: 1 s 09:11:33.555303 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 09:11:33.555558 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 09:11:33.790676 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:33.790952 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:34.026002 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 3 09:11:34.026248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 09:11:34.261296 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 4 09:11:34.261447 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 09:11:34.440034 mtc Timeout T: 1 s 09:11:34.440099 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:34.440113 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:34.440120 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:34.440129 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:34.440137 mtc Port GSMTAP was cleared. 09:11:34.440146 mtc Start timer T: 10 s 09:11:34.496671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 09:11:34.496771 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 09:11:34.496836 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 09:11:34.496862 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:34.496972 mtc setverdict(pass): none -> pass 09:11:34.497023 mtc Terminating component type Test.dummy_CT. 09:11:34.497038 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:34.497068 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:34.497081 mtc Port GSMTAP was stopped. 09:11:34.497098 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:34.497137 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:34.497155 mtc Port BSCVTY was stopped. 09:11:34.497166 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 09:11:34.497180 mtc Waiting for PTCs to finish. 09:11:34.497223 mtc Setting final verdict of the test case. 09:11:34.497249 mtc Local verdict of MTC: pass 09:11:34.497264 mtc No PTCs were created. 09:11:34.497273 mtc Test case TC_neci finished. Verdict: pass 09:11:34.497309 mtc Executing test case TC_cell_resel_hyst in module Test. 09:11:34.497336 mtc Test case TC_cell_resel_hyst started. 09:11:34.497347 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 09:11:34.497376 mtc Port GSMTAP was started. 09:11:34.497393 mtc Port BSCVTY was started. 09:11:34.497405 mtc Component type Test.dummy_CT was initialized. 09:11:34.497414 mtc Function rnd() returned 0.335967. 09:11:34.497441 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:34.497465 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:34.497485 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:34.497499 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:34.497533 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:34.497676 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:34.497704 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:34.497725 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:34.497741 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:34.497751 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:34.497786 mtc Sent on BSCVTY to system charstring : "enable" 09:11:34.497808 mtc Start timer T: 2 s 09:11:34.497864 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:34.497901 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:34.497917 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:34.497931 mtc Stop timer T: 2 s 09:11:34.497951 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:34.497981 mtc Start timer T: 2 s 09:11:34.498081 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:34.498148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:34.498162 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:34.498171 mtc Stop timer T: 2 s 09:11:34.498185 mtc Sent on BSCVTY to system charstring : "network" 09:11:34.498211 mtc Start timer T: 2 s 09:11:34.498268 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:34.498292 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:34.498344 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:34.498356 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:34.498409 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:34.498421 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:34.498429 mtc Stop timer T: 2 s 09:11:34.498443 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:34.498468 mtc Start timer T: 2 s 09:11:34.498526 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:34.498542 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:34.498593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:34.498606 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:34.498638 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:34.498649 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:34.498661 mtc Stop timer T: 2 s 09:11:34.498688 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 4" 09:11:34.498798 mtc Start timer T: 2 s 09:11:34.498829 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 4" id 7 09:11:34.498844 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:34.498892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 4" id 7 09:11:34.498903 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:34.498936 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:34.498946 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:34.498954 mtc Stop timer T: 2 s 09:11:34.498968 mtc Sent on BSCVTY to system charstring : "end" 09:11:34.498987 mtc Start timer T: 2 s 09:11:34.499051 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:34.499067 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:34.499108 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:34.499118 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:34.499141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:34.499151 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:34.499158 mtc Stop timer T: 2 s 09:11:34.499171 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:34.499190 mtc Start timer T: 2 s 09:11:34.499447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:34.499493 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:34.499509 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:34.499523 mtc Stop timer T: 2 s 09:11:34.499537 mtc Start timer T: 1 s 09:11:34.731996 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:34.732133 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:34.967384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:34.967513 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:35.202708 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A10100000059061A00000000000000000000000000000000FF9D0400'O } id 3 09:11:35.202832 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 09:11:35.438112 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101105D2D9D0400392B2B2B'O } id 4 09:11:35.438242 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } } id 4 09:11:35.499552 mtc Timeout T: 1 s 09:11:35.499601 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:35.499614 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:35.499637 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:35.499646 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:35.499670 mtc Port GSMTAP was cleared. 09:11:35.499679 mtc Start timer T: 10 s 09:11:35.673428 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:35.673544 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:35.673638 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:35.673660 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:35.908837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 6 09:11:35.909056 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:35.909149 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:35.909180 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:36.144286 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 09:11:36.144570 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:36.144752 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:36.144826 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:36.379602 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101105D2D9D0400392B2B2B'O } id 8 09:11:36.379766 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } } id 8 09:11:36.379841 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D2D9D0400392B2B2B'O } } id 8 09:11:36.379862 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:36.379955 mtc setverdict(pass): none -> pass 09:11:36.379977 mtc Terminating component type Test.dummy_CT. 09:11:36.379991 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:36.380018 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:36.380031 mtc Port GSMTAP was stopped. 09:11:36.380044 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:36.380082 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:36.380096 mtc Port BSCVTY was stopped. 09:11:36.380107 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 09:11:36.380120 mtc Waiting for PTCs to finish. 09:11:36.380147 mtc Setting final verdict of the test case. 09:11:36.380158 mtc Local verdict of MTC: pass 09:11:36.380170 mtc No PTCs were created. 09:11:36.380181 mtc Test case TC_cell_resel_hyst finished. Verdict: pass 09:11:36.380211 mtc Executing test case TC_rxlev_acc_min in module Test. 09:11:36.380231 mtc Test case TC_rxlev_acc_min started. 09:11:36.380241 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 09:11:36.380269 mtc Port GSMTAP was started. 09:11:36.380283 mtc Port BSCVTY was started. 09:11:36.380293 mtc Component type Test.dummy_CT was initialized. 09:11:36.380304 mtc Function rnd() returned 0.276177. 09:11:36.380336 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:36.380364 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:36.380389 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:36.380407 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:36.380440 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:36.380556 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:36.380587 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:36.380608 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:36.380624 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:36.380638 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:36.380679 mtc Sent on BSCVTY to system charstring : "enable" 09:11:36.380708 mtc Start timer T: 2 s 09:11:36.380764 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:36.380799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:36.380813 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:36.380830 mtc Stop timer T: 2 s 09:11:36.380846 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:36.380869 mtc Start timer T: 2 s 09:11:36.380963 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:36.381014 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:36.381029 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:36.381041 mtc Stop timer T: 2 s 09:11:36.381060 mtc Sent on BSCVTY to system charstring : "network" 09:11:36.381083 mtc Start timer T: 2 s 09:11:36.381138 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:36.381156 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:36.381214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:36.381229 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:36.381273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:36.381287 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:36.381299 mtc Stop timer T: 2 s 09:11:36.381318 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:36.381340 mtc Start timer T: 2 s 09:11:36.381395 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:36.381413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:36.381472 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:36.381483 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:36.381510 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:36.381518 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:36.381524 mtc Stop timer T: 2 s 09:11:36.381537 mtc Sent on BSCVTY to system charstring : "rxlev access min 17" 09:11:36.381554 mtc Start timer T: 2 s 09:11:36.381646 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 17" id 7 09:11:36.381664 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:36.381725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 17" id 7 09:11:36.381736 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:36.381762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:36.381770 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:36.381776 mtc Stop timer T: 2 s 09:11:36.381786 mtc Sent on BSCVTY to system charstring : "end" 09:11:36.381805 mtc Start timer T: 2 s 09:11:36.381880 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:36.381895 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:36.381933 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:36.381943 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:36.381967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:36.381980 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:36.381992 mtc Stop timer T: 2 s 09:11:36.382011 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:36.382035 mtc Start timer T: 2 s 09:11:36.382240 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:36.382281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:36.382297 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:36.382310 mtc Stop timer T: 2 s 09:11:36.382323 mtc Start timer T: 1 s 09:11:36.614940 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:36.615061 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:36.850274 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:36.850396 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:37.085649 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062390100000059061A00000000000000000000000000000000FF9D0400'O } id 3 09:11:37.085786 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 09:11:37.320977 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101105D119D0400392B2B2B'O } id 4 09:11:37.321097 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } } id 4 09:11:37.382336 mtc Timeout T: 1 s 09:11:37.382389 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:37.382420 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:37.382428 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:37.382434 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:37.382474 mtc Port GSMTAP was cleared. 09:11:37.382484 mtc Start timer T: 10 s 09:11:37.556382 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:37.556526 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:37.556614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:37.556633 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:37.791756 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 6 09:11:37.791859 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:37.791919 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:37.791945 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:38.027149 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 7 09:11:38.027255 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:38.027369 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:38.027409 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:38.262479 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101105D119D0400392B2B2B'O } id 8 09:11:38.262604 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } } id 8 09:11:38.262659 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101105D119D0400392B2B2B'O } } id 8 09:11:38.262680 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:38.262771 mtc setverdict(pass): none -> pass 09:11:38.262799 mtc Terminating component type Test.dummy_CT. 09:11:38.262813 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:38.262837 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:38.262847 mtc Port GSMTAP was stopped. 09:11:38.262857 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:38.262892 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:38.262907 mtc Port BSCVTY was stopped. 09:11:38.262914 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 09:11:38.262923 mtc Waiting for PTCs to finish. 09:11:38.262984 mtc Setting final verdict of the test case. 09:11:38.263003 mtc Local verdict of MTC: pass 09:11:38.263017 mtc No PTCs were created. 09:11:38.263029 mtc Test case TC_rxlev_acc_min finished. Verdict: pass 09:11:38.263065 mtc Executing test case TC_cellid in module Test. 09:11:38.263096 mtc Test case TC_cellid started. 09:11:38.263109 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 09:11:38.263142 mtc Port GSMTAP was started. 09:11:38.263158 mtc Port BSCVTY was started. 09:11:38.263168 mtc Component type Test.dummy_CT was initialized. 09:11:38.263180 mtc Function rnd() returned 0.474885. 09:11:38.263215 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:38.263245 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:38.263287 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:38.263310 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:38.263352 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:38.263507 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:38.263555 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:38.263580 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:38.263597 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:38.263612 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:38.263656 mtc Sent on BSCVTY to system charstring : "enable" 09:11:38.263686 mtc Start timer T: 2 s 09:11:38.263744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:38.263785 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:38.263799 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:38.263816 mtc Stop timer T: 2 s 09:11:38.263832 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:38.263855 mtc Start timer T: 2 s 09:11:38.263945 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:38.263995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:38.264007 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:38.264019 mtc Stop timer T: 2 s 09:11:38.264037 mtc Sent on BSCVTY to system charstring : "network" 09:11:38.264058 mtc Start timer T: 2 s 09:11:38.264114 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:38.264130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:38.264176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:38.264191 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:38.264234 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:38.264248 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:38.264260 mtc Stop timer T: 2 s 09:11:38.264279 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:38.264301 mtc Start timer T: 2 s 09:11:38.264353 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:38.264369 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:38.264407 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:38.264417 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:38.264446 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:38.264459 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:38.264470 mtc Stop timer T: 2 s 09:11:38.264489 mtc Sent on BSCVTY to system charstring : "cell_identity 31121" 09:11:38.264512 mtc Start timer T: 2 s 09:11:38.264598 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 31121" id 7 09:11:38.264615 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:38.264663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 31121" id 7 09:11:38.264676 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:38.264709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:38.264718 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:38.264725 mtc Stop timer T: 2 s 09:11:38.264736 mtc Sent on BSCVTY to system charstring : "end" 09:11:38.264753 mtc Start timer T: 2 s 09:11:38.264815 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:38.264833 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:38.264889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:38.264902 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:38.264928 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:38.264940 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:38.264951 mtc Stop timer T: 2 s 09:11:38.264970 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:38.264993 mtc Start timer T: 2 s 09:11:38.265232 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:38.265271 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:38.265285 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:38.265297 mtc Stop timer T: 2 s 09:11:38.265309 mtc Start timer T: 1 s 09:11:38.497812 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:38.497928 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:38.733333 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:38.733439 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:38.968600 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D10100000059061A00000000000000000000000000000000FF9D0400'O } id 3 09:11:38.968739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 09:11:39.203970 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B799162F224334F110101105D119D0400392B2B2B'O } id 4 09:11:39.204094 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } } id 4 09:11:39.265323 mtc Timeout T: 1 s 09:11:39.265388 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:39.265402 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:39.265409 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:39.265417 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:39.265425 mtc Port GSMTAP was cleared. 09:11:39.265434 mtc Start timer T: 10 s 09:11:39.439293 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:39.439431 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:39.439514 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:39.439544 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:39.674723 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 6 09:11:39.674845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:39.674897 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:39.674920 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:39.910075 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7 09:11:39.910171 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:39.910260 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:39.910284 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:40.145414 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B799162F224334F110101105D119D0400392B2B2B'O } id 8 09:11:40.145550 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } } id 8 09:11:40.145643 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224334F110101105D119D0400392B2B2B'O } } id 8 09:11:40.145680 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:40.145823 mtc setverdict(pass): none -> pass 09:11:40.145858 mtc Terminating component type Test.dummy_CT. 09:11:40.145880 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:40.145917 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:40.145933 mtc Port GSMTAP was stopped. 09:11:40.145945 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:40.145991 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:40.146009 mtc Port BSCVTY was stopped. 09:11:40.146019 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 09:11:40.146032 mtc Waiting for PTCs to finish. 09:11:40.146150 mtc Setting final verdict of the test case. 09:11:40.146184 mtc Local verdict of MTC: pass 09:11:40.146207 mtc No PTCs were created. 09:11:40.146221 mtc Test case TC_cellid finished. Verdict: pass 09:11:40.146296 mtc Executing test case TC_lac in module Test. 09:11:40.146341 mtc Test case TC_lac started. 09:11:40.146365 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 09:11:40.146464 mtc Port GSMTAP was started. 09:11:40.146496 mtc Port BSCVTY was started. 09:11:40.146513 mtc Component type Test.dummy_CT was initialized. 09:11:40.146533 mtc Function rnd() returned 0.443335. 09:11:40.146592 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:40.146677 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:40.146724 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:40.146750 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:40.146803 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:40.146983 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:40.147038 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:40.147070 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:40.147101 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:40.147118 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:40.147174 mtc Sent on BSCVTY to system charstring : "enable" 09:11:40.147214 mtc Start timer T: 2 s 09:11:40.147314 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:40.147400 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:40.147429 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:40.147461 mtc Stop timer T: 2 s 09:11:40.147488 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:40.147527 mtc Start timer T: 2 s 09:11:40.147681 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:40.147807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:40.147838 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:40.147863 mtc Stop timer T: 2 s 09:11:40.147898 mtc Sent on BSCVTY to system charstring : "network" 09:11:40.147945 mtc Start timer T: 2 s 09:11:40.148044 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:40.148076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:40.148176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:40.148203 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:40.148280 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:40.148303 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:40.148325 mtc Stop timer T: 2 s 09:11:40.148349 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:40.148381 mtc Start timer T: 2 s 09:11:40.148475 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:40.148504 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:40.148599 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:40.148622 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:40.148695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:40.148717 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:40.148737 mtc Stop timer T: 2 s 09:11:40.148770 mtc Sent on BSCVTY to system charstring : "location_area_code 29053" 09:11:40.148808 mtc Start timer T: 2 s 09:11:40.148932 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 29053" id 7 09:11:40.148959 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:40.149038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 29053" id 7 09:11:40.149062 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:40.149134 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:40.149157 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:40.149176 mtc Stop timer T: 2 s 09:11:40.149204 mtc Sent on BSCVTY to system charstring : "end" 09:11:40.149244 mtc Start timer T: 2 s 09:11:40.149337 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:40.149374 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:40.149453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:40.149471 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:40.149494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:40.149506 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:40.149517 mtc Stop timer T: 2 s 09:11:40.149536 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:40.149566 mtc Start timer T: 2 s 09:11:40.149830 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:40.149918 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:40.149947 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:40.149970 mtc Stop timer T: 2 s 09:11:40.149993 mtc Start timer T: 1 s 09:11:40.380762 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:40.380873 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:40.616138 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:40.616246 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:40.851503 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O } id 3 09:11:40.851624 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3 09:11:41.086863 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B799162F224717D110101105D119D0400392B2B2B'O } id 4 09:11:41.086990 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } } id 4 09:11:41.150016 mtc Timeout T: 1 s 09:11:41.150091 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:41.150118 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:41.150127 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:41.150134 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:41.150141 mtc Port GSMTAP was cleared. 09:11:41.150150 mtc Start timer T: 10 s 09:11:41.322227 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:41.322329 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:41.322406 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:41.322426 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:41.557678 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 6 09:11:41.557816 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:41.557899 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:41.557928 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:41.793126 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 7 09:11:41.793453 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:41.793680 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 09:11:41.793814 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:42.028410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B799162F224717D110101105D119D0400392B2B2B'O } id 8 09:11:42.028623 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } } id 8 09:11:42.028773 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D119D0400392B2B2B'O } } id 8 09:11:42.028832 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:42.029089 mtc setverdict(pass): none -> pass 09:11:42.029172 mtc Terminating component type Test.dummy_CT. 09:11:42.029226 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:42.029297 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:42.029332 mtc Port GSMTAP was stopped. 09:11:42.029352 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:42.029425 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:42.029468 mtc Port BSCVTY was stopped. 09:11:42.029499 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 09:11:42.029535 mtc Waiting for PTCs to finish. 09:11:42.029684 mtc Setting final verdict of the test case. 09:11:42.029760 mtc Local verdict of MTC: pass 09:11:42.029799 mtc No PTCs were created. 09:11:42.029877 mtc Test case TC_lac finished. Verdict: pass 09:11:42.030052 mtc Executing test case TC_rach_tx_int in module Test. 09:11:42.030120 mtc Test case TC_rach_tx_int started. 09:11:42.030148 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 09:11:42.030204 mtc Port GSMTAP was started. 09:11:42.030240 mtc Port BSCVTY was started. 09:11:42.030268 mtc Component type Test.dummy_CT was initialized. 09:11:42.030302 mtc Function rnd() returned 0.288894. 09:11:42.030443 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:42.030555 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:42.030633 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:42.030696 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:42.030788 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:42.031162 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:42.031272 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:42.031334 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:42.031386 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:42.031427 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:42.031543 mtc Sent on BSCVTY to system charstring : "enable" 09:11:42.031735 mtc Start timer T: 2 s 09:11:42.031810 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:42.031897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:42.031947 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:42.031975 mtc Stop timer T: 2 s 09:11:42.032009 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:42.032274 mtc Start timer T: 2 s 09:11:42.032469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:42.032628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:42.032664 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:42.032690 mtc Stop timer T: 2 s 09:11:42.032730 mtc Sent on BSCVTY to system charstring : "network" 09:11:42.032787 mtc Start timer T: 2 s 09:11:42.032961 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:42.033017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:42.033177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:42.033218 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:42.033340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:42.033376 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:42.033408 mtc Stop timer T: 2 s 09:11:42.033462 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:42.033525 mtc Start timer T: 2 s 09:11:42.033688 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:42.033758 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:42.033926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:42.033962 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:42.034040 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:42.034064 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:42.034083 mtc Stop timer T: 2 s 09:11:42.034120 mtc Sent on BSCVTY to system charstring : "rach tx integer 4" 09:11:42.034173 mtc Start timer T: 2 s 09:11:42.034370 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 4" id 7 09:11:42.034445 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:42.034612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 4" id 7 09:11:42.034650 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:42.034769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:42.034806 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:42.034837 mtc Stop timer T: 2 s 09:11:42.034886 mtc Sent on BSCVTY to system charstring : "end" 09:11:42.034953 mtc Start timer T: 2 s 09:11:42.035086 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:42.035131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:42.035285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:42.035323 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:42.035394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:42.035427 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:42.035458 mtc Stop timer T: 2 s 09:11:42.035509 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:42.035572 mtc Start timer T: 2 s 09:11:42.036207 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:42.036318 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:42.036357 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:42.036391 mtc Stop timer T: 2 s 09:11:42.036417 mtc Start timer T: 1 s 09:11:42.263687 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:42.263783 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:42.499060 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:42.499165 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:42.734442 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067010100000059061A00000000000000000000000000000000FF910400'O } id 3 09:11:42.734541 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } } id 3 09:11:42.969790 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B799162F224717D110101105D11910400392B2B2B'O } id 4 09:11:42.969891 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } } id 4 09:11:43.036438 mtc Timeout T: 1 s 09:11:43.036505 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:43.036525 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:43.036552 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:43.036564 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:43.036575 mtc Port GSMTAP was cleared. 09:11:43.036589 mtc Start timer T: 10 s 09:11:43.205162 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:43.205295 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:43.205386 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D119104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:43.205405 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:43.440539 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009104002B'O } id 6 09:11:43.440684 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009104002B'O } } id 6 09:11:43.440742 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000009104002B'O } } id 6 09:11:43.440780 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:43.675858 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF910400'O } id 7 09:11:43.675960 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } } id 7 09:11:43.676025 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF910400'O } } id 7 09:11:43.676060 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:43.911274 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B799162F224717D110101105D11910400392B2B2B'O } id 8 09:11:43.911379 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } } id 8 09:11:43.911439 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11910400392B2B2B'O } } id 8 09:11:43.911459 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:43.911547 mtc setverdict(pass): none -> pass 09:11:43.911571 mtc Terminating component type Test.dummy_CT. 09:11:43.911585 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:43.911612 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:43.911626 mtc Port GSMTAP was stopped. 09:11:43.911638 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:43.911676 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:43.911691 mtc Port BSCVTY was stopped. 09:11:43.911702 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 09:11:43.911716 mtc Waiting for PTCs to finish. 09:11:43.911753 mtc Setting final verdict of the test case. 09:11:43.911778 mtc Local verdict of MTC: pass 09:11:43.911793 mtc No PTCs were created. 09:11:43.911806 mtc Test case TC_rach_tx_int finished. Verdict: pass 09:11:43.911886 mtc Executing test case TC_rach_max_tx in module Test. 09:11:43.911910 mtc Test case TC_rach_max_tx started. 09:11:43.911919 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 09:11:43.911949 mtc Port GSMTAP was started. 09:11:43.911965 mtc Port BSCVTY was started. 09:11:43.911972 mtc Component type Test.dummy_CT was initialized. 09:11:43.911980 mtc Function rnd() returned 0.648709. 09:11:43.912013 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:43.912038 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:43.912099 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:43.912134 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:43.912174 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:43.912322 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:43.912351 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:43.912371 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:43.912388 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:43.912402 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:43.912446 mtc Sent on BSCVTY to system charstring : "enable" 09:11:43.912524 mtc Start timer T: 2 s 09:11:43.912550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:43.912585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:43.912605 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:43.912618 mtc Stop timer T: 2 s 09:11:43.912633 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:43.912706 mtc Start timer T: 2 s 09:11:43.912763 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:43.912825 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:43.912840 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:43.912854 mtc Stop timer T: 2 s 09:11:43.912873 mtc Sent on BSCVTY to system charstring : "network" 09:11:43.912897 mtc Start timer T: 2 s 09:11:43.912955 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:43.912972 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:43.913025 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:43.913036 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:43.913077 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:43.913087 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:43.913094 mtc Stop timer T: 2 s 09:11:43.913111 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:43.913134 mtc Start timer T: 2 s 09:11:43.913190 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:43.913207 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:43.913253 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:43.913265 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:43.913295 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:43.913305 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:43.913313 mtc Stop timer T: 2 s 09:11:43.913331 mtc Sent on BSCVTY to system charstring : "rach max transmission 2" 09:11:43.913352 mtc Start timer T: 2 s 09:11:43.913441 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7 09:11:43.913457 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:43.913500 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7 09:11:43.913510 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:43.913539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:43.913553 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:43.913564 mtc Stop timer T: 2 s 09:11:43.913582 mtc Sent on BSCVTY to system charstring : "end" 09:11:43.913607 mtc Start timer T: 2 s 09:11:43.913670 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:43.913695 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:43.913751 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:43.913767 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:43.913791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:43.913805 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:43.913817 mtc Stop timer T: 2 s 09:11:43.913837 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:43.913861 mtc Start timer T: 2 s 09:11:43.914013 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:43.914048 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:43.914060 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:43.914069 mtc Stop timer T: 2 s 09:11:43.914083 mtc Start timer T: 1 s 09:11:44.146634 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:44.146779 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:44.381989 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:44.382115 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:44.617431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:44.617671 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:44.853030 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B799162F224717D110101105D11510400392B2B2B'O } id 4 09:11:44.853387 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 09:11:44.914098 mtc Timeout T: 1 s 09:11:44.914238 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:44.914285 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:44.914315 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:44.914341 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:44.914408 mtc Port GSMTAP was cleared. 09:11:44.914466 mtc Start timer T: 10 s 09:11:45.088203 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:45.088443 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:45.088645 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:45.088735 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:45.323402 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000005104002B'O } id 6 09:11:45.323486 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 09:11:45.323581 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 09:11:45.323606 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:45.558867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF510400'O } id 7 09:11:45.558993 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:45.559073 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:45.559105 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:45.794153 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B799162F224717D110101105D11510400392B2B2B'O } id 8 09:11:45.794299 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 09:11:45.794366 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 09:11:45.794430 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:45.794546 mtc setverdict(pass): none -> pass 09:11:45.794567 mtc Terminating component type Test.dummy_CT. 09:11:45.794580 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:45.794604 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:45.794613 mtc Port GSMTAP was stopped. 09:11:45.794621 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:45.794651 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:45.794665 mtc Port BSCVTY was stopped. 09:11:45.794675 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 09:11:45.794687 mtc Waiting for PTCs to finish. 09:11:45.794774 mtc Setting final verdict of the test case. 09:11:45.794791 mtc Local verdict of MTC: pass 09:11:45.794806 mtc No PTCs were created. 09:11:45.794817 mtc Test case TC_rach_max_tx finished. Verdict: pass 09:11:45.794848 mtc Executing test case TC_attach in module Test. 09:11:45.794865 mtc Test case TC_attach started. 09:11:45.794877 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 09:11:45.794905 mtc Port GSMTAP was started. 09:11:45.794918 mtc Port BSCVTY was started. 09:11:45.794928 mtc Component type Test.dummy_CT was initialized. 09:11:45.794939 mtc Function rnd() returned 0.199958. 09:11:45.794970 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:45.794997 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:45.795018 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:45.795034 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:45.795068 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:45.795178 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:45.795214 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:45.795242 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:45.795263 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:45.795277 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:45.795319 mtc Sent on BSCVTY to system charstring : "enable" 09:11:45.795352 mtc Start timer T: 2 s 09:11:45.795413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:45.795449 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:45.795468 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:45.795481 mtc Stop timer T: 2 s 09:11:45.795497 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:45.795520 mtc Start timer T: 2 s 09:11:45.795610 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:45.795673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:45.795687 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:45.795700 mtc Stop timer T: 2 s 09:11:45.795716 mtc Sent on BSCVTY to system charstring : "network" 09:11:45.795739 mtc Start timer T: 2 s 09:11:45.795792 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:45.795809 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:45.795848 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:45.795857 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:45.795895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:45.795909 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:45.795921 mtc Stop timer T: 2 s 09:11:45.795939 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:45.795961 mtc Start timer T: 2 s 09:11:45.796016 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:45.796033 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:45.796091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:45.796107 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:45.796152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:45.796166 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:45.796178 mtc Stop timer T: 2 s 09:11:45.796199 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 09:11:45.796293 mtc Start timer T: 2 s 09:11:45.796327 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 09:11:45.796342 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:45.796405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 09:11:45.796420 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:45.796464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:45.796479 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:45.796491 mtc Stop timer T: 2 s 09:11:45.796507 mtc Sent on BSCVTY to system charstring : "end" 09:11:45.796531 mtc Start timer T: 2 s 09:11:45.796589 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:45.796603 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:45.796659 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:45.796673 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:45.796700 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:45.796713 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:45.796726 mtc Stop timer T: 2 s 09:11:45.796745 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:45.796769 mtc Start timer T: 2 s 09:11:45.796907 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:45.796955 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:45.796972 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:45.796986 mtc Stop timer T: 2 s 09:11:45.797000 mtc Start timer T: 1 s 09:11:46.029530 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:46.029698 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:46.265008 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:46.265264 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:46.500409 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:46.500657 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:46.735982 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B799162F224717D110101105D11510400392B2B2B'O } id 4 09:11:46.736299 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 09:11:46.797020 mtc Timeout T: 1 s 09:11:46.797182 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:46.797234 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:46.797263 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:46.797294 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:46.797327 mtc Port GSMTAP was cleared. 09:11:46.797362 mtc Start timer T: 10 s 09:11:46.971365 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:46.971696 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:46.971974 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:46.972112 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:47.206695 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000005104002B'O } id 6 09:11:47.207113 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 09:11:47.207393 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 6 09:11:47.207506 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:47.442060 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF510400'O } id 7 09:11:47.442461 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:47.442706 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:47.442844 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:47.677223 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B799162F224717D110101105D11510400392B2B2B'O } id 8 09:11:47.677508 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 09:11:47.677706 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 8 09:11:47.677813 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:47.678130 mtc setverdict(pass): none -> pass 09:11:47.678227 mtc Terminating component type Test.dummy_CT. 09:11:47.678292 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:47.678422 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:47.678504 mtc Port GSMTAP was stopped. 09:11:47.678552 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:47.678679 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:47.678752 mtc Port BSCVTY was stopped. 09:11:47.678794 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 09:11:47.678841 mtc Waiting for PTCs to finish. 09:11:47.678938 mtc Setting final verdict of the test case. 09:11:47.678999 mtc Local verdict of MTC: pass 09:11:47.679059 mtc No PTCs were created. 09:11:47.679091 mtc Test case TC_attach finished. Verdict: pass 09:11:47.679204 mtc Executing test case TC_dtx_ul in module Test. 09:11:47.679269 mtc Test case TC_dtx_ul started. 09:11:47.679314 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 09:11:47.679428 mtc Port GSMTAP was started. 09:11:47.679483 mtc Port BSCVTY was started. 09:11:47.679506 mtc Component type Test.dummy_CT was initialized. 09:11:47.679532 mtc Function rnd() returned 0.139852. 09:11:47.679644 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:47.679854 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:47.680026 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:47.680120 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:47.680249 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:47.680710 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:47.680850 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:47.680928 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:47.680994 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:47.681052 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:47.681206 mtc Sent on BSCVTY to system charstring : "enable" 09:11:47.681317 mtc Start timer T: 2 s 09:11:47.681483 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:47.681694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:47.681762 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:47.681815 mtc Stop timer T: 2 s 09:11:47.681881 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:47.681978 mtc Start timer T: 2 s 09:11:47.682218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:47.682268 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:47.682279 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:47.682288 mtc Stop timer T: 2 s 09:11:47.682300 mtc Sent on BSCVTY to system charstring : "network" 09:11:47.682317 mtc Start timer T: 2 s 09:11:47.682371 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:47.682396 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:47.682454 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:47.682469 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:47.682511 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:47.682524 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:47.682535 mtc Stop timer T: 2 s 09:11:47.682553 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:47.682575 mtc Start timer T: 2 s 09:11:47.682631 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:47.682648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:47.682704 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:47.682718 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:47.682762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:47.682776 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:47.682787 mtc Stop timer T: 2 s 09:11:47.682805 mtc Sent on BSCVTY to system charstring : "dtx uplink" 09:11:47.682827 mtc Start timer T: 2 s 09:11:47.682910 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7 09:11:47.682926 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:47.682984 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7 09:11:47.682999 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:47.683044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:47.683058 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:47.683071 mtc Stop timer T: 2 s 09:11:47.683091 mtc Port GSMTAP was cleared. 09:11:47.683103 mtc Start timer T: 10 s 09:11:47.912789 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:47.913120 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:47.913344 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:47.913480 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:48.147749 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 09:11:48.147903 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:48.148006 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 09:11:48.148029 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:48.383312 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC90100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:48.383685 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:48.383899 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:48.383994 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:48.618655 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B799162F224717D110101105D11510400392B2B2B'O } id 4 09:11:48.619025 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 09:11:48.619273 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101105D11510400392B2B2B'O } } id 4 09:11:48.619369 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:48.619808 mtc setverdict(fail): none -> fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }", new component reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }" 09:11:48.620012 mtc Terminating component type Test.dummy_CT. 09:11:48.620069 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:48.620153 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:48.620213 mtc Port GSMTAP was stopped. 09:11:48.620260 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:48.620310 mtc Warning: BSCVTY: Dropping partial message 09:11:48.620437 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:48.620494 mtc Port BSCVTY was stopped. 09:11:48.620543 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 09:11:48.620591 mtc Waiting for PTCs to finish. 09:11:48.620844 mtc Setting final verdict of the test case. 09:11:48.620907 mtc Local verdict of MTC: fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }" 09:11:48.621017 mtc No PTCs were created. 09:11:48.621053 mtc Test case TC_dtx_ul finished. Verdict: fail reason: SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 31121, lai := { mcc_mnc := '262F42'H, lac := 29053 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 2, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 17 }, rach_control := { max_retrans := '01'B, tx_integer := '0100'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } } 09:11:48.621400 mtc Executing test case TC_emerg_allowed in module Test. 09:11:48.621553 mtc Test case TC_emerg_allowed started. 09:11:48.621623 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 09:11:48.621722 mtc Port GSMTAP was started. 09:11:48.621782 mtc Port BSCVTY was started. 09:11:48.621817 mtc Component type Test.dummy_CT was initialized. 09:11:48.621855 mtc Function rnd() returned 0.688910. 09:11:48.621967 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:48.622094 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:48.622195 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:48.622269 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:48.622418 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:48.622878 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:48.623035 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:48.623115 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:48.623194 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:48.623261 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:48.623387 mtc Sent on BSCVTY to system charstring : "enable" 09:11:48.623479 mtc Start timer T: 2 s 09:11:48.623666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:48.623845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:48.623916 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:48.623977 mtc Stop timer T: 2 s 09:11:48.624032 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:48.624134 mtc Start timer T: 2 s 09:11:48.624502 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:48.624755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:48.624818 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:48.624869 mtc Stop timer T: 2 s 09:11:48.624945 mtc Sent on BSCVTY to system charstring : "network" 09:11:48.625039 mtc Start timer T: 2 s 09:11:48.625251 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:48.625329 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:48.625570 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:48.625631 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:48.625807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:48.625863 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:48.625912 mtc Stop timer T: 2 s 09:11:48.625989 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:48.626082 mtc Start timer T: 2 s 09:11:48.626416 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:48.626563 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:48.626907 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:48.626988 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:48.627186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:48.627234 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:48.627263 mtc Stop timer T: 2 s 09:11:48.627322 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 09:11:48.627404 mtc Start timer T: 2 s 09:11:48.627794 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 09:11:48.627875 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:48.628172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 09:11:48.628232 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:48.628496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:48.628577 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:48.628612 mtc Stop timer T: 2 s 09:11:48.628709 mtc Sent on BSCVTY to system charstring : "end" 09:11:48.628846 mtc Start timer T: 2 s 09:11:48.629018 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:48.629070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:48.629556 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:48.629626 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:48.629787 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:48.630018 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:48.630095 mtc Stop timer T: 2 s 09:11:48.630267 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:48.630428 mtc Start timer T: 2 s 09:11:48.631046 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:48.631252 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:48.631323 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:48.631378 mtc Stop timer T: 2 s 09:11:48.631433 mtc Start timer T: 1 s 09:11:48.853889 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:48.853993 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:49.089599 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000005104002B'O } id 2 09:11:49.089924 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 09:11:49.324764 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:49.325031 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:49.560371 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B799162F224717D110101005D11510400392B2B2B'O } id 4 09:11:49.560709 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } } id 4 09:11:49.631480 mtc Timeout T: 1 s 09:11:49.631544 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:49.631560 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:49.631568 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:49.631582 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:49.631590 mtc Port GSMTAP was cleared. 09:11:49.631598 mtc Start timer T: 10 s 09:11:49.795531 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:49.795805 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:49.795968 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:49.796051 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:50.031059 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 09:11:50.031396 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:50.031614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:50.031772 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:50.266465 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF510400'O } id 7 09:11:50.266831 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:50.267113 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:50.267244 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:50.501774 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B799162F224717D110101005D11510400392B2B2B'O } id 8 09:11:50.502105 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } } id 8 09:11:50.502345 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110101005D11510400392B2B2B'O } } id 8 09:11:50.502523 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:50.502848 mtc setverdict(pass): none -> pass 09:11:50.502935 mtc Terminating component type Test.dummy_CT. 09:11:50.502989 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:50.503080 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:50.503144 mtc Port GSMTAP was stopped. 09:11:50.503181 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:50.503296 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:50.503368 mtc Port BSCVTY was stopped. 09:11:50.503412 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 09:11:50.503459 mtc Waiting for PTCs to finish. 09:11:50.503592 mtc Setting final verdict of the test case. 09:11:50.503658 mtc Local verdict of MTC: pass 09:11:50.503721 mtc No PTCs were created. 09:11:50.503769 mtc Test case TC_emerg_allowed finished. Verdict: pass 09:11:50.503881 mtc Executing test case TC_bs_pa_mfrms in module Test. 09:11:50.503950 mtc Test case TC_bs_pa_mfrms started. 09:11:50.503999 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 09:11:50.504097 mtc Port GSMTAP was started. 09:11:50.504155 mtc Port BSCVTY was started. 09:11:50.504194 mtc Component type Test.dummy_CT was initialized. 09:11:50.504239 mtc Function rnd() returned 0.399696. 09:11:50.504350 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:50.504455 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:50.504548 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:50.504607 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:50.504722 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:50.505117 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:50.505237 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:50.505308 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:50.505388 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:50.505446 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:50.505599 mtc Sent on BSCVTY to system charstring : "enable" 09:11:50.505711 mtc Start timer T: 2 s 09:11:50.505904 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:50.506042 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:50.506101 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:50.506152 mtc Stop timer T: 2 s 09:11:50.506215 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:50.506306 mtc Start timer T: 2 s 09:11:50.506670 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:50.506926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:50.506989 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:50.507040 mtc Stop timer T: 2 s 09:11:50.507116 mtc Sent on BSCVTY to system charstring : "network" 09:11:50.507215 mtc Start timer T: 2 s 09:11:50.507268 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:50.507283 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:50.507323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:50.507333 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:50.507377 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:50.507390 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:50.507401 mtc Stop timer T: 2 s 09:11:50.507419 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:50.507441 mtc Start timer T: 2 s 09:11:50.507492 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:50.507508 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:50.507551 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:50.507565 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:50.507610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:50.507624 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:50.507635 mtc Stop timer T: 2 s 09:11:50.507656 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 4" 09:11:50.507678 mtc Start timer T: 2 s 09:11:50.507765 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 4" id 7 09:11:50.507782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:50.507827 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 4" id 7 09:11:50.507838 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:50.507865 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:50.507874 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:50.507881 mtc Stop timer T: 2 s 09:11:50.507893 mtc Sent on BSCVTY to system charstring : "end" 09:11:50.507912 mtc Start timer T: 2 s 09:11:50.507954 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:50.507970 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:50.508025 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:50.508040 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:50.508065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:50.508077 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:50.508089 mtc Stop timer T: 2 s 09:11:50.508107 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:50.508133 mtc Start timer T: 2 s 09:11:50.508250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:50.508286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:50.508301 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:50.508313 mtc Stop timer T: 2 s 09:11:50.508326 mtc Start timer T: 1 s 09:11:50.737022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:50.737374 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:50.972553 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000005104002B'O } id 2 09:11:50.972922 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 09:11:51.207712 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:51.208018 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:51.443261 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B799162F224717D110201005D11510400392B2B2B'O } id 4 09:11:51.443615 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } } id 4 09:11:51.508346 mtc Timeout T: 1 s 09:11:51.508501 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:51.508551 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:51.508605 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:51.508640 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:51.508666 mtc Port GSMTAP was cleared. 09:11:51.508695 mtc Start timer T: 10 s 09:11:51.678665 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:51.678990 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:51.679200 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:51.679321 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:51.913855 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 09:11:51.914182 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 09:11:51.914419 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 09:11:51.914511 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:52.149164 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF510400'O } id 7 09:11:52.149494 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:52.149727 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:52.149824 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:52.384432 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B799162F224717D110201005D11510400392B2B2B'O } id 8 09:11:52.384720 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } } id 8 09:11:52.384908 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D110201005D11510400392B2B2B'O } } id 8 09:11:52.384977 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:52.385187 mtc setverdict(pass): none -> pass 09:11:52.385248 mtc Terminating component type Test.dummy_CT. 09:11:52.385295 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:52.385385 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:52.385434 mtc Port GSMTAP was stopped. 09:11:52.385462 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:52.385564 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:52.385636 mtc Port BSCVTY was stopped. 09:11:52.385681 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 09:11:52.385735 mtc Waiting for PTCs to finish. 09:11:52.385840 mtc Setting final verdict of the test case. 09:11:52.385933 mtc Local verdict of MTC: pass 09:11:52.385987 mtc No PTCs were created. 09:11:52.386034 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass 09:11:52.386152 mtc Executing test case TC_bs_ag_blks_res in module Test. 09:11:52.386237 mtc Test case TC_bs_ag_blks_res started. 09:11:52.386276 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 09:11:52.386408 mtc Port GSMTAP was started. 09:11:52.386482 mtc Port BSCVTY was started. 09:11:52.386527 mtc Component type Test.dummy_CT was initialized. 09:11:52.386570 mtc Function rnd() returned 0.549315. 09:11:52.386677 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:52.386795 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:52.386910 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:52.386969 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:52.387082 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:52.387489 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:52.387613 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:52.387687 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:52.387773 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:52.387834 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:52.387989 mtc Sent on BSCVTY to system charstring : "enable" 09:11:52.388099 mtc Start timer T: 2 s 09:11:52.388332 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:52.388513 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:52.388563 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:52.388661 mtc Stop timer T: 2 s 09:11:52.388714 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:52.388794 mtc Start timer T: 2 s 09:11:52.389104 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:52.389330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:52.389376 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:52.389407 mtc Stop timer T: 2 s 09:11:52.389456 mtc Sent on BSCVTY to system charstring : "network" 09:11:52.389534 mtc Start timer T: 2 s 09:11:52.389734 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:52.389825 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:52.390067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:52.390115 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:52.390226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:52.390260 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:52.390298 mtc Stop timer T: 2 s 09:11:52.390365 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:52.390495 mtc Start timer T: 2 s 09:11:52.390728 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:52.390825 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:52.391084 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:52.391149 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:52.391334 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:52.391390 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:52.391438 mtc Stop timer T: 2 s 09:11:52.391526 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 3" 09:11:52.391626 mtc Start timer T: 2 s 09:11:52.391925 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 3" id 7 09:11:52.391998 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:52.392186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 3" id 7 09:11:52.392225 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:52.392335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:52.392367 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:52.392393 mtc Stop timer T: 2 s 09:11:52.392443 mtc Sent on BSCVTY to system charstring : "end" 09:11:52.392520 mtc Start timer T: 2 s 09:11:52.392708 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:52.392777 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:52.393013 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:52.393077 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:52.393185 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:52.393242 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:52.393310 mtc Stop timer T: 2 s 09:11:52.393392 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:52.394327 mtc Start timer T: 2 s 09:11:52.394483 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:52.394616 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:52.394671 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:52.394714 mtc Stop timer T: 2 s 09:11:52.394746 mtc Start timer T: 1 s 09:11:52.620072 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:52.620435 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:52.855131 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000005104002B'O } id 2 09:11:52.855246 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 09:11:53.090725 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:53.091033 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:53.326154 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B799162F224717D190201005D11510400392B2B2B'O } id 4 09:11:53.326579 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } } id 4 09:11:53.394811 mtc Timeout T: 1 s 09:11:53.394864 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:53.394882 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:53.394889 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:53.394896 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:53.394905 mtc Port GSMTAP was cleared. 09:11:53.394916 mtc Start timer T: 10 s 09:11:53.561217 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:53.561326 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:53.561405 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:53.561439 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:53.796919 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 09:11:53.797245 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:53.797455 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 09:11:53.797578 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:54.031931 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070910100000059061A00000000000000000000000000000000FF510400'O } id 7 09:11:54.032041 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:54.032102 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:54.032122 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:54.267488 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B799162F224717D190201005D11510400392B2B2B'O } id 8 09:11:54.267762 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } } id 8 09:11:54.267941 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201005D11510400392B2B2B'O } } id 8 09:11:54.268015 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:54.268304 mtc setverdict(pass): none -> pass 09:11:54.268387 mtc Terminating component type Test.dummy_CT. 09:11:54.268457 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:54.268535 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:54.268587 mtc Port GSMTAP was stopped. 09:11:54.268618 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:54.268747 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:54.268854 mtc Port BSCVTY was stopped. 09:11:54.268886 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 09:11:54.268925 mtc Waiting for PTCs to finish. 09:11:54.269276 mtc Setting final verdict of the test case. 09:11:54.269358 mtc Local verdict of MTC: pass 09:11:54.269401 mtc No PTCs were created. 09:11:54.269443 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass 09:11:54.269570 mtc Executing test case TC_radio_link_timeout in module Test. 09:11:54.269662 mtc Test case TC_radio_link_timeout started. 09:11:54.269707 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 09:11:54.269799 mtc Port GSMTAP was started. 09:11:54.269856 mtc Port BSCVTY was started. 09:11:54.269894 mtc Component type Test.dummy_CT was initialized. 09:11:54.269923 mtc Function rnd() returned 0.333260. 09:11:54.270023 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 09:11:54.270237 mtc Port GSMTAP was mapped to system:GSMTAP. 09:11:54.270347 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 09:11:54.270444 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 09:11:54.270565 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 09:11:54.270995 mtc Port BSCVTY was mapped to system:BSCVTY. 09:11:54.271313 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 09:11:54.271400 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 09:11:54.271471 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 09:11:54.271533 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 09:11:54.271690 mtc Sent on BSCVTY to system charstring : "enable" 09:11:54.271811 mtc Start timer T: 2 s 09:11:54.272036 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 09:11:54.272176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 09:11:54.272230 mtc Message with id 1 was extracted from the queue of BSCVTY. 09:11:54.272278 mtc Stop timer T: 2 s 09:11:54.272338 mtc Sent on BSCVTY to system charstring : "configure terminal" 09:11:54.272431 mtc Start timer T: 2 s 09:11:54.272834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 09:11:54.273085 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 09:11:54.273145 mtc Message with id 2 was extracted from the queue of BSCVTY. 09:11:54.273240 mtc Stop timer T: 2 s 09:11:54.273308 mtc Sent on BSCVTY to system charstring : "network" 09:11:54.273411 mtc Start timer T: 2 s 09:11:54.273646 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 09:11:54.273831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 09:11:54.274045 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 09:11:54.274162 mtc Message with id 3 was extracted from the queue of BSCVTY. 09:11:54.274308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 09:11:54.274511 mtc Message with id 4 was extracted from the queue of BSCVTY. 09:11:54.274565 mtc Stop timer T: 2 s 09:11:54.274677 mtc Sent on BSCVTY to system charstring : "bts 0" 09:11:54.274820 mtc Start timer T: 2 s 09:11:54.275083 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 09:11:54.275168 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 09:11:54.275411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 09:11:54.275473 mtc Message with id 5 was extracted from the queue of BSCVTY. 09:11:54.275669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 09:11:54.275730 mtc Message with id 6 was extracted from the queue of BSCVTY. 09:11:54.275777 mtc Stop timer T: 2 s 09:11:54.275860 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 20" 09:11:54.275985 mtc Start timer T: 2 s 09:11:54.276247 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 20" id 7 09:11:54.276323 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 09:11:54.276585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 20" id 7 09:11:54.276659 mtc Message with id 7 was extracted from the queue of BSCVTY. 09:11:54.276831 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 09:11:54.276874 mtc Message with id 8 was extracted from the queue of BSCVTY. 09:11:54.276901 mtc Stop timer T: 2 s 09:11:54.276943 mtc Sent on BSCVTY to system charstring : "end" 09:11:54.277039 mtc Start timer T: 2 s 09:11:54.277241 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 09:11:54.277333 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 09:11:54.277558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 09:11:54.277618 mtc Message with id 9 was extracted from the queue of BSCVTY. 09:11:54.277687 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 09:11:54.277735 mtc Message with id 10 was extracted from the queue of BSCVTY. 09:11:54.277763 mtc Stop timer T: 2 s 09:11:54.277819 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 09:11:54.277919 mtc Start timer T: 2 s 09:11:54.278692 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 09:11:54.278833 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 09:11:54.278894 mtc Message with id 11 was extracted from the queue of BSCVTY. 09:11:54.278940 mtc Stop timer T: 2 s 09:11:54.278981 mtc Start timer T: 1 s 09:11:54.502808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 1 09:11:54.503089 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 1 09:11:54.738047 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000005104002B'O } id 2 09:11:54.738166 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000005104002B'O } } id 2 09:11:54.973756 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF510400'O } id 3 09:11:54.974087 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 3 09:11:55.209107 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B799162F224717D190201045D11510400392B2B2B'O } id 4 09:11:55.209466 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } } id 4 09:11:55.279018 mtc Timeout T: 1 s 09:11:55.279142 mtc Message with id 1 was extracted from the queue of GSMTAP. 09:11:55.279187 mtc Message with id 2 was extracted from the queue of GSMTAP. 09:11:55.279216 mtc Message with id 3 was extracted from the queue of GSMTAP. 09:11:55.279245 mtc Message with id 4 was extracted from the queue of GSMTAP. 09:11:55.279274 mtc Port GSMTAP was cleared. 09:11:55.279302 mtc Start timer T: 10 s 09:11:55.444377 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } id 5 09:11:55.444737 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:55.444987 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224717D5D115104002B2B2B2B2B2B2B2B2B2B'O } } id 5 09:11:55.445090 mtc Message with id 5 was extracted from the queue of GSMTAP. 09:11:55.679818 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 09:11:55.680163 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 09:11:55.680424 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 09:11:55.680552 mtc Message with id 6 was extracted from the queue of GSMTAP. 09:11:55.914872 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072290100000059061A00000000000000000000000000000000FF510400'O } id 7 09:11:55.914974 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:55.915051 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF510400'O } } id 7 09:11:55.915073 mtc Message with id 7 was extracted from the queue of GSMTAP. 09:11:56.150228 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B799162F224717D190201045D11510400392B2B2B'O } id 8 09:11:56.150351 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } } id 8 09:11:56.150452 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 49155, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B799162F224717D190201045D11510400392B2B2B'O } } id 8 09:11:56.150488 mtc Message with id 8 was extracted from the queue of GSMTAP. 09:11:56.150580 mtc setverdict(pass): none -> pass 09:11:56.150603 mtc Terminating component type Test.dummy_CT. 09:11:56.150617 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 09:11:56.150649 mtc Port GSMTAP was unmapped from system:GSMTAP. 09:11:56.150662 mtc Port GSMTAP was stopped. 09:11:56.150675 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 09:11:56.150715 mtc Port BSCVTY was unmapped from system:BSCVTY. 09:11:56.150733 mtc Port BSCVTY was stopped. 09:11:56.150744 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 09:11:56.150757 mtc Waiting for PTCs to finish. 09:11:56.150800 mtc Setting final verdict of the test case. 09:11:56.150828 mtc Local verdict of MTC: pass 09:11:56.150839 mtc No PTCs were created. 09:11:56.150851 mtc Test case TC_radio_link_timeout finished. Verdict: pass 09:11:56.151008 mtc Verdict statistics: 0 none (0.00 %), 20 pass (90.91 %), 0 inconc (0.00 %), 2 fail (9.09 %), 0 error (0.00 %). 09:11:56.151032 mtc Test execution summary: 22 test cases were executed. Overall verdict: fail 09:11:56.151042 mtc Exit was requested from MC. Terminating MTC. 09:11:56.151273 hc Exit was requested from MC. Terminating HC. 09:11:56.151348 hc Disconnected from MC. 09:11:56.151365 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 1c4b519d474a1e11fbaf2b3d4a29896366e21bde64a1146e4cffa4015af34036 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker container stop -t 0 sysinfo-helper sysinfo-helper Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Sending e-mails to: laforge@gnumonks.org Finished: UNSTABLE