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/jenkins1652524696146214200.sh + env JENKINS_HOME=/usr/local/jenkins MAIL=/var/mail/osmocom-build SSH_CLIENT=192.168.122.1 54488 22 USER=osmocom-build RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/191/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/191/ HUDSON_COOKIE=9b720323-498a-4a35-8bba-5ad8f518242e 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=2 XDG_SESSION_ID=3 BUILD_DISPLAY_NAME=#191 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=191 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-191 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=191 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/191/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 54488 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 From git://git.osmocom.org/docker-playground 35d2cf3..a36a601 master -> origin/master + 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.8kB Step 1/16 : FROM laforge/debian-jessie-build ---> 80385047baea Step 2/16 : MAINTAINER Harald Welte ---> Using cache ---> 1372d15076ce Step 3/16 : ARG OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/" ---> Using cache ---> aae944168d63 Step 4/16 : COPY Release.key /tmp/Release.key ---> Using cache ---> e980ade16c0b Step 5/16 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 8ecf8084919b Step 6/16 : ADD $OSMOCOM_REPO/Release /tmp/Release ---> Using cache ---> 3d70f3a76a73 Step 7/16 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> a13931c91600 Step 8/16 : WORKDIR /tmp ---> Using cache ---> 01bf54699312 Step 9/16 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> 5e28282f4c86 Step 10/16 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> e971e94821f1 Step 11/16 : 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 ---> 704d5d8eeda5 Step 12/16 : VOLUME /data ---> Using cache ---> 01fa457656b8 Step 13/16 : COPY openbsc.cfg /data/openbsc.cfg ---> Using cache ---> 1a03cf149a1c Step 14/16 : WORKDIR /data ---> Using cache ---> cc0d83b2e70d Step 15/16 : CMD ["/usr/local/bin/osmo-nitb"] ---> Using cache ---> 4133d1876ed3 Step 16/16 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp ---> Using cache ---> 80f65b587a3d Successfully built 80f65b587a3d 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.728kB Step 1/15 : FROM laforge/debian-jessie-build ---> 80385047baea Step 2/15 : MAINTAINER Harald Welte ---> Using cache ---> 1372d15076ce Step 3/15 : ARG OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/" ---> Using cache ---> aae944168d63 Step 4/15 : COPY Release.key /tmp/Release.key ---> Using cache ---> e980ade16c0b Step 5/15 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 8ecf8084919b Step 6/15 : ADD $OSMOCOM_REPO/Release /tmp/Release ---> Using cache ---> 3d70f3a76a73 Step 7/15 : 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 ---> a13931c91600 Step 8/15 : WORKDIR /tmp ---> Using cache ---> 01bf54699312 Step 9/15 : RUN git clone git://git.osmocom.org/osmo-bts.git ---> Using cache ---> 0cbc7d8bfa30 Step 10/15 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts ---> Using cache ---> c77ffb85a4ae Step 11/15 : RUN cd osmo-bts && git fetch && git checkout -f -B master origin/master && autoreconf -fi && ./configure --enable-trx && make -j8 install ---> Using cache ---> f1738681eac3 Step 12/15 : VOLUME /data ---> Using cache ---> 3757bee45eb3 Step 13/15 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> Using cache ---> 425b35a2bd3c Step 14/15 : WORKDIR /data ---> Using cache ---> ffa9248a5504 Step 15/15 : CMD ["/usr/local/bin/osmo-bts-virtual", "-i", "172.18.0.230"] ---> Using cache ---> d97ea5dbb5dc Successfully built d97ea5dbb5dc Successfully tagged osmocom-build/osmo-bts-master:latest + docker pull laforge/debian-stretch-titan:latest latest: Pulling from laforge/debian-stretch-titan Digest: sha256:25770b73c67a3605b3237fd69fce87c3775b6623c4e416625f4a4f3559d16141 Status: Image is up to date for laforge/debian-stretch-titan: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.704kB Step 1/10 : FROM laforge/debian-stretch-titan ---> c9d6d826f6a8 Step 2/10 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) ---> Using cache ---> 7d40c11df762 Step 3/10 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git ---> Using cache ---> c1d582633536 Step 4/10 : RUN cd osmo-ttcn3-hacks && git checkout -f -B master origin/master && make deps ---> Using cache ---> cd1ddd136594 Step 5/10 : ARG OSMO_TTCN3_BRANCH="master" ---> Using cache ---> 9e181149b44c Step 6/10 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit ---> Using cache ---> c5550aa25a9a Step 7/10 : RUN cd osmo-ttcn3-hacks && git fetch && git checkout -f -B $OSMO_TTCN3_BRANCH origin/$OSMO_TTCN3_BRANCH && make sysinfo ---> Using cache ---> 70bb00c9f26b Step 8/10 : VOLUME /data ---> Using cache ---> 08e4b5036be7 Step 9/10 : COPY Test.cfg /data/Test.cfg ---> Using cache ---> 1cdc5d388615 Step 10/10 : CMD cd /data && /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && ttcn3_logmerge Test*.log ---> Using cache ---> bf5e57341559 Successfully built bf5e57341559 Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + sh -x ./jenkins.sh + . ../jenkins-common.sh + set -x + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ] + [ xjenkins-ttcn3-nitb-sysinfo-191 = x ] + basename /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + SUITE_NAME=ttcn3-nitb-sysinfo + NET_NAME=ttcn3-nitb-sysinfo + mktemp -d + VOL_BASE_DIR=/tmp/tmp.rxuU8dbNDg + VOL_SUITE_DIR=/tmp/tmp.rxuU8dbNDg/ttcn3-nitb-sysinfo + mkdir /tmp/tmp.rxuU8dbNDg/ttcn3-nitb-sysinfo + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + network_create 172.18.5.0/24 + NET=172.18.5.0/24 + echo Creating network ttcn3-nitb-sysinfo Creating network ttcn3-nitb-sysinfo + docker network create --internal --subnet 172.18.5.0/24 ttcn3-nitb-sysinfo 18ab2aaafa58a13b51ae166c6fc9fae1e1ce39fce77636675f0c8f31fbbb4980 + docker volume rm nitb-vol nitb-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network ttcn3-nitb-sysinfo --ip 172.18.5.20 -v nitb-vol:/data --name jenkins-ttcn3-nitb-sysinfo-191-nitb -d osmocom-build/osmo-nitb-master 9abacd7da43d42fd7f06631d3f3ab69e531b4a38ca4ac28a3cd2fb873b9097cf + docker volume rm bts-vol bts-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network ttcn3-nitb-sysinfo --ip 172.18.5.210 -v bts-vol:/data --name jenkins-ttcn3-nitb-sysinfo-191-bts -d osmocom-build/osmo-bts-master 5d729099406ebb43b17bdda5709b86465cb695976dc6e43fc8917056a4f5a8ff + docker volume rm ttcn3-nitb-sysinfo-vol ttcn3-nitb-sysinfo-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network ttcn3-nitb-sysinfo --ip 172.18.5.230 -v ttcn3-nitb-sysinfo-vol:/data --name jenkins-ttcn3-nitb-sysinfo-191-ttcn3-nitb-sysinfo 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@da86337f50f7: Unix server socket created successfully. MC@da86337f50f7: Listening on TCP port 34739. MC2> da86337f50f7 is the default spawn /osmo-ttcn3-hacks/sysinfo/Test da86337f50f7 34739 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@da86337f50f7: New HC connected from da86337f50f7 [172.18.5.230]. da86337f50f7: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@da86337f50f7: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@da86337f50f7: TTCN-3 Host Controller started on da86337f50f7. Version: CRL 113 200/6 R1A. HC@da86337f50f7: 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@da86337f50f7: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@da86337f50f7: The address of MC was set to da86337f50f7[172.18.5.230]:0. HC@da86337f50f7: The local IP address of the control connection to MC is 172.18.5.230. HC@da86337f50f7: Connected to MC. HC@da86337f50f7: This host supports UNIX domain sockets for local communication. HC@da86337f50f7: Processing configuration data received from MC. HC@da86337f50f7: Module Osmocom_VTY_Functions has the following parameters: { mp_prompt_prefix := "OpenBSC" } HC@da86337f50f7: Initializing module GSMTAP_PortType. HC@da86337f50f7: Initializing module GSMTAP_Types. HC@da86337f50f7: Initializing module Osmocom_Types. HC@da86337f50f7: Initialization of module Osmocom_Types finished. HC@da86337f50f7: Initialization of module GSMTAP_Types finished. HC@da86337f50f7: Initializing module IPL4asp_PortType. HC@da86337f50f7: Initializing module IPL4asp_Types. HC@da86337f50f7: Initializing module Socket_API_Definitions. HC@da86337f50f7: Initialization of module Socket_API_Definitions finished. HC@da86337f50f7: Initialization of module IPL4asp_Types finished. HC@da86337f50f7: Initialization of module IPL4asp_PortType finished. HC@da86337f50f7: Initialization of module GSMTAP_PortType finished. HC@da86337f50f7: Initializing module GSM_RR_Types. HC@da86337f50f7: Initializing module RLCMAC_CSN1_Types. HC@da86337f50f7: Initializing module GSM_Types. HC@da86337f50f7: Initializing module General_Types. HC@da86337f50f7: Initialization of module General_Types finished. HC@da86337f50f7: Initialization of module GSM_Types finished. HC@da86337f50f7: Initialization of module RLCMAC_CSN1_Types finished. HC@da86337f50f7: Initialization of module GSM_RR_Types finished. HC@da86337f50f7: Initializing module GSM_SystemInformation. HC@da86337f50f7: Initialization of module GSM_SystemInformation finished. HC@da86337f50f7: Initializing module IPL4_GSMTAP_CtrlFunct. HC@da86337f50f7: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@da86337f50f7: Initializing module IPL4asp_Functions. HC@da86337f50f7: Initializing module TCCInterface_Functions. HC@da86337f50f7: Initializing module TCCConversion_Functions. HC@da86337f50f7: Initialization of module TCCConversion_Functions finished. HC@da86337f50f7: Initialization of module TCCInterface_Functions finished. HC@da86337f50f7: Initialization of module IPL4asp_Functions finished. HC@da86337f50f7: Initializing module Osmocom_VTY_Functions. HC@da86337f50f7: Initializing module TELNETasp_PortType. HC@da86337f50f7: Initialization of module TELNETasp_PortType finished. HC@da86337f50f7: Initialization of module Osmocom_VTY_Functions finished. HC@da86337f50f7: Initializing module PreGenRecordOf. HC@da86337f50f7: Initialization of module PreGenRecordOf finished. HC@da86337f50f7: Initializing module Test. HC@da86337f50f7: Initialization of module Test finished. HC@da86337f50f7: Initializing module TitanLoggerApi. HC@da86337f50f7: Initialization of module TitanLoggerApi finished. HC@da86337f50f7: Initializing module TitanLoggerControl. HC@da86337f50f7: Initialization of module TitanLoggerControl finished. MC@da86337f50f7: Configuration file was processed on all HCs. MC@da86337f50f7: Creating MTC on host da86337f50f7. HC@da86337f50f7: Configuration data was processed successfully. HC@da86337f50f7: MTC was created. Process id: 21. MC@da86337f50f7: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@da86337f50f7: Executing test case TC_si1 in module Test. MTC@da86337f50f7: Test case TC_si1 started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@da86337f50f7: 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@da86337f50f7: 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@da86337f50f7: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@da86337f50f7: 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@da86337f50f7: 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@da86337f50f7: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@da86337f50f7: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_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@da86337f50f7: 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@da86337f50f7: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@da86337f50f7: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '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@da86337f50f7: 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@da86337f50f7: setverdict(pass): none -> pass MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: pass MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si1 finished. Verdict: pass MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_telnet in module Test. MTC@da86337f50f7: Test case TC_telnet started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "show network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " id 2 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " with ? matched MTC@da86337f50f7: 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 Last RF Command: \n Last RF Lock Command: " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: setverdict(pass): none -> pass MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: pass MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_telnet finished. Verdict: pass MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_default in module Test. MTC@da86337f50f7: Test case TC_si_default started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 8 s MTC@da86337f50f7: Timeout T: 8 s MTC@da86337f50f7: "TC_si_default": TC=0 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=1 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=2 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=3 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=4 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=5 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=6 has #of SI=0 MTC@da86337f50f7: "TC_si_default": TC=7 has #of SI=0 MTC@da86337f50f7: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: fail reason: "No SI messages for TC=0!" MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_default finished. Verdict: fail reason: No SI messages for TC=0! MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_sched_2bis in module Test. MTC@da86337f50f7: Test case TC_si_sched_2bis started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 MTC@da86337f50f7: Message with id 8 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 MTC@da86337f50f7: Message with id 9 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Message with id 10 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Message with id 11 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@da86337f50f7: Message with id 12 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 MTC@da86337f50f7: Message with id 13 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 MTC@da86337f50f7: Message with id 14 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Message with id 15 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Message with id 16 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 MTC@da86337f50f7: Message with id 17 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 MTC@da86337f50f7: Message with id 18 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 MTC@da86337f50f7: Message with id 19 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 MTC@da86337f50f7: Message with id 20 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@da86337f50f7: Message with id 21 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 MTC@da86337f50f7: Message with id 22 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Message with id 23 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 MTC@da86337f50f7: Message with id 24 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@da86337f50f7: Message with id 25 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Message with id 26 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 8 s MTC@da86337f50f7: Timeout T: 8 s MTC@da86337f50f7: "TC_si_sched_2bis": TC=0 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=1 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=2 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=3 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=4 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=5 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=6 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2bis": TC=7 has #of SI=0 MTC@da86337f50f7: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27 MTC@da86337f50f7: Message with id 27 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28 MTC@da86337f50f7: Message with id 28 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29 MTC@da86337f50f7: Message with id 29 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30 MTC@da86337f50f7: Message with id 30 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31 MTC@da86337f50f7: Message with id 31 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32 MTC@da86337f50f7: Message with id 32 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33 MTC@da86337f50f7: Message with id 33 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34 MTC@da86337f50f7: Message with id 34 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35 MTC@da86337f50f7: Message with id 35 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36 MTC@da86337f50f7: Message with id 36 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37 MTC@da86337f50f7: Message with id 37 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38 MTC@da86337f50f7: Message with id 38 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39 MTC@da86337f50f7: Message with id 39 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40 MTC@da86337f50f7: Message with id 40 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@da86337f50f7: Message with id 41 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42 MTC@da86337f50f7: Message with id 42 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43 MTC@da86337f50f7: Message with id 43 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44 MTC@da86337f50f7: Message with id 44 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46 MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45 MTC@da86337f50f7: Message with id 45 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46 MTC@da86337f50f7: Message with id 46 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 MTC@da86337f50f7: Message with id 47 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 MTC@da86337f50f7: Message with id 48 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@da86337f50f7: Message with id 49 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50 MTC@da86337f50f7: Message with id 50 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: fail reason: "No SI messages for TC=0!" MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_sched_2bis finished. Verdict: fail reason: No SI messages for TC=0! MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_sched_2ter in module Test. MTC@da86337f50f7: Test case TC_si_sched_2ter started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 MTC@da86337f50f7: Message with id 8 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 MTC@da86337f50f7: Message with id 9 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Message with id 10 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Message with id 11 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@da86337f50f7: Message with id 12 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 MTC@da86337f50f7: Message with id 13 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 MTC@da86337f50f7: Message with id 14 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Message with id 15 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Message with id 16 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 MTC@da86337f50f7: Message with id 17 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 MTC@da86337f50f7: Message with id 18 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 MTC@da86337f50f7: Message with id 19 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 MTC@da86337f50f7: Message with id 20 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@da86337f50f7: Message with id 21 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 MTC@da86337f50f7: Message with id 22 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Message with id 23 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 MTC@da86337f50f7: Message with id 24 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@da86337f50f7: Message with id 25 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Message with id 26 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 8 s MTC@da86337f50f7: Timeout T: 8 s MTC@da86337f50f7: "TC_si_sched_2ter": TC=0 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=1 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=2 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=3 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=4 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=5 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=6 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter": TC=7 has #of SI=0 MTC@da86337f50f7: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2ter (3) in TC=5! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27 MTC@da86337f50f7: Message with id 27 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28 MTC@da86337f50f7: Message with id 28 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29 MTC@da86337f50f7: Message with id 29 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30 MTC@da86337f50f7: Message with id 30 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31 MTC@da86337f50f7: Message with id 31 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32 MTC@da86337f50f7: Message with id 32 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33 MTC@da86337f50f7: Message with id 33 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34 MTC@da86337f50f7: Message with id 34 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35 MTC@da86337f50f7: Message with id 35 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36 MTC@da86337f50f7: Message with id 36 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37 MTC@da86337f50f7: Message with id 37 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38 MTC@da86337f50f7: Message with id 38 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39 MTC@da86337f50f7: Message with id 39 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40 MTC@da86337f50f7: Message with id 40 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@da86337f50f7: Message with id 41 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42 MTC@da86337f50f7: Message with id 42 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43 MTC@da86337f50f7: Message with id 43 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44 MTC@da86337f50f7: Message with id 44 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46 MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45 MTC@da86337f50f7: Message with id 45 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46 MTC@da86337f50f7: Message with id 46 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 MTC@da86337f50f7: Message with id 47 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 MTC@da86337f50f7: Message with id 48 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@da86337f50f7: Message with id 49 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50 MTC@da86337f50f7: Message with id 50 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: fail reason: "No SI messages for TC=0!" MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_sched_2ter finished. Verdict: fail reason: No SI messages for TC=0! MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@da86337f50f7: Test case TC_si_sched_2ter_2bis started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 MTC@da86337f50f7: Message with id 8 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 MTC@da86337f50f7: Message with id 9 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Message with id 10 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Message with id 11 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 MTC@da86337f50f7: Message with id 12 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 MTC@da86337f50f7: Message with id 13 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 MTC@da86337f50f7: Message with id 14 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 MTC@da86337f50f7: Message with id 15 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Message with id 16 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 MTC@da86337f50f7: Message with id 17 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 MTC@da86337f50f7: Message with id 18 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 MTC@da86337f50f7: Message with id 19 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 MTC@da86337f50f7: Message with id 20 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 MTC@da86337f50f7: Message with id 21 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 22 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 23 MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 22 MTC@da86337f50f7: Message with id 22 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 23 MTC@da86337f50f7: Message with id 23 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 MTC@da86337f50f7: Message with id 24 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 25 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 25 MTC@da86337f50f7: Message with id 25 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Message with id 26 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 27 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 27 MTC@da86337f50f7: Message with id 27 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 8 s MTC@da86337f50f7: Timeout T: 8 s MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=0 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=1 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=2 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=3 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=4 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=5 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=6 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_2ter_2bis": TC=7 has #of SI=0 MTC@da86337f50f7: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Error: Insufficient SI in array MTC@da86337f50f7: Test.ttcn:162: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): fail -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_sched_2ter_2bis finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_sched_2quater in module Test. MTC@da86337f50f7: Test case TC_si_sched_2quater started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 MTC@da86337f50f7: Message with id 8 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 MTC@da86337f50f7: Message with id 9 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Message with id 10 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@da86337f50f7: Message with id 11 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 MTC@da86337f50f7: Message with id 12 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 MTC@da86337f50f7: Message with id 13 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 MTC@da86337f50f7: Message with id 14 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Message with id 15 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 MTC@da86337f50f7: Message with id 16 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 MTC@da86337f50f7: Message with id 17 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 MTC@da86337f50f7: Message with id 18 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 MTC@da86337f50f7: Message with id 19 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 MTC@da86337f50f7: Message with id 20 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@da86337f50f7: Message with id 21 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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 22 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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 22 MTC@da86337f50f7: Message with id 22 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Message with id 23 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 MTC@da86337f50f7: Message with id 24 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 25 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 25 MTC@da86337f50f7: Message with id 25 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 26 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 26 MTC@da86337f50f7: Message with id 26 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 27 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 27 MTC@da86337f50f7: Message with id 27 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 28 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 28 MTC@da86337f50f7: Message with id 28 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 29 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 29 MTC@da86337f50f7: Message with id 29 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 30 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 30 MTC@da86337f50f7: Message with id 30 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 31 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 31 MTC@da86337f50f7: Message with id 31 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 32 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 32 MTC@da86337f50f7: Message with id 32 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 33 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 33 MTC@da86337f50f7: Message with id 33 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 34 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 34 MTC@da86337f50f7: Message with id 34 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 35 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 35 MTC@da86337f50f7: Message with id 35 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 36 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 36 MTC@da86337f50f7: Message with id 36 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 37 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 37 MTC@da86337f50f7: Message with id 37 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode none" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 38 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 38 MTC@da86337f50f7: Message with id 38 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@da86337f50f7: Message with id 39 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 40 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 40 MTC@da86337f50f7: Message with id 40 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 41 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 41 MTC@da86337f50f7: Message with id 41 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 42 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 42 MTC@da86337f50f7: Message with id 42 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 43 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 43 MTC@da86337f50f7: Message with id 43 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@da86337f50f7: Message with id 44 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 45 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 46 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h hr\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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 45 MTC@da86337f50f7: Message with id 45 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 46 MTC@da86337f50f7: Message with id 46 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 MTC@da86337f50f7: Message with id 47 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: setverdict(pass): none -> pass MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: pass MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_sched_2quater finished. Verdict: pass MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_sched_13 in module Test. MTC@da86337f50f7: Test case TC_si_sched_13 started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 MTC@da86337f50f7: Message with id 8 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 MTC@da86337f50f7: Message with id 9 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Message with id 10 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@da86337f50f7: Message with id 11 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 MTC@da86337f50f7: Message with id 12 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 MTC@da86337f50f7: Message with id 13 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 MTC@da86337f50f7: Message with id 14 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@da86337f50f7: Message with id 15 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 MTC@da86337f50f7: Message with id 16 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 MTC@da86337f50f7: Message with id 17 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 MTC@da86337f50f7: Message with id 18 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 MTC@da86337f50f7: Message with id 19 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 20 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "Unable to delete uarfcn: pair not found" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 20 MTC@da86337f50f7: Message with id 20 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 MTC@da86337f50f7: Message with id 21 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 22 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 22 MTC@da86337f50f7: Message with id 22 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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 23 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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 23 MTC@da86337f50f7: Message with id 23 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 MTC@da86337f50f7: Message with id 24 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@da86337f50f7: Message with id 25 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 8 s MTC@da86337f50f7: Timeout T: 8 s MTC@da86337f50f7: "TC_si_sched_13": TC=0 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=1 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=2 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=3 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=4 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=5 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=6 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13": TC=7 has #of SI=0 MTC@da86337f50f7: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Error: Insufficient SI in array MTC@da86337f50f7: Test.ttcn:162: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): fail -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_sched_13 finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@da86337f50f7: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 MTC@da86337f50f7: Message with id 8 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 MTC@da86337f50f7: Message with id 9 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@da86337f50f7: Message with id 10 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@da86337f50f7: Message with id 11 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 MTC@da86337f50f7: Message with id 12 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 MTC@da86337f50f7: Message with id 13 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 MTC@da86337f50f7: Message with id 14 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 MTC@da86337f50f7: Message with id 15 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@da86337f50f7: Message with id 16 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 MTC@da86337f50f7: Message with id 17 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 MTC@da86337f50f7: Message with id 18 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 MTC@da86337f50f7: Message with id 19 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 MTC@da86337f50f7: Message with id 20 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 MTC@da86337f50f7: Message with id 21 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 MTC@da86337f50f7: Message with id 22 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@da86337f50f7: Message with id 23 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "write terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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 24 MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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@da86337f50f7: 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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 24 MTC@da86337f50f7: Message with id 24 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@da86337f50f7: Message with id 25 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@da86337f50f7: Message with id 26 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 8 s MTC@da86337f50f7: Timeout T: 8 s MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=0 MTC@da86337f50f7: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=0 MTC@da86337f50f7: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! MTC@da86337f50f7: setverdict(fail): fail -> fail, component reason not changed MTC@da86337f50f7: Error: Insufficient SI in array MTC@da86337f50f7: Test.ttcn:162: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): fail -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_neci in module Test. MTC@da86337f50f7: Test case TC_neci started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Random number generator was initialized with seed 57.831707: srand48(-1885996326). MTC@da86337f50f7: Function rnd() returned 0.355210. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "neci 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_neci finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_cell_resel_hyst in module Test. MTC@da86337f50f7: Test case TC_cell_resel_hyst started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.851715. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "cell reselection hysteresis 10" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_cell_resel_hyst finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_rxlev_acc_min in module Test. MTC@da86337f50f7: Test case TC_rxlev_acc_min started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.188615. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "rxlev access min 11" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_rxlev_acc_min finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_cellid in module Test. MTC@da86337f50f7: Test case TC_cellid started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.513113. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "cell_identity 33626" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_cellid finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_lac in module Test. MTC@da86337f50f7: Test case TC_lac started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.862128. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "location_area_code 56499" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_lac finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_rach_tx_int in module Test. MTC@da86337f50f7: Test case TC_rach_tx_int started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.651754. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "rach tx integer 9" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_rach_tx_int finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_rach_max_tx in module Test. MTC@da86337f50f7: Test case TC_rach_max_tx started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.135830. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "rach max transmission 1" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_rach_max_tx finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_attach in module Test. MTC@da86337f50f7: Test case TC_attach started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.683780. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_attach finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_dtx_ul in module Test. MTC@da86337f50f7: Test case TC_dtx_ul started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.167292. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "dtx uplink" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_dtx_ul finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_emerg_allowed in module Test. MTC@da86337f50f7: Test case TC_emerg_allowed started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.075817. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_emerg_allowed finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_bs_pa_mfrms in module Test. MTC@da86337f50f7: Test case TC_bs_pa_mfrms started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.131607. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 2" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_bs_pa_mfrms finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_bs_ag_blks_res in module Test. MTC@da86337f50f7: Test case TC_bs_ag_blks_res started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.256898. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_bs_ag_blks_res finished. Verdict: error MC@da86337f50f7: Test execution finished. MTC@da86337f50f7: Executing test case TC_radio_link_timeout in module Test. MTC@da86337f50f7: Test case TC_radio_link_timeout started. MTC@da86337f50f7: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@da86337f50f7: Port GSMTAP was started. MTC@da86337f50f7: Port BSCVTY was started. MTC@da86337f50f7: Component type Test.dummy_CT was initialized. MTC@da86337f50f7: Function rnd() returned 0.051342. MTC@da86337f50f7: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was mapped to system:GSMTAP. MTC@da86337f50f7: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@da86337f50f7: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@da86337f50f7: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was mapped to system:BSCVTY. MTC@da86337f50f7: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@da86337f50f7: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@da86337f50f7: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@da86337f50f7: Sent on BSCVTY to system charstring : "enable" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@da86337f50f7: Message with id 1 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "configure terminal" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@da86337f50f7: Message with id 2 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "network" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@da86337f50f7: Message with id 3 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@da86337f50f7: Message with id 4 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "radio-link-timeout 4" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@da86337f50f7: Message with id 5 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "end" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@da86337f50f7: Message with id 6 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@da86337f50f7: Start timer T: 2 s MTC@da86337f50f7: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@da86337f50f7: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@da86337f50f7: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@da86337f50f7: Message with id 7 was extracted from the queue of BSCVTY. MTC@da86337f50f7: Stop timer T: 2 s MTC@da86337f50f7: Start timer T: 1 s MTC@da86337f50f7: Timeout T: 1 s MTC@da86337f50f7: Port GSMTAP was cleared. MTC@da86337f50f7: Start timer T: 10 s MTC@da86337f50f7: Timeout T: 10 s MTC@da86337f50f7: Error waiting for SI on GSMTAP MTC@da86337f50f7: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@da86337f50f7: setverdict(error): none -> error MTC@da86337f50f7: Performing error recovery. MTC@da86337f50f7: Terminating component type Test.dummy_CT. MTC@da86337f50f7: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was unmapped from system:GSMTAP. MTC@da86337f50f7: Port GSMTAP was stopped. MTC@da86337f50f7: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was unmapped from system:BSCVTY. MTC@da86337f50f7: Port BSCVTY was stopped. MTC@da86337f50f7: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@da86337f50f7: Waiting for PTCs to finish. MTC@da86337f50f7: Setting final verdict of the test case. MTC@da86337f50f7: Local verdict of MTC: error MTC@da86337f50f7: No PTCs were created. MTC@da86337f50f7: Test case TC_radio_link_timeout finished. Verdict: error MC@da86337f50f7: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@da86337f50f7: Terminating MTC. MTC@da86337f50f7: Verdict statistics: 0 none (0.00 %), 3 pass (13.64 %), 0 inconc (0.00 %), 3 fail (13.64 %), 16 error (72.73 %). MTC@da86337f50f7: Test execution summary: 22 test cases were executed. Overall verdict: error MTC@da86337f50f7: Exit was requested from MC. Terminating MTC. MC@da86337f50f7: MTC terminated. MC2> exit MC@da86337f50f7: Shutting down session. HC@da86337f50f7: Exit was requested from MC. Terminating HC. MC@da86337f50f7: Shutdown complete. 06:59:50.022677 hc TTCN-3 Host Controller started on da86337f50f7. Version: CRL 113 200/6 R1A. 06:59:50.022713 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 06:59:50.022715 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 06:59:50.022848 hc The address of MC was set to da86337f50f7[172.18.5.230]:0. 06:59:50.022920 hc The local IP address of the control connection to MC is 172.18.5.230. 06:59:50.022928 hc Connected to MC. 06:59:50.022941 hc This host supports UNIX domain sockets for local communication. 06:59:50.023201 hc Processing configuration data received from MC. 06:59:50.023618 hc Module Osmocom_VTY_Functions has the following parameters: { mp_prompt_prefix := "OpenBSC" } 06:59:50.023642 hc Initializing module GSMTAP_PortType. 06:59:50.023659 hc Initializing module GSMTAP_Types. 06:59:50.023676 hc Initializing module Osmocom_Types. 06:59:50.023706 hc Initialization of module Osmocom_Types finished. 06:59:50.023720 hc Initialization of module GSMTAP_Types finished. 06:59:50.023733 hc Initializing module IPL4asp_PortType. 06:59:50.023749 hc Initializing module IPL4asp_Types. 06:59:50.023775 hc Initializing module Socket_API_Definitions. 06:59:50.023788 hc Initialization of module Socket_API_Definitions finished. 06:59:50.023803 hc Initialization of module IPL4asp_Types finished. 06:59:50.023834 hc Initialization of module IPL4asp_PortType finished. 06:59:50.023848 hc Initialization of module GSMTAP_PortType finished. 06:59:50.023862 hc Initializing module GSM_RR_Types. 06:59:50.023878 hc Initializing module RLCMAC_CSN1_Types. 06:59:50.023893 hc Initializing module GSM_Types. 06:59:50.023908 hc Initializing module General_Types. 06:59:50.023922 hc Initialization of module General_Types finished. 06:59:50.023958 hc Initialization of module GSM_Types finished. 06:59:50.023976 hc Initialization of module RLCMAC_CSN1_Types finished. 06:59:50.023990 hc Initialization of module GSM_RR_Types finished. 06:59:50.024004 hc Initializing module GSM_SystemInformation. 06:59:50.024094 hc Initialization of module GSM_SystemInformation finished. 06:59:50.024110 hc Initializing module IPL4_GSMTAP_CtrlFunct. 06:59:50.024127 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 06:59:50.024142 hc Initializing module IPL4asp_Functions. 06:59:50.024160 hc Initializing module TCCInterface_Functions. 06:59:50.024176 hc Initializing module TCCConversion_Functions. 06:59:50.024191 hc Initialization of module TCCConversion_Functions finished. 06:59:50.024208 hc Initialization of module TCCInterface_Functions finished. 06:59:50.024221 hc Initialization of module IPL4asp_Functions finished. 06:59:50.024248 hc Initializing module Osmocom_VTY_Functions. 06:59:50.024262 hc Initializing module TELNETasp_PortType. 06:59:50.024275 hc Initialization of module TELNETasp_PortType finished. 06:59:50.024294 hc Initialization of module Osmocom_VTY_Functions finished. 06:59:50.024313 hc Initializing module PreGenRecordOf. 06:59:50.024327 hc Initialization of module PreGenRecordOf finished. 06:59:50.024341 hc Initializing module Test. 06:59:50.024491 hc Initialization of module Test finished. 06:59:50.024508 hc Initializing module TitanLoggerApi. 06:59:50.024537 hc Initialization of module TitanLoggerApi finished. 06:59:50.024550 hc Initializing module TitanLoggerControl. 06:59:50.024564 hc Initialization of module TitanLoggerControl finished. 06:59:50.024582 hc Configuration data was processed successfully. 06:59:50.024793 hc MTC was created. Process id: 21. 06:59:50.024893 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 06:59:50.025047 mtc TTCN-3 Main Test Component started on da86337f50f7. Version: CRL 113 200/6 R1A. 06:59:50.025068 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 06:59:50.025091 mtc Connected to MC. 06:59:50.025327 mtc Executing test case TC_si1 in module Test. 06:59:50.025419 mtc Test case TC_si1 started. 06:59:50.025434 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 06:59:50.025501 mtc Port GSMTAP was started. 06:59:50.025518 mtc Port BSCVTY was started. 06:59:50.025524 mtc Component type Test.dummy_CT was initialized. 06:59:50.025536 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 ("+") } } } 06:59:50.025763 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 } } } } 06:59:50.025822 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+++") } } } 06:59:50.025947 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 ("++++++++++") } } } 06:59:50.026122 mtc setverdict(pass): none -> pass 06:59:50.026139 mtc Terminating component type Test.dummy_CT. 06:59:50.026148 mtc Port GSMTAP was stopped. 06:59:50.026157 mtc Port BSCVTY was stopped. 06:59:50.026163 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 06:59:50.026171 mtc Waiting for PTCs to finish. 06:59:50.026286 mtc Setting final verdict of the test case. 06:59:50.026302 mtc Local verdict of MTC: pass 06:59:50.026319 mtc No PTCs were created. 06:59:50.026330 mtc Test case TC_si1 finished. Verdict: pass 06:59:50.026355 mtc Executing test case TC_telnet in module Test. 06:59:50.026371 mtc Test case TC_telnet started. 06:59:50.026382 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 06:59:50.026406 mtc Port GSMTAP was started. 06:59:50.026417 mtc Port BSCVTY was started. 06:59:50.026427 mtc Component type Test.dummy_CT was initialized. 06:59:50.026444 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 06:59:50.026473 mtc Port GSMTAP was mapped to system:GSMTAP. 06:59:50.026505 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 06:59:50.026569 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 06:59:50.026708 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 06:59:50.026897 mtc Port BSCVTY was mapped to system:BSCVTY. 06:59:50.026928 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 06:59:50.026969 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 06:59:50.027010 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 06:59:50.027032 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 06:59:50.027047 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 06:59:50.027063 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 06:59:50.027080 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 06:59:50.027146 mtc Sent on BSCVTY to system charstring : "enable" 06:59:50.027189 mtc Start timer T: 2 s 06:59:50.027271 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 06:59:50.027325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 06:59:50.027342 mtc Message with id 1 was extracted from the queue of BSCVTY. 06:59:50.027355 mtc Stop timer T: 2 s 06:59:50.027369 mtc Sent on BSCVTY to system charstring : "show network" 06:59:50.027393 mtc Start timer T: 2 s 06:59:50.027517 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 Last RF Command: \n Last RF Lock Command: " id 2 06:59:50.027546 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 06:59:50.027791 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 Last RF Command: \n Last RF Lock Command: " id 2 06:59:50.027809 mtc Message with id 2 was extracted from the queue of BSCVTY. 06:59:50.027826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 06:59:50.027834 mtc Message with id 3 was extracted from the queue of BSCVTY. 06:59:50.027840 mtc Stop timer T: 2 s 06:59:50.027850 mtc Sent on BSCVTY to system charstring : "configure terminal" 06:59:50.027870 mtc Start timer T: 2 s 06:59:50.028017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 4 06:59:50.028134 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 4 06:59:50.028164 mtc Message with id 4 was extracted from the queue of BSCVTY. 06:59:50.028180 mtc Stop timer T: 2 s 06:59:50.028206 mtc Sent on BSCVTY to system charstring : "network" 06:59:50.028231 mtc Start timer T: 2 s 06:59:50.028296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 5 06:59:50.028364 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 5 06:59:50.028376 mtc Message with id 5 was extracted from the queue of BSCVTY. 06:59:50.028397 mtc Stop timer T: 2 s 06:59:50.028408 mtc Sent on BSCVTY to system charstring : "bts 0" 06:59:50.028424 mtc Start timer T: 2 s 06:59:50.028485 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 06:59:50.028559 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 06:59:50.028576 mtc Message with id 6 was extracted from the queue of BSCVTY. 06:59:50.028591 mtc Stop timer T: 2 s 06:59:50.028605 mtc Sent on BSCVTY to system charstring : "end" 06:59:50.028631 mtc Start timer T: 2 s 06:59:50.028749 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 06:59:50.028794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 06:59:50.028818 mtc Message with id 7 was extracted from the queue of BSCVTY. 06:59:50.028830 mtc Stop timer T: 2 s 06:59:50.028841 mtc setverdict(pass): none -> pass 06:59:50.028853 mtc Terminating component type Test.dummy_CT. 06:59:50.028883 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 06:59:50.028963 mtc Port GSMTAP was unmapped from system:GSMTAP. 06:59:50.028978 mtc Port GSMTAP was stopped. 06:59:50.028986 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 06:59:50.029020 mtc Port BSCVTY was unmapped from system:BSCVTY. 06:59:50.029034 mtc Port BSCVTY was stopped. 06:59:50.029045 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 06:59:50.029072 mtc Waiting for PTCs to finish. 06:59:50.029127 mtc Setting final verdict of the test case. 06:59:50.029143 mtc Local verdict of MTC: pass 06:59:50.029155 mtc No PTCs were created. 06:59:50.029165 mtc Test case TC_telnet finished. Verdict: pass 06:59:50.029214 mtc Executing test case TC_si_default in module Test. 06:59:50.029232 mtc Test case TC_si_default started. 06:59:50.029244 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 06:59:50.029280 mtc Port GSMTAP was started. 06:59:50.029301 mtc Port BSCVTY was started. 06:59:50.029312 mtc Component type Test.dummy_CT was initialized. 06:59:50.029327 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 06:59:50.029360 mtc Port GSMTAP was mapped to system:GSMTAP. 06:59:50.029384 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 06:59:50.029401 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 06:59:50.029438 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 06:59:50.029551 mtc Port BSCVTY was mapped to system:BSCVTY. 06:59:50.029579 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 06:59:50.029594 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 06:59:50.029619 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 06:59:50.029632 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 06:59:50.029649 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 06:59:50.029661 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 06:59:50.029680 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 06:59:50.029722 mtc Sent on BSCVTY to system charstring : "enable" 06:59:50.029748 mtc Start timer T: 2 s 06:59:50.029792 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 06:59:50.029825 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 06:59:50.029844 mtc Message with id 1 was extracted from the queue of BSCVTY. 06:59:50.029856 mtc Stop timer T: 2 s 06:59:50.029900 mtc Port GSMTAP was cleared. 06:59:50.029920 mtc Start timer T: 8 s 06:59:58.037228 mtc Timeout T: 8 s 06:59:58.037391 mtc "TC_si_default": TC=0 has #of SI=0 06:59:58.037511 mtc "TC_si_default": TC=1 has #of SI=0 06:59:58.037586 mtc "TC_si_default": TC=2 has #of SI=0 06:59:58.037658 mtc "TC_si_default": TC=3 has #of SI=0 06:59:58.037727 mtc "TC_si_default": TC=4 has #of SI=0 06:59:58.037803 mtc "TC_si_default": TC=5 has #of SI=0 06:59:58.037868 mtc "TC_si_default": TC=6 has #of SI=0 06:59:58.037932 mtc "TC_si_default": TC=7 has #of SI=0 06:59:58.038038 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 06:59:58.038136 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038183 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038234 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038264 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038306 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038336 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038363 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 06:59:58.038404 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 06:59:58.038454 mtc setverdict(fail): fail -> fail, component reason not changed 06:59:58.038524 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 06:59:58.038597 mtc setverdict(fail): fail -> fail, component reason not changed 06:59:58.038693 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 06:59:58.038763 mtc setverdict(fail): fail -> fail, component reason not changed 06:59:58.038804 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 06:59:58.038855 mtc setverdict(fail): fail -> fail, component reason not changed 06:59:58.038909 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 06:59:58.038965 mtc setverdict(fail): fail -> fail, component reason not changed 06:59:58.039013 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 06:59:58.039071 mtc setverdict(fail): fail -> fail, component reason not changed 06:59:58.039176 mtc Terminating component type Test.dummy_CT. 06:59:58.039244 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 06:59:58.039356 mtc Port GSMTAP was unmapped from system:GSMTAP. 06:59:58.039438 mtc Port GSMTAP was stopped. 06:59:58.039491 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 06:59:58.039784 mtc Port BSCVTY was unmapped from system:BSCVTY. 06:59:58.039858 mtc Port BSCVTY was stopped. 06:59:58.039903 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 06:59:58.039963 mtc Waiting for PTCs to finish. 06:59:58.040138 mtc Setting final verdict of the test case. 06:59:58.040196 mtc Local verdict of MTC: fail reason: "No SI messages for TC=0!" 06:59:58.040254 mtc No PTCs were created. 06:59:58.040305 mtc Test case TC_si_default finished. Verdict: fail reason: No SI messages for TC=0! 06:59:58.040531 mtc Executing test case TC_si_sched_2bis in module Test. 06:59:58.040632 mtc Test case TC_si_sched_2bis started. 06:59:58.040689 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 06:59:58.040786 mtc Port GSMTAP was started. 06:59:58.040862 mtc Port BSCVTY was started. 06:59:58.040912 mtc Component type Test.dummy_CT was initialized. 06:59:58.040969 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 06:59:58.041116 mtc Port GSMTAP was mapped to system:GSMTAP. 06:59:58.041322 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 06:59:58.041453 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 06:59:58.041605 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 06:59:58.042166 mtc Port BSCVTY was mapped to system:BSCVTY. 06:59:58.042309 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 06:59:58.042385 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 06:59:58.042486 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 06:59:58.042548 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 06:59:58.042627 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 06:59:58.042714 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 06:59:58.042797 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 06:59:58.042966 mtc Sent on BSCVTY to system charstring : "enable" 06:59:58.043110 mtc Start timer T: 2 s 06:59:58.043310 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 06:59:58.043479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 06:59:58.043544 mtc Message with id 1 was extracted from the queue of BSCVTY. 06:59:58.043600 mtc Stop timer T: 2 s 06:59:58.043681 mtc Sent on BSCVTY to system charstring : "configure terminal" 06:59:58.043781 mtc Start timer T: 2 s 06:59:58.044110 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 06:59:58.044331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 06:59:58.044399 mtc Message with id 2 was extracted from the queue of BSCVTY. 06:59:58.044471 mtc Stop timer T: 2 s 06:59:58.044536 mtc Sent on BSCVTY to system charstring : "network" 06:59:58.044641 mtc Start timer T: 2 s 06:59:58.044857 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 06:59:58.045124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 06:59:58.045192 mtc Message with id 3 was extracted from the queue of BSCVTY. 06:59:58.045260 mtc Stop timer T: 2 s 06:59:58.045353 mtc Sent on BSCVTY to system charstring : "bts 0" 06:59:58.045451 mtc Start timer T: 2 s 06:59:58.045670 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 06:59:58.045929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 06:59:58.045995 mtc Message with id 4 was extracted from the queue of BSCVTY. 06:59:58.046059 mtc Stop timer T: 2 s 06:59:58.046141 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 06:59:58.046241 mtc Start timer T: 2 s 06:59:58.046561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 06:59:58.046811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 06:59:58.046871 mtc Message with id 5 was extracted from the queue of BSCVTY. 06:59:58.046940 mtc Stop timer T: 2 s 06:59:58.047045 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 06:59:58.047145 mtc Start timer T: 2 s 06:59:58.047436 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 06:59:58.047691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 06:59:58.047760 mtc Message with id 6 was extracted from the queue of BSCVTY. 06:59:58.047826 mtc Stop timer T: 2 s 06:59:58.047899 mtc Sent on BSCVTY to system charstring : "end" 06:59:58.048004 mtc Start timer T: 2 s 06:59:58.048066 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 06:59:58.048101 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 06:59:58.048113 mtc Message with id 7 was extracted from the queue of BSCVTY. 06:59:58.048126 mtc Stop timer T: 2 s 06:59:58.048140 mtc Sent on BSCVTY to system charstring : "configure terminal" 06:59:58.048169 mtc Start timer T: 2 s 06:59:58.048314 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 06:59:58.048401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 06:59:58.048419 mtc Message with id 8 was extracted from the queue of BSCVTY. 06:59:58.048437 mtc Stop timer T: 2 s 06:59:58.048457 mtc Sent on BSCVTY to system charstring : "network" 06:59:58.048484 mtc Start timer T: 2 s 06:59:58.048556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 06:59:58.048636 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 06:59:58.048656 mtc Message with id 9 was extracted from the queue of BSCVTY. 06:59:58.048677 mtc Stop timer T: 2 s 06:59:58.048697 mtc Sent on BSCVTY to system charstring : "bts 0" 06:59:58.048729 mtc Start timer T: 2 s 06:59:58.048793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 06:59:58.048876 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 06:59:58.048897 mtc Message with id 10 was extracted from the queue of BSCVTY. 06:59:58.048916 mtc Stop timer T: 2 s 06:59:58.048940 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 06:59:58.048971 mtc Start timer T: 2 s 06:59:58.049062 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 06:59:58.049127 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 06:59:58.049149 mtc Message with id 11 was extracted from the queue of BSCVTY. 06:59:58.049169 mtc Stop timer T: 2 s 06:59:58.049189 mtc Sent on BSCVTY to system charstring : "end" 06:59:58.049220 mtc Start timer T: 2 s 06:59:58.049279 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 06:59:58.049324 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 06:59:58.049343 mtc Message with id 12 was extracted from the queue of BSCVTY. 06:59:58.049360 mtc Stop timer T: 2 s 06:59:58.049381 mtc Sent on BSCVTY to system charstring : "configure terminal" 06:59:58.049411 mtc Start timer T: 2 s 06:59:58.049482 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 06:59:58.049560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 06:59:58.049581 mtc Message with id 13 was extracted from the queue of BSCVTY. 06:59:58.049603 mtc Stop timer T: 2 s 06:59:58.049621 mtc Sent on BSCVTY to system charstring : "network" 06:59:58.049652 mtc Start timer T: 2 s 06:59:58.049720 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 06:59:58.049823 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 06:59:58.049846 mtc Message with id 14 was extracted from the queue of BSCVTY. 06:59:58.049868 mtc Stop timer T: 2 s 06:59:58.049889 mtc Sent on BSCVTY to system charstring : "bts 0" 06:59:58.049922 mtc Start timer T: 2 s 06:59:58.049993 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 06:59:58.050104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 06:59:58.050133 mtc Message with id 15 was extracted from the queue of BSCVTY. 06:59:58.050159 mtc Stop timer T: 2 s 06:59:58.050189 mtc Sent on BSCVTY to system charstring : "gprs mode none" 06:59:58.050307 mtc Start timer T: 2 s 06:59:58.050358 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 06:59:58.050450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 06:59:58.050478 mtc Message with id 16 was extracted from the queue of BSCVTY. 06:59:58.050498 mtc Stop timer T: 2 s 06:59:58.050513 mtc Sent on BSCVTY to system charstring : "end" 06:59:58.050625 mtc Start timer T: 2 s 06:59:58.050669 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 06:59:58.050716 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 06:59:58.050737 mtc Message with id 17 was extracted from the queue of BSCVTY. 06:59:58.050755 mtc Stop timer T: 2 s 06:59:58.050777 mtc Sent on BSCVTY to system charstring : "configure terminal" 06:59:58.050810 mtc Start timer T: 2 s 06:59:58.050882 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 06:59:58.050962 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 06:59:58.050982 mtc Message with id 18 was extracted from the queue of BSCVTY. 06:59:58.051005 mtc Stop timer T: 2 s 06:59:58.051025 mtc Sent on BSCVTY to system charstring : "network" 06:59:58.051058 mtc Start timer T: 2 s 06:59:58.051124 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 06:59:58.051208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 06:59:58.051230 mtc Message with id 19 was extracted from the queue of BSCVTY. 06:59:58.051257 mtc Stop timer T: 2 s 06:59:58.051280 mtc Sent on BSCVTY to system charstring : "bts 0" 06:59:58.051350 mtc Start timer T: 2 s 06:59:58.051393 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 06:59:58.051470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 06:59:58.051492 mtc Message with id 20 was extracted from the queue of BSCVTY. 06:59:58.051513 mtc Stop timer T: 2 s 06:59:58.051543 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 06:59:58.051574 mtc Start timer T: 2 s 06:59:58.051726 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 06:59:58.051757 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 06:59:58.051856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 06:59:58.051876 mtc Message with id 21 was extracted from the queue of BSCVTY. 06:59:58.051935 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 06:59:58.051951 mtc Message with id 22 was extracted from the queue of BSCVTY. 06:59:58.051968 mtc Stop timer T: 2 s 06:59:58.051985 mtc Sent on BSCVTY to system charstring : "end" 06:59:58.052013 mtc Start timer T: 2 s 06:59:58.052078 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 06:59:58.052112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 06:59:58.052125 mtc Message with id 23 was extracted from the queue of BSCVTY. 06:59:58.052135 mtc Stop timer T: 2 s 06:59:58.052149 mtc Sent on BSCVTY to system charstring : "write terminal" 06:59:58.052172 mtc Start timer T: 2 s 06:59:58.052618 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 06:59:58.052681 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 06:59:58.054497 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 06:59:58.054548 mtc Message with id 24 was extracted from the queue of BSCVTY. 06:59:58.054572 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 06:59:58.054582 mtc Message with id 25 was extracted from the queue of BSCVTY. 06:59:58.054591 mtc Stop timer T: 2 s 06:59:58.054606 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 06:59:58.054632 mtc Start timer T: 2 s 06:59:58.054801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 06:59:58.054846 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 06:59:58.054865 mtc Message with id 26 was extracted from the queue of BSCVTY. 06:59:58.054881 mtc Stop timer T: 2 s 06:59:58.054901 mtc Start timer T: 1 s 06:59:59.055995 mtc Timeout T: 1 s 06:59:59.056140 mtc Port GSMTAP was cleared. 06:59:59.056204 mtc Start timer T: 8 s 07:00:07.063686 mtc Timeout T: 8 s 07:00:07.063842 mtc "TC_si_sched_2bis": TC=0 has #of SI=0 07:00:07.063944 mtc "TC_si_sched_2bis": TC=1 has #of SI=0 07:00:07.064016 mtc "TC_si_sched_2bis": TC=2 has #of SI=0 07:00:07.064084 mtc "TC_si_sched_2bis": TC=3 has #of SI=0 07:00:07.064149 mtc "TC_si_sched_2bis": TC=4 has #of SI=0 07:00:07.064214 mtc "TC_si_sched_2bis": TC=5 has #of SI=0 07:00:07.064284 mtc "TC_si_sched_2bis": TC=6 has #of SI=0 07:00:07.064354 mtc "TC_si_sched_2bis": TC=7 has #of SI=0 07:00:07.064445 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:00:07.064531 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064607 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064684 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064741 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064796 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064850 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064904 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:07.064982 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:00:07.065049 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065105 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:00:07.065164 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065215 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:00:07.065271 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065321 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:00:07.065377 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065427 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:00:07.065483 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065535 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:00:07.065591 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065641 mtc Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! 07:00:07.065700 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:07.065772 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:07.065900 mtc Start timer T: 2 s 07:00:07.731773 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27 07:00:07.731897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27 07:00:07.731918 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:00:07.731938 mtc Stop timer T: 2 s 07:00:07.731960 mtc Sent on BSCVTY to system charstring : "network" 07:00:07.732003 mtc Start timer T: 2 s 07:00:07.732072 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28 07:00:07.732144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28 07:00:07.732159 mtc Message with id 28 was extracted from the queue of BSCVTY. 07:00:07.732175 mtc Stop timer T: 2 s 07:00:07.732189 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:07.732212 mtc Start timer T: 2 s 07:00:07.732296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29 07:00:07.732402 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29 07:00:07.732427 mtc Message with id 29 was extracted from the queue of BSCVTY. 07:00:07.732442 mtc Stop timer T: 2 s 07:00:07.732459 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:00:07.732486 mtc Start timer T: 2 s 07:00:07.732613 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30 07:00:07.732760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30 07:00:07.732809 mtc Message with id 30 was extracted from the queue of BSCVTY. 07:00:07.732831 mtc Stop timer T: 2 s 07:00:07.732858 mtc Sent on BSCVTY to system charstring : "end" 07:00:07.732882 mtc Start timer T: 2 s 07:00:07.732953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31 07:00:07.732997 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31 07:00:07.733018 mtc Message with id 31 was extracted from the queue of BSCVTY. 07:00:07.733037 mtc Stop timer T: 2 s 07:00:07.733060 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:07.733189 mtc Start timer T: 2 s 07:00:07.733231 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32 07:00:07.733297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32 07:00:07.733316 mtc Message with id 32 was extracted from the queue of BSCVTY. 07:00:07.733337 mtc Stop timer T: 2 s 07:00:07.733356 mtc Sent on BSCVTY to system charstring : "network" 07:00:07.733383 mtc Start timer T: 2 s 07:00:07.733450 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33 07:00:07.733540 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33 07:00:07.733557 mtc Message with id 33 was extracted from the queue of BSCVTY. 07:00:07.733571 mtc Stop timer T: 2 s 07:00:07.733585 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:07.733614 mtc Start timer T: 2 s 07:00:07.733675 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34 07:00:07.733741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34 07:00:07.733757 mtc Message with id 34 was extracted from the queue of BSCVTY. 07:00:07.733776 mtc Stop timer T: 2 s 07:00:07.733799 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:00:07.733828 mtc Start timer T: 2 s 07:00:07.733916 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35 07:00:07.733988 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35 07:00:07.734006 mtc Message with id 35 was extracted from the queue of BSCVTY. 07:00:07.734025 mtc Stop timer T: 2 s 07:00:07.734042 mtc Sent on BSCVTY to system charstring : "end" 07:00:07.734071 mtc Start timer T: 2 s 07:00:07.734126 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36 07:00:07.734167 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36 07:00:07.734184 mtc Message with id 36 was extracted from the queue of BSCVTY. 07:00:07.734198 mtc Stop timer T: 2 s 07:00:07.734217 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:07.734243 mtc Start timer T: 2 s 07:00:07.734313 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37 07:00:07.734372 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37 07:00:07.734385 mtc Message with id 37 was extracted from the queue of BSCVTY. 07:00:07.734397 mtc Stop timer T: 2 s 07:00:07.734411 mtc Sent on BSCVTY to system charstring : "network" 07:00:07.734439 mtc Start timer T: 2 s 07:00:07.734499 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38 07:00:07.734577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38 07:00:07.734597 mtc Message with id 38 was extracted from the queue of BSCVTY. 07:00:07.734615 mtc Stop timer T: 2 s 07:00:07.734636 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:07.734682 mtc Start timer T: 2 s 07:00:07.734762 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39 07:00:07.734842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39 07:00:07.734861 mtc Message with id 39 was extracted from the queue of BSCVTY. 07:00:07.734879 mtc Stop timer T: 2 s 07:00:07.734898 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:00:07.734927 mtc Start timer T: 2 s 07:00:07.734999 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40 07:00:07.735064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40 07:00:07.735077 mtc Message with id 40 was extracted from the queue of BSCVTY. 07:00:07.735089 mtc Stop timer T: 2 s 07:00:07.735100 mtc Sent on BSCVTY to system charstring : "end" 07:00:07.735121 mtc Start timer T: 2 s 07:00:07.735189 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 07:00:07.735229 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 07:00:07.735246 mtc Message with id 41 was extracted from the queue of BSCVTY. 07:00:07.735258 mtc Stop timer T: 2 s 07:00:07.735274 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:07.735299 mtc Start timer T: 2 s 07:00:07.735443 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42 07:00:07.735524 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42 07:00:07.735540 mtc Message with id 42 was extracted from the queue of BSCVTY. 07:00:07.735552 mtc Stop timer T: 2 s 07:00:07.735565 mtc Sent on BSCVTY to system charstring : "network" 07:00:07.735587 mtc Start timer T: 2 s 07:00:07.735637 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43 07:00:07.735725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43 07:00:07.735751 mtc Message with id 43 was extracted from the queue of BSCVTY. 07:00:07.735770 mtc Stop timer T: 2 s 07:00:07.735790 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:07.735822 mtc Start timer T: 2 s 07:00:07.735883 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44 07:00:07.735957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44 07:00:07.735976 mtc Message with id 44 was extracted from the queue of BSCVTY. 07:00:07.735994 mtc Stop timer T: 2 s 07:00:07.736018 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:00:07.736046 mtc Start timer T: 2 s 07:00:07.736132 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45 07:00:07.736154 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46 07:00:07.736244 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45 07:00:07.736262 mtc Message with id 45 was extracted from the queue of BSCVTY. 07:00:07.736325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46 07:00:07.736343 mtc Message with id 46 was extracted from the queue of BSCVTY. 07:00:07.736360 mtc Stop timer T: 2 s 07:00:07.736378 mtc Sent on BSCVTY to system charstring : "end" 07:00:07.736407 mtc Start timer T: 2 s 07:00:07.736463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 07:00:07.736504 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 07:00:07.736521 mtc Message with id 47 was extracted from the queue of BSCVTY. 07:00:07.736535 mtc Stop timer T: 2 s 07:00:07.736553 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:07.736580 mtc Start timer T: 2 s 07:00:07.736965 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 07:00:07.737021 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 07:00:07.738698 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 07:00:07.738751 mtc Message with id 48 was extracted from the queue of BSCVTY. 07:00:07.738786 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 07:00:07.738802 mtc Message with id 49 was extracted from the queue of BSCVTY. 07:00:07.738819 mtc Stop timer T: 2 s 07:00:07.738837 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:07.738861 mtc Start timer T: 2 s 07:00:07.739063 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50 07:00:07.739114 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50 07:00:07.739135 mtc Message with id 50 was extracted from the queue of BSCVTY. 07:00:07.739151 mtc Stop timer T: 2 s 07:00:07.739168 mtc Start timer T: 1 s 07:00:08.740221 mtc Timeout T: 1 s 07:00:08.740277 mtc Terminating component type Test.dummy_CT. 07:00:08.740289 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:08.740319 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:08.740330 mtc Port GSMTAP was stopped. 07:00:08.740337 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:08.740386 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:08.740402 mtc Port BSCVTY was stopped. 07:00:08.740412 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 07:00:08.740425 mtc Waiting for PTCs to finish. 07:00:08.740469 mtc Setting final verdict of the test case. 07:00:08.740497 mtc Local verdict of MTC: fail reason: "No SI messages for TC=0!" 07:00:08.740513 mtc No PTCs were created. 07:00:08.740522 mtc Test case TC_si_sched_2bis finished. Verdict: fail reason: No SI messages for TC=0! 07:00:08.740571 mtc Executing test case TC_si_sched_2ter in module Test. 07:00:08.740595 mtc Test case TC_si_sched_2ter started. 07:00:08.740607 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 07:00:08.740643 mtc Port GSMTAP was started. 07:00:08.740662 mtc Port BSCVTY was started. 07:00:08.740673 mtc Component type Test.dummy_CT was initialized. 07:00:08.740687 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:08.740721 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:08.740749 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:08.740773 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:08.740810 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:08.740972 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:08.741006 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:08.741025 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:08.741046 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:08.741060 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:08.741073 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:08.741080 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:08.741090 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:08.741131 mtc Sent on BSCVTY to system charstring : "enable" 07:00:08.741158 mtc Start timer T: 2 s 07:00:08.741223 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:08.741262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:08.741276 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:08.741288 mtc Stop timer T: 2 s 07:00:08.741304 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:08.741326 mtc Start timer T: 2 s 07:00:08.741416 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:08.741470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:08.741486 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:08.741501 mtc Stop timer T: 2 s 07:00:08.741515 mtc Sent on BSCVTY to system charstring : "network" 07:00:08.741537 mtc Start timer T: 2 s 07:00:08.741588 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:08.741646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:08.741660 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:08.741675 mtc Stop timer T: 2 s 07:00:08.741689 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:08.741710 mtc Start timer T: 2 s 07:00:08.741762 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:00:08.741819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:00:08.741833 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:08.741848 mtc Stop timer T: 2 s 07:00:08.741863 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:00:08.741884 mtc Start timer T: 2 s 07:00:08.741976 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:00:08.742020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:00:08.742031 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:08.742041 mtc Stop timer T: 2 s 07:00:08.742051 mtc Sent on BSCVTY to system charstring : "end" 07:00:08.742068 mtc Start timer T: 2 s 07:00:08.742117 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:00:08.742141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:00:08.742150 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:08.742158 mtc Stop timer T: 2 s 07:00:08.742168 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:08.742185 mtc Start timer T: 2 s 07:00:08.742233 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 07:00:08.742277 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 07:00:08.742287 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:00:08.742297 mtc Stop timer T: 2 s 07:00:08.742308 mtc Sent on BSCVTY to system charstring : "network" 07:00:08.742330 mtc Start timer T: 2 s 07:00:08.742377 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 07:00:08.742431 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 07:00:08.742450 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:00:08.742465 mtc Stop timer T: 2 s 07:00:08.742480 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:08.742502 mtc Start timer T: 2 s 07:00:08.742550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 07:00:08.742601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 07:00:08.742616 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:00:08.742632 mtc Stop timer T: 2 s 07:00:08.742648 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 07:00:08.742683 mtc Start timer T: 2 s 07:00:08.742746 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:00:08.742800 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:00:08.742815 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:00:08.742829 mtc Stop timer T: 2 s 07:00:08.742848 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 07:00:08.742869 mtc Start timer T: 2 s 07:00:08.742928 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:00:08.742982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:00:08.742996 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:00:08.743010 mtc Stop timer T: 2 s 07:00:08.743024 mtc Sent on BSCVTY to system charstring : "end" 07:00:08.743045 mtc Start timer T: 2 s 07:00:08.743085 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 07:00:08.743116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 07:00:08.743127 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:00:08.743135 mtc Stop timer T: 2 s 07:00:08.743144 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:08.743160 mtc Start timer T: 2 s 07:00:08.743216 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 07:00:08.743268 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 07:00:08.743279 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:00:08.743288 mtc Stop timer T: 2 s 07:00:08.743297 mtc Sent on BSCVTY to system charstring : "network" 07:00:08.743313 mtc Start timer T: 2 s 07:00:08.743365 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 07:00:08.743472 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 07:00:08.743504 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:00:08.743521 mtc Stop timer T: 2 s 07:00:08.743538 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:08.743563 mtc Start timer T: 2 s 07:00:08.743613 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:00:08.743674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:00:08.743689 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:00:08.743705 mtc Stop timer T: 2 s 07:00:08.743720 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:00:08.743742 mtc Start timer T: 2 s 07:00:08.743806 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:00:08.743863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:00:08.743878 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:00:08.743892 mtc Stop timer T: 2 s 07:00:08.743906 mtc Sent on BSCVTY to system charstring : "end" 07:00:08.743930 mtc Start timer T: 2 s 07:00:08.743972 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 07:00:08.744004 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 07:00:08.744017 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:00:08.744032 mtc Stop timer T: 2 s 07:00:08.744047 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:08.744068 mtc Start timer T: 2 s 07:00:08.744122 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 07:00:08.744171 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 07:00:08.744186 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:00:08.744200 mtc Stop timer T: 2 s 07:00:08.744213 mtc Sent on BSCVTY to system charstring : "network" 07:00:08.744236 mtc Start timer T: 2 s 07:00:08.744274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 07:00:08.744326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 07:00:08.744340 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:00:08.744355 mtc Stop timer T: 2 s 07:00:08.744370 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:08.744392 mtc Start timer T: 2 s 07:00:08.744439 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 07:00:08.744494 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 07:00:08.744505 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:00:08.744515 mtc Stop timer T: 2 s 07:00:08.744526 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:00:08.744544 mtc Start timer T: 2 s 07:00:08.744620 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 07:00:08.744648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 07:00:08.744711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 07:00:08.744723 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:00:08.744757 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 07:00:08.744767 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:00:08.744775 mtc Stop timer T: 2 s 07:00:08.744784 mtc Sent on BSCVTY to system charstring : "end" 07:00:08.744804 mtc Start timer T: 2 s 07:00:08.744853 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:00:08.744886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:00:08.744898 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:00:08.744909 mtc Stop timer T: 2 s 07:00:08.744924 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:08.744948 mtc Start timer T: 2 s 07:00:08.745256 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 07:00:08.745305 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:00:08.746667 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 24 07:00:08.746711 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:00:08.746733 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:00:08.746743 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:00:08.746751 mtc Stop timer T: 2 s 07:00:08.746765 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:08.746784 mtc Start timer T: 2 s 07:00:08.746901 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:00:08.746929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:00:08.746939 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:00:08.746947 mtc Stop timer T: 2 s 07:00:08.746955 mtc Start timer T: 1 s 07:00:09.746966 mtc Timeout T: 1 s 07:00:09.747031 mtc Port GSMTAP was cleared. 07:00:09.747046 mtc Start timer T: 8 s 07:00:17.754154 mtc Timeout T: 8 s 07:00:17.754206 mtc "TC_si_sched_2ter": TC=0 has #of SI=0 07:00:17.754223 mtc "TC_si_sched_2ter": TC=1 has #of SI=0 07:00:17.754231 mtc "TC_si_sched_2ter": TC=2 has #of SI=0 07:00:17.754238 mtc "TC_si_sched_2ter": TC=3 has #of SI=0 07:00:17.754244 mtc "TC_si_sched_2ter": TC=4 has #of SI=0 07:00:17.754251 mtc "TC_si_sched_2ter": TC=5 has #of SI=0 07:00:17.754257 mtc "TC_si_sched_2ter": TC=6 has #of SI=0 07:00:17.754263 mtc "TC_si_sched_2ter": TC=7 has #of SI=0 07:00:17.754288 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:00:17.754323 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754331 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754337 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754343 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754349 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754355 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754361 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:17.754368 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:00:17.754395 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754422 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:00:17.754434 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754444 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:00:17.754455 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754464 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:00:17.754476 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754484 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:00:17.754495 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754506 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:00:17.754518 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754527 mtc Fail: No SYSTEM_INFORMATION_TYPE_2ter (3) in TC=5! 07:00:17.754539 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:17.754570 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:17.754819 mtc Start timer T: 2 s 07:00:17.754862 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27 07:00:17.754938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27 07:00:17.754957 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:00:17.754975 mtc Stop timer T: 2 s 07:00:17.754988 mtc Sent on BSCVTY to system charstring : "network" 07:00:17.755054 mtc Start timer T: 2 s 07:00:17.755092 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28 07:00:17.755144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28 07:00:17.755160 mtc Message with id 28 was extracted from the queue of BSCVTY. 07:00:17.755175 mtc Stop timer T: 2 s 07:00:17.755187 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:17.755206 mtc Start timer T: 2 s 07:00:17.755267 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29 07:00:17.755316 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29 07:00:17.755332 mtc Message with id 29 was extracted from the queue of BSCVTY. 07:00:17.755347 mtc Stop timer T: 2 s 07:00:17.755364 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:00:17.755388 mtc Start timer T: 2 s 07:00:17.755502 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30 07:00:17.755555 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30 07:00:17.755575 mtc Message with id 30 was extracted from the queue of BSCVTY. 07:00:17.755593 mtc Stop timer T: 2 s 07:00:17.755610 mtc Sent on BSCVTY to system charstring : "end" 07:00:17.755689 mtc Start timer T: 2 s 07:00:17.755716 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31 07:00:17.755752 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31 07:00:17.755768 mtc Message with id 31 was extracted from the queue of BSCVTY. 07:00:17.755781 mtc Stop timer T: 2 s 07:00:17.755797 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:17.755825 mtc Start timer T: 2 s 07:00:17.755897 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32 07:00:17.755956 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32 07:00:17.755970 mtc Message with id 32 was extracted from the queue of BSCVTY. 07:00:17.755986 mtc Stop timer T: 2 s 07:00:17.755999 mtc Sent on BSCVTY to system charstring : "network" 07:00:17.756021 mtc Start timer T: 2 s 07:00:17.756068 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33 07:00:17.756125 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33 07:00:17.756140 mtc Message with id 33 was extracted from the queue of BSCVTY. 07:00:17.756155 mtc Stop timer T: 2 s 07:00:17.756169 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:17.756192 mtc Start timer T: 2 s 07:00:17.756243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34 07:00:17.756299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34 07:00:17.756314 mtc Message with id 34 was extracted from the queue of BSCVTY. 07:00:17.756328 mtc Stop timer T: 2 s 07:00:17.756344 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:00:17.756367 mtc Start timer T: 2 s 07:00:17.756430 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35 07:00:17.756486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35 07:00:17.756501 mtc Message with id 35 was extracted from the queue of BSCVTY. 07:00:17.756517 mtc Stop timer T: 2 s 07:00:17.756530 mtc Sent on BSCVTY to system charstring : "end" 07:00:17.756552 mtc Start timer T: 2 s 07:00:17.756594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36 07:00:17.756626 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36 07:00:17.756639 mtc Message with id 36 was extracted from the queue of BSCVTY. 07:00:17.756651 mtc Stop timer T: 2 s 07:00:17.756665 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:17.756686 mtc Start timer T: 2 s 07:00:17.756738 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37 07:00:17.756792 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37 07:00:17.756806 mtc Message with id 37 was extracted from the queue of BSCVTY. 07:00:17.756820 mtc Stop timer T: 2 s 07:00:17.756834 mtc Sent on BSCVTY to system charstring : "network" 07:00:17.756856 mtc Start timer T: 2 s 07:00:17.756922 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38 07:00:17.756998 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38 07:00:17.757014 mtc Message with id 38 was extracted from the queue of BSCVTY. 07:00:17.757026 mtc Stop timer T: 2 s 07:00:17.757038 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:17.757059 mtc Start timer T: 2 s 07:00:17.757101 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39 07:00:17.757166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39 07:00:17.757178 mtc Message with id 39 was extracted from the queue of BSCVTY. 07:00:17.757186 mtc Stop timer T: 2 s 07:00:17.757196 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:00:17.757213 mtc Start timer T: 2 s 07:00:17.757269 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40 07:00:17.757338 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40 07:00:17.757356 mtc Message with id 40 was extracted from the queue of BSCVTY. 07:00:17.757371 mtc Stop timer T: 2 s 07:00:17.757384 mtc Sent on BSCVTY to system charstring : "end" 07:00:17.757402 mtc Start timer T: 2 s 07:00:17.757452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 07:00:17.757492 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 07:00:17.757507 mtc Message with id 41 was extracted from the queue of BSCVTY. 07:00:17.757519 mtc Stop timer T: 2 s 07:00:17.757535 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:17.757599 mtc Start timer T: 2 s 07:00:17.757633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42 07:00:17.757689 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42 07:00:17.757705 mtc Message with id 42 was extracted from the queue of BSCVTY. 07:00:17.757722 mtc Stop timer T: 2 s 07:00:17.757738 mtc Sent on BSCVTY to system charstring : "network" 07:00:17.757798 mtc Start timer T: 2 s 07:00:17.757832 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43 07:00:17.757887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43 07:00:17.757898 mtc Message with id 43 was extracted from the queue of BSCVTY. 07:00:17.757908 mtc Stop timer T: 2 s 07:00:17.757922 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:17.757941 mtc Start timer T: 2 s 07:00:17.757994 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44 07:00:17.758073 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44 07:00:17.758089 mtc Message with id 44 was extracted from the queue of BSCVTY. 07:00:17.758101 mtc Stop timer T: 2 s 07:00:17.758115 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:00:17.758138 mtc Start timer T: 2 s 07:00:17.758218 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45 07:00:17.758236 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46 07:00:17.758292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45 07:00:17.758306 mtc Message with id 45 was extracted from the queue of BSCVTY. 07:00:17.758358 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46 07:00:17.758372 mtc Message with id 46 was extracted from the queue of BSCVTY. 07:00:17.758387 mtc Stop timer T: 2 s 07:00:17.758401 mtc Sent on BSCVTY to system charstring : "end" 07:00:17.758425 mtc Start timer T: 2 s 07:00:17.758467 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 07:00:17.758492 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 07:00:17.758500 mtc Message with id 47 was extracted from the queue of BSCVTY. 07:00:17.758507 mtc Stop timer T: 2 s 07:00:17.758516 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:17.758533 mtc Start timer T: 2 s 07:00:17.758847 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 07:00:17.758896 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 07:00:17.760158 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 48 07:00:17.760196 mtc Message with id 48 was extracted from the queue of BSCVTY. 07:00:17.760223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 07:00:17.760235 mtc Message with id 49 was extracted from the queue of BSCVTY. 07:00:17.760246 mtc Stop timer T: 2 s 07:00:17.760265 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:17.760290 mtc Start timer T: 2 s 07:00:17.760415 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50 07:00:17.760450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50 07:00:17.760462 mtc Message with id 50 was extracted from the queue of BSCVTY. 07:00:17.760473 mtc Stop timer T: 2 s 07:00:17.760487 mtc Start timer T: 1 s 07:00:18.761550 mtc Timeout T: 1 s 07:00:18.761609 mtc Terminating component type Test.dummy_CT. 07:00:18.761625 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:18.761660 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:18.761675 mtc Port GSMTAP was stopped. 07:00:18.761716 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:18.761806 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:18.761856 mtc Port BSCVTY was stopped. 07:00:18.761866 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 07:00:18.761893 mtc Waiting for PTCs to finish. 07:00:18.761977 mtc Setting final verdict of the test case. 07:00:18.762012 mtc Local verdict of MTC: fail reason: "No SI messages for TC=0!" 07:00:18.762036 mtc No PTCs were created. 07:00:18.762047 mtc Test case TC_si_sched_2ter finished. Verdict: fail reason: No SI messages for TC=0! 07:00:18.762099 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 07:00:18.762133 mtc Test case TC_si_sched_2ter_2bis started. 07:00:18.762149 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 07:00:18.762183 mtc Port GSMTAP was started. 07:00:18.762209 mtc Port BSCVTY was started. 07:00:18.762222 mtc Component type Test.dummy_CT was initialized. 07:00:18.762236 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:18.762263 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:18.762291 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:18.762310 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:18.762350 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:18.762478 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:18.762508 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:18.762524 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:18.762549 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:18.762563 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:18.762580 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:18.762593 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:18.762610 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:18.762661 mtc Sent on BSCVTY to system charstring : "enable" 07:00:18.762691 mtc Start timer T: 2 s 07:00:18.762750 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:18.762789 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:18.762803 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:18.762814 mtc Stop timer T: 2 s 07:00:18.762830 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:18.762851 mtc Start timer T: 2 s 07:00:18.762938 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:18.762987 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:18.762997 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:18.763008 mtc Stop timer T: 2 s 07:00:18.763023 mtc Sent on BSCVTY to system charstring : "network" 07:00:18.763046 mtc Start timer T: 2 s 07:00:18.763096 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:18.763142 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:18.763154 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:18.763167 mtc Stop timer T: 2 s 07:00:18.763179 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:18.763202 mtc Start timer T: 2 s 07:00:18.763277 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:00:18.763353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:00:18.763370 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:18.763386 mtc Stop timer T: 2 s 07:00:18.763403 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 07:00:18.763429 mtc Start timer T: 2 s 07:00:18.763517 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:00:18.763599 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:00:18.763618 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:18.763634 mtc Stop timer T: 2 s 07:00:18.763657 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 07:00:18.763683 mtc Start timer T: 2 s 07:00:18.763765 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 07:00:18.763835 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 07:00:18.763850 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:18.763862 mtc Stop timer T: 2 s 07:00:18.763874 mtc Sent on BSCVTY to system charstring : "end" 07:00:18.763893 mtc Start timer T: 2 s 07:00:18.763941 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:00:18.763985 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:00:18.764001 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:00:18.764015 mtc Stop timer T: 2 s 07:00:18.764031 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:18.764054 mtc Start timer T: 2 s 07:00:18.764118 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 07:00:18.764174 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 07:00:18.764184 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:00:18.764193 mtc Stop timer T: 2 s 07:00:18.764203 mtc Sent on BSCVTY to system charstring : "network" 07:00:18.764219 mtc Start timer T: 2 s 07:00:18.764271 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 07:00:18.764340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 07:00:18.764358 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:00:18.764376 mtc Stop timer T: 2 s 07:00:18.764393 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:18.764420 mtc Start timer T: 2 s 07:00:18.764469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:00:18.764528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:00:18.764545 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:00:18.764559 mtc Stop timer T: 2 s 07:00:18.764576 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 07:00:18.764598 mtc Start timer T: 2 s 07:00:18.764666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:00:18.764719 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:00:18.764731 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:00:18.764740 mtc Stop timer T: 2 s 07:00:18.764754 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 07:00:18.764772 mtc Start timer T: 2 s 07:00:18.764839 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 07:00:18.764893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 07:00:18.764908 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:00:18.764922 mtc Stop timer T: 2 s 07:00:18.764937 mtc Sent on BSCVTY to system charstring : "end" 07:00:18.764958 mtc Start timer T: 2 s 07:00:18.764998 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 07:00:18.765028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 07:00:18.765042 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:00:18.765053 mtc Stop timer T: 2 s 07:00:18.765067 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:18.765088 mtc Start timer T: 2 s 07:00:18.765141 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 07:00:18.765195 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 07:00:18.765209 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:00:18.765223 mtc Stop timer T: 2 s 07:00:18.765237 mtc Sent on BSCVTY to system charstring : "network" 07:00:18.765258 mtc Start timer T: 2 s 07:00:18.765298 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 07:00:18.765352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 07:00:18.765371 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:00:18.765386 mtc Stop timer T: 2 s 07:00:18.765400 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:18.765421 mtc Start timer T: 2 s 07:00:18.765465 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:00:18.765512 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:00:18.765526 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:00:18.765540 mtc Stop timer T: 2 s 07:00:18.765554 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:00:18.765575 mtc Start timer T: 2 s 07:00:18.765631 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 07:00:18.765686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 07:00:18.765699 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:00:18.765713 mtc Stop timer T: 2 s 07:00:18.765726 mtc Sent on BSCVTY to system charstring : "end" 07:00:18.765747 mtc Start timer T: 2 s 07:00:18.765788 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 07:00:18.765812 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 07:00:18.765821 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:00:18.765829 mtc Stop timer T: 2 s 07:00:18.765844 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:18.765864 mtc Start timer T: 2 s 07:00:18.765915 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 07:00:18.765970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 07:00:18.765983 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:00:18.765997 mtc Stop timer T: 2 s 07:00:18.766011 mtc Sent on BSCVTY to system charstring : "network" 07:00:18.766033 mtc Start timer T: 2 s 07:00:18.766077 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 07:00:18.766134 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 07:00:18.766148 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:00:18.766163 mtc Stop timer T: 2 s 07:00:18.766177 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:18.766198 mtc Start timer T: 2 s 07:00:18.766245 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 07:00:18.766299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 07:00:18.766313 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:00:18.766326 mtc Stop timer T: 2 s 07:00:18.766343 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:00:18.766364 mtc Start timer T: 2 s 07:00:18.766433 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 22 07:00:18.766449 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 23 07:00:18.766506 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 22 07:00:18.766518 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:00:18.766554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 23 07:00:18.766564 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:00:18.766574 mtc Stop timer T: 2 s 07:00:18.766584 mtc Sent on BSCVTY to system charstring : "end" 07:00:18.766600 mtc Start timer T: 2 s 07:00:18.766637 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 07:00:18.766671 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 07:00:18.766681 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:00:18.766687 mtc Stop timer T: 2 s 07:00:18.766696 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:18.766713 mtc Start timer T: 2 s 07:00:18.767049 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 25 07:00:18.767093 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:00:18.768461 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 25 07:00:18.768500 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:00:18.768517 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:00:18.768525 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:00:18.768531 mtc Stop timer T: 2 s 07:00:18.768542 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:18.768558 mtc Start timer T: 2 s 07:00:18.768648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 27 07:00:18.768668 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 27 07:00:18.768675 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:00:18.768682 mtc Stop timer T: 2 s 07:00:18.768688 mtc Start timer T: 1 s 07:00:19.769876 mtc Timeout T: 1 s 07:00:19.770043 mtc Port GSMTAP was cleared. 07:00:19.770116 mtc Start timer T: 8 s 07:00:27.771233 mtc Timeout T: 8 s 07:00:27.771396 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=0 07:00:27.771462 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=0 07:00:27.771502 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=0 07:00:27.771545 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=0 07:00:27.771583 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=0 07:00:27.771616 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=0 07:00:27.771654 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=0 07:00:27.771693 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=0 07:00:27.771748 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:00:27.771801 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.771853 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.771912 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.771967 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.772033 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.772094 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.772158 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:27.772221 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:00:27.772286 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772344 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:00:27.772405 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772437 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:00:27.772472 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772503 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:00:27.772543 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772592 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:00:27.772652 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772693 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:00:27.772727 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772757 mtc Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! 07:00:27.772808 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:27.772881 mtc Error: Insufficient SI in array 07:00:27.772935 mtc Test.ttcn:162: Dynamic test case error: testcase.stop 07:00:27.773013 mtc setverdict(error): fail -> error 07:00:27.773051 mtc Performing error recovery. 07:00:27.773494 mtc Terminating component type Test.dummy_CT. 07:00:27.773582 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:27.773695 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:27.773748 mtc Port GSMTAP was stopped. 07:00:27.773797 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:27.773959 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:27.774025 mtc Port BSCVTY was stopped. 07:00:27.774070 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 07:00:27.774132 mtc Waiting for PTCs to finish. 07:00:27.774273 mtc Setting final verdict of the test case. 07:00:27.774370 mtc Local verdict of MTC: error 07:00:27.774436 mtc No PTCs were created. 07:00:27.774474 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: error 07:00:27.774594 mtc Executing test case TC_si_sched_2quater in module Test. 07:00:27.774705 mtc Test case TC_si_sched_2quater started. 07:00:27.774742 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 07:00:27.774852 mtc Port GSMTAP was started. 07:00:27.774925 mtc Port BSCVTY was started. 07:00:27.774968 mtc Component type Test.dummy_CT was initialized. 07:00:27.775022 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:27.775145 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:27.775250 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:27.775322 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:27.775467 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:27.775974 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:27.776115 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:27.776184 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:27.776284 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:27.776349 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:27.776433 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:27.776490 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:27.776574 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:27.776752 mtc Sent on BSCVTY to system charstring : "enable" 07:00:27.776878 mtc Start timer T: 2 s 07:00:27.776955 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:27.777016 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:27.777036 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:27.777047 mtc Stop timer T: 2 s 07:00:27.777063 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:27.777090 mtc Start timer T: 2 s 07:00:27.777221 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:27.777303 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:27.777327 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:27.777353 mtc Stop timer T: 2 s 07:00:27.777376 mtc Sent on BSCVTY to system charstring : "network" 07:00:27.777413 mtc Start timer T: 2 s 07:00:27.777488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:27.777563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:27.777587 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:27.777611 mtc Stop timer T: 2 s 07:00:27.777636 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:27.777672 mtc Start timer T: 2 s 07:00:27.777756 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:00:27.777838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:00:27.777873 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:27.777897 mtc Stop timer T: 2 s 07:00:27.777916 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:00:27.777941 mtc Start timer T: 2 s 07:00:27.778068 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:00:27.778152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:00:27.778182 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:27.778207 mtc Stop timer T: 2 s 07:00:27.778229 mtc Sent on BSCVTY to system charstring : "end" 07:00:27.778264 mtc Start timer T: 2 s 07:00:27.778335 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:00:27.778372 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:00:27.778385 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:27.778396 mtc Stop timer T: 2 s 07:00:27.778412 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:27.778495 mtc Start timer T: 2 s 07:00:27.778541 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 07:00:27.778621 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 07:00:27.778643 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:00:27.778681 mtc Stop timer T: 2 s 07:00:27.778703 mtc Sent on BSCVTY to system charstring : "network" 07:00:27.778738 mtc Start timer T: 2 s 07:00:27.778804 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 07:00:27.778887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 07:00:27.778909 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:00:27.778931 mtc Stop timer T: 2 s 07:00:27.778953 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:27.778988 mtc Start timer T: 2 s 07:00:27.779060 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 07:00:27.779143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 07:00:27.779166 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:00:27.779188 mtc Stop timer T: 2 s 07:00:27.779214 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:00:27.779248 mtc Start timer T: 2 s 07:00:27.779340 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:00:27.779429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:00:27.779453 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:00:27.779476 mtc Stop timer T: 2 s 07:00:27.779500 mtc Sent on BSCVTY to system charstring : "end" 07:00:27.779537 mtc Start timer T: 2 s 07:00:27.779684 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 07:00:27.779746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 07:00:27.779766 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:00:27.779784 mtc Stop timer T: 2 s 07:00:27.779804 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:27.779855 mtc Start timer T: 2 s 07:00:27.779948 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 07:00:27.780031 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 07:00:27.780051 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:00:27.780066 mtc Stop timer T: 2 s 07:00:27.780080 mtc Sent on BSCVTY to system charstring : "network" 07:00:27.780110 mtc Start timer T: 2 s 07:00:27.780182 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 07:00:27.780273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 07:00:27.780290 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:00:27.780303 mtc Stop timer T: 2 s 07:00:27.780318 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:27.780342 mtc Start timer T: 2 s 07:00:27.780424 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 07:00:27.780538 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 07:00:27.780567 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:00:27.780592 mtc Stop timer T: 2 s 07:00:27.780619 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:00:27.780663 mtc Start timer T: 2 s 07:00:27.780750 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:00:27.780821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:00:27.780841 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:00:27.780858 mtc Stop timer T: 2 s 07:00:27.780872 mtc Sent on BSCVTY to system charstring : "end" 07:00:27.780897 mtc Start timer T: 2 s 07:00:27.780957 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 07:00:27.780995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 07:00:27.781012 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:00:27.781027 mtc Stop timer T: 2 s 07:00:27.781051 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:27.781078 mtc Start timer T: 2 s 07:00:27.781147 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 07:00:27.781218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 07:00:27.781233 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:00:27.781248 mtc Stop timer T: 2 s 07:00:27.781268 mtc Sent on BSCVTY to system charstring : "network" 07:00:27.781292 mtc Start timer T: 2 s 07:00:27.781364 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 07:00:27.781451 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 07:00:27.781471 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:00:27.781491 mtc Stop timer T: 2 s 07:00:27.781512 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:27.781544 mtc Start timer T: 2 s 07:00:27.781601 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 07:00:27.781682 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 07:00:27.781702 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:00:27.781724 mtc Stop timer T: 2 s 07:00:27.781749 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 07:00:27.781779 mtc Start timer T: 2 s 07:00:27.781892 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 07:00:27.781974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 07:00:27.781991 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:00:27.782005 mtc Stop timer T: 2 s 07:00:27.782020 mtc Sent on BSCVTY to system charstring : "end" 07:00:27.782044 mtc Start timer T: 2 s 07:00:27.782093 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 07:00:27.782136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 07:00:27.782150 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:00:27.782160 mtc Stop timer T: 2 s 07:00:27.782171 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:27.782195 mtc Start timer T: 2 s 07:00:27.782637 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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 22 07:00:27.782717 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:00:27.784533 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g 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 22 07:00:27.784585 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:00:27.784610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:00:27.784621 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:00:27.784630 mtc Stop timer T: 2 s 07:00:27.784646 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:27.784671 mtc Start timer T: 2 s 07:00:27.784830 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 07:00:27.784887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 07:00:27.784910 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:00:27.784922 mtc Stop timer T: 2 s 07:00:27.784932 mtc Start timer T: 1 s 07:00:28.785018 mtc Timeout T: 1 s 07:00:28.785169 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:28.785287 mtc Start timer T: 2 s 07:00:28.785658 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 25 07:00:28.785977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 25 07:00:28.786050 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:00:28.786137 mtc Stop timer T: 2 s 07:00:28.786203 mtc Sent on BSCVTY to system charstring : "network" 07:00:28.786428 mtc Start timer T: 2 s 07:00:28.786563 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 26 07:00:28.786854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 26 07:00:28.786917 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:00:28.786977 mtc Stop timer T: 2 s 07:00:28.787039 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:28.787135 mtc Start timer T: 2 s 07:00:28.787397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 27 07:00:28.787628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 27 07:00:28.787688 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:00:28.787751 mtc Stop timer T: 2 s 07:00:28.787816 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:00:28.787911 mtc Start timer T: 2 s 07:00:28.788159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 28 07:00:28.788384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 28 07:00:28.788445 mtc Message with id 28 was extracted from the queue of BSCVTY. 07:00:28.788506 mtc Stop timer T: 2 s 07:00:28.788562 mtc Sent on BSCVTY to system charstring : "end" 07:00:28.788661 mtc Start timer T: 2 s 07:00:28.788875 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 29 07:00:28.789010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 29 07:00:28.789064 mtc Message with id 29 was extracted from the queue of BSCVTY. 07:00:28.789112 mtc Stop timer T: 2 s 07:00:28.789173 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:28.789264 mtc Start timer T: 2 s 07:00:28.789491 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 30 07:00:28.789678 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 30 07:00:28.789724 mtc Message with id 30 was extracted from the queue of BSCVTY. 07:00:28.789782 mtc Stop timer T: 2 s 07:00:28.789836 mtc Sent on BSCVTY to system charstring : "network" 07:00:28.789936 mtc Start timer T: 2 s 07:00:28.790130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 31 07:00:28.790399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 31 07:00:28.790467 mtc Message with id 31 was extracted from the queue of BSCVTY. 07:00:28.790534 mtc Stop timer T: 2 s 07:00:28.790603 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:28.790727 mtc Start timer T: 2 s 07:00:28.790891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 32 07:00:28.790951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 32 07:00:28.790969 mtc Message with id 32 was extracted from the queue of BSCVTY. 07:00:28.790980 mtc Stop timer T: 2 s 07:00:28.790991 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:00:28.791076 mtc Start timer T: 2 s 07:00:28.791106 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 33 07:00:28.791153 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 33 07:00:28.791166 mtc Message with id 33 was extracted from the queue of BSCVTY. 07:00:28.791174 mtc Stop timer T: 2 s 07:00:28.791183 mtc Sent on BSCVTY to system charstring : "end" 07:00:28.791202 mtc Start timer T: 2 s 07:00:28.791248 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 34 07:00:28.791272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 34 07:00:28.791283 mtc Message with id 34 was extracted from the queue of BSCVTY. 07:00:28.791294 mtc Stop timer T: 2 s 07:00:28.791310 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:28.791335 mtc Start timer T: 2 s 07:00:28.791389 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 35 07:00:28.791435 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 35 07:00:28.791449 mtc Message with id 35 was extracted from the queue of BSCVTY. 07:00:28.791464 mtc Stop timer T: 2 s 07:00:28.791478 mtc Sent on BSCVTY to system charstring : "network" 07:00:28.791500 mtc Start timer T: 2 s 07:00:28.791547 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 36 07:00:28.791638 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 36 07:00:28.791654 mtc Message with id 36 was extracted from the queue of BSCVTY. 07:00:28.791672 mtc Stop timer T: 2 s 07:00:28.791712 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:28.791737 mtc Start timer T: 2 s 07:00:28.791780 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 37 07:00:28.791838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 37 07:00:28.791849 mtc Message with id 37 was extracted from the queue of BSCVTY. 07:00:28.791858 mtc Stop timer T: 2 s 07:00:28.791878 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:00:28.791895 mtc Start timer T: 2 s 07:00:28.791952 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 38 07:00:28.792028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 38 07:00:28.792047 mtc Message with id 38 was extracted from the queue of BSCVTY. 07:00:28.792063 mtc Stop timer T: 2 s 07:00:28.792079 mtc Sent on BSCVTY to system charstring : "end" 07:00:28.792105 mtc Start timer T: 2 s 07:00:28.792146 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 07:00:28.792177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 07:00:28.792190 mtc Message with id 39 was extracted from the queue of BSCVTY. 07:00:28.792202 mtc Stop timer T: 2 s 07:00:28.792217 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:28.792238 mtc Start timer T: 2 s 07:00:28.792293 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 40 07:00:28.792346 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 40 07:00:28.792360 mtc Message with id 40 was extracted from the queue of BSCVTY. 07:00:28.792373 mtc Stop timer T: 2 s 07:00:28.792389 mtc Sent on BSCVTY to system charstring : "network" 07:00:28.792414 mtc Start timer T: 2 s 07:00:28.792459 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 41 07:00:28.792515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 41 07:00:28.792530 mtc Message with id 41 was extracted from the queue of BSCVTY. 07:00:28.792544 mtc Stop timer T: 2 s 07:00:28.792562 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:28.792623 mtc Start timer T: 2 s 07:00:28.792661 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 42 07:00:28.792718 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 42 07:00:28.792736 mtc Message with id 42 was extracted from the queue of BSCVTY. 07:00:28.792753 mtc Stop timer T: 2 s 07:00:28.792773 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:00:28.792797 mtc Start timer T: 2 s 07:00:28.792868 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 43 07:00:28.792931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 43 07:00:28.792942 mtc Message with id 43 was extracted from the queue of BSCVTY. 07:00:28.792951 mtc Stop timer T: 2 s 07:00:28.792961 mtc Sent on BSCVTY to system charstring : "end" 07:00:28.792977 mtc Start timer T: 2 s 07:00:28.793017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 07:00:28.793052 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 07:00:28.793071 mtc Message with id 44 was extracted from the queue of BSCVTY. 07:00:28.793081 mtc Stop timer T: 2 s 07:00:28.793092 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:28.793116 mtc Start timer T: 2 s 07:00:28.793419 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 45 07:00:28.793463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 46 07:00:28.794829 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode automatic\n codec-support fr hr efr amr\n amr tch-f modes 7\n amr tch-f start-mode auto\n gprs mode none\n no force-combined-si\n trx 0\n rf_locked 0\n arfcn 871\n nominal power 23\n max_power_red 20\n rsl e1 tei 0\n timeslot 0\n phys_chan_config CCCH+SDCCH4\n hopping enabled 0\n timeslot 1\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 2\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 3\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 4\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 5\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 6\n phys_chan_config TCH/H\n hopping enabled 0\n timeslot 7\n phys_chan_config PDCH\n hopping enabled 0\nmncc-int\n default-codec tch-f efr\n default-codec tch-h 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 45 07:00:28.794872 mtc Message with id 45 was extracted from the queue of BSCVTY. 07:00:28.794891 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 46 07:00:28.794900 mtc Message with id 46 was extracted from the queue of BSCVTY. 07:00:28.794906 mtc Stop timer T: 2 s 07:00:28.794919 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:28.794939 mtc Start timer T: 2 s 07:00:28.795084 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 07:00:28.795140 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 07:00:28.795159 mtc Message with id 47 was extracted from the queue of BSCVTY. 07:00:28.795174 mtc Stop timer T: 2 s 07:00:28.795189 mtc Start timer T: 1 s 07:00:29.795404 mtc Timeout T: 1 s 07:00:29.795563 mtc setverdict(pass): none -> pass 07:00:29.795613 mtc Terminating component type Test.dummy_CT. 07:00:29.795654 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:29.795743 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:29.795793 mtc Port GSMTAP was stopped. 07:00:29.795829 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:29.795962 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:29.796035 mtc Port BSCVTY was stopped. 07:00:29.796093 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 07:00:29.796187 mtc Waiting for PTCs to finish. 07:00:29.796347 mtc Setting final verdict of the test case. 07:00:29.796418 mtc Local verdict of MTC: pass 07:00:29.796479 mtc No PTCs were created. 07:00:29.796537 mtc Test case TC_si_sched_2quater finished. Verdict: pass 07:00:29.796748 mtc Executing test case TC_si_sched_13 in module Test. 07:00:29.796879 mtc Test case TC_si_sched_13 started. 07:00:29.796946 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 07:00:29.797072 mtc Port GSMTAP was started. 07:00:29.797147 mtc Port BSCVTY was started. 07:00:29.797179 mtc Component type Test.dummy_CT was initialized. 07:00:29.797214 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:29.797451 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:29.797631 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:29.797731 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:29.797892 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:29.798464 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:29.798632 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:29.798745 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:29.798840 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:29.798898 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:29.798965 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:29.799013 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:29.799074 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:29.799224 mtc Sent on BSCVTY to system charstring : "enable" 07:00:29.799346 mtc Start timer T: 2 s 07:00:29.799539 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:29.799666 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:29.799729 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:29.799778 mtc Stop timer T: 2 s 07:00:29.799838 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:29.799929 mtc Start timer T: 2 s 07:00:29.800295 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:29.800608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:29.800675 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:29.800742 mtc Stop timer T: 2 s 07:00:29.800832 mtc Sent on BSCVTY to system charstring : "network" 07:00:29.800951 mtc Start timer T: 2 s 07:00:29.801164 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:29.801436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:29.801506 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:29.801579 mtc Stop timer T: 2 s 07:00:29.801647 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:29.801753 mtc Start timer T: 2 s 07:00:29.801921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:00:29.802013 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:00:29.802036 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:29.802059 mtc Stop timer T: 2 s 07:00:29.802083 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:00:29.802117 mtc Start timer T: 2 s 07:00:29.802241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:00:29.802311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:00:29.802328 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:29.802344 mtc Stop timer T: 2 s 07:00:29.802360 mtc Sent on BSCVTY to system charstring : "end" 07:00:29.802385 mtc Start timer T: 2 s 07:00:29.802452 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:00:29.802490 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:00:29.802504 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:29.802517 mtc Stop timer T: 2 s 07:00:29.802538 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:29.802570 mtc Start timer T: 2 s 07:00:29.802650 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 07:00:29.802735 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 07:00:29.802751 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:00:29.802767 mtc Stop timer T: 2 s 07:00:29.802783 mtc Sent on BSCVTY to system charstring : "network" 07:00:29.802858 mtc Start timer T: 2 s 07:00:29.802902 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 07:00:29.802981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 07:00:29.803002 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:00:29.803025 mtc Stop timer T: 2 s 07:00:29.803046 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:29.803079 mtc Start timer T: 2 s 07:00:29.803149 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 07:00:29.803236 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 07:00:29.803258 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:00:29.803281 mtc Stop timer T: 2 s 07:00:29.803305 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:00:29.803337 mtc Start timer T: 2 s 07:00:29.803430 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:00:29.803514 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:00:29.803536 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:00:29.803559 mtc Stop timer T: 2 s 07:00:29.803580 mtc Sent on BSCVTY to system charstring : "end" 07:00:29.803613 mtc Start timer T: 2 s 07:00:29.803678 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 07:00:29.803727 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 07:00:29.803748 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:00:29.803765 mtc Stop timer T: 2 s 07:00:29.803788 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:29.803820 mtc Start timer T: 2 s 07:00:29.803911 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 07:00:29.804018 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 07:00:29.804045 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:00:29.804073 mtc Stop timer T: 2 s 07:00:29.804097 mtc Sent on BSCVTY to system charstring : "network" 07:00:29.804135 mtc Start timer T: 2 s 07:00:29.804210 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 07:00:29.804310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 07:00:29.804335 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:00:29.804361 mtc Stop timer T: 2 s 07:00:29.804386 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:29.804469 mtc Start timer T: 2 s 07:00:29.804521 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 07:00:29.804615 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 07:00:29.804641 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:00:29.804667 mtc Stop timer T: 2 s 07:00:29.804692 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 07:00:29.804731 mtc Start timer T: 2 s 07:00:29.804860 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:00:29.804981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:00:29.805011 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:00:29.805042 mtc Stop timer T: 2 s 07:00:29.805068 mtc Sent on BSCVTY to system charstring : "end" 07:00:29.805109 mtc Start timer T: 2 s 07:00:29.805191 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 07:00:29.805239 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 07:00:29.805263 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:00:29.805284 mtc Stop timer T: 2 s 07:00:29.805307 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:29.805344 mtc Start timer T: 2 s 07:00:29.805447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 07:00:29.805564 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 07:00:29.805593 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:00:29.805620 mtc Stop timer T: 2 s 07:00:29.805649 mtc Sent on BSCVTY to system charstring : "network" 07:00:29.805738 mtc Start timer T: 2 s 07:00:29.805793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 07:00:29.805893 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 07:00:29.805920 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:00:29.805947 mtc Stop timer T: 2 s 07:00:29.805973 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:29.806063 mtc Start timer T: 2 s 07:00:29.806118 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 07:00:29.806217 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 07:00:29.806244 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:00:29.806272 mtc Stop timer T: 2 s 07:00:29.806305 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:00:29.806343 mtc Start timer T: 2 s 07:00:29.806480 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 20 07:00:29.806527 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 07:00:29.806798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 20 07:00:29.806852 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:00:29.806969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 07:00:29.806990 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:00:29.807010 mtc Stop timer T: 2 s 07:00:29.807028 mtc Sent on BSCVTY to system charstring : "end" 07:00:29.807065 mtc Start timer T: 2 s 07:00:29.807136 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 22 07:00:29.807204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 22 07:00:29.807232 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:00:29.807252 mtc Stop timer T: 2 s 07:00:29.807275 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:29.807315 mtc Start timer T: 2 s 07:00:29.808024 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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 23 07:00:29.808121 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 07:00:29.811590 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach max transmission 4\n channel-descrption attach 0\n channel-descrption bs-pa-mfrms 3\n channel-descrption bs-ag-blks-res 2\n early-classmark-sending allowed\n early-classmark-sending-3g allowed\n ip.access unit_id 1234 0\n oml ip.access stream_id 255 line 0\n neighbor-list mode 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 23 07:00:29.811676 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:00:29.811710 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 07:00:29.811724 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:00:29.811742 mtc Stop timer T: 2 s 07:00:29.811770 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:29.811814 mtc Start timer T: 2 s 07:00:29.812071 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:00:29.812132 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:00:29.812159 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:00:29.812181 mtc Stop timer T: 2 s 07:00:29.812199 mtc Start timer T: 1 s 07:00:30.812309 mtc Timeout T: 1 s 07:00:30.812466 mtc Port GSMTAP was cleared. 07:00:30.812513 mtc Start timer T: 8 s 07:00:38.814712 mtc Timeout T: 8 s 07:00:38.814773 mtc "TC_si_sched_13": TC=0 has #of SI=0 07:00:38.814791 mtc "TC_si_sched_13": TC=1 has #of SI=0 07:00:38.814801 mtc "TC_si_sched_13": TC=2 has #of SI=0 07:00:38.814822 mtc "TC_si_sched_13": TC=3 has #of SI=0 07:00:38.814829 mtc "TC_si_sched_13": TC=4 has #of SI=0 07:00:38.814836 mtc "TC_si_sched_13": TC=5 has #of SI=0 07:00:38.814843 mtc "TC_si_sched_13": TC=6 has #of SI=0 07:00:38.814853 mtc "TC_si_sched_13": TC=7 has #of SI=0 07:00:38.814866 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:00:38.814879 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814887 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814895 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814909 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814916 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814923 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814929 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:38.814937 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:00:38.814960 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:38.814968 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:00:38.814976 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:38.814985 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:00:38.814995 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:38.815005 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:00:38.815018 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:38.815036 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:00:38.815053 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:38.815061 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:00:38.815072 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:38.815085 mtc Error: Insufficient SI in array 07:00:38.815094 mtc Test.ttcn:162: Dynamic test case error: testcase.stop 07:00:38.815111 mtc setverdict(error): fail -> error 07:00:38.815123 mtc Performing error recovery. 07:00:38.815163 mtc Terminating component type Test.dummy_CT. 07:00:38.815181 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:38.815219 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:38.815236 mtc Port GSMTAP was stopped. 07:00:38.815247 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:38.815291 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:38.815305 mtc Port BSCVTY was stopped. 07:00:38.815311 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 07:00:38.815321 mtc Waiting for PTCs to finish. 07:00:38.815396 mtc Setting final verdict of the test case. 07:00:38.815413 mtc Local verdict of MTC: error 07:00:38.815428 mtc No PTCs were created. 07:00:38.815439 mtc Test case TC_si_sched_13 finished. Verdict: error 07:00:38.815488 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 07:00:38.815515 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 07:00:38.815528 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 07:00:38.815554 mtc Port GSMTAP was started. 07:00:38.815569 mtc Port BSCVTY was started. 07:00:38.815575 mtc Component type Test.dummy_CT was initialized. 07:00:38.815583 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:38.815630 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:38.815678 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:38.815704 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:38.815748 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:38.815901 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:38.815937 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:38.815956 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:38.815981 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:38.815996 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:38.816017 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:38.816030 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:38.816051 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:38.816097 mtc Sent on BSCVTY to system charstring : "enable" 07:00:38.816128 mtc Start timer T: 2 s 07:00:38.816190 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:38.816239 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:38.816252 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:38.816260 mtc Stop timer T: 2 s 07:00:38.816271 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:38.816290 mtc Start timer T: 2 s 07:00:38.816384 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:38.816450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:38.816467 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:38.816484 mtc Stop timer T: 2 s 07:00:38.816500 mtc Sent on BSCVTY to system charstring : "network" 07:00:38.816526 mtc Start timer T: 2 s 07:00:38.816582 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:38.816646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:38.816662 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:38.816678 mtc Stop timer T: 2 s 07:00:38.816695 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:38.816719 mtc Start timer T: 2 s 07:00:38.816778 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:00:38.816854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:00:38.816871 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:38.816889 mtc Stop timer T: 2 s 07:00:38.816906 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 07:00:38.816931 mtc Start timer T: 2 s 07:00:38.817030 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:00:38.817096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:00:38.817113 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:38.817129 mtc Stop timer T: 2 s 07:00:38.817147 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 07:00:38.817167 mtc Start timer T: 2 s 07:00:38.817258 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 07:00:38.817321 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 07:00:38.817339 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:38.817356 mtc Stop timer T: 2 s 07:00:38.817373 mtc Sent on BSCVTY to system charstring : "end" 07:00:38.817400 mtc Start timer T: 2 s 07:00:38.817450 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:00:38.817488 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:00:38.817502 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:00:38.817515 mtc Stop timer T: 2 s 07:00:38.817531 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:38.817556 mtc Start timer T: 2 s 07:00:38.817626 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 07:00:38.817692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 07:00:38.817704 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:00:38.817714 mtc Stop timer T: 2 s 07:00:38.817724 mtc Sent on BSCVTY to system charstring : "network" 07:00:38.817742 mtc Start timer T: 2 s 07:00:38.817810 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 07:00:38.817900 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 07:00:38.817922 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:00:38.817941 mtc Stop timer T: 2 s 07:00:38.817958 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:38.817981 mtc Start timer T: 2 s 07:00:38.818046 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:00:38.818114 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:00:38.818137 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:00:38.818156 mtc Stop timer T: 2 s 07:00:38.818176 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 07:00:38.818204 mtc Start timer T: 2 s 07:00:38.818278 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:00:38.818343 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:00:38.818361 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:00:38.818379 mtc Stop timer T: 2 s 07:00:38.818403 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 07:00:38.818429 mtc Start timer T: 2 s 07:00:38.818499 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 07:00:38.818552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 07:00:38.818565 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:00:38.818580 mtc Stop timer T: 2 s 07:00:38.818597 mtc Sent on BSCVTY to system charstring : "end" 07:00:38.818624 mtc Start timer T: 2 s 07:00:38.818686 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 07:00:38.818724 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 07:00:38.818740 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:00:38.818754 mtc Stop timer T: 2 s 07:00:38.818771 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:38.818798 mtc Start timer T: 2 s 07:00:38.818859 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 07:00:38.818914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 07:00:38.818931 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:00:38.818949 mtc Stop timer T: 2 s 07:00:38.818965 mtc Sent on BSCVTY to system charstring : "network" 07:00:38.818992 mtc Start timer T: 2 s 07:00:38.819044 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 07:00:38.819109 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 07:00:38.819126 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:00:38.819143 mtc Stop timer T: 2 s 07:00:38.819160 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:38.819187 mtc Start timer T: 2 s 07:00:38.819246 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:00:38.819308 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:00:38.819320 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:00:38.819331 mtc Stop timer T: 2 s 07:00:38.819342 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 07:00:38.819361 mtc Start timer T: 2 s 07:00:38.819440 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 07:00:38.819532 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 07:00:38.819552 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:00:38.819571 mtc Stop timer T: 2 s 07:00:38.819588 mtc Sent on BSCVTY to system charstring : "end" 07:00:38.819618 mtc Start timer T: 2 s 07:00:38.819673 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 07:00:38.819709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 07:00:38.819720 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:00:38.819728 mtc Stop timer T: 2 s 07:00:38.819744 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:38.819764 mtc Start timer T: 2 s 07:00:38.819850 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 07:00:38.819929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 07:00:38.819943 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:00:38.819954 mtc Stop timer T: 2 s 07:00:38.819970 mtc Sent on BSCVTY to system charstring : "network" 07:00:38.819990 mtc Start timer T: 2 s 07:00:38.820087 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 07:00:38.820155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 07:00:38.820169 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:00:38.820181 mtc Stop timer T: 2 s 07:00:38.820194 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:38.820217 mtc Start timer T: 2 s 07:00:38.820281 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 07:00:38.820362 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 07:00:38.820383 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:00:38.820403 mtc Stop timer T: 2 s 07:00:38.820421 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 07:00:38.820442 mtc Start timer T: 2 s 07:00:38.820543 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 07:00:38.820704 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 07:00:38.820723 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:00:38.820738 mtc Stop timer T: 2 s 07:00:38.820751 mtc Sent on BSCVTY to system charstring : "end" 07:00:38.820772 mtc Start timer T: 2 s 07:00:38.820823 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:00:38.820857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:00:38.820868 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:00:38.820876 mtc Stop timer T: 2 s 07:00:38.820885 mtc Sent on BSCVTY to system charstring : "write terminal" 07:00:38.820903 mtc Start timer T: 2 s 07:00:38.821390 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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 24 07:00:38.821453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:00:38.823832 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 print file 1\n logging level all everything\n logging level rll notice\n logging level cc notice\n logging level mm debug\n logging level rr notice\n logging level rsl notice\n logging level nm info\n logging level mncc notice\n logging level pag notice\n logging level meas notice\n logging level sccp notice\n logging level msc notice\n logging level mgcp notice\n logging level ho notice\n logging level db notice\n logging level ref notice\n logging level gprs debug\n logging level ns info\n logging level bssgp debug\n logging level llc debug\n logging level sndcp debug\n logging level nat notice\n logging level ctrl notice\n logging level smpp debug\n logging level filter debug\n logging level ranap debug\n logging level sua debug\n logging level pcu debug\n logging level lglobal notice\n logging level llapd notice\n logging level linp notice\n logging level lmux notice\n logging level lmi notice\n logging level lmib notice\n logging level lsms notice\n logging level lctrl notice\n logging level lgtp notice\n logging level lstats notice\n logging level lgsup notice\n logging level loap notice\n logging level lss7 notice\n logging level lsccp notice\n logging level lsua notice\n logging level lm3ua notice\n logging level lmgcp notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n type sysmobts\n band DCS1800\n cell_identity 20960\n location_area_code 13135\n dtx uplink force\n base_station_id_code 63\n ms max power 40\n cell reselection hysteresis 2\n rxlev access min 45\n periodic location update 6\n radio-link-timeout 4\n channel allocator ascending\n rach tx integer 7\n rach 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 early-classmark-sending-3g 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 24 07:00:38.823902 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:00:38.823930 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:00:38.823947 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:00:38.823960 mtc Stop timer T: 2 s 07:00:38.823984 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:38.824017 mtc Start timer T: 2 s 07:00:38.824213 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:00:38.824252 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:00:38.824268 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:00:38.824282 mtc Stop timer T: 2 s 07:00:38.824294 mtc Start timer T: 1 s 07:00:39.824348 mtc Timeout T: 1 s 07:00:39.824413 mtc Port GSMTAP was cleared. 07:00:39.824427 mtc Start timer T: 8 s 07:00:47.830706 mtc Timeout T: 8 s 07:00:47.830760 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=0 07:00:47.830779 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=0 07:00:47.830803 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=0 07:00:47.830811 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=0 07:00:47.830818 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=0 07:00:47.830825 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=0 07:00:47.830832 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=0 07:00:47.830856 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=0 07:00:47.830871 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:00:47.830902 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.830943 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.830954 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.830966 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.830977 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.831005 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.831029 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:00:47.831057 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:00:47.831098 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831111 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:00:47.831123 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831134 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:00:47.831147 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831158 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:00:47.831170 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831194 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:00:47.831205 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831230 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:00:47.831242 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831265 mtc Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! 07:00:47.831278 mtc setverdict(fail): fail -> fail, component reason not changed 07:00:47.831289 mtc Error: Insufficient SI in array 07:00:47.831300 mtc Test.ttcn:162: Dynamic test case error: testcase.stop 07:00:47.831316 mtc setverdict(error): fail -> error 07:00:47.831326 mtc Performing error recovery. 07:00:47.831362 mtc Terminating component type Test.dummy_CT. 07:00:47.831375 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:47.831407 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:47.831421 mtc Port GSMTAP was stopped. 07:00:47.831433 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:47.831477 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:47.831492 mtc Port BSCVTY was stopped. 07:00:47.831503 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 07:00:47.831516 mtc Waiting for PTCs to finish. 07:00:47.831544 mtc Setting final verdict of the test case. 07:00:47.831555 mtc Local verdict of MTC: error 07:00:47.831567 mtc No PTCs were created. 07:00:47.831578 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: error 07:00:47.831608 mtc Executing test case TC_neci in module Test. 07:00:47.831629 mtc Test case TC_neci started. 07:00:47.831640 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 07:00:47.831667 mtc Port GSMTAP was started. 07:00:47.831680 mtc Port BSCVTY was started. 07:00:47.831691 mtc Component type Test.dummy_CT was initialized. 07:00:47.831709 mtc Random number generator was initialized with seed 57.831707: srand48(-1885996326). 07:00:47.831723 mtc Function rnd() returned 0.355210. 07:00:47.831774 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:47.831804 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:47.831833 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:47.831852 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:47.831886 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:47.832024 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:47.832059 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:47.832079 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:47.832101 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:47.832115 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:47.832133 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:47.832145 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:47.832162 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:47.832204 mtc Sent on BSCVTY to system charstring : "enable" 07:00:47.832236 mtc Start timer T: 2 s 07:00:47.832298 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:47.832337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:47.832351 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:47.832363 mtc Stop timer T: 2 s 07:00:47.832380 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:47.832401 mtc Start timer T: 2 s 07:00:47.832488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:47.832539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:47.832554 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:47.832570 mtc Stop timer T: 2 s 07:00:47.832583 mtc Sent on BSCVTY to system charstring : "network" 07:00:47.832605 mtc Start timer T: 2 s 07:00:47.832657 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:47.832713 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:47.832727 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:47.832741 mtc Stop timer T: 2 s 07:00:47.832756 mtc Sent on BSCVTY to system charstring : "neci 0" 07:00:47.832777 mtc Start timer T: 2 s 07:00:47.832829 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 4 07:00:47.832882 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 4 07:00:47.832896 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:47.832910 mtc Stop timer T: 2 s 07:00:47.832923 mtc Sent on BSCVTY to system charstring : "end" 07:00:47.832944 mtc Start timer T: 2 s 07:00:47.832983 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 5 07:00:47.833027 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 5 07:00:47.833043 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:47.833055 mtc Stop timer T: 2 s 07:00:47.833072 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:47.833098 mtc Start timer T: 2 s 07:00:47.833222 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:00:47.833259 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:00:47.833275 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:47.833287 mtc Stop timer T: 2 s 07:00:47.833299 mtc Start timer T: 1 s 07:00:48.833324 mtc Timeout T: 1 s 07:00:48.833389 mtc Port GSMTAP was cleared. 07:00:48.833404 mtc Start timer T: 10 s 07:00:58.839219 mtc Timeout T: 10 s 07:00:58.839276 mtc Error waiting for SI on GSMTAP 07:00:58.839286 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:00:58.839300 mtc setverdict(error): none -> error 07:00:58.839312 mtc Performing error recovery. 07:00:58.839370 mtc Terminating component type Test.dummy_CT. 07:00:58.839389 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:00:58.839419 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:00:58.839431 mtc Port GSMTAP was stopped. 07:00:58.839440 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:00:58.839491 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:00:58.839508 mtc Port BSCVTY was stopped. 07:00:58.839520 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 07:00:58.839538 mtc Waiting for PTCs to finish. 07:00:58.839580 mtc Setting final verdict of the test case. 07:00:58.839606 mtc Local verdict of MTC: error 07:00:58.839623 mtc No PTCs were created. 07:00:58.839644 mtc Test case TC_neci finished. Verdict: error 07:00:58.839681 mtc Executing test case TC_cell_resel_hyst in module Test. 07:00:58.839703 mtc Test case TC_cell_resel_hyst started. 07:00:58.839724 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 07:00:58.839756 mtc Port GSMTAP was started. 07:00:58.839775 mtc Port BSCVTY was started. 07:00:58.839794 mtc Component type Test.dummy_CT was initialized. 07:00:58.839809 mtc Function rnd() returned 0.851715. 07:00:58.839850 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:00:58.839885 mtc Port GSMTAP was mapped to system:GSMTAP. 07:00:58.839909 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:00:58.839929 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:00:58.839971 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:00:58.840113 mtc Port BSCVTY was mapped to system:BSCVTY. 07:00:58.840152 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:00:58.840170 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:58.840194 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:00:58.840207 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:58.840226 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:00:58.840240 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:58.840262 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:00:58.840313 mtc Sent on BSCVTY to system charstring : "enable" 07:00:58.840347 mtc Start timer T: 2 s 07:00:58.840410 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:00:58.840452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:00:58.840470 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:00:58.840484 mtc Stop timer T: 2 s 07:00:58.840502 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:00:58.840530 mtc Start timer T: 2 s 07:00:58.840628 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:00:58.840690 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:00:58.840712 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:00:58.840730 mtc Stop timer T: 2 s 07:00:58.840747 mtc Sent on BSCVTY to system charstring : "network" 07:00:58.840774 mtc Start timer T: 2 s 07:00:58.840834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:00:58.840901 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:00:58.840918 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:00:58.840936 mtc Stop timer T: 2 s 07:00:58.840954 mtc Sent on BSCVTY to system charstring : "bts 0" 07:00:58.840980 mtc Start timer T: 2 s 07:00:58.841041 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:00:58.841094 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:00:58.841106 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:00:58.841115 mtc Stop timer T: 2 s 07:00:58.841137 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 10" 07:00:58.841162 mtc Start timer T: 2 s 07:00:58.841274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:00:58.841330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:00:58.841348 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:00:58.841364 mtc Stop timer T: 2 s 07:00:58.841382 mtc Sent on BSCVTY to system charstring : "end" 07:00:58.841408 mtc Start timer T: 2 s 07:00:58.841465 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:00:58.841509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:00:58.841527 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:00:58.841542 mtc Stop timer T: 2 s 07:00:58.841566 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:00:58.841593 mtc Start timer T: 2 s 07:00:58.841722 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:00:58.841756 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:00:58.841773 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:00:58.841788 mtc Stop timer T: 2 s 07:00:58.841804 mtc Start timer T: 1 s 07:00:59.842715 mtc Timeout T: 1 s 07:00:59.842791 mtc Port GSMTAP was cleared. 07:00:59.842810 mtc Start timer T: 10 s 07:01:09.850722 mtc Timeout T: 10 s 07:01:09.850771 mtc Error waiting for SI on GSMTAP 07:01:09.850780 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:01:09.850792 mtc setverdict(error): none -> error 07:01:09.850802 mtc Performing error recovery. 07:01:09.850855 mtc Terminating component type Test.dummy_CT. 07:01:09.850881 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:01:09.850952 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:01:09.850962 mtc Port GSMTAP was stopped. 07:01:09.850970 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:01:09.851061 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:01:09.851107 mtc Port BSCVTY was stopped. 07:01:09.851132 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 07:01:09.851144 mtc Waiting for PTCs to finish. 07:01:09.851229 mtc Setting final verdict of the test case. 07:01:09.851258 mtc Local verdict of MTC: error 07:01:09.851285 mtc No PTCs were created. 07:01:09.851313 mtc Test case TC_cell_resel_hyst finished. Verdict: error 07:01:09.851364 mtc Executing test case TC_rxlev_acc_min in module Test. 07:01:09.851384 mtc Test case TC_rxlev_acc_min started. 07:01:09.851397 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 07:01:09.851433 mtc Port GSMTAP was started. 07:01:09.851448 mtc Port BSCVTY was started. 07:01:09.851460 mtc Component type Test.dummy_CT was initialized. 07:01:09.851469 mtc Function rnd() returned 0.188615. 07:01:09.851501 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:01:09.851541 mtc Port GSMTAP was mapped to system:GSMTAP. 07:01:09.851575 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:01:09.851600 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:01:09.851639 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:01:09.851766 mtc Port BSCVTY was mapped to system:BSCVTY. 07:01:09.851802 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:01:09.851819 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:09.851844 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:09.851858 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:09.851875 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:09.851886 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:09.851904 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:09.851951 mtc Sent on BSCVTY to system charstring : "enable" 07:01:09.852037 mtc Start timer T: 2 s 07:01:09.852064 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:01:09.852104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:01:09.852121 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:01:09.852133 mtc Stop timer T: 2 s 07:01:09.852149 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:01:09.852176 mtc Start timer T: 2 s 07:01:09.852277 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:01:09.852346 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:01:09.852359 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:01:09.852368 mtc Stop timer T: 2 s 07:01:09.852378 mtc Sent on BSCVTY to system charstring : "network" 07:01:09.852404 mtc Start timer T: 2 s 07:01:09.852469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:01:09.852541 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:01:09.852562 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:01:09.852577 mtc Stop timer T: 2 s 07:01:09.852592 mtc Sent on BSCVTY to system charstring : "bts 0" 07:01:09.852620 mtc Start timer T: 2 s 07:01:09.852684 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:01:09.852745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:01:09.852760 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:01:09.852774 mtc Stop timer T: 2 s 07:01:09.852798 mtc Sent on BSCVTY to system charstring : "rxlev access min 11" 07:01:09.852818 mtc Start timer T: 2 s 07:01:09.852920 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:01:09.852974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:01:09.852987 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:01:09.853001 mtc Stop timer T: 2 s 07:01:09.853016 mtc Sent on BSCVTY to system charstring : "end" 07:01:09.853039 mtc Start timer T: 2 s 07:01:09.853100 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:01:09.853132 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:01:09.853150 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:01:09.853162 mtc Stop timer T: 2 s 07:01:09.853178 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:01:09.853206 mtc Start timer T: 2 s 07:01:09.853335 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:01:09.853373 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:01:09.853384 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:01:09.853395 mtc Stop timer T: 2 s 07:01:09.853410 mtc Start timer T: 1 s 07:01:10.853461 mtc Timeout T: 1 s 07:01:10.853526 mtc Port GSMTAP was cleared. 07:01:10.853545 mtc Start timer T: 10 s 07:01:20.854213 mtc Timeout T: 10 s 07:01:20.854268 mtc Error waiting for SI on GSMTAP 07:01:20.854276 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:01:20.854289 mtc setverdict(error): none -> error 07:01:20.854299 mtc Performing error recovery. 07:01:20.854354 mtc Terminating component type Test.dummy_CT. 07:01:20.854380 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:01:20.854425 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:01:20.854452 mtc Port GSMTAP was stopped. 07:01:20.854464 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:01:20.854521 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:01:20.854537 mtc Port BSCVTY was stopped. 07:01:20.854547 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 07:01:20.854561 mtc Waiting for PTCs to finish. 07:01:20.854612 mtc Setting final verdict of the test case. 07:01:20.854630 mtc Local verdict of MTC: error 07:01:20.854644 mtc No PTCs were created. 07:01:20.854667 mtc Test case TC_rxlev_acc_min finished. Verdict: error 07:01:20.854808 mtc Executing test case TC_cellid in module Test. 07:01:20.854840 mtc Test case TC_cellid started. 07:01:20.854859 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 07:01:20.854906 mtc Port GSMTAP was started. 07:01:20.854928 mtc Port BSCVTY was started. 07:01:20.854940 mtc Component type Test.dummy_CT was initialized. 07:01:20.854950 mtc Function rnd() returned 0.513113. 07:01:20.854986 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:01:20.855022 mtc Port GSMTAP was mapped to system:GSMTAP. 07:01:20.855057 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:01:20.855080 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:01:20.855118 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:01:20.855305 mtc Port BSCVTY was mapped to system:BSCVTY. 07:01:20.855340 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:01:20.855378 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:20.855407 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:20.855426 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:20.855441 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:20.855448 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:20.855460 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:20.855497 mtc Sent on BSCVTY to system charstring : "enable" 07:01:20.855520 mtc Start timer T: 2 s 07:01:20.855584 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:01:20.855632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:01:20.855650 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:01:20.855663 mtc Stop timer T: 2 s 07:01:20.855678 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:01:20.855791 mtc Start timer T: 2 s 07:01:20.855853 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:01:20.855905 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:01:20.855916 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:01:20.855924 mtc Stop timer T: 2 s 07:01:20.855934 mtc Sent on BSCVTY to system charstring : "network" 07:01:20.855952 mtc Start timer T: 2 s 07:01:20.856012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:01:20.856092 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:01:20.856112 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:01:20.856133 mtc Stop timer T: 2 s 07:01:20.856152 mtc Sent on BSCVTY to system charstring : "bts 0" 07:01:20.856248 mtc Start timer T: 2 s 07:01:20.856285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:01:20.856352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:01:20.856372 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:01:20.856389 mtc Stop timer T: 2 s 07:01:20.856407 mtc Sent on BSCVTY to system charstring : "cell_identity 33626" 07:01:20.856432 mtc Start timer T: 2 s 07:01:20.856520 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:01:20.856587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:01:20.856601 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:01:20.856610 mtc Stop timer T: 2 s 07:01:20.856619 mtc Sent on BSCVTY to system charstring : "end" 07:01:20.856636 mtc Start timer T: 2 s 07:01:20.856687 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:01:20.856730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:01:20.856745 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:01:20.856758 mtc Stop timer T: 2 s 07:01:20.856778 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:01:20.856803 mtc Start timer T: 2 s 07:01:20.856932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:01:20.856965 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:01:20.856979 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:01:20.856991 mtc Stop timer T: 2 s 07:01:20.857003 mtc Start timer T: 1 s 07:01:21.857058 mtc Timeout T: 1 s 07:01:21.857117 mtc Port GSMTAP was cleared. 07:01:21.857136 mtc Start timer T: 10 s 07:01:31.866237 mtc Timeout T: 10 s 07:01:31.866290 mtc Error waiting for SI on GSMTAP 07:01:31.866301 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:01:31.866318 mtc setverdict(error): none -> error 07:01:31.866348 mtc Performing error recovery. 07:01:31.866416 mtc Terminating component type Test.dummy_CT. 07:01:31.866430 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:01:31.866481 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:01:31.866495 mtc Port GSMTAP was stopped. 07:01:31.866508 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:01:31.866617 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:01:31.866634 mtc Port BSCVTY was stopped. 07:01:31.866647 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 07:01:31.866674 mtc Waiting for PTCs to finish. 07:01:31.866709 mtc Setting final verdict of the test case. 07:01:31.866726 mtc Local verdict of MTC: error 07:01:31.866741 mtc No PTCs were created. 07:01:31.866749 mtc Test case TC_cellid finished. Verdict: error 07:01:31.866794 mtc Executing test case TC_lac in module Test. 07:01:31.866817 mtc Test case TC_lac started. 07:01:31.866827 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 07:01:31.866853 mtc Port GSMTAP was started. 07:01:31.866866 mtc Port BSCVTY was started. 07:01:31.866871 mtc Component type Test.dummy_CT was initialized. 07:01:31.866878 mtc Function rnd() returned 0.862128. 07:01:31.866920 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:01:31.866971 mtc Port GSMTAP was mapped to system:GSMTAP. 07:01:31.867002 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:01:31.867022 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:01:31.867064 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:01:31.867193 mtc Port BSCVTY was mapped to system:BSCVTY. 07:01:31.867223 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:01:31.867241 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:31.867264 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:31.867277 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:31.867294 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:31.867306 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:31.867327 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:31.867370 mtc Sent on BSCVTY to system charstring : "enable" 07:01:31.867397 mtc Start timer T: 2 s 07:01:31.867459 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:01:31.867498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:01:31.867511 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:01:31.867523 mtc Stop timer T: 2 s 07:01:31.867538 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:01:31.867560 mtc Start timer T: 2 s 07:01:31.867655 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:01:31.867723 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:01:31.867737 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:01:31.867753 mtc Stop timer T: 2 s 07:01:31.867766 mtc Sent on BSCVTY to system charstring : "network" 07:01:31.867789 mtc Start timer T: 2 s 07:01:31.867841 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:01:31.867904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:01:31.867920 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:01:31.867937 mtc Stop timer T: 2 s 07:01:31.867953 mtc Sent on BSCVTY to system charstring : "bts 0" 07:01:31.867976 mtc Start timer T: 2 s 07:01:31.868032 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:01:31.868093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:01:31.868108 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:01:31.868122 mtc Stop timer T: 2 s 07:01:31.868136 mtc Sent on BSCVTY to system charstring : "location_area_code 56499" 07:01:31.868153 mtc Start timer T: 2 s 07:01:31.868240 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:01:31.868297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:01:31.868312 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:01:31.868326 mtc Stop timer T: 2 s 07:01:31.868339 mtc Sent on BSCVTY to system charstring : "end" 07:01:31.868360 mtc Start timer T: 2 s 07:01:31.868412 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:01:31.868443 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:01:31.868455 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:01:31.868467 mtc Stop timer T: 2 s 07:01:31.868482 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:01:31.868503 mtc Start timer T: 2 s 07:01:31.868623 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:01:31.868650 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:01:31.868659 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:01:31.868665 mtc Stop timer T: 2 s 07:01:31.868674 mtc Start timer T: 1 s 07:01:32.868732 mtc Timeout T: 1 s 07:01:32.868884 mtc Port GSMTAP was cleared. 07:01:32.868947 mtc Start timer T: 10 s 07:01:42.874714 mtc Timeout T: 10 s 07:01:42.874768 mtc Error waiting for SI on GSMTAP 07:01:42.874777 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:01:42.874790 mtc setverdict(error): none -> error 07:01:42.874800 mtc Performing error recovery. 07:01:42.874842 mtc Terminating component type Test.dummy_CT. 07:01:42.874885 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:01:42.874929 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:01:42.874953 mtc Port GSMTAP was stopped. 07:01:42.874979 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:01:42.875046 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:01:42.875061 mtc Port BSCVTY was stopped. 07:01:42.875071 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 07:01:42.875086 mtc Waiting for PTCs to finish. 07:01:42.875122 mtc Setting final verdict of the test case. 07:01:42.875135 mtc Local verdict of MTC: error 07:01:42.875147 mtc No PTCs were created. 07:01:42.875157 mtc Test case TC_lac finished. Verdict: error 07:01:42.875198 mtc Executing test case TC_rach_tx_int in module Test. 07:01:42.875223 mtc Test case TC_rach_tx_int started. 07:01:42.875235 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 07:01:42.875264 mtc Port GSMTAP was started. 07:01:42.875278 mtc Port BSCVTY was started. 07:01:42.875290 mtc Component type Test.dummy_CT was initialized. 07:01:42.875303 mtc Function rnd() returned 0.651754. 07:01:42.875342 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:01:42.875377 mtc Port GSMTAP was mapped to system:GSMTAP. 07:01:42.875402 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:01:42.875419 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:01:42.875456 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:01:42.875578 mtc Port BSCVTY was mapped to system:BSCVTY. 07:01:42.875606 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:01:42.875623 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:42.875645 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:42.875660 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:42.875677 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:42.875690 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:42.875708 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:42.875749 mtc Sent on BSCVTY to system charstring : "enable" 07:01:42.875776 mtc Start timer T: 2 s 07:01:42.875837 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:01:42.875886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:01:42.875901 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:01:42.875912 mtc Stop timer T: 2 s 07:01:42.875925 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:01:42.875947 mtc Start timer T: 2 s 07:01:42.876054 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:01:42.876114 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:01:42.876126 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:01:42.876137 mtc Stop timer T: 2 s 07:01:42.876152 mtc Sent on BSCVTY to system charstring : "network" 07:01:42.876179 mtc Start timer T: 2 s 07:01:42.876262 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:01:42.876323 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:01:42.876338 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:01:42.876352 mtc Stop timer T: 2 s 07:01:42.876369 mtc Sent on BSCVTY to system charstring : "bts 0" 07:01:42.876395 mtc Start timer T: 2 s 07:01:42.876478 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:01:42.876551 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:01:42.876567 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:01:42.876577 mtc Stop timer T: 2 s 07:01:42.876588 mtc Sent on BSCVTY to system charstring : "rach tx integer 9" 07:01:42.876604 mtc Start timer T: 2 s 07:01:42.876697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:01:42.876760 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:01:42.876774 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:01:42.876788 mtc Stop timer T: 2 s 07:01:42.876804 mtc Sent on BSCVTY to system charstring : "end" 07:01:42.876823 mtc Start timer T: 2 s 07:01:42.876871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:01:42.876917 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:01:42.876934 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:01:42.876948 mtc Stop timer T: 2 s 07:01:42.876966 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:01:42.876992 mtc Start timer T: 2 s 07:01:42.877118 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:01:42.877150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:01:42.877165 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:01:42.877177 mtc Stop timer T: 2 s 07:01:42.877190 mtc Start timer T: 1 s 07:01:43.877271 mtc Timeout T: 1 s 07:01:43.877427 mtc Port GSMTAP was cleared. 07:01:43.877495 mtc Start timer T: 10 s 07:01:53.886836 mtc Timeout T: 10 s 07:01:53.886921 mtc Error waiting for SI on GSMTAP 07:01:53.886942 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:01:53.886976 mtc setverdict(error): none -> error 07:01:53.887001 mtc Performing error recovery. 07:01:53.887070 mtc Terminating component type Test.dummy_CT. 07:01:53.887099 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:01:53.887154 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:01:53.887184 mtc Port GSMTAP was stopped. 07:01:53.887211 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:01:53.887304 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:01:53.887367 mtc Port BSCVTY was stopped. 07:01:53.887403 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 07:01:53.887432 mtc Waiting for PTCs to finish. 07:01:53.887504 mtc Setting final verdict of the test case. 07:01:53.887531 mtc Local verdict of MTC: error 07:01:53.887548 mtc No PTCs were created. 07:01:53.887565 mtc Test case TC_rach_tx_int finished. Verdict: error 07:01:53.887639 mtc Executing test case TC_rach_max_tx in module Test. 07:01:53.887705 mtc Test case TC_rach_max_tx started. 07:01:53.887729 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 07:01:53.887784 mtc Port GSMTAP was started. 07:01:53.887835 mtc Port BSCVTY was started. 07:01:53.887858 mtc Component type Test.dummy_CT was initialized. 07:01:53.887882 mtc Function rnd() returned 0.135830. 07:01:53.887945 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:01:53.888009 mtc Port GSMTAP was mapped to system:GSMTAP. 07:01:53.888076 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:01:53.888119 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:01:53.888178 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:01:53.888410 mtc Port BSCVTY was mapped to system:BSCVTY. 07:01:53.888475 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:01:53.888505 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:53.888545 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:01:53.888573 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:53.888627 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:01:53.888645 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:53.888670 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:01:53.888758 mtc Sent on BSCVTY to system charstring : "enable" 07:01:53.888824 mtc Start timer T: 2 s 07:01:53.889021 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:01:53.889141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:01:53.889185 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:01:53.889205 mtc Stop timer T: 2 s 07:01:53.889228 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:01:53.889277 mtc Start timer T: 2 s 07:01:53.889511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:01:53.889662 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:01:53.889691 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:01:53.889756 mtc Stop timer T: 2 s 07:01:53.889812 mtc Sent on BSCVTY to system charstring : "network" 07:01:53.889917 mtc Start timer T: 2 s 07:01:53.889991 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:01:53.890145 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:01:53.890170 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:01:53.890195 mtc Stop timer T: 2 s 07:01:53.890215 mtc Sent on BSCVTY to system charstring : "bts 0" 07:01:53.890249 mtc Start timer T: 2 s 07:01:53.890347 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:01:53.890500 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:01:53.890536 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:01:53.890566 mtc Stop timer T: 2 s 07:01:53.890605 mtc Sent on BSCVTY to system charstring : "rach max transmission 1" 07:01:53.890671 mtc Start timer T: 2 s 07:01:53.890836 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:01:53.890961 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:01:53.890993 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:01:53.891026 mtc Stop timer T: 2 s 07:01:53.891057 mtc Sent on BSCVTY to system charstring : "end" 07:01:53.891109 mtc Start timer T: 2 s 07:01:53.891218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:01:53.891275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:01:53.891294 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:01:53.891309 mtc Stop timer T: 2 s 07:01:53.891334 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:01:53.891377 mtc Start timer T: 2 s 07:01:53.891694 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:01:53.891764 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:01:53.891793 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:01:53.891819 mtc Stop timer T: 2 s 07:01:53.891847 mtc Start timer T: 1 s 07:01:54.891964 mtc Timeout T: 1 s 07:01:54.892114 mtc Port GSMTAP was cleared. 07:01:54.892181 mtc Start timer T: 10 s 07:02:04.901442 mtc Timeout T: 10 s 07:02:04.901587 mtc Error waiting for SI on GSMTAP 07:02:04.925887 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:02:04.925996 mtc setverdict(error): none -> error 07:02:04.926042 mtc Performing error recovery. 07:02:04.926181 mtc Terminating component type Test.dummy_CT. 07:02:04.926255 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:02:04.926376 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:02:04.926429 mtc Port GSMTAP was stopped. 07:02:04.926460 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:02:04.926597 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:02:04.926707 mtc Port BSCVTY was stopped. 07:02:04.926755 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 07:02:04.926810 mtc Waiting for PTCs to finish. 07:02:04.926957 mtc Setting final verdict of the test case. 07:02:04.927017 mtc Local verdict of MTC: error 07:02:04.927065 mtc No PTCs were created. 07:02:04.927107 mtc Test case TC_rach_max_tx finished. Verdict: error 07:02:04.927232 mtc Executing test case TC_attach in module Test. 07:02:04.927404 mtc Test case TC_attach started. 07:02:04.927456 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 07:02:04.927556 mtc Port GSMTAP was started. 07:02:04.927682 mtc Port BSCVTY was started. 07:02:04.927728 mtc Component type Test.dummy_CT was initialized. 07:02:04.927775 mtc Function rnd() returned 0.683780. 07:02:04.927895 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:02:04.928015 mtc Port GSMTAP was mapped to system:GSMTAP. 07:02:04.928138 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:02:04.928241 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:02:04.928371 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:02:04.928875 mtc Port BSCVTY was mapped to system:BSCVTY. 07:02:04.929011 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:02:04.929093 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:04.929185 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:04.929248 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:04.929308 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:04.929343 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:04.929390 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:04.929566 mtc Sent on BSCVTY to system charstring : "enable" 07:02:04.929986 mtc Start timer T: 2 s 07:02:04.930094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:02:04.930272 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:02:04.930338 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:02:04.930373 mtc Stop timer T: 2 s 07:02:04.930429 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:02:04.930532 mtc Start timer T: 2 s 07:02:04.930939 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:02:04.931214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:02:04.931263 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:02:04.931302 mtc Stop timer T: 2 s 07:02:04.931342 mtc Sent on BSCVTY to system charstring : "network" 07:02:04.931408 mtc Start timer T: 2 s 07:02:04.931567 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:02:04.931631 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:02:04.931644 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:02:04.931656 mtc Stop timer T: 2 s 07:02:04.931669 mtc Sent on BSCVTY to system charstring : "bts 0" 07:02:04.931690 mtc Start timer T: 2 s 07:02:04.931761 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:02:04.931863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:02:04.931883 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:02:04.931918 mtc Stop timer T: 2 s 07:02:04.931942 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 07:02:04.932076 mtc Start timer T: 2 s 07:02:04.932119 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:02:04.932211 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:02:04.932246 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:02:04.932267 mtc Stop timer T: 2 s 07:02:04.932316 mtc Sent on BSCVTY to system charstring : "end" 07:02:04.932395 mtc Start timer T: 2 s 07:02:04.932434 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:02:04.932480 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:02:04.932493 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:02:04.932502 mtc Stop timer T: 2 s 07:02:04.932517 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:02:04.932551 mtc Start timer T: 2 s 07:02:04.932736 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:02:04.932821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:02:04.932859 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:02:04.932878 mtc Stop timer T: 2 s 07:02:04.932912 mtc Start timer T: 1 s 07:02:05.933130 mtc Timeout T: 1 s 07:02:05.933309 mtc Port GSMTAP was cleared. 07:02:05.933355 mtc Start timer T: 10 s 07:02:15.942726 mtc Timeout T: 10 s 07:02:15.942867 mtc Error waiting for SI on GSMTAP 07:02:15.942901 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:02:15.942949 mtc setverdict(error): none -> error 07:02:15.942983 mtc Performing error recovery. 07:02:15.943091 mtc Terminating component type Test.dummy_CT. 07:02:15.943143 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:02:15.943225 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:02:15.943284 mtc Port GSMTAP was stopped. 07:02:15.943322 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:02:15.943462 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:02:15.943555 mtc Port BSCVTY was stopped. 07:02:15.943611 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 07:02:15.943681 mtc Waiting for PTCs to finish. 07:02:15.943802 mtc Setting final verdict of the test case. 07:02:15.943912 mtc Local verdict of MTC: error 07:02:15.943981 mtc No PTCs were created. 07:02:15.944030 mtc Test case TC_attach finished. Verdict: error 07:02:15.944176 mtc Executing test case TC_dtx_ul in module Test. 07:02:15.944301 mtc Test case TC_dtx_ul started. 07:02:15.944354 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 07:02:15.944442 mtc Port GSMTAP was started. 07:02:15.944494 mtc Port BSCVTY was started. 07:02:15.944518 mtc Component type Test.dummy_CT was initialized. 07:02:15.944558 mtc Function rnd() returned 0.167292. 07:02:15.944678 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:02:15.944935 mtc Port GSMTAP was mapped to system:GSMTAP. 07:02:15.945127 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:02:15.945246 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:02:15.945370 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:02:15.945871 mtc Port BSCVTY was mapped to system:BSCVTY. 07:02:15.946013 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:02:15.946089 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:15.946183 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:15.946238 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:15.946311 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:15.946414 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:15.946489 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:15.946643 mtc Sent on BSCVTY to system charstring : "enable" 07:02:15.946891 mtc Start timer T: 2 s 07:02:15.947063 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:02:15.947225 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:02:15.947270 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:02:15.947299 mtc Stop timer T: 2 s 07:02:15.947349 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:02:15.947434 mtc Start timer T: 2 s 07:02:15.947590 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:02:15.947656 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:02:15.947670 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:02:15.947682 mtc Stop timer T: 2 s 07:02:15.947694 mtc Sent on BSCVTY to system charstring : "network" 07:02:15.947717 mtc Start timer T: 2 s 07:02:15.947791 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:02:15.947860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:02:15.947875 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:02:15.947892 mtc Stop timer T: 2 s 07:02:15.947912 mtc Sent on BSCVTY to system charstring : "bts 0" 07:02:15.947940 mtc Start timer T: 2 s 07:02:15.948023 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:02:15.948107 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:02:15.948127 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:02:15.948150 mtc Stop timer T: 2 s 07:02:15.948168 mtc Sent on BSCVTY to system charstring : "dtx uplink" 07:02:15.948193 mtc Start timer T: 2 s 07:02:15.948296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:02:15.948376 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:02:15.948401 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:02:15.948417 mtc Stop timer T: 2 s 07:02:15.948436 mtc Port GSMTAP was cleared. 07:02:15.948446 mtc Start timer T: 10 s 07:02:25.957581 mtc Timeout T: 10 s 07:02:25.957712 mtc Error waiting for SI on GSMTAP 07:02:25.957747 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:02:25.957793 mtc setverdict(error): none -> error 07:02:25.957829 mtc Performing error recovery. 07:02:25.957955 mtc Terminating component type Test.dummy_CT. 07:02:25.958012 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:02:25.958097 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:02:25.958152 mtc Port GSMTAP was stopped. 07:02:25.958227 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:02:25.958380 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:02:25.958453 mtc Port BSCVTY was stopped. 07:02:25.958486 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 07:02:25.958525 mtc Waiting for PTCs to finish. 07:02:25.958605 mtc Setting final verdict of the test case. 07:02:25.958688 mtc Local verdict of MTC: error 07:02:25.958738 mtc No PTCs were created. 07:02:25.958788 mtc Test case TC_dtx_ul finished. Verdict: error 07:02:25.958911 mtc Executing test case TC_emerg_allowed in module Test. 07:02:25.958990 mtc Test case TC_emerg_allowed started. 07:02:25.959032 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 07:02:25.959135 mtc Port GSMTAP was started. 07:02:25.959204 mtc Port BSCVTY was started. 07:02:25.959246 mtc Component type Test.dummy_CT was initialized. 07:02:25.959294 mtc Function rnd() returned 0.075817. 07:02:25.959420 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:02:25.959547 mtc Port GSMTAP was mapped to system:GSMTAP. 07:02:25.959709 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:02:25.959784 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:02:25.959907 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:02:25.960474 mtc Port BSCVTY was mapped to system:BSCVTY. 07:02:25.960606 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:02:25.960672 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:25.960776 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:25.960838 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:25.960924 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:25.960970 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:25.961021 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:25.961191 mtc Sent on BSCVTY to system charstring : "enable" 07:02:25.961461 mtc Start timer T: 2 s 07:02:25.961561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:02:25.961674 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:02:25.961720 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:02:25.961767 mtc Stop timer T: 2 s 07:02:25.961830 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:02:25.962076 mtc Start timer T: 2 s 07:02:25.962328 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:02:25.962508 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:02:25.962530 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:02:25.962543 mtc Stop timer T: 2 s 07:02:25.962561 mtc Sent on BSCVTY to system charstring : "network" 07:02:25.962583 mtc Start timer T: 2 s 07:02:25.962641 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:02:25.962733 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:02:25.962753 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:02:25.962773 mtc Stop timer T: 2 s 07:02:25.962791 mtc Sent on BSCVTY to system charstring : "bts 0" 07:02:25.962819 mtc Start timer T: 2 s 07:02:25.962885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:02:25.962940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:02:25.962956 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:02:25.962971 mtc Stop timer T: 2 s 07:02:25.962989 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 07:02:25.963013 mtc Start timer T: 2 s 07:02:25.963107 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:02:25.963155 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:02:25.963166 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:02:25.963175 mtc Stop timer T: 2 s 07:02:25.963186 mtc Sent on BSCVTY to system charstring : "end" 07:02:25.963203 mtc Start timer T: 2 s 07:02:25.963250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:02:25.963273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:02:25.963285 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:02:25.963295 mtc Stop timer T: 2 s 07:02:25.963311 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:02:25.963441 mtc Start timer T: 2 s 07:02:25.963479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:02:25.963512 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:02:25.963527 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:02:25.963540 mtc Stop timer T: 2 s 07:02:25.963553 mtc Start timer T: 1 s 07:02:26.963651 mtc Timeout T: 1 s 07:02:26.963809 mtc Port GSMTAP was cleared. 07:02:26.963876 mtc Start timer T: 10 s 07:02:36.973107 mtc Timeout T: 10 s 07:02:36.973239 mtc Error waiting for SI on GSMTAP 07:02:36.973283 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:02:36.973361 mtc setverdict(error): none -> error 07:02:36.973412 mtc Performing error recovery. 07:02:36.973539 mtc Terminating component type Test.dummy_CT. 07:02:36.973595 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:02:36.973696 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:02:36.973755 mtc Port GSMTAP was stopped. 07:02:36.973801 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:02:36.973960 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:02:36.974019 mtc Port BSCVTY was stopped. 07:02:36.974061 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 07:02:36.974118 mtc Waiting for PTCs to finish. 07:02:36.974236 mtc Setting final verdict of the test case. 07:02:36.974285 mtc Local verdict of MTC: error 07:02:36.974336 mtc No PTCs were created. 07:02:36.974383 mtc Test case TC_emerg_allowed finished. Verdict: error 07:02:36.974528 mtc Executing test case TC_bs_pa_mfrms in module Test. 07:02:36.974633 mtc Test case TC_bs_pa_mfrms started. 07:02:36.974808 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 07:02:36.974916 mtc Port GSMTAP was started. 07:02:36.974966 mtc Port BSCVTY was started. 07:02:36.974989 mtc Component type Test.dummy_CT was initialized. 07:02:36.975016 mtc Function rnd() returned 0.131607. 07:02:36.975110 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:02:36.975327 mtc Port GSMTAP was mapped to system:GSMTAP. 07:02:36.975512 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:02:36.975626 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:02:36.975738 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:02:36.976217 mtc Port BSCVTY was mapped to system:BSCVTY. 07:02:36.976336 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:02:36.976393 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:36.976480 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:36.976547 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:36.976633 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:36.976695 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:36.976748 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:36.976886 mtc Sent on BSCVTY to system charstring : "enable" 07:02:36.976991 mtc Start timer T: 2 s 07:02:36.977189 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:02:36.977372 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:02:36.977448 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:02:36.977503 mtc Stop timer T: 2 s 07:02:36.977570 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:02:36.977677 mtc Start timer T: 2 s 07:02:36.978027 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:02:36.978273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:02:36.978341 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:02:36.978408 mtc Stop timer T: 2 s 07:02:36.978469 mtc Sent on BSCVTY to system charstring : "network" 07:02:36.978573 mtc Start timer T: 2 s 07:02:36.978827 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:02:36.979177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:02:36.979253 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:02:36.979325 mtc Stop timer T: 2 s 07:02:36.979397 mtc Sent on BSCVTY to system charstring : "bts 0" 07:02:36.979510 mtc Start timer T: 2 s 07:02:36.979802 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:02:36.980140 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:02:36.980193 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:02:36.980235 mtc Stop timer T: 2 s 07:02:36.980283 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 2" 07:02:36.980386 mtc Start timer T: 2 s 07:02:36.980637 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:02:36.980912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:02:36.980987 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:02:36.981057 mtc Stop timer T: 2 s 07:02:36.981120 mtc Sent on BSCVTY to system charstring : "end" 07:02:36.981224 mtc Start timer T: 2 s 07:02:36.981429 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:02:36.981548 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:02:36.981603 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:02:36.981654 mtc Stop timer T: 2 s 07:02:36.981723 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:02:36.981820 mtc Start timer T: 2 s 07:02:36.982296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:02:36.982431 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:02:36.982478 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:02:36.982517 mtc Stop timer T: 2 s 07:02:36.982551 mtc Start timer T: 1 s 07:02:37.982680 mtc Timeout T: 1 s 07:02:37.982826 mtc Port GSMTAP was cleared. 07:02:37.982893 mtc Start timer T: 10 s 07:02:47.992109 mtc Timeout T: 10 s 07:02:47.992233 mtc Error waiting for SI on GSMTAP 07:02:47.992267 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:02:47.992313 mtc setverdict(error): none -> error 07:02:47.992347 mtc Performing error recovery. 07:02:47.992455 mtc Terminating component type Test.dummy_CT. 07:02:47.992499 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:02:47.992575 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:02:47.992623 mtc Port GSMTAP was stopped. 07:02:47.992665 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:02:47.992800 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:02:47.992857 mtc Port BSCVTY was stopped. 07:02:47.992897 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 07:02:47.992951 mtc Waiting for PTCs to finish. 07:02:47.993088 mtc Setting final verdict of the test case. 07:02:47.993138 mtc Local verdict of MTC: error 07:02:47.993184 mtc No PTCs were created. 07:02:47.993225 mtc Test case TC_bs_pa_mfrms finished. Verdict: error 07:02:47.993382 mtc Executing test case TC_bs_ag_blks_res in module Test. 07:02:47.993465 mtc Test case TC_bs_ag_blks_res started. 07:02:47.993513 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 07:02:47.993628 mtc Port GSMTAP was started. 07:02:47.993684 mtc Port BSCVTY was started. 07:02:47.993742 mtc Component type Test.dummy_CT was initialized. 07:02:47.993791 mtc Function rnd() returned 0.256898. 07:02:47.993899 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:02:47.994017 mtc Port GSMTAP was mapped to system:GSMTAP. 07:02:47.994139 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:02:47.994208 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:02:47.994335 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:02:47.994789 mtc Port BSCVTY was mapped to system:BSCVTY. 07:02:47.994917 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:02:47.994982 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:47.995080 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:47.995146 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:47.995226 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:47.995282 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:47.995361 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:47.995522 mtc Sent on BSCVTY to system charstring : "enable" 07:02:47.995637 mtc Start timer T: 2 s 07:02:47.995802 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:02:47.995912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:02:47.995952 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:02:47.995980 mtc Stop timer T: 2 s 07:02:47.996016 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:02:47.996084 mtc Start timer T: 2 s 07:02:47.996380 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:02:47.996625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:02:47.996690 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:02:47.996758 mtc Stop timer T: 2 s 07:02:47.996816 mtc Sent on BSCVTY to system charstring : "network" 07:02:47.997028 mtc Start timer T: 2 s 07:02:47.997149 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:02:47.997371 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:02:47.997400 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:02:47.997416 mtc Stop timer T: 2 s 07:02:47.997431 mtc Sent on BSCVTY to system charstring : "bts 0" 07:02:47.997489 mtc Start timer T: 2 s 07:02:47.997520 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:02:47.997580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:02:47.997596 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:02:47.997611 mtc Stop timer T: 2 s 07:02:47.997628 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" 07:02:47.997649 mtc Start timer T: 2 s 07:02:47.997734 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:02:47.997779 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:02:47.997789 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:02:47.997798 mtc Stop timer T: 2 s 07:02:47.997809 mtc Sent on BSCVTY to system charstring : "end" 07:02:47.997826 mtc Start timer T: 2 s 07:02:47.997872 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:02:47.997897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:02:47.997908 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:02:47.997915 mtc Stop timer T: 2 s 07:02:47.997925 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:02:47.997942 mtc Start timer T: 2 s 07:02:47.998059 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:02:47.998098 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:02:47.998114 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:02:47.998129 mtc Stop timer T: 2 s 07:02:47.998143 mtc Start timer T: 1 s 07:02:48.998239 mtc Timeout T: 1 s 07:02:48.998388 mtc Port GSMTAP was cleared. 07:02:48.998430 mtc Start timer T: 10 s 07:02:59.007635 mtc Timeout T: 10 s 07:02:59.007763 mtc Error waiting for SI on GSMTAP 07:02:59.007795 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:02:59.007842 mtc setverdict(error): none -> error 07:02:59.007878 mtc Performing error recovery. 07:02:59.007982 mtc Terminating component type Test.dummy_CT. 07:02:59.008026 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:02:59.008115 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:02:59.008158 mtc Port GSMTAP was stopped. 07:02:59.008185 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:02:59.008285 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:02:59.008334 mtc Port BSCVTY was stopped. 07:02:59.008370 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 07:02:59.008422 mtc Waiting for PTCs to finish. 07:02:59.008549 mtc Setting final verdict of the test case. 07:02:59.008610 mtc Local verdict of MTC: error 07:02:59.008657 mtc No PTCs were created. 07:02:59.008716 mtc Test case TC_bs_ag_blks_res finished. Verdict: error 07:02:59.008869 mtc Executing test case TC_radio_link_timeout in module Test. 07:02:59.008942 mtc Test case TC_radio_link_timeout started. 07:02:59.009004 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 07:02:59.009110 mtc Port GSMTAP was started. 07:02:59.009166 mtc Port BSCVTY was started. 07:02:59.009203 mtc Component type Test.dummy_CT was initialized. 07:02:59.009254 mtc Function rnd() returned 0.051342. 07:02:59.009366 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:02:59.009493 mtc Port GSMTAP was mapped to system:GSMTAP. 07:02:59.009607 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:02:59.009669 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:02:59.009794 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:02:59.010219 mtc Port BSCVTY was mapped to system:BSCVTY. 07:02:59.010343 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:02:59.010405 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:59.010501 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:02:59.010555 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:59.010626 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:02:59.010733 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:59.010810 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:02:59.010964 mtc Sent on BSCVTY to system charstring : "enable" 07:02:59.011075 mtc Start timer T: 2 s 07:02:59.011248 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:02:59.011387 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:02:59.011442 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:02:59.011494 mtc Stop timer T: 2 s 07:02:59.011559 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:02:59.011654 mtc Start timer T: 2 s 07:02:59.011952 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:02:59.012191 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:02:59.012254 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:02:59.012322 mtc Stop timer T: 2 s 07:02:59.012379 mtc Sent on BSCVTY to system charstring : "network" 07:02:59.012587 mtc Start timer T: 2 s 07:02:59.012714 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:02:59.012941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:02:59.013003 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:02:59.013068 mtc Stop timer T: 2 s 07:02:59.013128 mtc Sent on BSCVTY to system charstring : "bts 0" 07:02:59.013345 mtc Start timer T: 2 s 07:02:59.013375 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:02:59.013428 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:02:59.013442 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:02:59.013457 mtc Stop timer T: 2 s 07:02:59.013473 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 4" 07:02:59.013559 mtc Start timer T: 2 s 07:02:59.013588 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:02:59.013641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:02:59.013656 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:02:59.013671 mtc Stop timer T: 2 s 07:02:59.013685 mtc Sent on BSCVTY to system charstring : "end" 07:02:59.013743 mtc Start timer T: 2 s 07:02:59.013764 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:02:59.013793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:02:59.013807 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:02:59.013819 mtc Stop timer T: 2 s 07:02:59.013836 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:02:59.013954 mtc Start timer T: 2 s 07:02:59.013977 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:02:59.014005 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:02:59.014018 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:02:59.014030 mtc Stop timer T: 2 s 07:02:59.014042 mtc Start timer T: 1 s 07:03:00.015094 mtc Timeout T: 1 s 07:03:00.015210 mtc Port GSMTAP was cleared. 07:03:00.015272 mtc Start timer T: 10 s 07:03:10.024639 mtc Timeout T: 10 s 07:03:10.024797 mtc Error waiting for SI on GSMTAP 07:03:10.024849 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:03:10.024943 mtc setverdict(error): none -> error 07:03:10.025002 mtc Performing error recovery. 07:03:10.025158 mtc Terminating component type Test.dummy_CT. 07:03:10.025248 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:03:10.025377 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:03:10.025465 mtc Port GSMTAP was stopped. 07:03:10.025515 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:03:10.025687 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:03:10.025784 mtc Port BSCVTY was stopped. 07:03:10.025864 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 07:03:10.025910 mtc Waiting for PTCs to finish. 07:03:10.026011 mtc Setting final verdict of the test case. 07:03:10.026071 mtc Local verdict of MTC: error 07:03:10.026122 mtc No PTCs were created. 07:03:10.026165 mtc Test case TC_radio_link_timeout finished. Verdict: error 07:03:10.026647 mtc Verdict statistics: 0 none (0.00 %), 3 pass (13.64 %), 0 inconc (0.00 %), 3 fail (13.64 %), 16 error (72.73 %). 07:03:10.026783 mtc Test execution summary: 22 test cases were executed. Overall verdict: error 07:03:10.026827 mtc Exit was requested from MC. Terminating MTC. 07:03:10.027767 hc Exit was requested from MC. Terminating HC. 07:03:10.028164 hc Disconnected from MC. 07:03:10.028240 hc TTCN-3 Host Controller finished. + docker container stop jenkins-ttcn3-nitb-sysinfo-191-bts Error response from daemon: No such container: jenkins-ttcn3-nitb-sysinfo-191-bts + docker container stop jenkins-ttcn3-nitb-sysinfo-191-nitb jenkins-ttcn3-nitb-sysinfo-191-nitb + docker run --rm -v ttcn3-nitb-sysinfo-vol:/ttcn3-nitb-sysinfo -v nitb-vol:/nitb -v bts-vol:/bts --name jenkins-ttcn3-nitb-sysinfo-191-sysinfo-helper -d busybox /bin/sh -c sleep 1000 & wait 982ba32847f7a1cee38104ec0d68e4a391a7d4690e7b826b064ffa56f7cdc9e9 + rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp jenkins-ttcn3-nitb-sysinfo-191-sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp jenkins-ttcn3-nitb-sysinfo-191-sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp jenkins-ttcn3-nitb-sysinfo-191-sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker container stop -t 0 jenkins-ttcn3-nitb-sysinfo-191-sysinfo-helper jenkins-ttcn3-nitb-sysinfo-191-sysinfo-helper + network_remove + echo Removing network ttcn3-nitb-sysinfo Removing network ttcn3-nitb-sysinfo + docker network remove ttcn3-nitb-sysinfo ttcn3-nitb-sysinfo Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Sending e-mails to: laforge@gnumonks.org Finished: UNSTABLE