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/jenkins2709268197015227209.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/192/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/192/ HUDSON_COOKIE=133be886-9b2a-48d1-9136-3944cd880d5c 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=#192 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=192 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-192 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=192 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/192/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 a36a601..a564cfb 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 ---> 1b60707798d1 Step 14/15 : WORKDIR /data Removing intermediate container 176247bf8710 ---> 589b2b8f1c0a Step 15/15 : CMD ["/usr/local/bin/osmo-bts-virtual", "-i", "172.18.0.230"] ---> Running in 536bed1dc5e5 Removing intermediate container 536bed1dc5e5 ---> bee37cb6e861 Successfully built bee37cb6e861 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-192 = 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.K4f9NowYtX + VOL_SUITE_DIR=/tmp/tmp.K4f9NowYtX/ttcn3-nitb-sysinfo + mkdir /tmp/tmp.K4f9NowYtX/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 0d4b0edeb92b26ddf56d012617bdb4aff2c01a408325b136a5ccea41bce1ac99 + 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-192-nitb -d osmocom-build/osmo-nitb-master bd11676d7d1bc486ba40aae9f4c9179142797c6248e228acc63f36f278aa9979 + 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-192-bts -d osmocom-build/osmo-bts-master ce00c6925e578ce1706b3db1cf095d6234a59e2f0700a1b254be97568e818eec + 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-192-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@084036792e25: Unix server socket created successfully. MC@084036792e25: Listening on TCP port 42469. MC2> 084036792e25 is the default spawn /osmo-ttcn3-hacks/sysinfo/Test 084036792e25 42469 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@084036792e25: New HC connected from 084036792e25 [172.18.5.230]. 084036792e25: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@084036792e25: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@084036792e25: TTCN-3 Host Controller started on 084036792e25. Version: CRL 113 200/6 R1A. HC@084036792e25: 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@084036792e25: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@084036792e25: The address of MC was set to 084036792e25[172.18.5.230]:0. HC@084036792e25: The local IP address of the control connection to MC is 172.18.5.230. HC@084036792e25: Connected to MC. HC@084036792e25: This host supports UNIX domain sockets for local communication. HC@084036792e25: Processing configuration data received from MC. HC@084036792e25: Module Osmocom_VTY_Functions has the following parameters: { mp_prompt_prefix := "OpenBSC" } HC@084036792e25: Initializing module GSMTAP_PortType. HC@084036792e25: Initializing module GSMTAP_Types. HC@084036792e25: Initializing module Osmocom_Types. HC@084036792e25: Initialization of module Osmocom_Types finished. HC@084036792e25: Initialization of module GSMTAP_Types finished. HC@084036792e25: Initializing module IPL4asp_PortType. HC@084036792e25: Initializing module IPL4asp_Types. HC@084036792e25: Initializing module Socket_API_Definitions. HC@084036792e25: Initialization of module Socket_API_Definitions finished. HC@084036792e25: Initialization of module IPL4asp_Types finished. HC@084036792e25: Initialization of module IPL4asp_PortType finished. HC@084036792e25: Initialization of module GSMTAP_PortType finished. HC@084036792e25: Initializing module GSM_RR_Types. HC@084036792e25: Initializing module RLCMAC_CSN1_Types. HC@084036792e25: Initializing module GSM_Types. HC@084036792e25: Initializing module General_Types. HC@084036792e25: Initialization of module General_Types finished. HC@084036792e25: Initialization of module GSM_Types finished. HC@084036792e25: Initialization of module RLCMAC_CSN1_Types finished. HC@084036792e25: Initialization of module GSM_RR_Types finished. HC@084036792e25: Initializing module GSM_SystemInformation. HC@084036792e25: Initialization of module GSM_SystemInformation finished. HC@084036792e25: Initializing module IPL4_GSMTAP_CtrlFunct. HC@084036792e25: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@084036792e25: Initializing module IPL4asp_Functions. HC@084036792e25: Initializing module TCCInterface_Functions. HC@084036792e25: Initializing module TCCConversion_Functions. HC@084036792e25: Initialization of module TCCConversion_Functions finished. HC@084036792e25: Initialization of module TCCInterface_Functions finished. HC@084036792e25: Initialization of module IPL4asp_Functions finished. HC@084036792e25: Initializing module Osmocom_VTY_Functions. HC@084036792e25: Initializing module TELNETasp_PortType. HC@084036792e25: Initialization of module TELNETasp_PortType finished. HC@084036792e25: Initialization of module Osmocom_VTY_Functions finished. HC@084036792e25: Initializing module PreGenRecordOf. HC@084036792e25: Initialization of module PreGenRecordOf finished. HC@084036792e25: Initializing module Test. HC@084036792e25: Initialization of module Test finished. HC@084036792e25: Initializing module TitanLoggerApi. HC@084036792e25: Initialization of module TitanLoggerApi finished. HC@084036792e25: Initializing module TitanLoggerControl. HC@084036792e25: Initialization of module TitanLoggerControl finished. MC@084036792e25: Configuration file was processed on all HCs. HC@084036792e25: Configuration data was processed successfully. MC@084036792e25: Creating MTC on host 084036792e25. HC@084036792e25: MTC was created. Process id: 21. MC@084036792e25: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@084036792e25: Executing test case TC_si1 in module Test. MTC@084036792e25: Test case TC_si1 started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@084036792e25: 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@084036792e25: 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@084036792e25: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@084036792e25: 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@084036792e25: 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@084036792e25: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@084036792e25: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_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@084036792e25: 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@084036792e25: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@084036792e25: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '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@084036792e25: 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@084036792e25: setverdict(pass): none -> pass MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: pass MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si1 finished. Verdict: pass MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_telnet in module Test. MTC@084036792e25: Test case TC_telnet started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "show network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 MTC@084036792e25: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " with ? matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: setverdict(pass): none -> pass MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: pass MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_telnet finished. Verdict: pass MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_default in module Test. MTC@084036792e25: Test case TC_si_default started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 8 s MTC@084036792e25: Timeout T: 8 s MTC@084036792e25: "TC_si_default": TC=0 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=1 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=2 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=3 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=4 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=5 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=6 has #of SI=0 MTC@084036792e25: "TC_si_default": TC=7 has #of SI=0 MTC@084036792e25: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: fail reason: "No SI messages for TC=0!" MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_default finished. Verdict: fail reason: No SI messages for TC=0! MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_sched_2bis in module Test. MTC@084036792e25: Test case TC_si_sched_2bis started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 MTC@084036792e25: Message with id 8 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 MTC@084036792e25: Message with id 9 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Message with id 10 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Message with id 11 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@084036792e25: Message with id 12 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 MTC@084036792e25: Message with id 13 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 MTC@084036792e25: Message with id 14 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Message with id 15 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode none" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Message with id 16 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 MTC@084036792e25: Message with id 17 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 MTC@084036792e25: Message with id 18 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 MTC@084036792e25: Message with id 19 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 MTC@084036792e25: Message with id 20 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@084036792e25: Message with id 21 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 MTC@084036792e25: Message with id 22 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@084036792e25: Message with id 23 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 24 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@084036792e25: Message with id 25 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@084036792e25: Message with id 26 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 8 s MTC@084036792e25: Timeout T: 8 s MTC@084036792e25: "TC_si_sched_2bis": TC=0 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=1 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=2 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=3 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=4 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=5 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=6 has #of SI=0 MTC@084036792e25: "TC_si_sched_2bis": TC=7 has #of SI=0 MTC@084036792e25: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Timeout T: 2 s MTC@084036792e25: setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed MTC@084036792e25: Stopping test component execution. MTC@084036792e25: Test case TC_si_sched_2bis was stopped. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: fail reason: "No SI messages for TC=0!" MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_sched_2bis finished. Verdict: fail reason: No SI messages for TC=0! MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_sched_2ter in module Test. MTC@084036792e25: Test case TC_si_sched_2ter started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 MTC@084036792e25: Message with id 8 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 MTC@084036792e25: Message with id 9 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Message with id 10 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Message with id 11 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@084036792e25: Message with id 12 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 MTC@084036792e25: Message with id 13 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 MTC@084036792e25: Message with id 14 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Message with id 15 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode none" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Message with id 16 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 MTC@084036792e25: Message with id 17 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 MTC@084036792e25: Message with id 18 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 MTC@084036792e25: Message with id 19 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 MTC@084036792e25: Message with id 20 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 MTC@084036792e25: Message with id 21 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 MTC@084036792e25: Message with id 22 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@084036792e25: Message with id 23 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 24 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@084036792e25: Message with id 25 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@084036792e25: Message with id 26 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 8 s MTC@084036792e25: Timeout T: 8 s MTC@084036792e25: "TC_si_sched_2ter": TC=0 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=1 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=2 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=3 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=4 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=5 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=6 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter": TC=7 has #of SI=0 MTC@084036792e25: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2ter (3) in TC=5! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27 MTC@084036792e25: Message with id 27 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28 MTC@084036792e25: Message with id 28 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29 MTC@084036792e25: Message with id 29 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30 MTC@084036792e25: Message with id 30 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31 MTC@084036792e25: Message with id 31 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32 MTC@084036792e25: Message with id 32 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33 MTC@084036792e25: Message with id 33 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34 MTC@084036792e25: Message with id 34 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35 MTC@084036792e25: Message with id 35 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36 MTC@084036792e25: Message with id 36 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37 MTC@084036792e25: Message with id 37 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38 MTC@084036792e25: Message with id 38 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39 MTC@084036792e25: Message with id 39 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode none" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40 MTC@084036792e25: Message with id 40 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@084036792e25: Message with id 41 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42 MTC@084036792e25: Message with id 42 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43 MTC@084036792e25: Message with id 43 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44 MTC@084036792e25: Message with id 44 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45 MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45 MTC@084036792e25: Message with id 45 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46 MTC@084036792e25: Message with id 46 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 MTC@084036792e25: Message with id 47 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 48 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@084036792e25: Message with id 49 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50 MTC@084036792e25: Message with id 50 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: fail reason: "No SI messages for TC=0!" MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_sched_2ter finished. Verdict: fail reason: No SI messages for TC=0! MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@084036792e25: Test case TC_si_sched_2ter_2bis started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 MTC@084036792e25: Message with id 8 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 MTC@084036792e25: Message with id 9 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Message with id 10 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Message with id 11 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 MTC@084036792e25: Message with id 12 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 MTC@084036792e25: Message with id 13 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 MTC@084036792e25: Message with id 14 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 MTC@084036792e25: Message with id 15 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Message with id 16 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode none" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 MTC@084036792e25: Message with id 17 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 MTC@084036792e25: Message with id 18 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 MTC@084036792e25: Message with id 19 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 MTC@084036792e25: Message with id 20 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 MTC@084036792e25: Message with id 21 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 22 MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 23 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 22 MTC@084036792e25: Message with id 22 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 23 MTC@084036792e25: Message with id 23 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 MTC@084036792e25: Message with id 24 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 25 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@084036792e25: Message with id 26 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 27 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 27 MTC@084036792e25: Message with id 27 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 8 s MTC@084036792e25: Timeout T: 8 s MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=0 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=1 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=2 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=3 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=4 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=5 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=6 has #of SI=0 MTC@084036792e25: "TC_si_sched_2ter_2bis": TC=7 has #of SI=0 MTC@084036792e25: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Error: Insufficient SI in array MTC@084036792e25: Test.ttcn:162: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): fail -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_sched_2ter_2bis finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_sched_2quater in module Test. MTC@084036792e25: Test case TC_si_sched_2quater started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 MTC@084036792e25: Message with id 8 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 MTC@084036792e25: Message with id 9 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Message with id 10 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@084036792e25: Message with id 11 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 MTC@084036792e25: Message with id 12 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 MTC@084036792e25: Message with id 13 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 MTC@084036792e25: Message with id 14 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode none" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Message with id 15 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 MTC@084036792e25: Message with id 16 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 MTC@084036792e25: Message with id 17 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 MTC@084036792e25: Message with id 18 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 MTC@084036792e25: Message with id 19 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 MTC@084036792e25: Message with id 20 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@084036792e25: Message with id 21 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 22 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@084036792e25: Message with id 23 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 MTC@084036792e25: Message with id 24 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 25 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 25 MTC@084036792e25: Message with id 25 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 26 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 26 MTC@084036792e25: Message with id 26 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 27 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 27 MTC@084036792e25: Message with id 27 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 28 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 28 MTC@084036792e25: Message with id 28 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 29 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 29 MTC@084036792e25: Message with id 29 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 30 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 30 MTC@084036792e25: Message with id 30 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 31 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 31 MTC@084036792e25: Message with id 31 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 32 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 32 MTC@084036792e25: Message with id 32 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 33 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 33 MTC@084036792e25: Message with id 33 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 34 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 34 MTC@084036792e25: Message with id 34 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 35 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 35 MTC@084036792e25: Message with id 35 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 36 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 36 MTC@084036792e25: Message with id 36 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 37 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 37 MTC@084036792e25: Message with id 37 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode none" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 38 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 38 MTC@084036792e25: Message with id 38 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@084036792e25: Message with id 39 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 40 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 40 MTC@084036792e25: Message with id 40 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 41 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 41 MTC@084036792e25: Message with id 41 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 42 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 42 MTC@084036792e25: Message with id 42 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 43 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 43 MTC@084036792e25: Message with id 43 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@084036792e25: Message with id 44 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 46 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 45 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 46 MTC@084036792e25: Message with id 46 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 MTC@084036792e25: Message with id 47 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: setverdict(pass): none -> pass MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: pass MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_sched_2quater finished. Verdict: pass MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_sched_13 in module Test. MTC@084036792e25: Test case TC_si_sched_13 started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 MTC@084036792e25: Message with id 8 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 MTC@084036792e25: Message with id 9 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Message with id 10 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@084036792e25: Message with id 11 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 MTC@084036792e25: Message with id 12 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 MTC@084036792e25: Message with id 13 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 MTC@084036792e25: Message with id 14 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 MTC@084036792e25: Message with id 15 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 MTC@084036792e25: Message with id 16 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 MTC@084036792e25: Message with id 17 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 MTC@084036792e25: Message with id 18 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 MTC@084036792e25: Message with id 19 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 20 MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 20 MTC@084036792e25: Message with id 20 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 MTC@084036792e25: Message with id 21 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 22 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 22 MTC@084036792e25: Message with id 22 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 23 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 MTC@084036792e25: Message with id 24 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@084036792e25: Message with id 25 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 8 s MTC@084036792e25: Timeout T: 8 s MTC@084036792e25: "TC_si_sched_13": TC=0 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=1 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=2 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=3 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=4 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=5 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=6 has #of SI=0 MTC@084036792e25: "TC_si_sched_13": TC=7 has #of SI=0 MTC@084036792e25: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Error: Insufficient SI in array MTC@084036792e25: Test.ttcn:162: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): fail -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_sched_13 finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@084036792e25: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 MTC@084036792e25: Message with id 8 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 MTC@084036792e25: Message with id 9 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 MTC@084036792e25: Message with id 10 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 MTC@084036792e25: Message with id 11 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 MTC@084036792e25: Message with id 12 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 MTC@084036792e25: Message with id 13 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 MTC@084036792e25: Message with id 14 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 MTC@084036792e25: Message with id 15 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 MTC@084036792e25: Message with id 16 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 MTC@084036792e25: Message with id 17 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 MTC@084036792e25: Message with id 18 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 MTC@084036792e25: Message with id 19 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 MTC@084036792e25: Message with id 20 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 MTC@084036792e25: Message with id 21 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 MTC@084036792e25: Message with id 22 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@084036792e25: Message with id 23 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "write terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: 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@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 MTC@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: 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@084036792e25: Message with id 24 was extracted from the queue of BSCVTY. MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 MTC@084036792e25: Message with id 25 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 MTC@084036792e25: Message with id 26 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 8 s MTC@084036792e25: Timeout T: 8 s MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=0 MTC@084036792e25: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=0 MTC@084036792e25: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! MTC@084036792e25: setverdict(fail): fail -> fail, component reason not changed MTC@084036792e25: Error: Insufficient SI in array MTC@084036792e25: Test.ttcn:162: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): fail -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_neci in module Test. MTC@084036792e25: Test case TC_neci started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Random number generator was initialized with seed 80.654713: srand48(1836310432). MTC@084036792e25: Function rnd() returned 0.783132. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "neci 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_neci finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_cell_resel_hyst in module Test. MTC@084036792e25: Test case TC_cell_resel_hyst started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.528268. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "cell reselection hysteresis 6" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_cell_resel_hyst finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_rxlev_acc_min in module Test. MTC@084036792e25: Test case TC_rxlev_acc_min started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.058829. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "rxlev access min 3" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_rxlev_acc_min finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_cellid in module Test. MTC@084036792e25: Test case TC_cellid started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.949296. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "cell_identity 62212" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_cellid finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_lac in module Test. MTC@084036792e25: Test case TC_lac started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.573219. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "location_area_code 37565" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_lac finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_rach_tx_int in module Test. MTC@084036792e25: Test case TC_rach_tx_int started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.978028. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "rach tx integer 14" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_rach_tx_int finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_rach_max_tx in module Test. MTC@084036792e25: Test case TC_rach_max_tx started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.727552. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "rach max transmission 4" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_rach_max_tx finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_attach in module Test. MTC@084036792e25: Test case TC_attach started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.142024. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_attach finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_dtx_ul in module Test. MTC@084036792e25: Test case TC_dtx_ul started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.900694. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "dtx uplink force" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_dtx_ul finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_emerg_allowed in module Test. MTC@084036792e25: Test case TC_emerg_allowed started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.335632. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_emerg_allowed finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_bs_pa_mfrms in module Test. MTC@084036792e25: Test case TC_bs_pa_mfrms started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.514146. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 5" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_bs_pa_mfrms finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_bs_ag_blks_res in module Test. MTC@084036792e25: Test case TC_bs_ag_blks_res started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.368862. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 2" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_bs_ag_blks_res finished. Verdict: error MC@084036792e25: Test execution finished. MTC@084036792e25: Executing test case TC_radio_link_timeout in module Test. MTC@084036792e25: Test case TC_radio_link_timeout started. MTC@084036792e25: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@084036792e25: Port GSMTAP was started. MTC@084036792e25: Port BSCVTY was started. MTC@084036792e25: Component type Test.dummy_CT was initialized. MTC@084036792e25: Function rnd() returned 0.765849. MTC@084036792e25: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@084036792e25: Port GSMTAP was mapped to system:GSMTAP. MTC@084036792e25: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@084036792e25: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@084036792e25: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@084036792e25: Port BSCVTY was mapped to system:BSCVTY. MTC@084036792e25: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@084036792e25: { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@084036792e25: { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } MTC@084036792e25: Sent on BSCVTY to system charstring : "enable" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@084036792e25: Message with id 1 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "configure terminal" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 MTC@084036792e25: Message with id 2 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "network" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 MTC@084036792e25: Message with id 3 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 MTC@084036792e25: Message with id 4 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "radio-link-timeout 48" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 MTC@084036792e25: Message with id 5 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "end" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 MTC@084036792e25: Message with id 6 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@084036792e25: Start timer T: 2 s MTC@084036792e25: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 MTC@084036792e25: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@084036792e25: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@084036792e25: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 MTC@084036792e25: Message with id 7 was extracted from the queue of BSCVTY. MTC@084036792e25: Stop timer T: 2 s MTC@084036792e25: Start timer T: 1 s MTC@084036792e25: Timeout T: 1 s MTC@084036792e25: Port GSMTAP was cleared. MTC@084036792e25: Start timer T: 10 s MTC@084036792e25: Timeout T: 10 s MTC@084036792e25: Error waiting for SI on GSMTAP MTC@084036792e25: Test.ttcn:478: Dynamic test case error: testcase.stop MTC@084036792e25: setverdict(error): none -> error MTC@084036792e25: Performing error recovery. MTC@084036792e25: Terminating component type Test.dummy_CT. MTC@084036792e25: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@084036792e25: Port GSMTAP was unmapped from system:GSMTAP. MTC@084036792e25: Port GSMTAP was stopped. MTC@084036792e25: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@084036792e25: Port BSCVTY was unmapped from system:BSCVTY. MTC@084036792e25: Port BSCVTY was stopped. MTC@084036792e25: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@084036792e25: Waiting for PTCs to finish. MTC@084036792e25: Setting final verdict of the test case. MTC@084036792e25: Local verdict of MTC: error MTC@084036792e25: No PTCs were created. MTC@084036792e25: Test case TC_radio_link_timeout finished. Verdict: error MC@084036792e25: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@084036792e25: Terminating MTC. MTC@084036792e25: Verdict statistics: 0 none (0.00 %), 3 pass (13.64 %), 0 inconc (0.00 %), 3 fail (13.64 %), 16 error (72.73 %). MTC@084036792e25: Test execution summary: 22 test cases were executed. Overall verdict: error MTC@084036792e25: Exit was requested from MC. Terminating MTC. MC@084036792e25: MTC terminated. MC2> exit MC@084036792e25: Shutting down session. HC@084036792e25: Exit was requested from MC. Terminating HC. MC@084036792e25: Shutdown complete. 07:55:58.725314 hc TTCN-3 Host Controller started on 084036792e25. Version: CRL 113 200/6 R1A. 07:55:58.725351 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 07:55:58.725353 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 07:55:58.725535 hc The address of MC was set to 084036792e25[172.18.5.230]:0. 07:55:58.725613 hc The local IP address of the control connection to MC is 172.18.5.230. 07:55:58.725621 hc Connected to MC. 07:55:58.725636 hc This host supports UNIX domain sockets for local communication. 07:55:58.725946 hc Processing configuration data received from MC. 07:55:58.726442 hc Module Osmocom_VTY_Functions has the following parameters: { mp_prompt_prefix := "OpenBSC" } 07:55:58.726467 hc Initializing module GSMTAP_PortType. 07:55:58.726487 hc Initializing module GSMTAP_Types. 07:55:58.726506 hc Initializing module Osmocom_Types. 07:55:58.726523 hc Initialization of module Osmocom_Types finished. 07:55:58.726540 hc Initialization of module GSMTAP_Types finished. 07:55:58.726556 hc Initializing module IPL4asp_PortType. 07:55:58.726574 hc Initializing module IPL4asp_Types. 07:55:58.726596 hc Initializing module Socket_API_Definitions. 07:55:58.726612 hc Initialization of module Socket_API_Definitions finished. 07:55:58.726629 hc Initialization of module IPL4asp_Types finished. 07:55:58.726714 hc Initialization of module IPL4asp_PortType finished. 07:55:58.726732 hc Initialization of module GSMTAP_PortType finished. 07:55:58.726748 hc Initializing module GSM_RR_Types. 07:55:58.726766 hc Initializing module RLCMAC_CSN1_Types. 07:55:58.726785 hc Initializing module GSM_Types. 07:55:58.726802 hc Initializing module General_Types. 07:55:58.726822 hc Initialization of module General_Types finished. 07:55:58.726859 hc Initialization of module GSM_Types finished. 07:55:58.726888 hc Initialization of module RLCMAC_CSN1_Types finished. 07:55:58.726904 hc Initialization of module GSM_RR_Types finished. 07:55:58.726950 hc Initializing module GSM_SystemInformation. 07:55:58.727063 hc Initialization of module GSM_SystemInformation finished. 07:55:58.727083 hc Initializing module IPL4_GSMTAP_CtrlFunct. 07:55:58.727120 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 07:55:58.727138 hc Initializing module IPL4asp_Functions. 07:55:58.727171 hc Initializing module TCCInterface_Functions. 07:55:58.727188 hc Initializing module TCCConversion_Functions. 07:55:58.727204 hc Initialization of module TCCConversion_Functions finished. 07:55:58.727246 hc Initialization of module TCCInterface_Functions finished. 07:55:58.727263 hc Initialization of module IPL4asp_Functions finished. 07:55:58.727292 hc Initializing module Osmocom_VTY_Functions. 07:55:58.727308 hc Initializing module TELNETasp_PortType. 07:55:58.727324 hc Initialization of module TELNETasp_PortType finished. 07:55:58.727375 hc Initialization of module Osmocom_VTY_Functions finished. 07:55:58.727392 hc Initializing module PreGenRecordOf. 07:55:58.727421 hc Initialization of module PreGenRecordOf finished. 07:55:58.727438 hc Initializing module Test. 07:55:58.727599 hc Initialization of module Test finished. 07:55:58.727618 hc Initializing module TitanLoggerApi. 07:55:58.727633 hc Initialization of module TitanLoggerApi finished. 07:55:58.727672 hc Initializing module TitanLoggerControl. 07:55:58.727689 hc Initialization of module TitanLoggerControl finished. 07:55:58.727723 hc Configuration data was processed successfully. 07:55:58.727933 hc MTC was created. Process id: 21. 07:55:58.728059 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 07:55:58.728235 mtc TTCN-3 Main Test Component started on 084036792e25. Version: CRL 113 200/6 R1A. 07:55:58.728259 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 07:55:58.728286 mtc Connected to MC. 07:55:58.728556 mtc Executing test case TC_si1 in module Test. 07:55:58.728649 mtc Test case TC_si1 started. 07:55:58.728666 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 07:55:58.728753 mtc Port GSMTAP was started. 07:55:58.728779 mtc Port BSCVTY was started. 07:55:58.728786 mtc Component type Test.dummy_CT was initialized. 07:55:58.728800 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 ("+") } } } 07:55:58.729061 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 } } } } 07:55:58.729150 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+++") } } } 07:55:58.729308 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 ("++++++++++") } } } 07:55:58.729487 mtc setverdict(pass): none -> pass 07:55:58.729512 mtc Terminating component type Test.dummy_CT. 07:55:58.729526 mtc Port GSMTAP was stopped. 07:55:58.729543 mtc Port BSCVTY was stopped. 07:55:58.729553 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 07:55:58.729567 mtc Waiting for PTCs to finish. 07:55:58.729591 mtc Setting final verdict of the test case. 07:55:58.729602 mtc Local verdict of MTC: pass 07:55:58.729618 mtc No PTCs were created. 07:55:58.729630 mtc Test case TC_si1 finished. Verdict: pass 07:55:58.729658 mtc Executing test case TC_telnet in module Test. 07:55:58.729674 mtc Test case TC_telnet started. 07:55:58.729686 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 07:55:58.729711 mtc Port GSMTAP was started. 07:55:58.729723 mtc Port BSCVTY was started. 07:55:58.729733 mtc Component type Test.dummy_CT was initialized. 07:55:58.729751 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:55:58.729781 mtc Port GSMTAP was mapped to system:GSMTAP. 07:55:58.729833 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:55:58.729903 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:55:58.730022 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:55:58.730220 mtc Port BSCVTY was mapped to system:BSCVTY. 07:55:58.730254 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:55:58.730300 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:55:58.730345 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:55:58.730370 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:55:58.730387 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:55:58.730404 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:55:58.730422 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:55:58.730483 mtc Sent on BSCVTY to system charstring : "enable" 07:55:58.730522 mtc Start timer T: 2 s 07:55:58.730605 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:55:58.730701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:55:58.730723 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:55:58.730740 mtc Stop timer T: 2 s 07:55:58.730759 mtc Sent on BSCVTY to system charstring : "show network" 07:55:58.730791 mtc Start timer T: 2 s 07:55:58.730919 mtc Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 07:55:58.730942 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 07:55:58.731223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n Long network name: 'Osmocom'\n Short network name: 'Osmocom'\n Authentication policy: closed, authorized regexp: .*\n Auto create subscriber: yes\n Auto assign extension: yes\n Location updating reject cause: 13\n Encryption: A5/0\n NECI (TCH/H): 0\n Use TCH for Paging any: 0\n RRLP Mode: none\n MM Info: On\n Handover: Off\n Current Channel Load:\n CCCH+SDCCH4: 0% (0/4)\n TCH/H: 0% (0/12)\n Last RF Command: \n Last RF Lock Command: " id 2 07:55:58.731244 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:55:58.731275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 07:55:58.731289 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:55:58.731302 mtc Stop timer T: 2 s 07:55:58.731320 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:55:58.731346 mtc Start timer T: 2 s 07:55:58.731447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 4 07:55:58.731508 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 4 07:55:58.731521 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:55:58.731537 mtc Stop timer T: 2 s 07:55:58.731552 mtc Sent on BSCVTY to system charstring : "network" 07:55:58.731576 mtc Start timer T: 2 s 07:55:58.731638 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 5 07:55:58.731700 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 5 07:55:58.731715 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:55:58.731732 mtc Stop timer T: 2 s 07:55:58.731750 mtc Sent on BSCVTY to system charstring : "bts 0" 07:55:58.731775 mtc Start timer T: 2 s 07:55:58.731840 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 07:55:58.731904 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 07:55:58.731920 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:55:58.731936 mtc Stop timer T: 2 s 07:55:58.731951 mtc Sent on BSCVTY to system charstring : "end" 07:55:58.731975 mtc Start timer T: 2 s 07:55:58.732056 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:55:58.732084 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:55:58.732093 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:55:58.732101 mtc Stop timer T: 2 s 07:55:58.732110 mtc setverdict(pass): none -> pass 07:55:58.732120 mtc Terminating component type Test.dummy_CT. 07:55:58.732129 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:55:58.732174 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:55:58.732186 mtc Port GSMTAP was stopped. 07:55:58.732193 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:55:58.732219 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:55:58.732258 mtc Port BSCVTY was stopped. 07:55:58.732272 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 07:55:58.732288 mtc Waiting for PTCs to finish. 07:55:58.732315 mtc Setting final verdict of the test case. 07:55:58.732326 mtc Local verdict of MTC: pass 07:55:58.732340 mtc No PTCs were created. 07:55:58.732355 mtc Test case TC_telnet finished. Verdict: pass 07:55:58.732387 mtc Executing test case TC_si_default in module Test. 07:55:58.732404 mtc Test case TC_si_default started. 07:55:58.732419 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 07:55:58.732452 mtc Port GSMTAP was started. 07:55:58.732467 mtc Port BSCVTY was started. 07:55:58.732479 mtc Component type Test.dummy_CT was initialized. 07:55:58.732497 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:55:58.732523 mtc Port GSMTAP was mapped to system:GSMTAP. 07:55:58.732547 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:55:58.732563 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:55:58.732595 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:55:58.732698 mtc Port BSCVTY was mapped to system:BSCVTY. 07:55:58.732730 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:55:58.732747 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:55:58.732769 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:55:58.732783 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:55:58.732802 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:55:58.732815 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:55:58.732834 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:55:58.732873 mtc Sent on BSCVTY to system charstring : "enable" 07:55:58.732902 mtc Start timer T: 2 s 07:55:58.732948 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:55:58.732991 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:55:58.733006 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:55:58.733019 mtc Stop timer T: 2 s 07:55:58.733063 mtc Port GSMTAP was cleared. 07:55:58.733077 mtc Start timer T: 8 s 07:56:06.735595 mtc Timeout T: 8 s 07:56:17.007892 mtc "TC_si_default": TC=0 has #of SI=0 07:56:17.008085 mtc "TC_si_default": TC=1 has #of SI=0 07:56:17.008174 mtc "TC_si_default": TC=2 has #of SI=0 07:56:17.008242 mtc "TC_si_default": TC=3 has #of SI=0 07:56:17.008306 mtc "TC_si_default": TC=4 has #of SI=0 07:56:17.008401 mtc "TC_si_default": TC=5 has #of SI=0 07:56:17.008470 mtc "TC_si_default": TC=6 has #of SI=0 07:56:17.008543 mtc "TC_si_default": TC=7 has #of SI=0 07:56:17.008629 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:56:17.008690 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.008740 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.008793 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.008845 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.008896 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.008959 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.009011 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:17.009071 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:56:17.009144 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:17.009190 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:56:17.009242 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:17.009283 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:56:17.009338 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:17.009385 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:56:17.009439 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:17.009485 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:56:17.009536 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:17.009580 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:56:17.009630 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:17.009782 mtc Terminating component type Test.dummy_CT. 07:56:17.009917 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:56:17.010047 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:56:17.010218 mtc Port GSMTAP was stopped. 07:56:17.010338 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:56:17.010561 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:56:17.010770 mtc Port BSCVTY was stopped. 07:56:17.010883 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 07:56:17.010959 mtc Waiting for PTCs to finish. 07:56:17.011102 mtc Setting final verdict of the test case. 07:56:17.011221 mtc Local verdict of MTC: fail reason: "No SI messages for TC=0!" 07:56:17.011346 mtc No PTCs were created. 07:56:17.011463 mtc Test case TC_si_default finished. Verdict: fail reason: No SI messages for TC=0! 07:56:17.011689 mtc Executing test case TC_si_sched_2bis in module Test. 07:56:17.011880 mtc Test case TC_si_sched_2bis started. 07:56:17.012004 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 07:56:17.012168 mtc Port GSMTAP was started. 07:56:17.012297 mtc Port BSCVTY was started. 07:56:17.012404 mtc Component type Test.dummy_CT was initialized. 07:56:17.012518 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:56:17.012692 mtc Port GSMTAP was mapped to system:GSMTAP. 07:56:17.012985 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:56:17.013189 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:56:17.013316 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:56:17.013526 mtc Port BSCVTY was mapped to system:BSCVTY. 07:56:17.013575 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:56:17.013602 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:17.013639 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:17.013664 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:17.013694 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:17.013716 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:17.013746 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:17.013814 mtc Sent on BSCVTY to system charstring : "enable" 07:56:17.013858 mtc Start timer T: 2 s 07:56:17.013936 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:56:17.013994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:56:17.014016 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:56:17.014034 mtc Stop timer T: 2 s 07:56:17.014062 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:17.014095 mtc Start timer T: 2 s 07:56:17.014215 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:56:17.014290 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:56:17.014313 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:56:17.014338 mtc Stop timer T: 2 s 07:56:17.014360 mtc Sent on BSCVTY to system charstring : "network" 07:56:17.014394 mtc Start timer T: 2 s 07:56:17.014469 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:56:17.014560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:56:17.014583 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:56:17.014607 mtc Stop timer T: 2 s 07:56:17.014641 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:17.015455 mtc Start timer T: 2 s 07:56:17.015543 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:56:17.015649 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:56:17.015675 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:56:17.015690 mtc Stop timer T: 2 s 07:56:17.015713 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 07:56:17.015747 mtc Start timer T: 2 s 07:56:17.015903 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:56:17.016022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:56:17.016062 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:56:17.016089 mtc Stop timer T: 2 s 07:56:17.016128 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 07:56:17.016170 mtc Start timer T: 2 s 07:56:17.016298 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 07:56:17.016392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 07:56:17.016414 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:56:17.016436 mtc Stop timer T: 2 s 07:56:17.016461 mtc Sent on BSCVTY to system charstring : "end" 07:56:17.016496 mtc Start timer T: 2 s 07:56:17.016569 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:56:17.016613 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:56:17.016633 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:56:17.016651 mtc Stop timer T: 2 s 07:56:17.016673 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:17.016707 mtc Start timer T: 2 s 07:56:17.016798 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 07:56:17.016882 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 07:56:17.016902 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:56:17.016925 mtc Stop timer T: 2 s 07:56:17.016947 mtc Sent on BSCVTY to system charstring : "network" 07:56:17.016981 mtc Start timer T: 2 s 07:56:17.017049 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 07:56:17.017132 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 07:56:17.017154 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:56:17.017176 mtc Stop timer T: 2 s 07:56:17.017196 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:17.017236 mtc Start timer T: 2 s 07:56:17.017319 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:56:17.017397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:56:17.017418 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:56:17.017438 mtc Stop timer T: 2 s 07:56:17.017461 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:56:17.017492 mtc Start timer T: 2 s 07:56:17.017577 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:56:17.017652 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:56:17.017675 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:56:17.017696 mtc Stop timer T: 2 s 07:56:17.017717 mtc Sent on BSCVTY to system charstring : "end" 07:56:17.017750 mtc Start timer T: 2 s 07:56:17.017807 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 07:56:17.017848 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 07:56:17.017869 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:56:17.017886 mtc Stop timer T: 2 s 07:56:17.017907 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:17.017937 mtc Start timer T: 2 s 07:56:17.018012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 07:56:17.018089 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 07:56:17.018110 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:56:17.018130 mtc Stop timer T: 2 s 07:56:17.018150 mtc Sent on BSCVTY to system charstring : "network" 07:56:17.018184 mtc Start timer T: 2 s 07:56:17.018248 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 07:56:17.018364 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 07:56:17.018389 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:56:17.018415 mtc Stop timer T: 2 s 07:56:17.018441 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:17.018476 mtc Start timer T: 2 s 07:56:17.018538 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:56:17.018625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:56:17.018646 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:56:17.018679 mtc Stop timer T: 2 s 07:56:17.018701 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:56:17.018735 mtc Start timer T: 2 s 07:56:17.018843 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:56:17.018963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:56:17.019002 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:56:17.019041 mtc Stop timer T: 2 s 07:56:17.019083 mtc Sent on BSCVTY to system charstring : "end" 07:56:17.019140 mtc Start timer T: 2 s 07:56:17.019204 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 07:56:17.019297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 07:56:17.019321 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:56:17.019340 mtc Stop timer T: 2 s 07:56:17.019360 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:17.019393 mtc Start timer T: 2 s 07:56:17.019487 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 07:56:17.019564 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 07:56:17.019581 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:56:17.019602 mtc Stop timer T: 2 s 07:56:17.019623 mtc Sent on BSCVTY to system charstring : "network" 07:56:17.019656 mtc Start timer T: 2 s 07:56:17.019724 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 07:56:17.019877 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 07:56:17.019938 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:56:17.019983 mtc Stop timer T: 2 s 07:56:17.020072 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:17.020155 mtc Start timer T: 2 s 07:56:17.020223 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 07:56:17.020329 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 07:56:17.020365 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:56:17.020407 mtc Stop timer T: 2 s 07:56:17.020456 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:56:17.020512 mtc Start timer T: 2 s 07:56:17.020619 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 07:56:17.020642 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 07:56:17.020741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 07:56:17.020764 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:56:17.020842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 07:56:17.020863 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:56:17.020884 mtc Stop timer T: 2 s 07:56:17.020905 mtc Sent on BSCVTY to system charstring : "end" 07:56:17.020938 mtc Start timer T: 2 s 07:56:17.021006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:56:17.021088 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:56:17.021112 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:56:17.021131 mtc Stop timer T: 2 s 07:56:17.021152 mtc Sent on BSCVTY to system charstring : "write terminal" 07:56:17.021187 mtc Start timer T: 2 s 07:56:17.021659 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 07:56:17.021737 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:56:17.023705 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 07:56:17.023765 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:56:17.023802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:56:17.023819 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:56:17.023836 mtc Stop timer T: 2 s 07:56:17.023862 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:56:17.023897 mtc Start timer T: 2 s 07:56:17.024067 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:56:17.024196 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:56:17.024220 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:56:17.024241 mtc Stop timer T: 2 s 07:56:17.024270 mtc Start timer T: 1 s 07:56:18.024384 mtc Timeout T: 1 s 07:56:18.024569 mtc Port GSMTAP was cleared. 07:56:18.024649 mtc Start timer T: 8 s 07:56:26.031924 mtc Timeout T: 8 s 07:56:26.032073 mtc "TC_si_sched_2bis": TC=0 has #of SI=0 07:56:26.032158 mtc "TC_si_sched_2bis": TC=1 has #of SI=0 07:56:26.032227 mtc "TC_si_sched_2bis": TC=2 has #of SI=0 07:56:26.032294 mtc "TC_si_sched_2bis": TC=3 has #of SI=0 07:56:26.032360 mtc "TC_si_sched_2bis": TC=4 has #of SI=0 07:56:26.032447 mtc "TC_si_sched_2bis": TC=5 has #of SI=0 07:56:26.032513 mtc "TC_si_sched_2bis": TC=6 has #of SI=0 07:56:26.032582 mtc "TC_si_sched_2bis": TC=7 has #of SI=0 07:56:26.032670 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:56:26.032755 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.032821 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.032886 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.032944 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.032999 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.033053 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.033133 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:26.033194 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:56:26.033259 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033314 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:56:26.033374 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033424 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:56:26.033481 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033533 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:56:26.033589 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033639 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:56:26.033694 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033744 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:56:26.033799 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033848 mtc Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! 07:56:26.033906 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:26.033979 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:26.034103 mtc Start timer T: 2 s 07:56:28.035266 mtc Timeout T: 2 s 07:56:39.485613 mtc setverdict(fail): fail -> fail reason: "VTY Timeout for prompt", component reason not changed 07:56:39.485727 mtc Stopping test component execution. 07:56:39.486216 mtc Test case TC_si_sched_2bis was stopped. 07:56:39.486290 mtc Terminating component type Test.dummy_CT. 07:56:39.486330 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:56:39.486389 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:56:39.486438 mtc Port GSMTAP was stopped. 07:56:39.486468 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:56:39.486537 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:56:39.486585 mtc Port BSCVTY was stopped. 07:56:39.486615 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 07:56:39.486648 mtc Waiting for PTCs to finish. 07:56:39.486711 mtc Setting final verdict of the test case. 07:56:39.486742 mtc Local verdict of MTC: fail reason: "No SI messages for TC=0!" 07:56:39.486777 mtc No PTCs were created. 07:56:39.486805 mtc Test case TC_si_sched_2bis finished. Verdict: fail reason: No SI messages for TC=0! 07:56:39.486868 mtc Executing test case TC_si_sched_2ter in module Test. 07:56:39.486922 mtc Test case TC_si_sched_2ter started. 07:56:39.486955 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 07:56:39.487013 mtc Port GSMTAP was started. 07:56:39.487051 mtc Port BSCVTY was started. 07:56:39.487080 mtc Component type Test.dummy_CT was initialized. 07:56:39.487111 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:56:39.487161 mtc Port GSMTAP was mapped to system:GSMTAP. 07:56:39.487209 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:56:39.487251 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:56:39.487318 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:56:39.550446 mtc Port BSCVTY was mapped to system:BSCVTY. 07:56:39.550553 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:56:39.550574 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:39.550601 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:39.550615 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:39.550631 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:39.550644 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:39.550701 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:39.550764 mtc Sent on BSCVTY to system charstring : "enable" 07:56:39.550808 mtc Start timer T: 2 s 07:56:39.550876 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:56:39.550950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:56:39.550968 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:56:39.550983 mtc Stop timer T: 2 s 07:56:39.551003 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:39.551029 mtc Start timer T: 2 s 07:56:39.551159 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:56:39.551216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:56:39.551230 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:56:39.551259 mtc Stop timer T: 2 s 07:56:39.551274 mtc Sent on BSCVTY to system charstring : "network" 07:56:39.551298 mtc Start timer T: 2 s 07:56:39.551366 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:56:39.551436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:56:39.551451 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:56:39.551465 mtc Stop timer T: 2 s 07:56:39.551482 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:39.551547 mtc Start timer T: 2 s 07:56:39.551580 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:56:39.551648 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:56:39.551662 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:56:39.551676 mtc Stop timer T: 2 s 07:56:39.551693 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:56:39.551714 mtc Start timer T: 2 s 07:56:39.551820 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:56:39.551878 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:56:39.551894 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:56:39.551909 mtc Stop timer T: 2 s 07:56:39.551924 mtc Sent on BSCVTY to system charstring : "end" 07:56:39.551947 mtc Start timer T: 2 s 07:56:39.552013 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:56:39.552045 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:56:39.552057 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:56:39.552068 mtc Stop timer T: 2 s 07:56:39.552083 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:39.552105 mtc Start timer T: 2 s 07:56:39.552160 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 07:56:39.552214 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 07:56:39.552228 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:56:39.552243 mtc Stop timer T: 2 s 07:56:39.552256 mtc Sent on BSCVTY to system charstring : "network" 07:56:39.552278 mtc Start timer T: 2 s 07:56:39.552323 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 07:56:39.552379 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 07:56:39.552393 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:56:39.552407 mtc Stop timer T: 2 s 07:56:39.552422 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:39.552443 mtc Start timer T: 2 s 07:56:39.552494 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 07:56:39.552557 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 07:56:39.552573 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:56:39.552587 mtc Stop timer T: 2 s 07:56:39.552603 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 07:56:39.552626 mtc Start timer T: 2 s 07:56:39.552699 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:56:39.552761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:56:39.552776 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:56:39.552795 mtc Stop timer T: 2 s 07:56:39.552816 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 07:56:39.552838 mtc Start timer T: 2 s 07:56:39.552904 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:56:39.552949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:56:39.552959 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:56:39.552968 mtc Stop timer T: 2 s 07:56:39.552979 mtc Sent on BSCVTY to system charstring : "end" 07:56:39.552995 mtc Start timer T: 2 s 07:56:39.553037 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 07:56:39.553065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 07:56:39.553078 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:56:39.553089 mtc Stop timer T: 2 s 07:56:39.553104 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:39.553127 mtc Start timer T: 2 s 07:56:39.553182 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13 07:56:39.553234 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13 07:56:39.553248 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:56:39.553261 mtc Stop timer T: 2 s 07:56:39.553275 mtc Sent on BSCVTY to system charstring : "network" 07:56:39.553297 mtc Start timer T: 2 s 07:56:39.553338 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14 07:56:39.553391 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14 07:56:39.553405 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:56:39.553419 mtc Stop timer T: 2 s 07:56:39.553433 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:39.553454 mtc Start timer T: 2 s 07:56:39.553500 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:56:39.553555 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:56:39.553569 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:56:39.553583 mtc Stop timer T: 2 s 07:56:39.553597 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:56:39.553619 mtc Start timer T: 2 s 07:56:39.553679 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:56:39.553730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:56:39.553744 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:56:39.553758 mtc Stop timer T: 2 s 07:56:39.553771 mtc Sent on BSCVTY to system charstring : "end" 07:56:39.553793 mtc Start timer T: 2 s 07:56:39.553835 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17 07:56:39.553862 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17 07:56:39.553874 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:56:39.553886 mtc Stop timer T: 2 s 07:56:39.553900 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:39.553920 mtc Start timer T: 2 s 07:56:39.553968 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18 07:56:39.554020 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18 07:56:39.554034 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:56:39.554048 mtc Stop timer T: 2 s 07:56:39.554061 mtc Sent on BSCVTY to system charstring : "network" 07:56:39.554082 mtc Start timer T: 2 s 07:56:39.554123 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19 07:56:39.554176 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19 07:56:39.554189 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:56:39.554204 mtc Stop timer T: 2 s 07:56:39.554217 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:39.554240 mtc Start timer T: 2 s 07:56:39.554286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 07:56:39.554331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 07:56:39.554345 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:56:39.554359 mtc Stop timer T: 2 s 07:56:39.554377 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:56:39.554399 mtc Start timer T: 2 s 07:56:39.554471 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21 07:56:39.554488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 07:56:39.554572 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21 07:56:39.554598 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:56:39.554663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 07:56:39.554681 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:56:39.554694 mtc Stop timer T: 2 s 07:56:39.554706 mtc Sent on BSCVTY to system charstring : "end" 07:56:39.554729 mtc Start timer T: 2 s 07:56:39.554777 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:56:39.554820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:56:39.554833 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:56:39.554840 mtc Stop timer T: 2 s 07:56:39.554851 mtc Sent on BSCVTY to system charstring : "write terminal" 07:56:39.554881 mtc Start timer T: 2 s 07:56:39.555196 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:56:39.555241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:56:39.556588 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:56:39.556631 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:56:39.556658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:56:39.556671 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:56:39.556681 mtc Stop timer T: 2 s 07:56:39.556702 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:56:39.556729 mtc Start timer T: 2 s 07:56:39.556876 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:56:39.556931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:56:39.556949 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:56:39.556963 mtc Stop timer T: 2 s 07:56:39.556976 mtc Start timer T: 1 s 07:56:40.557031 mtc Timeout T: 1 s 07:56:40.557093 mtc Port GSMTAP was cleared. 07:56:40.557105 mtc Start timer T: 8 s 07:56:48.562716 mtc Timeout T: 8 s 07:56:48.562769 mtc "TC_si_sched_2ter": TC=0 has #of SI=0 07:56:48.562786 mtc "TC_si_sched_2ter": TC=1 has #of SI=0 07:56:48.562794 mtc "TC_si_sched_2ter": TC=2 has #of SI=0 07:56:48.562801 mtc "TC_si_sched_2ter": TC=3 has #of SI=0 07:56:48.562808 mtc "TC_si_sched_2ter": TC=4 has #of SI=0 07:56:48.562814 mtc "TC_si_sched_2ter": TC=5 has #of SI=0 07:56:48.562821 mtc "TC_si_sched_2ter": TC=6 has #of SI=0 07:56:48.562827 mtc "TC_si_sched_2ter": TC=7 has #of SI=0 07:56:48.562837 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:56:48.562849 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562858 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562868 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562875 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562884 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562893 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562903 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:48.562914 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:56:48.562927 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.562943 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:56:48.562954 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.562963 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:56:48.562971 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.562976 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:56:48.562984 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.562990 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:56:48.562999 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.563011 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:56:48.563022 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.563031 mtc Fail: No SYSTEM_INFORMATION_TYPE_2ter (3) in TC=5! 07:56:48.563043 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:48.563061 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:48.563112 mtc Start timer T: 2 s 07:56:48.563243 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27 07:56:48.563326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27 07:56:48.563344 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:56:48.563359 mtc Stop timer T: 2 s 07:56:48.563373 mtc Sent on BSCVTY to system charstring : "network" 07:56:48.563398 mtc Start timer T: 2 s 07:56:48.563453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28 07:56:48.563530 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28 07:56:48.563549 mtc Message with id 28 was extracted from the queue of BSCVTY. 07:56:48.563567 mtc Stop timer T: 2 s 07:56:48.563584 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:48.563610 mtc Start timer T: 2 s 07:56:48.563677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29 07:56:48.563782 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29 07:56:48.563798 mtc Message with id 29 was extracted from the queue of BSCVTY. 07:56:48.563812 mtc Stop timer T: 2 s 07:56:48.563840 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:56:48.563864 mtc Start timer T: 2 s 07:56:48.563974 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30 07:56:48.564053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30 07:56:48.564083 mtc Message with id 30 was extracted from the queue of BSCVTY. 07:56:48.564097 mtc Stop timer T: 2 s 07:56:48.564114 mtc Sent on BSCVTY to system charstring : "end" 07:56:48.564153 mtc Start timer T: 2 s 07:56:48.564218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31 07:56:48.564269 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31 07:56:48.564283 mtc Message with id 31 was extracted from the queue of BSCVTY. 07:56:48.564294 mtc Stop timer T: 2 s 07:56:48.564323 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:48.564348 mtc Start timer T: 2 s 07:56:48.564411 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32 07:56:48.564481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32 07:56:48.564498 mtc Message with id 32 was extracted from the queue of BSCVTY. 07:56:48.564514 mtc Stop timer T: 2 s 07:56:48.564528 mtc Sent on BSCVTY to system charstring : "network" 07:56:48.564551 mtc Start timer T: 2 s 07:56:48.564612 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33 07:56:48.564676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33 07:56:48.564691 mtc Message with id 33 was extracted from the queue of BSCVTY. 07:56:48.564706 mtc Stop timer T: 2 s 07:56:48.564721 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:48.564744 mtc Start timer T: 2 s 07:56:48.564795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34 07:56:48.564856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34 07:56:48.564871 mtc Message with id 34 was extracted from the queue of BSCVTY. 07:56:48.564886 mtc Stop timer T: 2 s 07:56:48.564901 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:56:48.564922 mtc Start timer T: 2 s 07:56:48.565006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35 07:56:48.565062 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35 07:56:48.565077 mtc Message with id 35 was extracted from the queue of BSCVTY. 07:56:48.565090 mtc Stop timer T: 2 s 07:56:48.565105 mtc Sent on BSCVTY to system charstring : "end" 07:56:48.565127 mtc Start timer T: 2 s 07:56:48.565178 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36 07:56:48.565204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36 07:56:48.565217 mtc Message with id 36 was extracted from the queue of BSCVTY. 07:56:48.565228 mtc Stop timer T: 2 s 07:56:48.565242 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:48.565265 mtc Start timer T: 2 s 07:56:48.565333 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37 07:56:48.565399 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37 07:56:48.565415 mtc Message with id 37 was extracted from the queue of BSCVTY. 07:56:48.565430 mtc Stop timer T: 2 s 07:56:48.565444 mtc Sent on BSCVTY to system charstring : "network" 07:56:48.565467 mtc Start timer T: 2 s 07:56:48.565519 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38 07:56:48.565619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38 07:56:48.565637 mtc Message with id 38 was extracted from the queue of BSCVTY. 07:56:48.565653 mtc Stop timer T: 2 s 07:56:48.565667 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:48.565706 mtc Start timer T: 2 s 07:56:48.565820 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39 07:56:48.565888 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39 07:56:48.565910 mtc Message with id 39 was extracted from the queue of BSCVTY. 07:56:48.565924 mtc Stop timer T: 2 s 07:56:48.565939 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:56:48.565964 mtc Start timer T: 2 s 07:56:48.566032 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40 07:56:48.566094 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40 07:56:48.566106 mtc Message with id 40 was extracted from the queue of BSCVTY. 07:56:48.566115 mtc Stop timer T: 2 s 07:56:48.566124 mtc Sent on BSCVTY to system charstring : "end" 07:56:48.566144 mtc Start timer T: 2 s 07:56:48.566191 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 07:56:48.566227 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 07:56:48.566238 mtc Message with id 41 was extracted from the queue of BSCVTY. 07:56:48.566246 mtc Stop timer T: 2 s 07:56:48.566258 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:48.566278 mtc Start timer T: 2 s 07:56:48.566372 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42 07:56:48.566438 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42 07:56:48.566453 mtc Message with id 42 was extracted from the queue of BSCVTY. 07:56:48.566469 mtc Stop timer T: 2 s 07:56:48.566480 mtc Sent on BSCVTY to system charstring : "network" 07:56:48.566497 mtc Start timer T: 2 s 07:56:48.566549 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43 07:56:48.566608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43 07:56:48.566624 mtc Message with id 43 was extracted from the queue of BSCVTY. 07:56:48.566643 mtc Stop timer T: 2 s 07:56:48.566677 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:48.566700 mtc Start timer T: 2 s 07:56:48.566751 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44 07:56:48.566809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44 07:56:48.566823 mtc Message with id 44 was extracted from the queue of BSCVTY. 07:56:48.566838 mtc Stop timer T: 2 s 07:56:48.566855 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:56:48.566876 mtc Start timer T: 2 s 07:56:48.566947 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45 07:56:48.566971 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46 07:56:48.567029 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45 07:56:48.567045 mtc Message with id 45 was extracted from the queue of BSCVTY. 07:56:48.567096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46 07:56:48.567111 mtc Message with id 46 was extracted from the queue of BSCVTY. 07:56:48.567126 mtc Stop timer T: 2 s 07:56:48.567139 mtc Sent on BSCVTY to system charstring : "end" 07:56:48.567163 mtc Start timer T: 2 s 07:56:48.567249 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 07:56:48.567288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 07:56:48.567302 mtc Message with id 47 was extracted from the queue of BSCVTY. 07:56:48.567314 mtc Stop timer T: 2 s 07:56:48.567329 mtc Sent on BSCVTY to system charstring : "write terminal" 07:56:48.567352 mtc Start timer T: 2 s 07:56:48.567684 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:56:48.567732 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 07:56:48.569156 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:56:48.569230 mtc Message with id 48 was extracted from the queue of BSCVTY. 07:56:48.569260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 07:56:48.569274 mtc Message with id 49 was extracted from the queue of BSCVTY. 07:56:48.569285 mtc Stop timer T: 2 s 07:56:48.569303 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:56:48.569332 mtc Start timer T: 2 s 07:56:48.569507 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50 07:56:48.569549 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50 07:56:48.569561 mtc Message with id 50 was extracted from the queue of BSCVTY. 07:56:48.569570 mtc Stop timer T: 2 s 07:56:48.569581 mtc Start timer T: 1 s 07:56:49.569629 mtc Timeout T: 1 s 07:56:49.569686 mtc Terminating component type Test.dummy_CT. 07:56:49.569702 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:56:49.569738 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:56:49.569752 mtc Port GSMTAP was stopped. 07:56:49.569793 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:56:49.569899 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:56:49.569913 mtc Port BSCVTY was stopped. 07:56:49.569937 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 07:56:49.569952 mtc Waiting for PTCs to finish. 07:56:49.569994 mtc Setting final verdict of the test case. 07:56:49.570008 mtc Local verdict of MTC: fail reason: "No SI messages for TC=0!" 07:56:49.570023 mtc No PTCs were created. 07:56:49.570034 mtc Test case TC_si_sched_2ter finished. Verdict: fail reason: No SI messages for TC=0! 07:56:49.570068 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 07:56:49.570090 mtc Test case TC_si_sched_2ter_2bis started. 07:56:49.570099 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 07:56:49.570123 mtc Port GSMTAP was started. 07:56:49.570133 mtc Port BSCVTY was started. 07:56:49.570139 mtc Component type Test.dummy_CT was initialized. 07:56:49.570147 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:56:49.570191 mtc Port GSMTAP was mapped to system:GSMTAP. 07:56:49.570243 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:56:49.570269 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:56:49.570309 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:56:49.570442 mtc Port BSCVTY was mapped to system:BSCVTY. 07:56:49.570473 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:56:49.570498 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:49.570518 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:49.570528 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:49.570539 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:49.570549 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:49.570565 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:49.570601 mtc Sent on BSCVTY to system charstring : "enable" 07:56:49.570624 mtc Start timer T: 2 s 07:56:49.570698 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:56:49.570740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:56:49.570755 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:56:49.570766 mtc Stop timer T: 2 s 07:56:49.570779 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:49.570797 mtc Start timer T: 2 s 07:56:49.570891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:56:49.570951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:56:49.570965 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:56:49.570979 mtc Stop timer T: 2 s 07:56:49.570996 mtc Sent on BSCVTY to system charstring : "network" 07:56:49.571017 mtc Start timer T: 2 s 07:56:49.571070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:56:49.571125 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:56:49.571140 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:56:49.571155 mtc Stop timer T: 2 s 07:56:49.571169 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:49.571192 mtc Start timer T: 2 s 07:56:49.571252 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:56:49.571300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:56:49.571310 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:56:49.571318 mtc Stop timer T: 2 s 07:56:49.571328 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 07:56:49.571346 mtc Start timer T: 2 s 07:56:49.571437 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:56:49.571483 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:56:49.571498 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:56:49.571512 mtc Stop timer T: 2 s 07:56:49.571533 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 07:56:49.571555 mtc Start timer T: 2 s 07:56:49.571632 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 07:56:49.571682 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 07:56:49.571695 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:56:49.571709 mtc Stop timer T: 2 s 07:56:49.571720 mtc Sent on BSCVTY to system charstring : "end" 07:56:49.571739 mtc Start timer T: 2 s 07:56:49.571781 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:56:49.571810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:56:49.571819 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:56:49.571825 mtc Stop timer T: 2 s 07:56:49.571834 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:49.571850 mtc Start timer T: 2 s 07:56:49.571912 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 07:56:49.571967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 07:56:49.571986 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:56:49.572002 mtc Stop timer T: 2 s 07:56:49.572016 mtc Sent on BSCVTY to system charstring : "network" 07:56:49.572038 mtc Start timer T: 2 s 07:56:49.572079 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 07:56:49.572131 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 07:56:49.572145 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:56:49.572160 mtc Stop timer T: 2 s 07:56:49.572173 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:49.572196 mtc Start timer T: 2 s 07:56:49.572250 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:56:49.572302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:56:49.572313 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:56:49.572321 mtc Stop timer T: 2 s 07:56:49.572332 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 07:56:49.572349 mtc Start timer T: 2 s 07:56:49.572414 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:56:49.572465 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:56:49.572476 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:56:49.572484 mtc Stop timer T: 2 s 07:56:49.572498 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 07:56:49.572515 mtc Start timer T: 2 s 07:56:49.572580 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 07:56:49.572633 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 07:56:49.572646 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:56:49.572661 mtc Stop timer T: 2 s 07:56:49.572672 mtc Sent on BSCVTY to system charstring : "end" 07:56:49.572688 mtc Start timer T: 2 s 07:56:49.572733 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 07:56:49.572759 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 07:56:49.572770 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:56:49.572779 mtc Stop timer T: 2 s 07:56:49.572791 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:49.572812 mtc Start timer T: 2 s 07:56:49.572881 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 07:56:49.572936 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 07:56:49.572949 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:56:49.572963 mtc Stop timer T: 2 s 07:56:49.572976 mtc Sent on BSCVTY to system charstring : "network" 07:56:49.572997 mtc Start timer T: 2 s 07:56:49.573040 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 07:56:49.573091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 07:56:49.573104 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:56:49.573119 mtc Stop timer T: 2 s 07:56:49.573132 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:49.573153 mtc Start timer T: 2 s 07:56:49.573197 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:56:49.573252 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:56:49.573266 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:56:49.573279 mtc Stop timer T: 2 s 07:56:49.573294 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:56:49.573315 mtc Start timer T: 2 s 07:56:49.573370 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 07:56:49.573423 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 07:56:49.573437 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:56:49.573454 mtc Stop timer T: 2 s 07:56:49.573468 mtc Sent on BSCVTY to system charstring : "end" 07:56:49.573490 mtc Start timer T: 2 s 07:56:49.573532 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 07:56:49.573563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 07:56:49.573575 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:56:49.573586 mtc Stop timer T: 2 s 07:56:49.573601 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:49.573622 mtc Start timer T: 2 s 07:56:49.573671 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 07:56:49.573725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 07:56:49.573739 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:56:49.573753 mtc Stop timer T: 2 s 07:56:49.573766 mtc Sent on BSCVTY to system charstring : "network" 07:56:49.573787 mtc Start timer T: 2 s 07:56:49.573831 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 07:56:49.573886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 07:56:49.573900 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:56:49.573915 mtc Stop timer T: 2 s 07:56:49.573929 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:49.573951 mtc Start timer T: 2 s 07:56:49.573997 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 07:56:49.574053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 07:56:49.574067 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:56:49.574080 mtc Stop timer T: 2 s 07:56:49.574097 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:56:49.574118 mtc Start timer T: 2 s 07:56:49.574203 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 22 07:56:49.574227 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 23 07:56:49.574302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 22 07:56:49.574317 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:56:49.574360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 23 07:56:49.574370 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:56:49.574380 mtc Stop timer T: 2 s 07:56:49.574389 mtc Sent on BSCVTY to system charstring : "end" 07:56:49.574409 mtc Start timer T: 2 s 07:56:49.574461 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 07:56:49.574499 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 07:56:49.574514 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:56:49.574526 mtc Stop timer T: 2 s 07:56:49.574540 mtc Sent on BSCVTY to system charstring : "write terminal" 07:56:49.574565 mtc Start timer T: 2 s 07:56:49.574924 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:56:49.574973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:56:49.576607 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:56:49.576651 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:56:49.576677 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:56:49.576690 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:56:49.576700 mtc Stop timer T: 2 s 07:56:49.576718 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:56:49.576744 mtc Start timer T: 2 s 07:56:49.576926 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 27 07:56:49.576967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 27 07:56:49.576984 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:56:49.576996 mtc Stop timer T: 2 s 07:56:49.577013 mtc Start timer T: 1 s 07:56:50.577064 mtc Timeout T: 1 s 07:56:50.577133 mtc Port GSMTAP was cleared. 07:56:50.577146 mtc Start timer T: 8 s 07:56:58.582743 mtc Timeout T: 8 s 07:56:58.582798 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=0 07:56:58.582815 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=0 07:56:58.582823 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=0 07:56:58.582830 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=0 07:56:58.582836 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=0 07:56:58.582842 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=0 07:56:58.582848 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=0 07:56:58.582854 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=0 07:56:58.582882 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:56:58.582908 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582915 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582938 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582957 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582963 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582968 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582974 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:56:58.582996 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:56:58.583006 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583014 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:56:58.583023 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583042 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:56:58.583052 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583058 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:56:58.583067 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583076 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:56:58.583087 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583100 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:56:58.583115 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583127 mtc Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! 07:56:58.583140 mtc setverdict(fail): fail -> fail, component reason not changed 07:56:58.583153 mtc Error: Insufficient SI in array 07:56:58.583162 mtc Test.ttcn:162: Dynamic test case error: testcase.stop 07:56:58.583178 mtc setverdict(error): fail -> error 07:56:58.583187 mtc Performing error recovery. 07:56:58.583224 mtc Terminating component type Test.dummy_CT. 07:56:58.583237 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:56:58.583268 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:56:58.583278 mtc Port GSMTAP was stopped. 07:56:58.583299 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:56:58.583350 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:56:58.583375 mtc Port BSCVTY was stopped. 07:56:58.583381 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 07:56:58.583402 mtc Waiting for PTCs to finish. 07:56:58.583475 mtc Setting final verdict of the test case. 07:56:58.583496 mtc Local verdict of MTC: error 07:56:58.583511 mtc No PTCs were created. 07:56:58.583539 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: error 07:56:58.583598 mtc Executing test case TC_si_sched_2quater in module Test. 07:56:58.583626 mtc Test case TC_si_sched_2quater started. 07:56:58.583640 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 07:56:58.583672 mtc Port GSMTAP was started. 07:56:58.583686 mtc Port BSCVTY was started. 07:56:58.583692 mtc Component type Test.dummy_CT was initialized. 07:56:58.583700 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:56:58.583741 mtc Port GSMTAP was mapped to system:GSMTAP. 07:56:58.583794 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:56:58.583820 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:56:58.583854 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:56:58.583970 mtc Port BSCVTY was mapped to system:BSCVTY. 07:56:58.584001 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:56:58.584018 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:58.584042 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:56:58.584055 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:58.584067 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:56:58.584078 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:58.584095 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:56:58.584129 mtc Sent on BSCVTY to system charstring : "enable" 07:56:58.584151 mtc Start timer T: 2 s 07:56:58.584212 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:56:58.584244 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:56:58.584256 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:56:58.584264 mtc Stop timer T: 2 s 07:56:58.584275 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:58.584298 mtc Start timer T: 2 s 07:56:58.584408 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:56:58.584460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:56:58.584474 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:56:58.584490 mtc Stop timer T: 2 s 07:56:58.584503 mtc Sent on BSCVTY to system charstring : "network" 07:56:58.584526 mtc Start timer T: 2 s 07:56:58.584586 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:56:58.584643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:56:58.584658 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:56:58.584673 mtc Stop timer T: 2 s 07:56:58.584687 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:58.584709 mtc Start timer T: 2 s 07:56:58.584764 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:56:58.584821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:56:58.584836 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:56:58.584849 mtc Stop timer T: 2 s 07:56:58.584865 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:56:58.584892 mtc Start timer T: 2 s 07:56:58.584983 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:56:58.585030 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:56:58.585045 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:56:58.585059 mtc Stop timer T: 2 s 07:56:58.585072 mtc Sent on BSCVTY to system charstring : "end" 07:56:58.585094 mtc Start timer T: 2 s 07:56:58.585145 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:56:58.585177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:56:58.585189 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:56:58.585200 mtc Stop timer T: 2 s 07:56:58.585215 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:58.585236 mtc Start timer T: 2 s 07:56:58.585286 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 07:56:58.585331 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 07:56:58.585345 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:56:58.585359 mtc Stop timer T: 2 s 07:56:58.585372 mtc Sent on BSCVTY to system charstring : "network" 07:56:58.585398 mtc Start timer T: 2 s 07:56:58.585444 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 07:56:58.585499 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 07:56:58.585512 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:56:58.585526 mtc Stop timer T: 2 s 07:56:58.585540 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:58.585562 mtc Start timer T: 2 s 07:56:58.585611 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 07:56:58.585665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 07:56:58.585679 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:56:58.585693 mtc Stop timer T: 2 s 07:56:58.585709 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:56:58.585731 mtc Start timer T: 2 s 07:56:58.585790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:56:58.585842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:56:58.585856 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:56:58.585870 mtc Stop timer T: 2 s 07:56:58.585883 mtc Sent on BSCVTY to system charstring : "end" 07:56:58.585904 mtc Start timer T: 2 s 07:56:58.585945 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 07:56:58.585974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 07:56:58.585986 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:56:58.585998 mtc Stop timer T: 2 s 07:56:58.586012 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:58.586033 mtc Start timer T: 2 s 07:56:58.586083 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 07:56:58.586141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 07:56:58.586154 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:56:58.586168 mtc Stop timer T: 2 s 07:56:58.586181 mtc Sent on BSCVTY to system charstring : "network" 07:56:58.586202 mtc Start timer T: 2 s 07:56:58.586241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 07:56:58.586294 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 07:56:58.586307 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:56:58.586321 mtc Stop timer T: 2 s 07:56:58.586335 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:58.586355 mtc Start timer T: 2 s 07:56:58.586397 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 07:56:58.586457 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 07:56:58.586474 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:56:58.586488 mtc Stop timer T: 2 s 07:56:58.586503 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:56:58.586592 mtc Start timer T: 2 s 07:56:58.586628 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:56:58.586697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:56:58.586709 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:56:58.586717 mtc Stop timer T: 2 s 07:56:58.586726 mtc Sent on BSCVTY to system charstring : "end" 07:56:58.586743 mtc Start timer T: 2 s 07:56:58.586794 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 07:56:58.586836 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 07:56:58.586852 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:56:58.586866 mtc Stop timer T: 2 s 07:56:58.586882 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:58.586906 mtc Start timer T: 2 s 07:56:58.586970 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 07:56:58.587031 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 07:56:58.587054 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:56:58.587070 mtc Stop timer T: 2 s 07:56:58.587083 mtc Sent on BSCVTY to system charstring : "network" 07:56:58.587104 mtc Start timer T: 2 s 07:56:58.587145 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 07:56:58.587213 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 07:56:58.587225 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:56:58.587234 mtc Stop timer T: 2 s 07:56:58.587244 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:58.587268 mtc Start timer T: 2 s 07:56:58.587359 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 07:56:58.587431 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 07:56:58.587445 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:56:58.587458 mtc Stop timer T: 2 s 07:56:58.587474 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 07:56:58.587565 mtc Start timer T: 2 s 07:56:58.587603 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20 07:56:58.587661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20 07:56:58.587678 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:56:58.587694 mtc Stop timer T: 2 s 07:56:58.587708 mtc Sent on BSCVTY to system charstring : "end" 07:56:58.587728 mtc Start timer T: 2 s 07:56:58.587779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 07:56:58.587809 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 07:56:58.587825 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:56:58.587834 mtc Stop timer T: 2 s 07:56:58.587843 mtc Sent on BSCVTY to system charstring : "write terminal" 07:56:58.587860 mtc Start timer T: 2 s 07:56:58.588183 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:56:58.588229 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:56:58.589574 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:56:58.589618 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:56:58.589639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:56:58.589648 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:56:58.589655 mtc Stop timer T: 2 s 07:56:58.589666 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:56:58.589685 mtc Start timer T: 2 s 07:56:58.589826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 07:56:58.589891 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 07:56:58.589908 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:56:58.589920 mtc Stop timer T: 2 s 07:56:58.589930 mtc Start timer T: 1 s 07:56:59.590753 mtc Timeout T: 1 s 07:56:59.590893 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:59.591006 mtc Start timer T: 2 s 07:56:59.591339 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 25 07:56:59.591624 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 25 07:56:59.591691 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:56:59.591753 mtc Stop timer T: 2 s 07:56:59.591809 mtc Sent on BSCVTY to system charstring : "network" 07:56:59.591900 mtc Start timer T: 2 s 07:56:59.592076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 26 07:56:59.592279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 26 07:56:59.592320 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:56:59.592354 mtc Stop timer T: 2 s 07:56:59.592389 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:59.592454 mtc Start timer T: 2 s 07:56:59.592695 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 27 07:56:59.592897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 27 07:56:59.592938 mtc Message with id 27 was extracted from the queue of BSCVTY. 07:56:59.592969 mtc Stop timer T: 2 s 07:56:59.593009 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:56:59.593087 mtc Start timer T: 2 s 07:56:59.593372 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 28 07:56:59.593577 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 28 07:56:59.593633 mtc Message with id 28 was extracted from the queue of BSCVTY. 07:56:59.593685 mtc Stop timer T: 2 s 07:56:59.593741 mtc Sent on BSCVTY to system charstring : "end" 07:56:59.593825 mtc Start timer T: 2 s 07:56:59.593993 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 29 07:56:59.594112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 29 07:56:59.594162 mtc Message with id 29 was extracted from the queue of BSCVTY. 07:56:59.594204 mtc Stop timer T: 2 s 07:56:59.594260 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:59.594343 mtc Start timer T: 2 s 07:56:59.594529 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 30 07:56:59.594776 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 30 07:56:59.594833 mtc Message with id 30 was extracted from the queue of BSCVTY. 07:56:59.594889 mtc Stop timer T: 2 s 07:56:59.594938 mtc Sent on BSCVTY to system charstring : "network" 07:56:59.595027 mtc Start timer T: 2 s 07:56:59.595175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 31 07:56:59.595358 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 31 07:56:59.595399 mtc Message with id 31 was extracted from the queue of BSCVTY. 07:56:59.595432 mtc Stop timer T: 2 s 07:56:59.595473 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:59.595658 mtc Start timer T: 2 s 07:56:59.595780 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 32 07:56:59.595940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 32 07:56:59.595978 mtc Message with id 32 was extracted from the queue of BSCVTY. 07:56:59.596007 mtc Stop timer T: 2 s 07:56:59.596046 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:56:59.596106 mtc Start timer T: 2 s 07:56:59.596408 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 33 07:56:59.596592 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 33 07:56:59.596641 mtc Message with id 33 was extracted from the queue of BSCVTY. 07:56:59.596682 mtc Stop timer T: 2 s 07:56:59.596730 mtc Sent on BSCVTY to system charstring : "end" 07:56:59.596820 mtc Start timer T: 2 s 07:56:59.597052 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 34 07:56:59.597168 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 34 07:56:59.597219 mtc Message with id 34 was extracted from the queue of BSCVTY. 07:56:59.597263 mtc Stop timer T: 2 s 07:56:59.597325 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:59.597416 mtc Start timer T: 2 s 07:56:59.597621 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 35 07:56:59.597807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 35 07:56:59.597847 mtc Message with id 35 was extracted from the queue of BSCVTY. 07:56:59.597892 mtc Stop timer T: 2 s 07:56:59.597949 mtc Sent on BSCVTY to system charstring : "network" 07:56:59.598020 mtc Start timer T: 2 s 07:56:59.598171 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 36 07:56:59.598369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 36 07:56:59.598423 mtc Message with id 36 was extracted from the queue of BSCVTY. 07:56:59.598478 mtc Stop timer T: 2 s 07:56:59.598532 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:59.598614 mtc Start timer T: 2 s 07:56:59.598795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 37 07:56:59.598954 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 37 07:56:59.599003 mtc Message with id 37 was extracted from the queue of BSCVTY. 07:56:59.599034 mtc Stop timer T: 2 s 07:56:59.599070 mtc Sent on BSCVTY to system charstring : "gprs mode none" 07:56:59.599137 mtc Start timer T: 2 s 07:56:59.599340 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 38 07:56:59.599484 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 38 07:56:59.599525 mtc Message with id 38 was extracted from the queue of BSCVTY. 07:56:59.599572 mtc Stop timer T: 2 s 07:56:59.599627 mtc Sent on BSCVTY to system charstring : "end" 07:56:59.599839 mtc Start timer T: 2 s 07:56:59.599919 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 07:56:59.600027 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 07:56:59.600080 mtc Message with id 39 was extracted from the queue of BSCVTY. 07:56:59.600126 mtc Stop timer T: 2 s 07:56:59.600183 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:56:59.600382 mtc Start timer T: 2 s 07:56:59.600490 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 40 07:56:59.600689 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 40 07:56:59.600741 mtc Message with id 40 was extracted from the queue of BSCVTY. 07:56:59.600798 mtc Stop timer T: 2 s 07:56:59.600851 mtc Sent on BSCVTY to system charstring : "network" 07:56:59.601022 mtc Start timer T: 2 s 07:56:59.601130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 41 07:56:59.601325 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 41 07:56:59.601377 mtc Message with id 41 was extracted from the queue of BSCVTY. 07:56:59.601434 mtc Stop timer T: 2 s 07:56:59.601489 mtc Sent on BSCVTY to system charstring : "bts 0" 07:56:59.601665 mtc Start timer T: 2 s 07:56:59.601774 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 42 07:56:59.601964 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 42 07:56:59.602016 mtc Message with id 42 was extracted from the queue of BSCVTY. 07:56:59.602068 mtc Stop timer T: 2 s 07:56:59.602135 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:56:59.602368 mtc Start timer T: 2 s 07:56:59.602480 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 43 07:56:59.602701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 43 07:56:59.602758 mtc Message with id 43 was extracted from the queue of BSCVTY. 07:56:59.602809 mtc Stop timer T: 2 s 07:56:59.602860 mtc Sent on BSCVTY to system charstring : "end" 07:56:59.602941 mtc Start timer T: 2 s 07:56:59.603086 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 07:56:59.603186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 07:56:59.603239 mtc Message with id 44 was extracted from the queue of BSCVTY. 07:56:59.603283 mtc Stop timer T: 2 s 07:56:59.603338 mtc Sent on BSCVTY to system charstring : "write terminal" 07:56:59.603421 mtc Start timer T: 2 s 07:56:59.604517 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:56:59.604677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 46 07:56:59.609375 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:56:59.609517 mtc Message with id 45 was extracted from the queue of BSCVTY. 07:56:59.609582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 46 07:56:59.609611 mtc Message with id 46 was extracted from the queue of BSCVTY. 07:56:59.609634 mtc Stop timer T: 2 s 07:56:59.609673 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:56:59.609741 mtc Start timer T: 2 s 07:56:59.610169 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47 07:56:59.610393 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47 07:56:59.610523 mtc Message with id 47 was extracted from the queue of BSCVTY. 07:56:59.610583 mtc Stop timer T: 2 s 07:56:59.610622 mtc Start timer T: 1 s 07:57:00.610692 mtc Timeout T: 1 s 07:57:00.610744 mtc setverdict(pass): none -> pass 07:57:00.610755 mtc Terminating component type Test.dummy_CT. 07:57:00.610765 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:57:00.610796 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:57:00.610823 mtc Port GSMTAP was stopped. 07:57:00.610834 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:57:00.610887 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:57:00.610904 mtc Port BSCVTY was stopped. 07:57:00.610914 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 07:57:00.610941 mtc Waiting for PTCs to finish. 07:57:00.610994 mtc Setting final verdict of the test case. 07:57:00.611006 mtc Local verdict of MTC: pass 07:57:00.611014 mtc No PTCs were created. 07:57:00.611020 mtc Test case TC_si_sched_2quater finished. Verdict: pass 07:57:00.611047 mtc Executing test case TC_si_sched_13 in module Test. 07:57:00.611070 mtc Test case TC_si_sched_13 started. 07:57:00.611082 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 07:57:00.611111 mtc Port GSMTAP was started. 07:57:00.611127 mtc Port BSCVTY was started. 07:57:00.611134 mtc Component type Test.dummy_CT was initialized. 07:57:00.611142 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:57:00.611180 mtc Port GSMTAP was mapped to system:GSMTAP. 07:57:00.611210 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:57:00.611232 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:57:00.611270 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:57:00.611379 mtc Port BSCVTY was mapped to system:BSCVTY. 07:57:00.611409 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:57:00.611427 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:00.611450 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:00.611464 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:00.611481 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:00.611493 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:00.611510 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:00.611550 mtc Sent on BSCVTY to system charstring : "enable" 07:57:00.611578 mtc Start timer T: 2 s 07:57:00.611633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:57:00.611663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:57:00.611674 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:57:00.611681 mtc Stop timer T: 2 s 07:57:00.611692 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:00.611714 mtc Start timer T: 2 s 07:57:00.611797 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:57:00.611854 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:57:00.611869 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:57:00.611884 mtc Stop timer T: 2 s 07:57:00.611896 mtc Sent on BSCVTY to system charstring : "network" 07:57:00.611918 mtc Start timer T: 2 s 07:57:00.611967 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:57:00.612022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:57:00.612035 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:57:00.612050 mtc Stop timer T: 2 s 07:57:00.612064 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:00.612085 mtc Start timer T: 2 s 07:57:00.612140 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:57:00.612196 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:57:00.612211 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:57:00.612224 mtc Stop timer T: 2 s 07:57:00.612240 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 07:57:00.612262 mtc Start timer T: 2 s 07:57:00.612354 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:57:00.612404 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:57:00.612415 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:57:00.612424 mtc Stop timer T: 2 s 07:57:00.612435 mtc Sent on BSCVTY to system charstring : "end" 07:57:00.612451 mtc Start timer T: 2 s 07:57:00.612504 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:57:00.612533 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:57:00.612546 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:57:00.612557 mtc Stop timer T: 2 s 07:57:00.612572 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:00.612592 mtc Start timer T: 2 s 07:57:00.612640 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7 07:57:00.612695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7 07:57:00.612708 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:57:00.612723 mtc Stop timer T: 2 s 07:57:00.612736 mtc Sent on BSCVTY to system charstring : "network" 07:57:00.612756 mtc Start timer T: 2 s 07:57:00.612795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8 07:57:00.612845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8 07:57:00.612859 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:57:00.612873 mtc Stop timer T: 2 s 07:57:00.612886 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:00.612907 mtc Start timer T: 2 s 07:57:00.612954 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9 07:57:00.613006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9 07:57:00.613020 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:57:00.613033 mtc Stop timer T: 2 s 07:57:00.613049 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 07:57:00.613070 mtc Start timer T: 2 s 07:57:00.613131 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:57:00.613186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:57:00.613200 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:57:00.613213 mtc Stop timer T: 2 s 07:57:00.613227 mtc Sent on BSCVTY to system charstring : "end" 07:57:00.613248 mtc Start timer T: 2 s 07:57:00.613289 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 07:57:00.613320 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 07:57:00.613332 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:57:00.613344 mtc Stop timer T: 2 s 07:57:00.613358 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:00.613378 mtc Start timer T: 2 s 07:57:00.613425 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12 07:57:00.613479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12 07:57:00.613492 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:57:00.613507 mtc Stop timer T: 2 s 07:57:00.613519 mtc Sent on BSCVTY to system charstring : "network" 07:57:00.613540 mtc Start timer T: 2 s 07:57:00.613581 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13 07:57:00.613636 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13 07:57:00.613649 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:57:00.613663 mtc Stop timer T: 2 s 07:57:00.613676 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:00.613697 mtc Start timer T: 2 s 07:57:00.613739 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14 07:57:00.613791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14 07:57:00.613805 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:57:00.613823 mtc Stop timer T: 2 s 07:57:00.613837 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 07:57:00.613858 mtc Start timer T: 2 s 07:57:00.613915 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15 07:57:00.613967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15 07:57:00.613980 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:57:00.613994 mtc Stop timer T: 2 s 07:57:00.614007 mtc Sent on BSCVTY to system charstring : "end" 07:57:00.614027 mtc Start timer T: 2 s 07:57:00.614069 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16 07:57:00.614099 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16 07:57:00.614111 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:57:00.614123 mtc Stop timer T: 2 s 07:57:00.614137 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:00.614158 mtc Start timer T: 2 s 07:57:00.614205 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17 07:57:00.614259 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17 07:57:00.614272 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:57:00.614286 mtc Stop timer T: 2 s 07:57:00.614299 mtc Sent on BSCVTY to system charstring : "network" 07:57:00.614319 mtc Start timer T: 2 s 07:57:00.614356 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18 07:57:00.614407 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18 07:57:00.614420 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:57:00.614435 mtc Stop timer T: 2 s 07:57:00.614448 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:00.614468 mtc Start timer T: 2 s 07:57:00.614510 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19 07:57:00.614562 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19 07:57:00.614576 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:57:00.614590 mtc Stop timer T: 2 s 07:57:00.614608 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 07:57:00.614628 mtc Start timer T: 2 s 07:57:00.614706 mtc Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 20 07:57:00.614725 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 07:57:00.614793 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 20 07:57:00.614807 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:57:00.614856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 07:57:00.614871 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:57:00.614885 mtc Stop timer T: 2 s 07:57:00.614898 mtc Sent on BSCVTY to system charstring : "end" 07:57:00.614920 mtc Start timer T: 2 s 07:57:00.614965 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 22 07:57:00.614995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 22 07:57:00.615008 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:57:00.615020 mtc Stop timer T: 2 s 07:57:00.615034 mtc Sent on BSCVTY to system charstring : "write terminal" 07:57:00.615056 mtc Start timer T: 2 s 07:57:00.615428 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:57:00.615483 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24 07:57:00.617094 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:57:00.617138 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:57:00.617156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24 07:57:00.617164 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:57:00.617170 mtc Stop timer T: 2 s 07:57:00.617181 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:57:00.617200 mtc Start timer T: 2 s 07:57:00.617324 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:57:00.617363 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:57:00.617377 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:57:00.617390 mtc Stop timer T: 2 s 07:57:00.617403 mtc Start timer T: 1 s 07:57:01.617457 mtc Timeout T: 1 s 07:57:01.617519 mtc Port GSMTAP was cleared. 07:57:01.617532 mtc Start timer T: 8 s 07:57:09.624771 mtc Timeout T: 8 s 07:57:09.624930 mtc "TC_si_sched_13": TC=0 has #of SI=0 07:57:09.624993 mtc "TC_si_sched_13": TC=1 has #of SI=0 07:57:09.625030 mtc "TC_si_sched_13": TC=2 has #of SI=0 07:57:09.625063 mtc "TC_si_sched_13": TC=3 has #of SI=0 07:57:09.625103 mtc "TC_si_sched_13": TC=4 has #of SI=0 07:57:09.625134 mtc "TC_si_sched_13": TC=5 has #of SI=0 07:57:09.625165 mtc "TC_si_sched_13": TC=6 has #of SI=0 07:57:09.625196 mtc "TC_si_sched_13": TC=7 has #of SI=0 07:57:09.625245 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:57:09.625320 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625381 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625431 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625466 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625499 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625556 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625618 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:09.625671 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:57:09.625722 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:09.625760 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:57:09.625799 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:09.625839 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:57:09.625894 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:09.625933 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:57:09.625966 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:09.626027 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:57:09.626085 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:09.626119 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:57:09.626168 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:09.626251 mtc Error: Insufficient SI in array 07:57:09.626286 mtc Test.ttcn:162: Dynamic test case error: testcase.stop 07:57:09.626364 mtc setverdict(error): fail -> error 07:57:09.626415 mtc Performing error recovery. 07:57:09.626550 mtc Terminating component type Test.dummy_CT. 07:57:09.626608 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:57:09.628167 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:57:09.628239 mtc Port GSMTAP was stopped. 07:57:09.628296 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:57:09.628443 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:57:09.628532 mtc Port BSCVTY was stopped. 07:57:09.628585 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 07:57:09.628643 mtc Waiting for PTCs to finish. 07:57:09.628822 mtc Setting final verdict of the test case. 07:57:09.628897 mtc Local verdict of MTC: error 07:57:09.628965 mtc No PTCs were created. 07:57:09.629018 mtc Test case TC_si_sched_13 finished. Verdict: error 07:57:09.629150 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 07:57:09.629231 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 07:57:09.629292 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 07:57:09.629408 mtc Port GSMTAP was started. 07:57:09.629470 mtc Port BSCVTY was started. 07:57:09.629518 mtc Component type Test.dummy_CT was initialized. 07:57:09.629573 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:57:09.629688 mtc Port GSMTAP was mapped to system:GSMTAP. 07:57:09.629785 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:57:09.629851 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:57:09.629986 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:57:09.630238 mtc Port BSCVTY was mapped to system:BSCVTY. 07:57:09.630289 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:57:09.630343 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:09.630384 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:09.630408 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:09.630436 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:09.630458 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:09.630484 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:09.630556 mtc Sent on BSCVTY to system charstring : "enable" 07:57:09.630605 mtc Start timer T: 2 s 07:57:09.630693 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:57:09.630769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:57:09.630804 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:57:09.630827 mtc Stop timer T: 2 s 07:57:09.630851 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:09.630883 mtc Start timer T: 2 s 07:57:09.631040 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:57:09.631131 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:57:09.631151 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:57:09.631173 mtc Stop timer T: 2 s 07:57:09.631198 mtc Sent on BSCVTY to system charstring : "network" 07:57:09.631303 mtc Start timer T: 2 s 07:57:09.631358 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:57:09.631455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:57:09.631486 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:57:09.631511 mtc Stop timer T: 2 s 07:57:09.631540 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:09.631644 mtc Start timer T: 2 s 07:57:09.631694 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:57:09.631792 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:57:09.631831 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:57:09.631855 mtc Stop timer T: 2 s 07:57:09.631888 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 07:57:09.632049 mtc Start timer T: 2 s 07:57:09.632116 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:57:09.632222 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:57:09.632248 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:57:09.632273 mtc Stop timer T: 2 s 07:57:09.632306 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 07:57:09.632432 mtc Start timer T: 2 s 07:57:09.632492 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6 07:57:09.632583 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6 07:57:09.632614 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:57:09.632638 mtc Stop timer T: 2 s 07:57:09.632662 mtc Sent on BSCVTY to system charstring : "end" 07:57:09.632782 mtc Start timer T: 2 s 07:57:09.632826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:57:09.632876 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:57:09.632909 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:57:09.632927 mtc Stop timer T: 2 s 07:57:09.632950 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:09.633041 mtc Start timer T: 2 s 07:57:09.633103 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8 07:57:09.633207 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8 07:57:09.633238 mtc Message with id 8 was extracted from the queue of BSCVTY. 07:57:09.633269 mtc Stop timer T: 2 s 07:57:09.633297 mtc Sent on BSCVTY to system charstring : "network" 07:57:09.633387 mtc Start timer T: 2 s 07:57:09.633449 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9 07:57:09.633561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9 07:57:09.633584 mtc Message with id 9 was extracted from the queue of BSCVTY. 07:57:09.633600 mtc Stop timer T: 2 s 07:57:09.633624 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:09.633656 mtc Start timer T: 2 s 07:57:09.633744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10 07:57:09.633843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10 07:57:09.633865 mtc Message with id 10 was extracted from the queue of BSCVTY. 07:57:09.633883 mtc Stop timer T: 2 s 07:57:09.633904 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 07:57:09.633939 mtc Start timer T: 2 s 07:57:09.634063 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11 07:57:09.634185 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11 07:57:09.634220 mtc Message with id 11 was extracted from the queue of BSCVTY. 07:57:09.634252 mtc Stop timer T: 2 s 07:57:09.634283 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 07:57:09.634320 mtc Start timer T: 2 s 07:57:09.634505 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12 07:57:09.634607 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12 07:57:09.634632 mtc Message with id 12 was extracted from the queue of BSCVTY. 07:57:09.634678 mtc Stop timer T: 2 s 07:57:09.634704 mtc Sent on BSCVTY to system charstring : "end" 07:57:09.634741 mtc Start timer T: 2 s 07:57:09.634823 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13 07:57:09.634886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13 07:57:09.634939 mtc Message with id 13 was extracted from the queue of BSCVTY. 07:57:09.634983 mtc Stop timer T: 2 s 07:57:09.635008 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:09.635069 mtc Start timer T: 2 s 07:57:09.635228 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14 07:57:09.635383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14 07:57:09.635414 mtc Message with id 14 was extracted from the queue of BSCVTY. 07:57:09.635437 mtc Stop timer T: 2 s 07:57:09.635463 mtc Sent on BSCVTY to system charstring : "network" 07:57:09.635503 mtc Start timer T: 2 s 07:57:09.635621 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15 07:57:09.635772 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15 07:57:09.635801 mtc Message with id 15 was extracted from the queue of BSCVTY. 07:57:09.635826 mtc Stop timer T: 2 s 07:57:09.635880 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:09.635958 mtc Start timer T: 2 s 07:57:09.636036 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16 07:57:09.636152 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16 07:57:09.636173 mtc Message with id 16 was extracted from the queue of BSCVTY. 07:57:09.636221 mtc Stop timer T: 2 s 07:57:09.636291 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 07:57:09.636360 mtc Start timer T: 2 s 07:57:09.636531 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17 07:57:09.636642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17 07:57:09.636673 mtc Message with id 17 was extracted from the queue of BSCVTY. 07:57:09.636695 mtc Stop timer T: 2 s 07:57:09.636714 mtc Sent on BSCVTY to system charstring : "end" 07:57:09.636753 mtc Start timer T: 2 s 07:57:09.636868 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18 07:57:09.636925 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18 07:57:09.636949 mtc Message with id 18 was extracted from the queue of BSCVTY. 07:57:09.636969 mtc Stop timer T: 2 s 07:57:09.636996 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:09.637036 mtc Start timer T: 2 s 07:57:09.637123 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19 07:57:09.637237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19 07:57:09.637269 mtc Message with id 19 was extracted from the queue of BSCVTY. 07:57:09.637300 mtc Stop timer T: 2 s 07:57:09.637330 mtc Sent on BSCVTY to system charstring : "network" 07:57:09.637365 mtc Start timer T: 2 s 07:57:09.637447 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20 07:57:09.637561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20 07:57:09.637589 mtc Message with id 20 was extracted from the queue of BSCVTY. 07:57:09.637612 mtc Stop timer T: 2 s 07:57:09.637635 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:09.637671 mtc Start timer T: 2 s 07:57:09.637774 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21 07:57:09.637887 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21 07:57:09.637917 mtc Message with id 21 was extracted from the queue of BSCVTY. 07:57:09.637945 mtc Stop timer T: 2 s 07:57:09.637980 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 07:57:09.638022 mtc Start timer T: 2 s 07:57:09.638137 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22 07:57:09.638237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22 07:57:09.638264 mtc Message with id 22 was extracted from the queue of BSCVTY. 07:57:09.638290 mtc Stop timer T: 2 s 07:57:09.638319 mtc Sent on BSCVTY to system charstring : "end" 07:57:09.638360 mtc Start timer T: 2 s 07:57:09.638475 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 07:57:09.638529 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 07:57:09.638552 mtc Message with id 23 was extracted from the queue of BSCVTY. 07:57:09.638572 mtc Stop timer T: 2 s 07:57:09.638597 mtc Sent on BSCVTY to system charstring : "write terminal" 07:57:09.638638 mtc Start timer T: 2 s 07:57:09.639389 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:57:09.639485 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25 07:57:09.642609 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:57:09.642689 mtc Message with id 24 was extracted from the queue of BSCVTY. 07:57:09.642728 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25 07:57:09.642746 mtc Message with id 25 was extracted from the queue of BSCVTY. 07:57:09.642761 mtc Stop timer T: 2 s 07:57:09.642786 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:57:09.642820 mtc Start timer T: 2 s 07:57:09.643021 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26 07:57:09.643074 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26 07:57:09.643099 mtc Message with id 26 was extracted from the queue of BSCVTY. 07:57:09.643116 mtc Stop timer T: 2 s 07:57:09.643132 mtc Start timer T: 1 s 07:57:10.643158 mtc Timeout T: 1 s 07:57:10.643230 mtc Port GSMTAP was cleared. 07:57:10.643248 mtc Start timer T: 8 s 07:57:18.650535 mtc Timeout T: 8 s 07:57:18.650736 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=0 07:57:18.650811 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=0 07:57:18.650855 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=0 07:57:18.650896 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=0 07:57:18.650935 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=0 07:57:18.650971 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=0 07:57:18.651015 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=0 07:57:18.651053 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=0 07:57:18.651101 mtc setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!" 07:57:18.651151 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651188 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651221 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651254 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651288 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651321 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651405 mtc setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed 07:57:18.651475 mtc Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0! 07:57:18.651560 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.651629 mtc Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1! 07:57:18.651692 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.651745 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2! 07:57:18.651812 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.651885 mtc Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6! 07:57:18.651961 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.652016 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3! 07:57:18.652092 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.652161 mtc Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7! 07:57:18.652223 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.652370 mtc Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5! 07:57:18.652490 mtc setverdict(fail): fail -> fail, component reason not changed 07:57:18.652554 mtc Error: Insufficient SI in array 07:57:18.652602 mtc Test.ttcn:162: Dynamic test case error: testcase.stop 07:57:18.652734 mtc setverdict(error): fail -> error 07:57:18.652787 mtc Performing error recovery. 07:57:18.652917 mtc Terminating component type Test.dummy_CT. 07:57:18.652972 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:57:18.653182 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:57:18.653247 mtc Port GSMTAP was stopped. 07:57:18.653278 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:57:18.653427 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:57:18.653483 mtc Port BSCVTY was stopped. 07:57:18.653510 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 07:57:18.653546 mtc Waiting for PTCs to finish. 07:57:18.653751 mtc Setting final verdict of the test case. 07:57:18.653859 mtc Local verdict of MTC: error 07:57:18.653923 mtc No PTCs were created. 07:57:18.653972 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: error 07:57:18.654227 mtc Executing test case TC_neci in module Test. 07:57:18.654325 mtc Test case TC_neci started. 07:57:18.654385 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 07:57:18.654500 mtc Port GSMTAP was started. 07:57:18.654563 mtc Port BSCVTY was started. 07:57:18.654606 mtc Component type Test.dummy_CT was initialized. 07:57:18.654717 mtc Random number generator was initialized with seed 80.654713: srand48(1836310432). 07:57:18.654785 mtc Function rnd() returned 0.783132. 07:57:18.654958 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:57:18.655083 mtc Port GSMTAP was mapped to system:GSMTAP. 07:57:18.655190 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:57:18.655260 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:57:18.655397 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:57:18.655877 mtc Port BSCVTY was mapped to system:BSCVTY. 07:57:18.656017 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:57:18.656100 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:18.656132 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:18.656153 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:18.656179 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:18.656196 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:18.656221 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:18.656277 mtc Sent on BSCVTY to system charstring : "enable" 07:57:18.656317 mtc Start timer T: 2 s 07:57:18.656392 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:57:18.656436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:57:18.656450 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:57:18.656461 mtc Stop timer T: 2 s 07:57:18.656477 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:18.656503 mtc Start timer T: 2 s 07:57:18.656614 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:57:18.656684 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:57:18.656698 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:57:18.656712 mtc Stop timer T: 2 s 07:57:18.656728 mtc Sent on BSCVTY to system charstring : "network" 07:57:18.656753 mtc Start timer T: 2 s 07:57:18.656821 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:57:18.656899 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:57:18.656920 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:57:18.656944 mtc Stop timer T: 2 s 07:57:18.656966 mtc Sent on BSCVTY to system charstring : "neci 0" 07:57:18.657000 mtc Start timer T: 2 s 07:57:18.657070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 4 07:57:18.657139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 4 07:57:18.657156 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:57:18.657172 mtc Stop timer T: 2 s 07:57:18.657186 mtc Sent on BSCVTY to system charstring : "end" 07:57:18.657210 mtc Start timer T: 2 s 07:57:18.657272 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 5 07:57:18.657328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 5 07:57:18.657349 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:57:18.657368 mtc Stop timer T: 2 s 07:57:18.657398 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:57:18.657432 mtc Start timer T: 2 s 07:57:18.657630 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:57:18.657702 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:57:18.657721 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:57:18.657763 mtc Stop timer T: 2 s 07:57:18.657804 mtc Start timer T: 1 s 07:57:19.658907 mtc Timeout T: 1 s 07:57:19.659040 mtc Port GSMTAP was cleared. 07:57:19.659086 mtc Start timer T: 10 s 07:57:29.668396 mtc Timeout T: 10 s 07:57:29.668552 mtc Error waiting for SI on GSMTAP 07:57:29.668590 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:57:29.668645 mtc setverdict(error): none -> error 07:57:29.668684 mtc Performing error recovery. 07:57:29.668871 mtc Terminating component type Test.dummy_CT. 07:57:29.668941 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:57:29.669068 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:57:29.669156 mtc Port GSMTAP was stopped. 07:57:29.669236 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:57:29.669432 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:57:29.669530 mtc Port BSCVTY was stopped. 07:57:29.669613 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 07:57:29.669667 mtc Waiting for PTCs to finish. 07:57:29.669800 mtc Setting final verdict of the test case. 07:57:29.669850 mtc Local verdict of MTC: error 07:57:29.669884 mtc No PTCs were created. 07:57:29.669926 mtc Test case TC_neci finished. Verdict: error 07:57:29.670138 mtc Executing test case TC_cell_resel_hyst in module Test. 07:57:29.670225 mtc Test case TC_cell_resel_hyst started. 07:57:29.670271 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 07:57:29.670365 mtc Port GSMTAP was started. 07:57:29.670614 mtc Port BSCVTY was started. 07:57:29.670744 mtc Component type Test.dummy_CT was initialized. 07:57:29.670875 mtc Function rnd() returned 0.528268. 07:57:29.670984 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:57:29.671264 mtc Port GSMTAP was mapped to system:GSMTAP. 07:57:29.671461 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:57:29.671729 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:57:29.671879 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:57:29.672371 mtc Port BSCVTY was mapped to system:BSCVTY. 07:57:29.672529 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:57:29.672662 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:29.672840 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:29.672904 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:29.673044 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:29.673105 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:29.673186 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:29.673355 mtc Sent on BSCVTY to system charstring : "enable" 07:57:29.673480 mtc Start timer T: 2 s 07:57:29.673692 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:57:29.673855 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:57:29.673928 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:57:29.673988 mtc Stop timer T: 2 s 07:57:29.674070 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:29.674173 mtc Start timer T: 2 s 07:57:29.674551 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:57:29.674871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:57:29.674941 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:57:29.675011 mtc Stop timer T: 2 s 07:57:29.675071 mtc Sent on BSCVTY to system charstring : "network" 07:57:29.675177 mtc Start timer T: 2 s 07:57:29.675389 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:57:29.675647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:57:29.675713 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:57:29.675783 mtc Stop timer T: 2 s 07:57:29.675848 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:29.675953 mtc Start timer T: 2 s 07:57:29.676187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:57:29.676452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:57:29.676525 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:57:29.676601 mtc Stop timer T: 2 s 07:57:29.676720 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 6" 07:57:29.676825 mtc Start timer T: 2 s 07:57:29.677214 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:57:29.677534 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:57:29.677621 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:57:29.677694 mtc Stop timer T: 2 s 07:57:29.677766 mtc Sent on BSCVTY to system charstring : "end" 07:57:29.677882 mtc Start timer T: 2 s 07:57:29.678100 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:57:29.678247 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:57:29.678308 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:57:29.678362 mtc Stop timer T: 2 s 07:57:29.678439 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:57:29.678541 mtc Start timer T: 2 s 07:57:29.679097 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:57:29.679283 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:57:29.679348 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:57:29.679398 mtc Stop timer T: 2 s 07:57:29.679455 mtc Start timer T: 1 s 07:57:30.679698 mtc Timeout T: 1 s 07:57:30.679877 mtc Port GSMTAP was cleared. 07:57:30.679925 mtc Start timer T: 10 s 07:57:40.689243 mtc Timeout T: 10 s 07:57:40.689395 mtc Error waiting for SI on GSMTAP 07:57:40.689431 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:57:40.689486 mtc setverdict(error): none -> error 07:57:40.689549 mtc Performing error recovery. 07:57:40.689683 mtc Terminating component type Test.dummy_CT. 07:57:40.689739 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:57:40.689834 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:57:40.689913 mtc Port GSMTAP was stopped. 07:57:40.689975 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:57:40.690197 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:57:40.690301 mtc Port BSCVTY was stopped. 07:57:40.690356 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 07:57:40.690419 mtc Waiting for PTCs to finish. 07:57:40.690574 mtc Setting final verdict of the test case. 07:57:40.692197 mtc Local verdict of MTC: error 07:57:40.692280 mtc No PTCs were created. 07:57:40.692324 mtc Test case TC_cell_resel_hyst finished. Verdict: error 07:57:40.692479 mtc Executing test case TC_rxlev_acc_min in module Test. 07:57:40.692571 mtc Test case TC_rxlev_acc_min started. 07:57:40.692632 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 07:57:40.692747 mtc Port GSMTAP was started. 07:57:40.692811 mtc Port BSCVTY was started. 07:57:40.692857 mtc Component type Test.dummy_CT was initialized. 07:57:40.692911 mtc Function rnd() returned 0.058829. 07:57:40.693042 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:57:40.693190 mtc Port GSMTAP was mapped to system:GSMTAP. 07:57:40.693439 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:57:40.693544 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:57:40.693793 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:57:40.694375 mtc Port BSCVTY was mapped to system:BSCVTY. 07:57:40.694537 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:57:40.694606 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:40.694726 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:40.694792 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:40.694870 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:40.694934 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:40.695028 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:40.695236 mtc Sent on BSCVTY to system charstring : "enable" 07:57:40.695409 mtc Start timer T: 2 s 07:57:40.695748 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:57:40.695969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:57:40.696043 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:57:40.696110 mtc Stop timer T: 2 s 07:57:40.696196 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:40.696320 mtc Start timer T: 2 s 07:57:40.696764 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:57:40.697046 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:57:40.697121 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:57:40.697197 mtc Stop timer T: 2 s 07:57:40.697270 mtc Sent on BSCVTY to system charstring : "network" 07:57:40.697390 mtc Start timer T: 2 s 07:57:40.697613 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:57:40.697883 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:57:40.697954 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:57:40.698029 mtc Stop timer T: 2 s 07:57:40.698096 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:40.698206 mtc Start timer T: 2 s 07:57:40.698417 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:57:40.698717 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:57:40.698801 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:57:40.698873 mtc Stop timer T: 2 s 07:57:40.698945 mtc Sent on BSCVTY to system charstring : "rxlev access min 3" 07:57:40.699055 mtc Start timer T: 2 s 07:57:40.699362 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:57:40.699642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:57:40.699716 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:57:40.699787 mtc Stop timer T: 2 s 07:57:40.699850 mtc Sent on BSCVTY to system charstring : "end" 07:57:40.699961 mtc Start timer T: 2 s 07:57:40.700312 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:57:40.700466 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:57:40.700529 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:57:40.700584 mtc Stop timer T: 2 s 07:57:40.700657 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:57:40.700773 mtc Start timer T: 2 s 07:57:40.701319 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:57:40.701487 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:57:40.701551 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:57:40.701600 mtc Stop timer T: 2 s 07:57:40.701649 mtc Start timer T: 1 s 07:57:41.701911 mtc Timeout T: 1 s 07:57:41.702092 mtc Port GSMTAP was cleared. 07:57:41.702139 mtc Start timer T: 10 s 07:57:51.711369 mtc Timeout T: 10 s 07:57:51.711492 mtc Error waiting for SI on GSMTAP 07:57:51.711526 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:57:51.711571 mtc setverdict(error): none -> error 07:57:51.711604 mtc Performing error recovery. 07:57:51.711706 mtc Terminating component type Test.dummy_CT. 07:57:51.711749 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:57:51.711825 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:57:51.711876 mtc Port GSMTAP was stopped. 07:57:51.711917 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:57:51.712044 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:57:51.712105 mtc Port BSCVTY was stopped. 07:57:51.712143 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 07:57:51.712201 mtc Waiting for PTCs to finish. 07:57:51.712309 mtc Setting final verdict of the test case. 07:57:51.712355 mtc Local verdict of MTC: error 07:57:51.712399 mtc No PTCs were created. 07:57:51.712441 mtc Test case TC_rxlev_acc_min finished. Verdict: error 07:57:51.712592 mtc Executing test case TC_cellid in module Test. 07:57:51.712664 mtc Test case TC_cellid started. 07:57:51.712710 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 07:57:51.712814 mtc Port GSMTAP was started. 07:57:51.712870 mtc Port BSCVTY was started. 07:57:51.712906 mtc Component type Test.dummy_CT was initialized. 07:57:51.712952 mtc Function rnd() returned 0.949296. 07:57:51.713057 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:57:51.713179 mtc Port GSMTAP was mapped to system:GSMTAP. 07:57:51.713282 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:57:51.713343 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:57:51.713462 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:57:51.714153 mtc Port BSCVTY was mapped to system:BSCVTY. 07:57:51.714283 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:57:51.714341 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:51.714417 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:57:51.714466 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:51.714515 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:57:51.714545 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:51.714599 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:57:51.714778 mtc Sent on BSCVTY to system charstring : "enable" 07:57:51.714916 mtc Start timer T: 2 s 07:57:51.715099 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:57:51.715248 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:57:51.715304 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:57:51.715347 mtc Stop timer T: 2 s 07:57:51.715401 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:57:51.715499 mtc Start timer T: 2 s 07:57:51.715843 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:57:51.716146 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:57:51.716224 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:57:51.716287 mtc Stop timer T: 2 s 07:57:51.716347 mtc Sent on BSCVTY to system charstring : "network" 07:57:51.716451 mtc Start timer T: 2 s 07:57:51.716656 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:57:51.716876 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:57:51.716933 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:57:51.716993 mtc Stop timer T: 2 s 07:57:51.717005 mtc Sent on BSCVTY to system charstring : "bts 0" 07:57:51.717030 mtc Start timer T: 2 s 07:57:51.717092 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:57:51.717139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:57:51.717150 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:57:51.717160 mtc Stop timer T: 2 s 07:57:51.717171 mtc Sent on BSCVTY to system charstring : "cell_identity 62212" 07:57:51.717188 mtc Start timer T: 2 s 07:57:51.717270 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:57:51.717314 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:57:51.717325 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:57:51.717334 mtc Stop timer T: 2 s 07:57:51.717344 mtc Sent on BSCVTY to system charstring : "end" 07:57:51.717361 mtc Start timer T: 2 s 07:57:51.717409 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:57:51.717437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:57:51.717451 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:57:51.717467 mtc Stop timer T: 2 s 07:57:51.717483 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:57:51.717504 mtc Start timer T: 2 s 07:57:51.717632 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:57:51.717671 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:57:51.717686 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:57:51.717698 mtc Stop timer T: 2 s 07:57:51.717710 mtc Start timer T: 1 s 07:57:52.717915 mtc Timeout T: 1 s 07:57:52.718095 mtc Port GSMTAP was cleared. 07:57:52.718142 mtc Start timer T: 10 s 07:58:02.727367 mtc Timeout T: 10 s 07:58:02.727494 mtc Error waiting for SI on GSMTAP 07:58:02.727527 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:58:02.727574 mtc setverdict(error): none -> error 07:58:02.727608 mtc Performing error recovery. 07:58:02.727735 mtc Terminating component type Test.dummy_CT. 07:58:02.727786 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:58:02.727883 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:58:02.727946 mtc Port GSMTAP was stopped. 07:58:02.728010 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:58:02.728148 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:58:02.728223 mtc Port BSCVTY was stopped. 07:58:02.728280 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 07:58:02.728343 mtc Waiting for PTCs to finish. 07:58:02.728475 mtc Setting final verdict of the test case. 07:58:02.728523 mtc Local verdict of MTC: error 07:58:02.728554 mtc No PTCs were created. 07:58:02.728590 mtc Test case TC_cellid finished. Verdict: error 07:58:02.728711 mtc Executing test case TC_lac in module Test. 07:58:02.728823 mtc Test case TC_lac started. 07:58:02.728902 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 07:58:02.729007 mtc Port GSMTAP was started. 07:58:02.729071 mtc Port BSCVTY was started. 07:58:02.729108 mtc Component type Test.dummy_CT was initialized. 07:58:02.729158 mtc Function rnd() returned 0.573219. 07:58:02.729279 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:58:02.729457 mtc Port GSMTAP was mapped to system:GSMTAP. 07:58:02.729620 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:58:02.729702 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:58:02.729825 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:58:02.730322 mtc Port BSCVTY was mapped to system:BSCVTY. 07:58:02.730463 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:58:02.730540 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:02.730630 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:02.732501 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:02.732598 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:02.732658 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:02.732743 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:02.732897 mtc Sent on BSCVTY to system charstring : "enable" 07:58:02.732970 mtc Start timer T: 2 s 07:58:02.733031 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:58:02.733068 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:58:02.733083 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:58:02.733096 mtc Stop timer T: 2 s 07:58:02.733111 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:58:02.733136 mtc Start timer T: 2 s 07:58:02.733230 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:58:02.733287 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:58:02.733303 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:58:02.733319 mtc Stop timer T: 2 s 07:58:02.733338 mtc Sent on BSCVTY to system charstring : "network" 07:58:02.733363 mtc Start timer T: 2 s 07:58:02.733413 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:58:02.733468 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:58:02.733482 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:58:02.733497 mtc Stop timer T: 2 s 07:58:02.733513 mtc Sent on BSCVTY to system charstring : "bts 0" 07:58:02.733536 mtc Start timer T: 2 s 07:58:02.733593 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:58:02.733639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:58:02.733649 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:58:02.733657 mtc Stop timer T: 2 s 07:58:02.733668 mtc Sent on BSCVTY to system charstring : "location_area_code 37565" 07:58:02.733684 mtc Start timer T: 2 s 07:58:02.733766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:58:02.733819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:58:02.733833 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:58:02.733846 mtc Stop timer T: 2 s 07:58:02.733860 mtc Sent on BSCVTY to system charstring : "end" 07:58:02.733882 mtc Start timer T: 2 s 07:58:02.733932 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:58:02.733964 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:58:02.733977 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:58:02.733988 mtc Stop timer T: 2 s 07:58:02.734004 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:58:02.734027 mtc Start timer T: 2 s 07:58:02.734149 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:58:02.734189 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:58:02.734204 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:58:02.734216 mtc Stop timer T: 2 s 07:58:02.734226 mtc Start timer T: 1 s 07:58:03.735450 mtc Timeout T: 1 s 07:58:03.735628 mtc Port GSMTAP was cleared. 07:58:03.735675 mtc Start timer T: 10 s 07:58:13.745005 mtc Timeout T: 10 s 07:58:13.745159 mtc Error waiting for SI on GSMTAP 07:58:13.745195 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:58:13.745249 mtc setverdict(error): none -> error 07:58:13.745288 mtc Performing error recovery. 07:58:13.745426 mtc Terminating component type Test.dummy_CT. 07:58:13.745487 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:58:13.745605 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:58:13.745695 mtc Port GSMTAP was stopped. 07:58:13.745760 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:58:13.746219 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:58:13.746320 mtc Port BSCVTY was stopped. 07:58:13.746354 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 07:58:13.746394 mtc Waiting for PTCs to finish. 07:58:13.746487 mtc Setting final verdict of the test case. 07:58:13.746549 mtc Local verdict of MTC: error 07:58:13.746607 mtc No PTCs were created. 07:58:13.748240 mtc Test case TC_lac finished. Verdict: error 07:58:13.748469 mtc Executing test case TC_rach_tx_int in module Test. 07:58:13.748585 mtc Test case TC_rach_tx_int started. 07:58:13.748630 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 07:58:13.748716 mtc Port GSMTAP was started. 07:58:13.748764 mtc Port BSCVTY was started. 07:58:13.748789 mtc Component type Test.dummy_CT was initialized. 07:58:13.748818 mtc Function rnd() returned 0.978028. 07:58:13.748947 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:58:13.749082 mtc Port GSMTAP was mapped to system:GSMTAP. 07:58:13.749247 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:58:13.749350 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:58:13.749530 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:58:13.750024 mtc Port BSCVTY was mapped to system:BSCVTY. 07:58:13.750074 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:58:13.750110 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:13.750147 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:13.750170 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:13.750201 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:13.750231 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:13.750262 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:13.750331 mtc Sent on BSCVTY to system charstring : "enable" 07:58:13.750391 mtc Start timer T: 2 s 07:58:13.750479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:58:13.750541 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:58:13.750578 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:58:13.750600 mtc Stop timer T: 2 s 07:58:13.750626 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:58:13.750767 mtc Start timer T: 2 s 07:58:13.750877 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:58:13.750994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:58:13.751020 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:58:13.751045 mtc Stop timer T: 2 s 07:58:13.751069 mtc Sent on BSCVTY to system charstring : "network" 07:58:13.751181 mtc Start timer T: 2 s 07:58:13.751236 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:58:13.751337 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:58:13.751373 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:58:13.751398 mtc Stop timer T: 2 s 07:58:13.751427 mtc Sent on BSCVTY to system charstring : "bts 0" 07:58:13.751525 mtc Start timer T: 2 s 07:58:13.751576 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:58:13.751695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:58:13.751724 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:58:13.751750 mtc Stop timer T: 2 s 07:58:13.751771 mtc Sent on BSCVTY to system charstring : "rach tx integer 14" 07:58:13.751940 mtc Start timer T: 2 s 07:58:13.752005 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:58:13.752097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:58:13.752118 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:58:13.752131 mtc Stop timer T: 2 s 07:58:13.752151 mtc Sent on BSCVTY to system charstring : "end" 07:58:13.752194 mtc Start timer T: 2 s 07:58:13.752279 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:58:13.752338 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:58:13.752360 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:58:13.752375 mtc Stop timer T: 2 s 07:58:13.752402 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:58:13.752440 mtc Start timer T: 2 s 07:58:13.752644 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:58:13.752706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:58:13.752740 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:58:13.752774 mtc Stop timer T: 2 s 07:58:13.752796 mtc Start timer T: 1 s 07:58:14.752987 mtc Timeout T: 1 s 07:58:14.753167 mtc Port GSMTAP was cleared. 07:58:14.753214 mtc Start timer T: 10 s 07:58:24.762523 mtc Timeout T: 10 s 07:58:24.762728 mtc Error waiting for SI on GSMTAP 07:58:24.762773 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:58:24.762829 mtc setverdict(error): none -> error 07:58:24.762899 mtc Performing error recovery. 07:58:24.763023 mtc Terminating component type Test.dummy_CT. 07:58:24.763076 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:58:24.763164 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:58:24.763232 mtc Port GSMTAP was stopped. 07:58:24.763276 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:58:24.763430 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:58:24.763531 mtc Port BSCVTY was stopped. 07:58:24.763586 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 07:58:24.763644 mtc Waiting for PTCs to finish. 07:58:24.763819 mtc Setting final verdict of the test case. 07:58:24.763899 mtc Local verdict of MTC: error 07:58:24.763953 mtc No PTCs were created. 07:58:24.764025 mtc Test case TC_rach_tx_int finished. Verdict: error 07:58:24.764177 mtc Executing test case TC_rach_max_tx in module Test. 07:58:24.764282 mtc Test case TC_rach_max_tx started. 07:58:24.764337 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 07:58:24.764450 mtc Port GSMTAP was started. 07:58:24.764505 mtc Port BSCVTY was started. 07:58:24.764530 mtc Component type Test.dummy_CT was initialized. 07:58:24.764560 mtc Function rnd() returned 0.727552. 07:58:24.764670 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:58:24.764901 mtc Port GSMTAP was mapped to system:GSMTAP. 07:58:24.765241 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:58:24.765344 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:58:24.765506 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:58:24.765998 mtc Port BSCVTY was mapped to system:BSCVTY. 07:58:24.766161 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:58:24.766238 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:24.766356 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:24.766417 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:24.766469 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:24.766500 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:24.766563 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:24.766918 mtc Sent on BSCVTY to system charstring : "enable" 07:58:24.767069 mtc Start timer T: 2 s 07:58:24.767325 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:58:24.767486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:58:24.767550 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:58:24.767606 mtc Stop timer T: 2 s 07:58:24.767675 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:58:24.767779 mtc Start timer T: 2 s 07:58:24.767966 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:58:24.768045 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:58:24.768063 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:58:24.768081 mtc Stop timer T: 2 s 07:58:24.768099 mtc Sent on BSCVTY to system charstring : "network" 07:58:24.768137 mtc Start timer T: 2 s 07:58:24.768218 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:58:24.768293 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:58:24.768311 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:58:24.768329 mtc Stop timer T: 2 s 07:58:24.768346 mtc Sent on BSCVTY to system charstring : "bts 0" 07:58:24.768373 mtc Start timer T: 2 s 07:58:24.768477 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:58:24.768578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:58:24.768604 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:58:24.768638 mtc Stop timer T: 2 s 07:58:24.768670 mtc Sent on BSCVTY to system charstring : "rach max transmission 4" 07:58:24.768820 mtc Start timer T: 2 s 07:58:24.768896 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:58:24.769022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:58:24.769053 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:58:24.769077 mtc Stop timer T: 2 s 07:58:24.769100 mtc Sent on BSCVTY to system charstring : "end" 07:58:24.769139 mtc Start timer T: 2 s 07:58:24.769219 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:58:24.769288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:58:24.769316 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:58:24.769340 mtc Stop timer T: 2 s 07:58:24.769372 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:58:24.769736 mtc Start timer T: 2 s 07:58:24.769784 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:58:24.769856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:58:24.769881 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:58:24.769899 mtc Stop timer T: 2 s 07:58:24.769920 mtc Start timer T: 1 s 07:58:25.770120 mtc Timeout T: 1 s 07:58:25.770301 mtc Port GSMTAP was cleared. 07:58:25.770349 mtc Start timer T: 10 s 07:58:35.779683 mtc Timeout T: 10 s 07:58:35.779835 mtc Error waiting for SI on GSMTAP 07:58:35.779870 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:58:35.779924 mtc setverdict(error): none -> error 07:58:35.779962 mtc Performing error recovery. 07:58:35.780107 mtc Terminating component type Test.dummy_CT. 07:58:35.780172 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:58:35.780261 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:58:35.780322 mtc Port GSMTAP was stopped. 07:58:35.780386 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:58:35.780558 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:58:35.780660 mtc Port BSCVTY was stopped. 07:58:35.780718 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 07:58:35.780778 mtc Waiting for PTCs to finish. 07:58:35.780903 mtc Setting final verdict of the test case. 07:58:35.780955 mtc Local verdict of MTC: error 07:58:35.781005 mtc No PTCs were created. 07:58:35.781056 mtc Test case TC_rach_max_tx finished. Verdict: error 07:58:35.781197 mtc Executing test case TC_attach in module Test. 07:58:35.781277 mtc Test case TC_attach started. 07:58:35.781330 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 07:58:35.781443 mtc Port GSMTAP was started. 07:58:35.781504 mtc Port BSCVTY was started. 07:58:35.781543 mtc Component type Test.dummy_CT was initialized. 07:58:35.781594 mtc Function rnd() returned 0.142024. 07:58:35.781729 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:58:35.781866 mtc Port GSMTAP was mapped to system:GSMTAP. 07:58:35.781987 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:58:35.782062 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:58:35.782195 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:58:35.782723 mtc Port BSCVTY was mapped to system:BSCVTY. 07:58:35.782877 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:58:35.782949 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:35.783044 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:35.783114 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:35.783202 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:35.783263 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:35.783347 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:35.783538 mtc Sent on BSCVTY to system charstring : "enable" 07:58:35.783668 mtc Start timer T: 2 s 07:58:35.783870 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:58:35.784036 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:58:35.784099 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:58:35.784152 mtc Stop timer T: 2 s 07:58:35.784219 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:58:35.784322 mtc Start timer T: 2 s 07:58:35.784663 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:58:35.784846 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:58:35.784862 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:58:35.784878 mtc Stop timer T: 2 s 07:58:35.784892 mtc Sent on BSCVTY to system charstring : "network" 07:58:35.784921 mtc Start timer T: 2 s 07:58:35.784997 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:58:35.785095 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:58:35.785121 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:58:35.785147 mtc Stop timer T: 2 s 07:58:35.785170 mtc Sent on BSCVTY to system charstring : "bts 0" 07:58:35.785210 mtc Start timer T: 2 s 07:58:35.785292 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:58:35.785371 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:58:35.785396 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:58:35.785421 mtc Stop timer T: 2 s 07:58:35.785448 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 07:58:35.785576 mtc Start timer T: 2 s 07:58:35.785626 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:58:35.785715 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:58:35.785739 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:58:35.785762 mtc Stop timer T: 2 s 07:58:35.785786 mtc Sent on BSCVTY to system charstring : "end" 07:58:35.785824 mtc Start timer T: 2 s 07:58:35.785892 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:58:35.785940 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:58:35.785961 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:58:35.785979 mtc Stop timer T: 2 s 07:58:35.786007 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:58:35.786041 mtc Start timer T: 2 s 07:58:35.786229 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:58:35.786293 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:58:35.786317 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:58:35.786338 mtc Stop timer T: 2 s 07:58:35.786359 mtc Start timer T: 1 s 07:58:36.786457 mtc Timeout T: 1 s 07:58:36.786586 mtc Port GSMTAP was cleared. 07:58:36.786626 mtc Start timer T: 10 s 07:58:46.788453 mtc Timeout T: 10 s 07:58:46.788611 mtc Error waiting for SI on GSMTAP 07:58:46.788647 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:58:46.788700 mtc setverdict(error): none -> error 07:58:46.788737 mtc Performing error recovery. 07:58:46.788856 mtc Terminating component type Test.dummy_CT. 07:58:46.788926 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:58:46.789039 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:58:46.789110 mtc Port GSMTAP was stopped. 07:58:46.789168 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:58:46.789346 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:58:46.789438 mtc Port BSCVTY was stopped. 07:58:46.789490 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 07:58:46.789547 mtc Waiting for PTCs to finish. 07:58:46.789675 mtc Setting final verdict of the test case. 07:58:46.789746 mtc Local verdict of MTC: error 07:58:46.789800 mtc No PTCs were created. 07:58:46.789875 mtc Test case TC_attach finished. Verdict: error 07:58:46.790014 mtc Executing test case TC_dtx_ul in module Test. 07:58:46.790096 mtc Test case TC_dtx_ul started. 07:58:46.790155 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 07:58:46.790268 mtc Port GSMTAP was started. 07:58:46.790328 mtc Port BSCVTY was started. 07:58:46.790373 mtc Component type Test.dummy_CT was initialized. 07:58:46.790426 mtc Function rnd() returned 0.900694. 07:58:46.790558 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:58:46.790716 mtc Port GSMTAP was mapped to system:GSMTAP. 07:58:46.790875 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:58:46.791004 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:58:46.791141 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:58:46.791653 mtc Port BSCVTY was mapped to system:BSCVTY. 07:58:46.791847 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:58:46.791919 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:46.792004 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:46.792052 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:46.792132 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:46.792185 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:46.792270 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:46.792434 mtc Sent on BSCVTY to system charstring : "enable" 07:58:46.792560 mtc Start timer T: 2 s 07:58:46.792798 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:58:46.792975 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:58:46.793040 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:58:46.793096 mtc Stop timer T: 2 s 07:58:46.793167 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:58:46.793269 mtc Start timer T: 2 s 07:58:46.793707 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:58:46.793981 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:58:46.794048 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:58:46.794120 mtc Stop timer T: 2 s 07:58:46.794184 mtc Sent on BSCVTY to system charstring : "network" 07:58:46.794290 mtc Start timer T: 2 s 07:58:46.794518 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:58:46.794845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:58:46.794875 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:58:46.794893 mtc Stop timer T: 2 s 07:58:46.794910 mtc Sent on BSCVTY to system charstring : "bts 0" 07:58:46.794941 mtc Start timer T: 2 s 07:58:46.795039 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:58:46.795159 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:58:46.795188 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:58:46.795215 mtc Stop timer T: 2 s 07:58:46.795244 mtc Sent on BSCVTY to system charstring : "dtx uplink force" 07:58:46.795289 mtc Start timer T: 2 s 07:58:46.795417 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:58:46.795498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:58:46.795515 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:58:46.795532 mtc Stop timer T: 2 s 07:58:46.795553 mtc Port GSMTAP was cleared. 07:58:46.795567 mtc Start timer T: 10 s 07:58:56.801503 mtc Timeout T: 10 s 07:58:56.801651 mtc Error waiting for SI on GSMTAP 07:58:56.801689 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:58:56.801743 mtc setverdict(error): none -> error 07:58:56.801779 mtc Performing error recovery. 07:58:56.801922 mtc Terminating component type Test.dummy_CT. 07:58:56.801974 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:58:56.802072 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:58:56.802140 mtc Port GSMTAP was stopped. 07:58:56.802214 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:58:56.802378 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:58:56.802459 mtc Port BSCVTY was stopped. 07:58:56.802510 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 07:58:56.802584 mtc Waiting for PTCs to finish. 07:58:56.804066 mtc Setting final verdict of the test case. 07:58:56.804131 mtc Local verdict of MTC: error 07:58:56.804182 mtc No PTCs were created. 07:58:56.804233 mtc Test case TC_dtx_ul finished. Verdict: error 07:58:56.804387 mtc Executing test case TC_emerg_allowed in module Test. 07:58:56.804503 mtc Test case TC_emerg_allowed started. 07:58:56.804546 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 07:58:56.804641 mtc Port GSMTAP was started. 07:58:56.804690 mtc Port BSCVTY was started. 07:58:56.804730 mtc Component type Test.dummy_CT was initialized. 07:58:56.804762 mtc Function rnd() returned 0.335632. 07:58:56.804890 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:58:56.805105 mtc Port GSMTAP was mapped to system:GSMTAP. 07:58:56.805427 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:58:56.805542 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:58:56.805690 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:58:56.806227 mtc Port BSCVTY was mapped to system:BSCVTY. 07:58:56.806377 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:58:56.806447 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:56.806546 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:58:56.806609 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:56.806720 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:58:56.806767 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:56.806790 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:58:56.806842 mtc Sent on BSCVTY to system charstring : "enable" 07:58:56.806874 mtc Start timer T: 2 s 07:58:56.806955 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:58:56.807018 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:58:56.807045 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:58:56.807063 mtc Stop timer T: 2 s 07:58:56.807084 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:58:56.807148 mtc Start timer T: 2 s 07:58:56.807291 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:58:56.807390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:58:56.807414 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:58:56.807432 mtc Stop timer T: 2 s 07:58:56.807451 mtc Sent on BSCVTY to system charstring : "network" 07:58:56.807483 mtc Start timer T: 2 s 07:58:56.807572 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:58:56.807671 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:58:56.807697 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:58:56.807736 mtc Stop timer T: 2 s 07:58:56.807761 mtc Sent on BSCVTY to system charstring : "bts 0" 07:58:56.807798 mtc Start timer T: 2 s 07:58:56.807930 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:58:56.808066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:58:56.808123 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:58:56.808166 mtc Stop timer T: 2 s 07:58:56.808198 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 07:58:56.808249 mtc Start timer T: 2 s 07:58:56.808401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:58:56.808491 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:58:56.808511 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:58:56.808526 mtc Stop timer T: 2 s 07:58:56.808542 mtc Sent on BSCVTY to system charstring : "end" 07:58:56.808571 mtc Start timer T: 2 s 07:58:56.808646 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:58:56.808684 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:58:56.808697 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:58:56.808707 mtc Stop timer T: 2 s 07:58:56.808722 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:58:56.808748 mtc Start timer T: 2 s 07:58:56.808936 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:58:56.808997 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:58:56.809022 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:58:56.809041 mtc Stop timer T: 2 s 07:58:56.809057 mtc Start timer T: 1 s 07:58:57.809149 mtc Timeout T: 1 s 07:58:57.809319 mtc Port GSMTAP was cleared. 07:58:57.809367 mtc Start timer T: 10 s 07:59:07.818538 mtc Timeout T: 10 s 07:59:07.818719 mtc Error waiting for SI on GSMTAP 07:59:07.818763 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:59:07.818814 mtc setverdict(error): none -> error 07:59:07.818866 mtc Performing error recovery. 07:59:07.818981 mtc Terminating component type Test.dummy_CT. 07:59:07.819030 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:59:07.819116 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:59:07.819163 mtc Port GSMTAP was stopped. 07:59:07.819195 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:59:07.819322 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:59:07.819379 mtc Port BSCVTY was stopped. 07:59:07.819422 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 07:59:07.819479 mtc Waiting for PTCs to finish. 07:59:07.819620 mtc Setting final verdict of the test case. 07:59:07.819688 mtc Local verdict of MTC: error 07:59:07.819738 mtc No PTCs were created. 07:59:07.819784 mtc Test case TC_emerg_allowed finished. Verdict: error 07:59:07.819945 mtc Executing test case TC_bs_pa_mfrms in module Test. 07:59:07.820024 mtc Test case TC_bs_pa_mfrms started. 07:59:07.820083 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 07:59:07.820196 mtc Port GSMTAP was started. 07:59:07.820257 mtc Port BSCVTY was started. 07:59:07.820301 mtc Component type Test.dummy_CT was initialized. 07:59:07.820354 mtc Function rnd() returned 0.514146. 07:59:07.820487 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:59:07.820622 mtc Port GSMTAP was mapped to system:GSMTAP. 07:59:07.820740 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:59:07.820812 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:59:07.820949 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:59:07.821430 mtc Port BSCVTY was mapped to system:BSCVTY. 07:59:07.821584 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:59:07.821660 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:59:07.821760 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:59:07.821825 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:59:07.821912 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:59:07.821967 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:59:07.822051 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:59:07.822250 mtc Sent on BSCVTY to system charstring : "enable" 07:59:07.822385 mtc Start timer T: 2 s 07:59:07.822583 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:59:07.822784 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:59:07.822859 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:59:07.822915 mtc Stop timer T: 2 s 07:59:07.822984 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:59:07.823091 mtc Start timer T: 2 s 07:59:07.823440 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:59:07.823721 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:59:07.823741 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:59:07.823764 mtc Stop timer T: 2 s 07:59:07.823782 mtc Sent on BSCVTY to system charstring : "network" 07:59:07.823814 mtc Start timer T: 2 s 07:59:07.823885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:59:07.823950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:59:07.823964 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:59:07.823979 mtc Stop timer T: 2 s 07:59:07.823993 mtc Sent on BSCVTY to system charstring : "bts 0" 07:59:07.824017 mtc Start timer T: 2 s 07:59:07.824091 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:59:07.824156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:59:07.824173 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:59:07.824187 mtc Stop timer T: 2 s 07:59:07.824204 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 5" 07:59:07.824319 mtc Start timer T: 2 s 07:59:07.824362 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:59:07.824440 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:59:07.824462 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:59:07.824483 mtc Stop timer T: 2 s 07:59:07.824504 mtc Sent on BSCVTY to system charstring : "end" 07:59:07.824536 mtc Start timer T: 2 s 07:59:07.824604 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:59:07.824639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:59:07.824653 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:59:07.824663 mtc Stop timer T: 2 s 07:59:07.824679 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:59:07.824704 mtc Start timer T: 2 s 07:59:07.824871 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:59:07.824926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:59:07.824947 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:59:07.824965 mtc Stop timer T: 2 s 07:59:07.824983 mtc Start timer T: 1 s 07:59:08.825078 mtc Timeout T: 1 s 07:59:08.825251 mtc Port GSMTAP was cleared. 07:59:08.825299 mtc Start timer T: 10 s 07:59:18.830703 mtc Timeout T: 10 s 07:59:18.830764 mtc Error waiting for SI on GSMTAP 07:59:18.830777 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:59:18.830795 mtc setverdict(error): none -> error 07:59:18.830808 mtc Performing error recovery. 07:59:18.830856 mtc Terminating component type Test.dummy_CT. 07:59:18.830875 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:59:18.830911 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:59:18.830927 mtc Port GSMTAP was stopped. 07:59:18.830943 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:59:18.830989 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:59:18.831007 mtc Port BSCVTY was stopped. 07:59:18.831016 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 07:59:18.831030 mtc Waiting for PTCs to finish. 07:59:18.831135 mtc Setting final verdict of the test case. 07:59:18.831155 mtc Local verdict of MTC: error 07:59:18.831168 mtc No PTCs were created. 07:59:18.831178 mtc Test case TC_bs_pa_mfrms finished. Verdict: error 07:59:18.831224 mtc Executing test case TC_bs_ag_blks_res in module Test. 07:59:18.831250 mtc Test case TC_bs_ag_blks_res started. 07:59:18.831261 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 07:59:18.831294 mtc Port GSMTAP was started. 07:59:18.831312 mtc Port BSCVTY was started. 07:59:18.831323 mtc Component type Test.dummy_CT was initialized. 07:59:18.831335 mtc Function rnd() returned 0.368862. 07:59:18.831374 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:59:18.831421 mtc Port GSMTAP was mapped to system:GSMTAP. 07:59:18.831460 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:59:18.831495 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:59:18.831536 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:59:18.831690 mtc Port BSCVTY was mapped to system:BSCVTY. 07:59:18.831729 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:59:18.831753 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:59:18.831781 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:59:18.831798 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:59:18.831818 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:59:18.831830 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:59:18.831849 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:59:18.831899 mtc Sent on BSCVTY to system charstring : "enable" 07:59:18.831934 mtc Start timer T: 2 s 07:59:18.832006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:59:18.832053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:59:18.832070 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:59:18.832084 mtc Stop timer T: 2 s 07:59:18.832099 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:59:18.832125 mtc Start timer T: 2 s 07:59:18.832256 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:59:18.832335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:59:18.832352 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:59:18.832368 mtc Stop timer T: 2 s 07:59:18.832383 mtc Sent on BSCVTY to system charstring : "network" 07:59:18.832407 mtc Start timer T: 2 s 07:59:18.832482 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:59:18.832552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:59:18.832568 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:59:18.832583 mtc Stop timer T: 2 s 07:59:18.832598 mtc Sent on BSCVTY to system charstring : "bts 0" 07:59:18.832623 mtc Start timer T: 2 s 07:59:18.832714 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:59:18.832821 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:59:18.832841 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:59:18.832858 mtc Stop timer T: 2 s 07:59:18.832889 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 2" 07:59:18.832908 mtc Start timer T: 2 s 07:59:18.833012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:59:18.833096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:59:18.833117 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:59:18.833127 mtc Stop timer T: 2 s 07:59:18.833137 mtc Sent on BSCVTY to system charstring : "end" 07:59:18.833153 mtc Start timer T: 2 s 07:59:18.833203 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:59:18.833250 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:59:18.833279 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:59:18.833292 mtc Stop timer T: 2 s 07:59:18.833305 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:59:18.833325 mtc Start timer T: 2 s 07:59:18.833486 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:59:18.833522 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:59:18.833536 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:59:18.833549 mtc Stop timer T: 2 s 07:59:18.833561 mtc Start timer T: 1 s 07:59:19.834602 mtc Timeout T: 1 s 07:59:19.834756 mtc Port GSMTAP was cleared. 07:59:19.834788 mtc Start timer T: 10 s 07:59:29.842732 mtc Timeout T: 10 s 07:59:29.842789 mtc Error waiting for SI on GSMTAP 07:59:29.842800 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:59:29.842815 mtc setverdict(error): none -> error 07:59:29.842826 mtc Performing error recovery. 07:59:29.842868 mtc Terminating component type Test.dummy_CT. 07:59:29.842883 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:59:29.842925 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:59:29.842944 mtc Port GSMTAP was stopped. 07:59:29.842956 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:59:29.843016 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:59:29.843036 mtc Port BSCVTY was stopped. 07:59:29.843047 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 07:59:29.843061 mtc Waiting for PTCs to finish. 07:59:29.843114 mtc Setting final verdict of the test case. 07:59:29.843151 mtc Local verdict of MTC: error 07:59:29.843168 mtc No PTCs were created. 07:59:29.843178 mtc Test case TC_bs_ag_blks_res finished. Verdict: error 07:59:29.843221 mtc Executing test case TC_radio_link_timeout in module Test. 07:59:29.843257 mtc Test case TC_radio_link_timeout started. 07:59:29.843276 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 07:59:29.843314 mtc Port GSMTAP was started. 07:59:29.843332 mtc Port BSCVTY was started. 07:59:29.843343 mtc Component type Test.dummy_CT was initialized. 07:59:29.843358 mtc Function rnd() returned 0.765849. 07:59:29.843401 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 07:59:29.843435 mtc Port GSMTAP was mapped to system:GSMTAP. 07:59:29.843462 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 07:59:29.843482 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 07:59:29.843526 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 07:59:29.843690 mtc Port BSCVTY was mapped to system:BSCVTY. 07:59:29.843727 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 07:59:29.843745 mtc { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:59:29.843769 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 07:59:29.843787 mtc { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:59:29.843809 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 07:59:29.843824 mtc { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:59:29.843845 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } } 07:59:29.843892 mtc Sent on BSCVTY to system charstring : "enable" 07:59:29.843929 mtc Start timer T: 2 s 07:59:29.843999 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 07:59:29.844044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 07:59:29.844063 mtc Message with id 1 was extracted from the queue of BSCVTY. 07:59:29.844074 mtc Stop timer T: 2 s 07:59:29.844089 mtc Sent on BSCVTY to system charstring : "configure terminal" 07:59:29.844115 mtc Start timer T: 2 s 07:59:29.844223 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2 07:59:29.844292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2 07:59:29.844316 mtc Message with id 2 was extracted from the queue of BSCVTY. 07:59:29.844335 mtc Stop timer T: 2 s 07:59:29.844351 mtc Sent on BSCVTY to system charstring : "network" 07:59:29.844378 mtc Start timer T: 2 s 07:59:29.844439 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3 07:59:29.844508 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3 07:59:29.844526 mtc Message with id 3 was extracted from the queue of BSCVTY. 07:59:29.844544 mtc Stop timer T: 2 s 07:59:29.844562 mtc Sent on BSCVTY to system charstring : "bts 0" 07:59:29.844589 mtc Start timer T: 2 s 07:59:29.844652 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4 07:59:29.844718 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4 07:59:29.844735 mtc Message with id 4 was extracted from the queue of BSCVTY. 07:59:29.844752 mtc Stop timer T: 2 s 07:59:29.844772 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 48" 07:59:29.844799 mtc Start timer T: 2 s 07:59:29.844893 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5 07:59:29.844956 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5 07:59:29.844969 mtc Message with id 5 was extracted from the queue of BSCVTY. 07:59:29.844979 mtc Stop timer T: 2 s 07:59:29.844990 mtc Sent on BSCVTY to system charstring : "end" 07:59:29.845009 mtc Start timer T: 2 s 07:59:29.845070 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6 07:59:29.845104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6 07:59:29.845119 mtc Message with id 6 was extracted from the queue of BSCVTY. 07:59:29.845134 mtc Stop timer T: 2 s 07:59:29.845153 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 07:59:29.845173 mtc Start timer T: 2 s 07:59:29.845317 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7 07:59:29.845362 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7 07:59:29.845379 mtc Message with id 7 was extracted from the queue of BSCVTY. 07:59:29.845394 mtc Stop timer T: 2 s 07:59:29.845409 mtc Start timer T: 1 s 07:59:30.846478 mtc Timeout T: 1 s 07:59:30.846561 mtc Port GSMTAP was cleared. 07:59:30.846591 mtc Start timer T: 10 s 07:59:40.854743 mtc Timeout T: 10 s 07:59:40.854792 mtc Error waiting for SI on GSMTAP 07:59:40.854801 mtc Test.ttcn:478: Dynamic test case error: testcase.stop 07:59:40.854814 mtc setverdict(error): none -> error 07:59:40.854823 mtc Performing error recovery. 07:59:40.854877 mtc Terminating component type Test.dummy_CT. 07:59:40.854902 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 07:59:40.854960 mtc Port GSMTAP was unmapped from system:GSMTAP. 07:59:40.854973 mtc Port GSMTAP was stopped. 07:59:40.854988 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 07:59:40.855031 mtc Port BSCVTY was unmapped from system:BSCVTY. 07:59:40.855048 mtc Port BSCVTY was stopped. 07:59:40.855058 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 07:59:40.855072 mtc Waiting for PTCs to finish. 07:59:40.855100 mtc Setting final verdict of the test case. 07:59:40.855111 mtc Local verdict of MTC: error 07:59:40.855119 mtc No PTCs were created. 07:59:40.855129 mtc Test case TC_radio_link_timeout finished. Verdict: error 07:59:40.855318 mtc Verdict statistics: 0 none (0.00 %), 3 pass (13.64 %), 0 inconc (0.00 %), 3 fail (13.64 %), 16 error (72.73 %). 07:59:40.855349 mtc Test execution summary: 22 test cases were executed. Overall verdict: error 07:59:40.855361 mtc Exit was requested from MC. Terminating MTC. 07:59:40.855608 hc Exit was requested from MC. Terminating HC. 07:59:40.855687 hc Disconnected from MC. 07:59:40.855702 hc TTCN-3 Host Controller finished. + docker container stop jenkins-ttcn3-nitb-sysinfo-192-bts jenkins-ttcn3-nitb-sysinfo-192-bts + docker container stop jenkins-ttcn3-nitb-sysinfo-192-nitb jenkins-ttcn3-nitb-sysinfo-192-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-192-sysinfo-helper -d busybox /bin/sh -c sleep 1000 & wait b9b16b6fe178a6ebd5d2d1d58d55e9371f79d86ca4415b2387c7c619cfc616f7 + 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-192-sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp jenkins-ttcn3-nitb-sysinfo-192-sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker cp jenkins-ttcn3-nitb-sysinfo-192-sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs + docker container stop -t 0 jenkins-ttcn3-nitb-sysinfo-192-sysinfo-helper jenkins-ttcn3-nitb-sysinfo-192-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