Skip to content

Console Output

Started by user lynxis
Building remotely on admin2-deb9build (ttcn3 osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
[ttcn3-nitb-sysinfo] $ /bin/sh -xe /tmp/jenkins5397266356152497688.sh
+ env
JENKINS_HOME=/var/jenkins_home
MAIL=/var/mail/osmocom-build
SSH_CLIENT=2a01:4f8:120:8470:1000::2 53370 22
USER=osmocom-build
RUN_CHANGES_DISPLAY_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/233/display/redirect?page=changes
NODE_LABELS=admin2-deb9build osmo-gsm-tester-build osmocom-gerrit-debian9 osmocom-master-debian9 ttcn3
HUDSON_URL=https://jenkins.osmocom.org/jenkins/
SHLVL=1
ROOTFS_PREFIX=/home/osmocom-build/
OLDPWD=/home/osmocom-build
HOME=/home/osmocom-build
BUILD_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/233/
HUDSON_COOKIE=8e0bef80-3a42-4984-8cdb-d3506ad04b9d
JENKINS_SERVER_COOKIE=8cd9590adb8bfe87
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
WORKSPACE=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
LOGNAME=osmocom-build
NODE_NAME=admin2-deb9build
_=/usr/bin/java
EXECUTOR_NUMBER=0
XDG_SESSION_ID=1426
BUILD_DISPLAY_NAME=#233
HUDSON_HOME=/var/jenkins_home
JOB_BASE_NAME=ttcn3-nitb-sysinfo
PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/home/osmocom-build/bin
BUILD_ID=233
XDG_RUNTIME_DIR=/run/user/1000
BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-233
LANG=en_US.UTF-8
JENKINS_URL=https://jenkins.osmocom.org/jenkins/
JOB_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/
BUILD_NUMBER=233
PARALLEL_MAKE=-j 4
SHELL=/bin/bash
RUN_DISPLAY_URL=https://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/233/display/redirect
HUDSON_SERVER_COOKIE=8cd9590adb8bfe87
JOB_DISPLAY_URL=https://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=2a01:4f8:120:8470:1000::2 53370 2a01:4f8:13b:828::1:300 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 remote prune origin
+ git fetch
+ git checkout -f -B master origin/master
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master
+ make
docker build -t docker.io/osmocom-build/osmo-nitb-master:latest .
Sending build context to Docker daemon   12.8kB

Step 1/16 : FROM laforge/debian-jessie-build
 ---> 99e2e5badf28
Step 2/16 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> c5fd5b0659eb
Step 3/16 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/"
 ---> Using cache
 ---> dae9cba54603
Step 4/16 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> e4a7f75837c5
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
 ---> 683cc9117875
Step 6/16 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 160292d753cb
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
 ---> 25d63db21415
Step 8/16 : WORKDIR	/tmp
 ---> Using cache
 ---> 92d4f6538411
Step 9/16 : RUN	git clone git://git.osmocom.org/openbsc.git
 ---> Running in e17ec1daf58e
Cloning into 'openbsc'...
Removing intermediate container e17ec1daf58e
 ---> 87a3dd0179d6
Step 10/16 : ADD	http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc


 ---> 13bf6e6deef0
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
 ---> Running in 57186771d1d5
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
configure.ac:21: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
src/ipaccess/Makefile.am: installing './depcomp'
tests/bsc-nat-trie/Makefile.am:9: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_rewrite_trie.c' is in a subdirectory,
tests/bsc-nat-trie/Makefile.am:9: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_filter.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_sccp.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_utils.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_rewrite.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_rewrite_trie.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_mgcp_utils.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc-nat/Makefile.am:34: warning: source file '$(top_srcdir)/src/osmo-bsc_nat/bsc_nat_filter.c' is in a subdirectory,
tests/bsc-nat/Makefile.am:34: but option 'subdir-objects' is disabled
tests/bsc/Makefile.am:28: warning: source file '$(top_srcdir)/src/osmo-bsc/osmo_bsc_filter.c' is in a subdirectory,
tests/bsc/Makefile.am:28: but option 'subdir-objects' is disabled
tests/smpp/Makefile.am:31: warning: source file '$(top_builddir)/src/libmsc/smpp_utils.c' is in a subdirectory,
tests/smpp/Makefile.am:31: but option 'subdir-objects' is disabled
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for library containing dlopen... -ldl
checking for LIBOSMOCORE... yes
checking for LIBOSMOVTY... yes
checking for LIBOSMOCTRL... yes
checking for LIBOSMOGSM... yes
checking for LIBOSMOABIS... yes
checking for LIBOSMOGB... yes
checking for LIBOSMONETIF... yes
checking for LIBCRYPTO... yes
checking for LIBOSMOSCCP... yes
checking for LIBOSMOSCCP... yes
checking for LIBSMPP34... yes
checking for ANSI C header files... (cached) yes
checking dbi/dbd.h usability... yes
checking dbi/dbd.h presence... yes
checking for dbi/dbd.h... yes
checking pcap/pcap.h usability... yes
checking pcap/pcap.h presence... yes
checking for pcap/pcap.h... yes
checking cdk/cdk.h usability... no
checking cdk/cdk.h presence... no
checking for cdk/cdk.h... no
checking for SQLITE3... yes
checking if gcc supports -fvisibility=hidden... yes
checking whether C compiler accepts -Werror=implicit... yes
checking whether C compiler accepts -Werror=maybe-uninitialized... yes
checking whether C compiler accepts -Werror=memset-transposed-args... yes
checking whether C compiler accepts -Werror=null-dereference... no
checking whether C compiler accepts -Werror=sizeof-array-argument... no
checking whether C compiler accepts -Werror=sizeof-pointer-memaccess... yes
checking whether to enable code coverage support... no
checking whether struct tm has tm_gmtoff member... yes
checking whether to enable VTY/CTRL tests... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating openbsc.pc
config.status: creating include/openbsc/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating src/libtrau/Makefile
config.status: creating src/libbsc/Makefile
config.status: creating src/libmsc/Makefile
config.status: creating src/libmgcp/Makefile
config.status: creating src/libcommon/Makefile
config.status: creating src/libfilter/Makefile
config.status: creating src/libiu/Makefile
config.status: creating src/libcommon-cs/Makefile
config.status: creating src/osmo-nitb/Makefile
config.status: creating src/osmo-bsc/Makefile
config.status: creating src/osmo-bsc_nat/Makefile
config.status: creating src/osmo-bsc_mgcp/Makefile
config.status: creating src/ipaccess/Makefile
config.status: creating src/utils/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/gsm0408/Makefile
config.status: creating tests/db/Makefile
config.status: creating tests/channel/Makefile
config.status: creating tests/bsc/Makefile
config.status: creating tests/bsc-nat/Makefile
config.status: creating tests/bsc-nat-trie/Makefile
config.status: creating tests/mgcp/Makefile
config.status: creating tests/abis/Makefile
config.status: creating tests/smpp/Makefile
config.status: creating tests/trau/Makefile
config.status: creating tests/subscr/Makefile
config.status: creating tests/mm_auth/Makefile
config.status: creating tests/nanobts_omlattr/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating Makefile
config.status: creating bscconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
echo 1.0.0.24-c638 > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/tmp/openbsc/openbsc'
Making install in doc
make[2]: Entering directory '/tmp/openbsc/openbsc/doc'
Making install in examples
make[3]: Entering directory '/tmp/openbsc/openbsc/doc/examples'
make[4]: Entering directory '/tmp/openbsc/openbsc/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/tmp/openbsc/openbsc/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
	j="/usr/local/share/doc/openbsc/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ./$f $j; \
done
make[5]: Leaving directory '/tmp/openbsc/openbsc/doc/examples'
make[4]: Leaving directory '/tmp/openbsc/openbsc/doc/examples'
make[3]: Leaving directory '/tmp/openbsc/openbsc/doc/examples'
make[3]: Entering directory '/tmp/openbsc/openbsc/doc'
make[4]: Entering directory '/tmp/openbsc/openbsc/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/doc'
make[3]: Leaving directory '/tmp/openbsc/openbsc/doc'
make[2]: Leaving directory '/tmp/openbsc/openbsc/doc'
Making install in include
make[2]: Entering directory '/tmp/openbsc/openbsc/include'
Making install in openbsc
make[3]: Entering directory '/tmp/openbsc/openbsc/include/openbsc'
make[4]: Entering directory '/tmp/openbsc/openbsc/include/openbsc'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/include/openbsc'
 /usr/bin/install -c -m 644 bsc_api.h gsm_04_08.h meas_rep.h '/usr/local/include/openbsc'
make[4]: Leaving directory '/tmp/openbsc/openbsc/include/openbsc'
make[3]: Leaving directory '/tmp/openbsc/openbsc/include/openbsc'
make[3]: Entering directory '/tmp/openbsc/openbsc/include'
make[4]: Entering directory '/tmp/openbsc/openbsc/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/include'
make[3]: Leaving directory '/tmp/openbsc/openbsc/include'
make[2]: Leaving directory '/tmp/openbsc/openbsc/include'
Making install in src
make[2]: Entering directory '/tmp/openbsc/openbsc/src'
Making install in libcommon
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libcommon'
  CC       bsc_version.o
  CC       common_vty.o
  CC       debug.o
  CC       gsm_data.o
  CC       gsm_data_shared.o
  CC       socket.o
  CC       gsup_client.o
  CC       oap_client.o
  CC       talloc_ctx.o
  CC       gsm_subscriber_base.o
  CC       gsup_test_client.o
  AR       libcommon.a
  CCLD     gsup_test_client
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libcommon'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libcommon'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libcommon'
Making install in libmgcp
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libmgcp'
  CC       mgcp_protocol.o
  CC       mgcp_network.o
  CC       mgcp_vty.o
  CC       mgcp_sdp.o
  CC       mgcp_osmux.o
mgcp_network.c:44:2: warning: #warning "Make use of the rtp proxy code" [-Wcpp]
 #warning "Make use of the rtp proxy code"
  ^
mgcp_network.c: In function 'receive_from':
mgcp_network.c:661:3: warning: #warning "Slight spec violation. With connection mode recvonly we should attempt to forward." [-Wcpp]
  #warning "Slight spec violation. With connection mode recvonly we should attempt to forward."
   ^
  AR       libmgcp.a
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libmgcp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libmgcp'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libmgcp'
Making install in libbsc
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libbsc'
  CC       abis_nm.o
  CC       abis_nm_vty.o
  CC       abis_rsl.o
  CC       abis_om2000_vty.o
  CC       acc_ramp.o
  CC       abis_om2000.o
  CC       bsc_rll.o
  CC       bsc_subscriber.o
abis_om2000_vty.c: In function 'cfg_bts_alt_mode':
abis_om2000_vty.c:427:20: warning: unused variable 'cg' [-Wunused-variable]
  struct con_group *cg;
                    ^
abis_nm.c: In function 'abis_nm_rx_get_attr_resp':
abis_nm.c:560:50: warning: passing argument 2 of 'parse_attr_resp_info_unreported' discards 'const' qualifier from pointer target type
  data = parse_attr_resp_info_unreported(bts->nr, TLVP_VAL(&tp, NM_ATT_GET_ARI), TLVP_LEN(&tp, NM_ATT_GET_ARI),
                                                  ^
abis_nm.c:458:24: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
 static inline uint8_t *parse_attr_resp_info_unreported(uint8_t bts_nr, uint8_t *ari, uint16_t ari_len, uint16_t *out_len)
                        ^
  CC       paging.o
  CC       bts_ericsson_rbs2000.o
  CC       bts_ipaccess_nanobts.o
  CC       bts_siemens_bs11.o
  CC       bts_nokia_site.o
  CC       bts_unknown.o
  CC       bts_sysmobts.o
  CC       chan_alloc.o
  CC       handover_decision.o
  CC       handover_logic.o
  CC       meas_rep.o
  CC       pcu_sock.o
  CC       rest_octets.o
  CC       system_information.o
  CC       e1_config.o
pcu_sock.c: In function 'pcu_tx_info_ind':
pcu_sock.c:208:2: warning: #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
 #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs"
  ^
pcu_sock.c:210:2: warning: #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
 #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs"
  ^
pcu_sock.c: In function 'pcu_rx_data_req':
pcu_sock.c:409:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
   tlli = *((uint32_t *)data_req->data);
   ^
pcu_sock.c:362:25: warning: unused variable 'ts' [-Wunused-variable]
  struct gsm_bts_trx_ts *ts;
                         ^
pcu_sock.c:361:22: warning: unused variable 'trx' [-Wunused-variable]
  struct gsm_bts_trx *trx;
                      ^
pcu_sock.c:360:10: warning: unused variable 'is_ptcch' [-Wunused-variable]
  uint8_t is_ptcch;
          ^
  CC       bsc_api.o
  CC       bsc_msc.o
  CC       bsc_vty.o
  CC       gsm_04_08_utils.o
  CC       gsm_04_80_utils.o
  CC       bsc_init.o
  CC       bts_init.o
  CC       bsc_rf_ctrl.o
  CC       arfcn_range_encode.o
  CC       bsc_ctrl_commands.o
  CC       bsc_ctrl_lookup.o
  CC       net_init.o
  CC       bsc_dyn_ts.o
  CC       bts_ipaccess_nanobts_omlattr.o
  AR       libbsc.a
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libbsc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libbsc'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libbsc'
Making install in libmsc
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libmsc'
  CC       auth.o
  CC       db.o
  CC       gsm_04_08.o
  CC       gsm_04_11.o
  CC       gsm_04_14.o
  CC       gsm_04_80.o
  CC       gsm_subscriber.o
  CC       mncc.o
auth.c: In function '_use_comp128':
auth.c:78:3: warning: 'comp128' is deprecated (declared at /usr/include/osmocom/gsm/comp128.h:22): Use generic API from osmocom/crypt/auth.h instead [-Wdeprecated-declarations]
   comp128(ainfo->a3a8_ki, atuple->vec.rand,
   ^
db.c: In function 'db_init':
db.c:606:2: warning: 'dbi_initialize' is deprecated (declared at /usr/include/dbi/dbi.h:169) [-Wdeprecated-declarations]
  dbi_initialize(NULL);
  ^
db.c:608:2: warning: 'dbi_conn_new' is deprecated (declared at /usr/include/dbi/dbi.h:199) [-Wdeprecated-declarations]
  conn = dbi_conn_new("sqlite3");
  ^
db.c: In function 'db_fini':
db.c:672:2: warning: 'dbi_shutdown' is deprecated (declared at /usr/include/dbi/dbi.h:171) [-Wdeprecated-declarations]
  dbi_shutdown();
  ^
  CC       mncc_builtin.o
  CC       mncc_sock.o
  CC       rrlp.o
  CC       silent_call.o
  CC       sms_queue.o
  CC       token_auth.o
  CC       ussd.o
  CC       vty_interface_layer3.o
  CC       transaction.o
  CC       osmo_msc.o
  CC       ctrl_commands.o
  CC       meas_feed.o
  CC       smpp_smsc.o
  CC       smpp_openbsc.o
  CC       smpp_vty.o
smpp_openbsc.c: In function 'submit_to_sms':
smpp_openbsc.c:168:2: warning: #warning Implement reply path [-Wcpp]
 #warning Implement reply path
  ^
  CC       smpp_utils.o
  AR       libmsc.a
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libmsc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libmsc'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libmsc'
Making install in libtrau
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libtrau'
  CC       rtp_proxy.o
  CC       trau_mux.o
  CC       trau_upqueue.o
  AR       libtrau.a
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libtrau'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libtrau'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libtrau'
Making install in libfilter
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libfilter'
  CC       bsc_msg_filter.o
  CC       bsc_msg_acc.o
  CC       bsc_msg_vty.o
  AR       libfilter.a
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libfilter'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libfilter'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libfilter'
Making install in libcommon-cs
make[3]: Entering directory '/tmp/openbsc/openbsc/src/libcommon-cs'
  CC       common_cs.o
  CC       common_cs_vty.o
  AR       libcommon-cs.a
make[4]: Entering directory '/tmp/openbsc/openbsc/src/libcommon-cs'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/libcommon-cs'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/libcommon-cs'
Making install in osmo-nitb
make[3]: Entering directory '/tmp/openbsc/openbsc/src/osmo-nitb'
  CC       bsc_hack.o
  CCLD     osmo-nitb
make[4]: Entering directory '/tmp/openbsc/openbsc/src/osmo-nitb'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-nitb '/usr/local/bin'
libtool: install: /usr/bin/install -c osmo-nitb /usr/local/bin/osmo-nitb
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-nitb'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-nitb'
Making install in osmo-bsc_mgcp
make[3]: Entering directory '/tmp/openbsc/openbsc/src/osmo-bsc_mgcp'
  CC       mgcp_main.o
mgcp_main.c:62:2: warning: #warning "Make use of the rtp proxy code" [-Wcpp]
 #warning "Make use of the rtp proxy code"
  ^
  CCLD     osmo-bsc_mgcp
make[4]: Entering directory '/tmp/openbsc/openbsc/src/osmo-bsc_mgcp'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bsc_mgcp '/usr/local/bin'
libtool: install: /usr/bin/install -c osmo-bsc_mgcp /usr/local/bin/osmo-bsc_mgcp
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-bsc_mgcp'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-bsc_mgcp'
Making install in utils
make[3]: Entering directory '/tmp/openbsc/openbsc/src/utils'
  CC       bs11_config.o
  CC       isdnsync.o
  CC       meas_json-meas_json.o
  CC       osmo_meas_udp2db-meas_udp2db.o
  CC       osmo_meas_udp2db-meas_db.o
  CC       osmo_meas_pcap2db-meas_db.o
  CC       osmo_meas_pcap2db-meas_pcap2db.o
  CC       smpp_mirror.o
  CCLD     isdnsync
  CCLD     meas_json
  CCLD     osmo-meas-udp2db
  CCLD     smpp_mirror
  CCLD     osmo-meas-pcap2db
  CCLD     bs11_config
make[4]: Entering directory '/tmp/openbsc/openbsc/src/utils'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c bs11_config isdnsync meas_json osmo-meas-udp2db osmo-meas-pcap2db '/usr/local/bin'
libtool: install: /usr/bin/install -c bs11_config /usr/local/bin/bs11_config
libtool: install: /usr/bin/install -c isdnsync /usr/local/bin/isdnsync
libtool: install: /usr/bin/install -c meas_json /usr/local/bin/meas_json
libtool: install: /usr/bin/install -c osmo-meas-udp2db /usr/local/bin/osmo-meas-udp2db
libtool: install: /usr/bin/install -c osmo-meas-pcap2db /usr/local/bin/osmo-meas-pcap2db
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/utils'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/utils'
Making install in ipaccess
make[3]: Entering directory '/tmp/openbsc/openbsc/src/ipaccess'
  CC       abisip-find.o
  CC       ipaccess-config.o
  CC       ipaccess-firmware.o
  CC       ipaccess-proxy.o
  CC       network_listen.o
  CCLD     abisip-find
  CCLD     ipaccess-config
  CCLD     ipaccess-proxy
make[4]: Entering directory '/tmp/openbsc/openbsc/src/ipaccess'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c abisip-find ipaccess-config ipaccess-proxy '/usr/local/bin'
libtool: install: /usr/bin/install -c abisip-find /usr/local/bin/abisip-find
libtool: install: /usr/bin/install -c ipaccess-config /usr/local/bin/ipaccess-config
libtool: install: /usr/bin/install -c ipaccess-proxy /usr/local/bin/ipaccess-proxy
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/ipaccess'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/ipaccess'
Making install in osmo-bsc_nat
make[3]: Entering directory '/tmp/openbsc/openbsc/src/osmo-bsc_nat'
  CC       bsc_filter.o
  CC       bsc_nat.o
  CC       bsc_mgcp_utils.o
  CC       bsc_nat_utils.o
  CC       bsc_nat_vty.o
  CC       bsc_sccp.o
  CC       bsc_ussd.o
  CC       bsc_nat_ctrl.o
bsc_ussd.c: In function 'bsc_ussd_check':
bsc_ussd.c:428:3: warning: 'gsm0480_decode_ussd_request' is deprecated (declared at /usr/include/osmocom/gsm/gsm0480.h:40): Use gsm0480_decode_ss_request() instead [-Wdeprecated-declarations]
   if (gsm0480_decode_ussd_request(hdr48, len, &req) != 1)
   ^
  CC       bsc_nat_rewrite.o
  CC       bsc_nat_rewrite_trie.o
  CC       bsc_nat_filter.o
  CCLD     osmo-bsc_nat
make[4]: Entering directory '/tmp/openbsc/openbsc/src/osmo-bsc_nat'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bsc_nat '/usr/local/bin'
libtool: install: /usr/bin/install -c osmo-bsc_nat /usr/local/bin/osmo-bsc_nat
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-bsc_nat'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-bsc_nat'
Making install in osmo-bsc
make[3]: Entering directory '/tmp/openbsc/openbsc/src/osmo-bsc'
  CC       osmo_bsc_main.o
  CC       osmo_bsc_vty.o
  CC       osmo_bsc_api.o
  CC       osmo_bsc_grace.o
  CC       osmo_bsc_sccp.o
  CC       osmo_bsc_msc.o
  CC       osmo_bsc_bssap.o
  CC       osmo_bsc_filter.o
osmo_bsc_bssap.c: In function 'gsm88_to_chan_mode':
osmo_bsc_bssap.c:74:2: warning: enumeration value 'GSM0808_PERM_FR4' not handled in switch [-Wswitch]
  switch (speech) {
  ^
osmo_bsc_bssap.c:74:2: warning: enumeration value 'GSM0808_PERM_FR5' not handled in switch [-Wswitch]
osmo_bsc_bssap.c:74:2: warning: enumeration value 'GSM0808_PERM_HR4' not handled in switch [-Wswitch]
osmo_bsc_bssap.c:74:2: warning: enumeration value 'GSM0808_PERM_HR6' not handled in switch [-Wswitch]
  CC       osmo_bsc_audio.o
  CC       osmo_bsc_ctrl.o
  CCLD     osmo-bsc-sccplite
make[4]: Entering directory '/tmp/openbsc/openbsc/src/osmo-bsc'
make[4]: Nothing to be done for 'install-data-am'.
 /bin/mkdir -p '/usr/local/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-bsc-sccplite '/usr/local/bin'
libtool: install: /usr/bin/install -c osmo-bsc-sccplite /usr/local/bin/osmo-bsc-sccplite
make[4]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-bsc'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src/osmo-bsc'
make[3]: Entering directory '/tmp/openbsc/openbsc/src'
make[4]: Entering directory '/tmp/openbsc/openbsc/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/src'
make[3]: Leaving directory '/tmp/openbsc/openbsc/src'
make[2]: Leaving directory '/tmp/openbsc/openbsc/src'
Making install in tests
make[2]: Entering directory '/tmp/openbsc/openbsc/tests'
Making install in gsm0408
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/gsm0408'
  CC       gsm0408_test.o
  CCLD     gsm0408_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/gsm0408'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/gsm0408'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/gsm0408'
Making install in db
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/db'
  CC       db_test.o
  CCLD     db_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/db'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/db'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/db'
Making install in channel
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/channel'
  CC       channel_test.o
  CCLD     channel_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/channel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/channel'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/channel'
Making install in mgcp
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/mgcp'
  CC       mgcp_test.o
  CCLD     mgcp_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/mgcp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/mgcp'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/mgcp'
Making install in abis
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/abis'
  CC       abis_test.o
  CCLD     abis_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/abis'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/abis'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/abis'
Making install in trau
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/trau'
  CC       trau_test.o
  CCLD     trau_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/trau'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/trau'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/trau'
Making install in subscr
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/subscr'
  CC       subscr_test.o
  CC       bsc_subscr_test.o
  CCLD     bsc_subscr_test
  CCLD     subscr_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/subscr'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/subscr'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/subscr'
Making install in mm_auth
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/mm_auth'
  CC       mm_auth_test.o
  CCLD     mm_auth_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/mm_auth'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/mm_auth'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/mm_auth'
Making install in nanobts_omlattr
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/nanobts_omlattr'
  CC       nanobts_omlattr_test.o
  CCLD     nanobts_omlattr_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/nanobts_omlattr'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/nanobts_omlattr'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/nanobts_omlattr'
Making install in bsc-nat
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/bsc-nat'
  CC       bsc_nat_test.o
  CC       bsc_filter.o
  CC       bsc_sccp.o
  CC       bsc_nat_rewrite.o
  CC       bsc_nat_utils.o
  CC       bsc_mgcp_utils.o
  CC       bsc_nat_filter.o
  CC       bsc_nat_rewrite_trie.o
  CCLD     bsc_nat_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/bsc-nat'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/bsc-nat'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/bsc-nat'
Making install in bsc-nat-trie
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/bsc-nat-trie'
  CC       bsc_nat_trie_test.o
  CC       bsc_nat_rewrite_trie.o
  CCLD     bsc_nat_trie_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/bsc-nat-trie'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/bsc-nat-trie'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/bsc-nat-trie'
Making install in bsc
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/bsc'
  CC       bsc_test.o
  CC       osmo_bsc_filter.o
  CCLD     bsc_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/bsc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/bsc'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/bsc'
Making install in smpp
make[3]: Entering directory '/tmp/openbsc/openbsc/tests/smpp'
  CC       smpp_test.o
  CC       smpp_utils.o
  CCLD     smpp_test
make[4]: Entering directory '/tmp/openbsc/openbsc/tests/smpp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests/smpp'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests/smpp'
make[3]: Entering directory '/tmp/openbsc/openbsc/tests'
make[4]: Entering directory '/tmp/openbsc/openbsc/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/openbsc/openbsc/tests'
make[3]: Leaving directory '/tmp/openbsc/openbsc/tests'
make[2]: Leaving directory '/tmp/openbsc/openbsc/tests'
make[2]: Entering directory '/tmp/openbsc/openbsc'
make[3]: Entering directory '/tmp/openbsc/openbsc'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 openbsc.pc '/usr/local/lib/pkgconfig'
make[3]: Leaving directory '/tmp/openbsc/openbsc'
make[2]: Leaving directory '/tmp/openbsc/openbsc'
make[1]: Leaving directory '/tmp/openbsc/openbsc'
Removing intermediate container 57186771d1d5
 ---> 5fdc18b9a2ea
Step 12/16 : VOLUME	/data
 ---> Running in 066fbf4c0acd
Removing intermediate container 066fbf4c0acd
 ---> 464f2c7fd69c
Step 13/16 : COPY	openbsc.cfg /data/openbsc.cfg
 ---> bbd18827aec1
Step 14/16 : WORKDIR	/data
Removing intermediate container 93c9d066bd0c
 ---> e914f17f7a0e
Step 15/16 : CMD	["/usr/local/bin/osmo-nitb"]
 ---> Running in 59a42399a0f1
Removing intermediate container 59a42399a0f1
 ---> bd1cc3582ad3
Step 16/16 : EXPOSE	3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp
 ---> Running in e07bfc62af2e
Removing intermediate container e07bfc62af2e
 ---> 94cb86788dd7
Successfully built 94cb86788dd7
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  10.75kB

Step 1/16 : FROM laforge/debian-jessie-build
 ---> 99e2e5badf28
Step 2/16 : MAINTAINER Harald Welte <laforge@gnumonks.org>
 ---> Using cache
 ---> c5fd5b0659eb
Step 3/16 : ARG	OSMOCOM_REPO="http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/"
 ---> Using cache
 ---> dae9cba54603
Step 4/16 : COPY	Release.key /tmp/Release.key
 ---> Using cache
 ---> e4a7f75837c5
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
 ---> 683cc9117875
Step 6/16 : ADD	$OSMOCOM_REPO/Release /tmp/Release

 ---> Using cache
 ---> 160292d753cb
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
 ---> 25d63db21415
Step 8/16 : ADD	respawn.sh /usr/local/bin/respawn.sh
 ---> Using cache
 ---> 1b43f25ab255
Step 9/16 : WORKDIR	/tmp
 ---> Using cache
 ---> 1b3d4fb416ca
Step 10/16 : RUN	git clone git://git.osmocom.org/osmo-bts.git
 ---> Using cache
 ---> 36303914a6ef
Step 11/16 : ADD	http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts

 ---> Using cache
 ---> f9ec6d90533d
Step 12/16 : RUN	cd osmo-bts && 	git fetch && git checkout -f -B master origin/master && 	autoreconf -fi && 	./configure --enable-trx && 	make -j8 install
 ---> Using cache
 ---> b5a370304232
Step 13/16 : VOLUME	/data
 ---> Using cache
 ---> 24a7c1b592ff
Step 14/16 : COPY	osmo-bts.cfg /data/osmo-bts.cfg
 ---> Using cache
 ---> c2c52d39530b
Step 15/16 : WORKDIR	/data
 ---> Using cache
 ---> 5f644889bdd6
Step 16/16 : CMD	["/usr/local/bin/osmo-bts-virtual", "-i", "172.18.0.230"]
 ---> Using cache
 ---> 10cc640658f1
Successfully built 10cc640658f1
Successfully tagged osmocom-build/osmo-bts-master:latest
+ docker pull laforge/debian-stretch-titan:latest
latest: Pulling from laforge/debian-stretch-titan
Digest: sha256:3ba8b9860ae3b48f356ce7e3f0ea725eb84c31e95400c920dda942e8bc95bf46
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
 ---> f4206baeaa73
Step 2/10 : RUN	mkdir /root/projects && (cd /root/projects && ln -sf / git)
 ---> Using cache
 ---> 26921a0a1512
Step 3/10 : RUN	git clone git://git.osmocom.org/osmo-ttcn3-hacks.git
 ---> Using cache
 ---> db1887e7c9db
Step 4/10 : RUN	cd osmo-ttcn3-hacks && 	git checkout -f -B master origin/master && 	make deps
 ---> Using cache
 ---> 706de0c1c3af
Step 5/10 : ARG	OSMO_TTCN3_BRANCH="master"
 ---> Using cache
 ---> dba030bedc41
Step 6/10 : ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit

 ---> Using cache
 ---> 4c5c30b04f74
Step 7/10 : RUN	cd osmo-ttcn3-hacks && 	git fetch && 	git checkout -f -B $OSMO_TTCN3_BRANCH origin/$OSMO_TTCN3_BRANCH && 	make sysinfo
 ---> Running in dbeb649fc099
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
make -C deps
make[1]: Entering directory '/osmo-ttcn3-hacks/deps'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/osmo-ttcn3-hacks/deps'
(cd sysinfo && ./gen_links.sh && ./regen_makefile.sh)
Linking TCCInterface_Functions.ttcn
Linking TCCConversion_Functions.ttcn
Linking TCCConversion.cc
Linking TCCInterface.cc
Linking TCCInterface_ip.h
Linking Socket_API_Definitions.ttcn
Linking IPL4asp_Functions.ttcn
Linking IPL4asp_PT.cc
Linking IPL4asp_PT.hh
Linking IPL4asp_PortType.ttcn
Linking IPL4asp_Types.ttcn
Linking IPL4asp_discovery.cc
Linking IPL4asp_protocol_L234.hh
Linking TELNETasp_PT.cc
Linking TELNETasp_PT.hh
Linking TELNETasp_PortType.ttcn
Linking GSMTAP_PortType.ttcn
Linking GSMTAP_Types.ttcn
Linking GSM_SystemInformation.ttcn
Linking GSM_RR_Types.ttcn
Linking RLCMAC_CSN1_Types.ttcn
Linking GSM_Types.ttcn
Linking IPL4_GSMTAP_CtrlFunct.ttcn
Linking IPL4_GSMTAP_CtrlFunctDef.cc
Linking Osmocom_Types.ttcn
Linking General_Types.ttcn
Linking Osmocom_VTY_Functions.ttcn
ttcn3_makefilegen: warning: File `Test.ttcn' was given more than once for the Makefile.
ttcn3_makefilegen: warning: TTCN-3 preprocessing (option `-p') is enabled, but no TTCN-3 files to be preprocessed were given for the Makefile.
Generating Makefile skeleton...
Makefile skeleton was generated.
make -C sysinfo compile
make[1]: Entering directory '/osmo-ttcn3-hacks/sysinfo'
/usr/bin/ttcn3_compiler -L  \
Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn   - Test.ttcn GSMTAP_PortType.ttcn GSMTAP_Types.ttcn GSM_RR_Types.ttcn GSM_SystemInformation.ttcn GSM_Types.ttcn General_Types.ttcn IPL4_GSMTAP_CtrlFunct.ttcn IPL4asp_Functions.ttcn IPL4asp_PortType.ttcn IPL4asp_Types.ttcn Osmocom_Types.ttcn Osmocom_VTY_Functions.ttcn RLCMAC_CSN1_Types.ttcn Socket_API_Definitions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TELNETasp_PortType.ttcn
warning: Charstring pattern: Environment variable TTCN3_DIR not present. Case-insensitive universal charstring patterns are disabled.

Notify: Parsing TTCN-3 module `Test.ttcn'...
Notify: Parsing TTCN-3 module `GSMTAP_PortType.ttcn'...
Notify: Parsing TTCN-3 module `GSMTAP_Types.ttcn'...
Notify: Parsing TTCN-3 module `GSM_RR_Types.ttcn'...
Notify: Parsing TTCN-3 module `GSM_SystemInformation.ttcn'...
Notify: Parsing TTCN-3 module `GSM_Types.ttcn'...
Notify: Parsing TTCN-3 module `General_Types.ttcn'...
Notify: Parsing TTCN-3 module `IPL4_GSMTAP_CtrlFunct.ttcn'...
Notify: Parsing TTCN-3 module `IPL4asp_Functions.ttcn'...
Notify: Parsing TTCN-3 module `IPL4asp_PortType.ttcn'...
Notify: Parsing TTCN-3 module `IPL4asp_Types.ttcn'...
Notify: Parsing TTCN-3 module `Osmocom_Types.ttcn'...
Notify: Parsing TTCN-3 module `Osmocom_VTY_Functions.ttcn'...
Notify: Parsing TTCN-3 module `RLCMAC_CSN1_Types.ttcn'...
Notify: Parsing TTCN-3 module `Socket_API_Definitions.ttcn'...
Notify: Parsing TTCN-3 module `TCCConversion_Functions.ttcn'...
Notify: Parsing TTCN-3 module `TCCInterface_Functions.ttcn'...
Notify: Parsing TTCN-3 module `TELNETasp_PortType.ttcn'...
Notify: Checking modules...
Test.ttcn: In TTCN-3 module `Test':
 Test.ttcn:492.2-506.2: In function definition `f_init':
  Test.ttcn:498.3-82: In function instance:
   Test.ttcn:498.3-82: warning: The value returned by external function `@IPL4_GSMTAP_CtrlFunct.f_IPL4_listen' is not used
Notify: Generating code...
Notify: File `GSMTAP_PortType.hh' was generated.
Notify: File `GSMTAP_PortType.cc' was generated.
Notify: File `GSMTAP_Types.hh' was generated.
Notify: File `GSMTAP_Types.cc' was generated.
Notify: File `GSM_RR_Types.hh' was generated.
Notify: File `GSM_RR_Types.cc' was generated.
Notify: File `GSM_SystemInformation.hh' was generated.
Notify: File `GSM_SystemInformation.cc' was generated.
Notify: File `GSM_Types.hh' was generated.
Notify: File `GSM_Types.cc' was generated.
Notify: File `General_Types.hh' was generated.
Notify: File `General_Types.cc' was generated.
Notify: File `IPL4_GSMTAP_CtrlFunct.hh' was generated.
Notify: File `IPL4_GSMTAP_CtrlFunct.cc' was generated.
Notify: File `IPL4asp_Functions.hh' was generated.
Notify: File `IPL4asp_Functions.cc' was generated.
Notify: File `IPL4asp_PortType.hh' was generated.
Notify: File `IPL4asp_PortType.cc' was generated.
Notify: File `IPL4asp_Types.hh' was generated.
Notify: File `IPL4asp_Types.cc' was generated.
Notify: File `Osmocom_Types.hh' was generated.
Notify: File `Osmocom_Types.cc' was generated.
Notify: File `Osmocom_VTY_Functions.hh' was generated.
Notify: File `Osmocom_VTY_Functions.cc' was generated.
Notify: File `RLCMAC_CSN1_Types.hh' was generated.
Notify: File `RLCMAC_CSN1_Types.cc' was generated.
Notify: File `Socket_API_Definitions.hh' was generated.
Notify: File `Socket_API_Definitions.cc' was generated.
Notify: File `TCCConversion_Functions.hh' was generated.
Notify: File `TCCConversion_Functions.cc' was generated.
Notify: File `TCCInterface_Functions.hh' was generated.
Notify: File `TCCInterface_Functions.cc' was generated.
Notify: File `TELNETasp_PortType.hh' was generated.
Notify: File `TELNETasp_PortType.cc' was generated.
Notify: File `Test.hh' was generated.
Notify: File `Test.cc' was generated.
Notify: 36 files were updated.
touch compile
make[1]: Leaving directory '/osmo-ttcn3-hacks/sysinfo'
make -j8 -C sysinfo
make[1]: Entering directory '/osmo-ttcn3-hacks/sysinfo'
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_PT.o IPL4asp_PT.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_discovery.o IPL4asp_discovery.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCConversion.o TCCConversion.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCInterface.o TCCInterface.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4_GSMTAP_CtrlFunctDef.o IPL4_GSMTAP_CtrlFunctDef.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TELNETasp_PT.o TELNETasp_PT.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Test.o Test.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSMTAP_PortType.o GSMTAP_PortType.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSMTAP_Types.o GSMTAP_Types.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSM_RR_Types.o GSM_RR_Types.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSM_SystemInformation.o GSM_SystemInformation.cc
IPL4asp_PT.cc: In member function 'virtual void IPL4asp__PortType::IPL4asp__PT_PROVIDER::set_parameter(const char*, const char*)':
IPL4asp_PT.cc:863:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if (!strcasecmp(parameter_value,"YES"))
    ^~
IPL4asp_PT.cc:865:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       globalConnOpts.sctp_nodelay = GlobalConnOpts::YES;
       ^~~~~~~~~~~~~~
IPL4asp_PT.cc: In member function 'int IPL4asp__PortType::IPL4asp__PT_PROVIDER::getOption(const IPL4asp__Types::Option&, int, const Socket__API__Definitions::ProtoTuple&, bool)':
IPL4asp_PT.cc:3528:11: warning: variable 'length' set but not used [-Wunused-but-set-variable]
       int length = -1;
           ^~~~~~
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o GSM_Types.o GSM_Types.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o General_Types.o General_Types.cc
IPL4asp_PT.cc:142:3: warning: 'length' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (length == -1) { \
   ^~
IPL4asp_PT.cc:3518:7: note: 'length' was declared here
   int length;
       ^~~~~~
GSM_RR_Types.cc: In member function 'boolean GSM__RR__Types::MaioHsn_template::match(const GSM__RR__Types::MaioHsn&, boolean) const':
GSM_RR_Types.cc:5656:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
GSM_RR_Types.cc:5656:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4_GSMTAP_CtrlFunct.o IPL4_GSMTAP_CtrlFunct.cc
GSM_Types.cc: In function 'INTEGER GSM__Types::f__gprs__blocksize(const GSM__Types::GprsCodingScheme&)':
GSM_Types.cc:10888:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_Functions.o IPL4asp_Functions.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_PortType.o IPL4asp_PortType.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o IPL4asp_Types.o IPL4asp_Types.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Osmocom_Types.o Osmocom_Types.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Osmocom_VTY_Functions.o Osmocom_VTY_Functions.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o RLCMAC_CSN1_Types.o RLCMAC_CSN1_Types.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o Socket_API_Definitions.o Socket_API_Definitions.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCConversion_Functions.o TCCConversion_Functions.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TCCInterface_Functions.o TCCInterface_Functions.cc
g++  -c -DLINUX -DMAKEDEPEND_RUN -I/usr/include -I/usr/include/titan -Wall -fPIC   -o TELNETasp_PortType.o TELNETasp_PortType.cc
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpTuple_template::match(const Socket__API__Definitions::UdpTuple&, boolean) const':
Socket_API_Definitions.cc:2155:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:2155:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UdpLightTuple_template::match(const Socket__API__Definitions::UdpLightTuple&, boolean) const':
Socket_API_Definitions.cc:2544:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:2544:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::TcpTuple_template::match(const Socket__API__Definitions::TcpTuple&, boolean) const':
Socket_API_Definitions.cc:2933:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:2933:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::SslTuple_template::match(const Socket__API__Definitions::SslTuple&, boolean) const':
Socket_API_Definitions.cc:4223:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:4223:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
Socket_API_Definitions.cc: In member function 'boolean Socket__API__Definitions::UnspecifiedTuple_template::match(const Socket__API__Definitions::UnspecifiedTuple&, boolean) const':
Socket_API_Definitions.cc:5368:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
Socket_API_Definitions.cc:5368:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -shared -o IPL4asp_PT.so IPL4asp_PT.o
g++  -shared -o IPL4asp_discovery.so IPL4asp_discovery.o
g++  -shared -o TCCConversion.so TCCConversion.o
TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__TelnetClose_template::match(const TELNETasp__PortType::ASP__TelnetClose&, boolean) const':
TELNETasp_PortType.cc:6610:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
TELNETasp_PortType.cc:6610:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
TELNETasp_PortType.cc: In member function 'boolean TELNETasp__PortType::ASP__Get__portnum_template::match(const TELNETasp__PortType::ASP__Get__portnum&, boolean) const':
TELNETasp_PortType.cc:6999:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
 ^~
TELNETasp_PortType.cc:6999:43: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 if (!other_value.is_bound()) return FALSE;return match(NULL_VALUE);
                                           ^~~~~~
g++  -shared -o TCCInterface.so TCCInterface.o
g++  -shared -o IPL4_GSMTAP_CtrlFunctDef.so IPL4_GSMTAP_CtrlFunctDef.o
g++  -shared -o TELNETasp_PT.so TELNETasp_PT.o
g++  -shared -o Test.so Test.o
g++  -shared -o GSMTAP_PortType.so GSMTAP_PortType.o
g++  -shared -o GSMTAP_Types.so GSMTAP_Types.o
g++  -shared -o GSM_Types.so GSM_Types.o
g++  -shared -o General_Types.so General_Types.o
g++  -shared -o IPL4_GSMTAP_CtrlFunct.so IPL4_GSMTAP_CtrlFunct.o
g++  -shared -o IPL4asp_Functions.so IPL4asp_Functions.o
g++  -shared -o IPL4asp_PortType.so IPL4asp_PortType.o
g++  -shared -o Osmocom_Types.so Osmocom_Types.o
g++  -shared -o Osmocom_VTY_Functions.so Osmocom_VTY_Functions.o
g++  -shared -o TCCConversion_Functions.so TCCConversion_Functions.o
g++  -shared -o TCCInterface_Functions.so TCCInterface_Functions.o
g++  -shared -o TELNETasp_PortType.so TELNETasp_PortType.o
g++  -shared -o IPL4asp_Types.so IPL4asp_Types.o
g++  -shared -o GSM_SystemInformation.so GSM_SystemInformation.o
g++  -shared -o Socket_API_Definitions.so Socket_API_Definitions.o
g++  -shared -o GSM_RR_Types.so GSM_RR_Types.o
g++  -shared -o RLCMAC_CSN1_Types.so RLCMAC_CSN1_Types.o
if g++  -L /usr/lib/titan -fPIC -o Test -Wl,--no-as-needed Test.so GSMTAP_PortType.so GSMTAP_Types.so GSM_RR_Types.so GSM_SystemInformation.so GSM_Types.so General_Types.so IPL4_GSMTAP_CtrlFunct.so IPL4asp_Functions.so IPL4asp_PortType.so IPL4asp_Types.so Osmocom_Types.so Osmocom_VTY_Functions.so RLCMAC_CSN1_Types.so Socket_API_Definitions.so TCCConversion_Functions.so TCCInterface_Functions.so TELNETasp_PortType.so IPL4asp_PT.so IPL4asp_discovery.so TCCConversion.so TCCInterface.so IPL4_GSMTAP_CtrlFunctDef.so TELNETasp_PT.so \
-L/usr/lib -lttcn3-parallel-dynamic \
-L/lib -lcrypto \
-L/usr/lib -lxml2; \
then : ; else /usr/bin/titanver Test.o GSMTAP_PortType.o GSMTAP_Types.o GSM_RR_Types.o GSM_SystemInformation.o GSM_Types.o General_Types.o IPL4_GSMTAP_CtrlFunct.o IPL4asp_Functions.o IPL4asp_PortType.o IPL4asp_Types.o Osmocom_Types.o Osmocom_VTY_Functions.o RLCMAC_CSN1_Types.o Socket_API_Definitions.o TCCConversion_Functions.o TCCInterface_Functions.o TELNETasp_PortType.o IPL4asp_PT.o IPL4asp_discovery.o TCCConversion.o TCCInterface.o IPL4_GSMTAP_CtrlFunctDef.o TELNETasp_PT.o; exit 1; fi
make[1]: Leaving directory '/osmo-ttcn3-hacks/sysinfo'
Removing intermediate container dbeb649fc099
 ---> b22b6c9ffe2d
Step 8/10 : VOLUME	/data
 ---> Running in 15bb07b4065b
Removing intermediate container 15bb07b4065b
 ---> 5c8e6c3010ab
Step 9/10 : COPY	Test.cfg /data/Test.cfg
 ---> 99d969542e1d
Step 10/10 : CMD	cd /data && 	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && 	/osmo-ttcn3-hacks/log_merge.sh Test
 ---> Running in 12de5c6d982f
Removing intermediate container 12de5c6d982f
 ---> 4e46076c7140
Successfully built 4e46076c7140
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-233 = 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.H4Bxr8tL7r
+ VOL_SUITE_DIR=/tmp/tmp.H4Bxr8tL7r/ttcn3-nitb-sysinfo
+ mkdir /tmp/tmp.H4Bxr8tL7r/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
22abea78430a2ac437bdc071a47bcaae8e003d0eee093d071f32d75b52f47222
+ docker volume rm nitb-vol
Error: No such volume: 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-233-nitb -d osmocom-build/osmo-nitb-master
6adbaad867133e9c70a6fc7c1a20717eb792b09a2c695967faca94f577adb847
+ docker volume rm bts-vol
Error: No such volume: 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-233-bts -d osmocom-build/osmo-bts-master
930c650ca55a6b9a5437f2e21d1b42dd1d1bca793bf43d03378630202d7c2f5b
+ docker volume rm ttcn3-nitb-sysinfo-vol
Error: No such volume: 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-233-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 R3B                                            *
* Copyright (c) 2000-2017 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@42cf7e3e65ca: Unix server socket created successfully.
MC@42cf7e3e65ca: Listening on TCP port 46729.
42cf7e3e65ca is the default
MC2> spawn /osmo-ttcn3-hacks/sysinfo/Test 42cf7e3e65ca 46729
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R3B
MC@42cf7e3e65ca: New HC connected from 42cf7e3e65ca [172.18.5.230]. 42cf7e3e65ca: Linux 4.9.0-5-amd64 on x86_64.
cmtc
MC@42cf7e3e65ca: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@42cf7e3e65ca: TTCN-3 Host Controller started on 42cf7e3e65ca. Version: CRL 113 200/6 R3B.
HC@42cf7e3e65ca: 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@42cf7e3e65ca: Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
HC@42cf7e3e65ca: The address of MC was set to 42cf7e3e65ca[172.18.5.230]:0.
HC@42cf7e3e65ca: The local IP address of the control connection to MC is 172.18.5.230.
HC@42cf7e3e65ca: Connected to MC.
HC@42cf7e3e65ca: This host supports UNIX domain sockets for local communication.
HC@42cf7e3e65ca: Processing configuration data received from MC.
HC@42cf7e3e65ca: Module Osmocom_VTY_Functions has the following parameters: { mp_prompt_prefix := "OpenBSC" }
HC@42cf7e3e65ca: Initializing module GSMTAP_PortType.
HC@42cf7e3e65ca: Initializing module GSMTAP_Types.
HC@42cf7e3e65ca: Initializing module Osmocom_Types.
HC@42cf7e3e65ca: Initializing module General_Types.
HC@42cf7e3e65ca: Initialization of module General_Types finished.
HC@42cf7e3e65ca: Initialization of module Osmocom_Types finished.
HC@42cf7e3e65ca: Initialization of module GSMTAP_Types finished.
HC@42cf7e3e65ca: Initializing module IPL4asp_PortType.
HC@42cf7e3e65ca: Initializing module IPL4asp_Types.
HC@42cf7e3e65ca: Initializing module Socket_API_Definitions.
HC@42cf7e3e65ca: Initialization of module Socket_API_Definitions finished.
HC@42cf7e3e65ca: Initialization of module IPL4asp_Types finished.
HC@42cf7e3e65ca: Initialization of module IPL4asp_PortType finished.
HC@42cf7e3e65ca: Initialization of module GSMTAP_PortType finished.
HC@42cf7e3e65ca: Initializing module GSM_RR_Types.
HC@42cf7e3e65ca: Initializing module RLCMAC_CSN1_Types.
HC@42cf7e3e65ca: Initializing module GSM_Types.
HC@42cf7e3e65ca: Initialization of module GSM_Types finished.
HC@42cf7e3e65ca: Initialization of module RLCMAC_CSN1_Types finished.
HC@42cf7e3e65ca: Initialization of module GSM_RR_Types finished.
HC@42cf7e3e65ca: Initializing module GSM_SystemInformation.
HC@42cf7e3e65ca: Initialization of module GSM_SystemInformation finished.
HC@42cf7e3e65ca: Initializing module IPL4_GSMTAP_CtrlFunct.
HC@42cf7e3e65ca: Initialization of module IPL4_GSMTAP_CtrlFunct finished.
HC@42cf7e3e65ca: Initializing module IPL4asp_Functions.
HC@42cf7e3e65ca: Initializing module TCCInterface_Functions.
HC@42cf7e3e65ca: Initializing module TCCConversion_Functions.
HC@42cf7e3e65ca: Initialization of module TCCConversion_Functions finished.
HC@42cf7e3e65ca: Initialization of module TCCInterface_Functions finished.
HC@42cf7e3e65ca: Initialization of module IPL4asp_Functions finished.
HC@42cf7e3e65ca: Initializing module Osmocom_VTY_Functions.
HC@42cf7e3e65ca: Initializing module TELNETasp_PortType.
HC@42cf7e3e65ca: Initialization of module TELNETasp_PortType finished.
HC@42cf7e3e65ca: Initialization of module Osmocom_VTY_Functions finished.
HC@42cf7e3e65ca: Initializing module PreGenRecordOf.
HC@42cf7e3e65ca: Initialization of module PreGenRecordOf finished.
HC@42cf7e3e65ca: Initializing module Test.
HC@42cf7e3e65ca: Initialization of module Test finished.
HC@42cf7e3e65ca: Initializing module TitanLoggerApi.
HC@42cf7e3e65ca: Initialization of module TitanLoggerApi finished.
HC@42cf7e3e65ca: Initializing module TitanLoggerControl.
HC@42cf7e3e65ca: Initialization of module TitanLoggerControl finished.
MC@42cf7e3e65ca: Configuration file was processed on all HCs.
HC@42cf7e3e65ca: Configuration data was processed successfully.
MC@42cf7e3e65ca: Creating MTC on host 42cf7e3e65ca.
HC@42cf7e3e65ca: MTC was created. Process id: 21.
MC@42cf7e3e65ca: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@42cf7e3e65ca: Executing test case TC_si1 in module Test.
MTC@42cf7e3e65ca: Test case TC_si1 started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O
MTC@42cf7e3e65ca: 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 := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@42cf7e3e65ca: 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 := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@42cf7e3e65ca: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O
MTC@42cf7e3e65ca: 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 := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } } } }
MTC@42cf7e3e65ca: 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 := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B } } } }
MTC@42cf7e3e65ca: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O
MTC@42cf7e3e65ca: 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 := { msc_r99 := false, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_NOT_USE_UL_DTX (2), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 29, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@42cf7e3e65ca: 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 := { msc_r99 := false, att := true, bs_ag_blks_res := 1, ccch_conf := CCHAN_DESC_1CCCH_COMBINED (1), si22ind := false, cbq3 := CBQ3_IU_MODE_NOT_SUPPORTED (0), spare := '00'B, bs_pa_mfrms := 3, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := MS_SHALL_NOT_USE_UL_DTX (2), radio_link_tout_div4 := 7 }, cell_sel_par := { cell_resel_hyst_2dB := 2, ms_txpwr_max_cch := 29, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@42cf7e3e65ca: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O
MTC@42cf7e3e65ca: 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_2dB := 2, ms_txpwr_max_cch := 29, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@42cf7e3e65ca: 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_2dB := 2, ms_txpwr_max_cch := 29, acs := '0'B, neci := true, rxlev_access_min := 0 }, rach_control := { max_retrans := RACH_MAX_RETRANS_7 (3), tx_integer := '1001'B, cell_barr_access := false, re_not_allowed := true, acc := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@42cf7e3e65ca: setverdict(pass): none -> pass
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si1.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: pass
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si1 finished. Verdict: pass
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_telnet in module Test.
MTC@42cf7e3e65ca: Test case TC_telnet started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "show network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " id 2
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " with pattern "OpenBSC(*)" unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on MCC-MNC 262-42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n  Last RF Command: \n  Last RF Lock Command: " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: setverdict(pass): none -> pass
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_telnet.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: pass
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_telnet finished. Verdict: pass
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_default in module Test.
MTC@42cf7e3e65ca: Test case TC_si_default started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 8 s
MTC@42cf7e3e65ca: Timeout T: 8 s
MTC@42cf7e3e65ca: "TC_si_default": TC=0 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=1 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=2 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=3 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=4 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=5 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=6 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_default": TC=7 has #of SI=0
MTC@42cf7e3e65ca: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_default.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: fail reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_default finished. Verdict: fail reason: No SI messages for TC=0!
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_sched_2bis in module Test.
MTC@42cf7e3e65ca: Test case TC_si_sched_2bis started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8
MTC@42cf7e3e65ca: Message with id 8 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9
MTC@42cf7e3e65ca: Message with id 9 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Message with id 10 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Message with id 11 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@42cf7e3e65ca: Message with id 12 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13
MTC@42cf7e3e65ca: Message with id 13 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14
MTC@42cf7e3e65ca: Message with id 14 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Message with id 15 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Message with id 16 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17
MTC@42cf7e3e65ca: Message with id 17 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18
MTC@42cf7e3e65ca: Message with id 18 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19
MTC@42cf7e3e65ca: Message with id 19 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20
MTC@42cf7e3e65ca: Message with id 20 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22
MTC@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21
MTC@42cf7e3e65ca: Message with id 21 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22
MTC@42cf7e3e65ca: Message with id 22 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Message with id 23 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 24 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: Message with id 25 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Message with id 26 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 8 s
MTC@42cf7e3e65ca: Timeout T: 8 s
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=0 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=1 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=2 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=3 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=4 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=5 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=6 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2bis": TC=7 has #of SI=0
MTC@42cf7e3e65ca: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27
MTC@42cf7e3e65ca: Message with id 27 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28
MTC@42cf7e3e65ca: Message with id 28 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29
MTC@42cf7e3e65ca: Message with id 29 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30
MTC@42cf7e3e65ca: Message with id 30 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31
MTC@42cf7e3e65ca: Message with id 31 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32
MTC@42cf7e3e65ca: Message with id 32 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33
MTC@42cf7e3e65ca: Message with id 33 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34
MTC@42cf7e3e65ca: Message with id 34 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35
MTC@42cf7e3e65ca: Message with id 35 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36
MTC@42cf7e3e65ca: Message with id 36 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37
MTC@42cf7e3e65ca: Message with id 37 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38
MTC@42cf7e3e65ca: Message with id 38 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39
MTC@42cf7e3e65ca: Message with id 39 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40
MTC@42cf7e3e65ca: Message with id 40 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@42cf7e3e65ca: Message with id 41 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42
MTC@42cf7e3e65ca: Message with id 42 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43
MTC@42cf7e3e65ca: Message with id 43 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44
MTC@42cf7e3e65ca: Message with id 44 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46
MTC@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45
MTC@42cf7e3e65ca: Message with id 45 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46
MTC@42cf7e3e65ca: Message with id 46 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47
MTC@42cf7e3e65ca: Message with id 47 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 48 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@42cf7e3e65ca: Message with id 49 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50
MTC@42cf7e3e65ca: Message with id 50 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: fail reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_sched_2bis finished. Verdict: fail reason: No SI messages for TC=0!
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_sched_2ter in module Test.
MTC@42cf7e3e65ca: Test case TC_si_sched_2ter started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8
MTC@42cf7e3e65ca: Message with id 8 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9
MTC@42cf7e3e65ca: Message with id 9 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Message with id 10 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Message with id 11 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@42cf7e3e65ca: Message with id 12 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 13
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 13
MTC@42cf7e3e65ca: Message with id 13 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 14
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 14
MTC@42cf7e3e65ca: Message with id 14 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Message with id 15 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Message with id 16 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 17
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 17
MTC@42cf7e3e65ca: Message with id 17 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 18
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 18
MTC@42cf7e3e65ca: Message with id 18 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 19
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 19
MTC@42cf7e3e65ca: Message with id 19 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20
MTC@42cf7e3e65ca: Message with id 20 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 21
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22
MTC@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 21
MTC@42cf7e3e65ca: Message with id 21 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22
MTC@42cf7e3e65ca: Message with id 22 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Message with id 23 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 24 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: Message with id 25 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Message with id 26 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 8 s
MTC@42cf7e3e65ca: Timeout T: 8 s
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=0 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=1 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=2 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=3 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=4 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=5 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=6 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter": TC=7 has #of SI=0
MTC@42cf7e3e65ca: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2ter (3) in TC=5!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 27
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 27
MTC@42cf7e3e65ca: Message with id 27 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 28
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 28
MTC@42cf7e3e65ca: Message with id 28 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 29
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 29
MTC@42cf7e3e65ca: Message with id 29 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 30
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 30
MTC@42cf7e3e65ca: Message with id 30 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 31
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 31
MTC@42cf7e3e65ca: Message with id 31 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 32
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 32
MTC@42cf7e3e65ca: Message with id 32 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 33
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 33
MTC@42cf7e3e65ca: Message with id 33 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 34
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 34
MTC@42cf7e3e65ca: Message with id 34 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 35
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 35
MTC@42cf7e3e65ca: Message with id 35 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 36
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 36
MTC@42cf7e3e65ca: Message with id 36 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 37
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 37
MTC@42cf7e3e65ca: Message with id 37 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 38
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 38
MTC@42cf7e3e65ca: Message with id 38 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 39
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 39
MTC@42cf7e3e65ca: Message with id 39 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 40
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 40
MTC@42cf7e3e65ca: Message with id 40 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@42cf7e3e65ca: Message with id 41 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 42
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 42
MTC@42cf7e3e65ca: Message with id 42 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 43
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 43
MTC@42cf7e3e65ca: Message with id 43 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 44
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 44
MTC@42cf7e3e65ca: Message with id 44 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 45
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 46
MTC@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 45
MTC@42cf7e3e65ca: Message with id 45 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 46
MTC@42cf7e3e65ca: Message with id 46 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47
MTC@42cf7e3e65ca: Message with id 47 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 48 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@42cf7e3e65ca: Message with id 49 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 50
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 50
MTC@42cf7e3e65ca: Message with id 50 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: fail reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_sched_2ter finished. Verdict: fail reason: No SI messages for TC=0!
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_sched_2ter_2bis in module Test.
MTC@42cf7e3e65ca: Test case TC_si_sched_2ter_2bis started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8
MTC@42cf7e3e65ca: Message with id 8 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9
MTC@42cf7e3e65ca: Message with id 9 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Message with id 10 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Message with id 11 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12
MTC@42cf7e3e65ca: Message with id 12 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13
MTC@42cf7e3e65ca: Message with id 13 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14
MTC@42cf7e3e65ca: Message with id 14 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15
MTC@42cf7e3e65ca: Message with id 15 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Message with id 16 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17
MTC@42cf7e3e65ca: Message with id 17 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18
MTC@42cf7e3e65ca: Message with id 18 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19
MTC@42cf7e3e65ca: Message with id 19 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20
MTC@42cf7e3e65ca: Message with id 20 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21
MTC@42cf7e3e65ca: Message with id 21 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 22
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 23
MTC@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 22
MTC@42cf7e3e65ca: Message with id 22 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 23
MTC@42cf7e3e65ca: Message with id 23 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24
MTC@42cf7e3e65ca: Message with id 24 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 25 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Message with id 26 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 27
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 27
MTC@42cf7e3e65ca: Message with id 27 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 8 s
MTC@42cf7e3e65ca: Timeout T: 8 s
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=0 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=1 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=2 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=3 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=4 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=5 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=6 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_2ter_2bis": TC=7 has #of SI=0
MTC@42cf7e3e65ca: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Error: Insufficient SI in array
MTC@42cf7e3e65ca: Test.ttcn:162: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): fail -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_sched_2ter_2bis finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_sched_2quater in module Test.
MTC@42cf7e3e65ca: Test case TC_si_sched_2quater started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8
MTC@42cf7e3e65ca: Message with id 8 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9
MTC@42cf7e3e65ca: Message with id 9 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Message with id 10 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@42cf7e3e65ca: Message with id 11 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12
MTC@42cf7e3e65ca: Message with id 12 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13
MTC@42cf7e3e65ca: Message with id 13 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14
MTC@42cf7e3e65ca: Message with id 14 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Message with id 15 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16
MTC@42cf7e3e65ca: Message with id 16 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17
MTC@42cf7e3e65ca: Message with id 17 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18
MTC@42cf7e3e65ca: Message with id 18 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19
MTC@42cf7e3e65ca: Message with id 19 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 20
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 20
MTC@42cf7e3e65ca: Message with id 20 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@42cf7e3e65ca: Message with id 21 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 22 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Message with id 23 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24
MTC@42cf7e3e65ca: Message with id 24 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 25
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 25
MTC@42cf7e3e65ca: Message with id 25 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 26
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 26
MTC@42cf7e3e65ca: Message with id 26 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 27
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 27
MTC@42cf7e3e65ca: Message with id 27 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 28
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 28
MTC@42cf7e3e65ca: Message with id 28 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 29
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 29
MTC@42cf7e3e65ca: Message with id 29 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 30
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 30
MTC@42cf7e3e65ca: Message with id 30 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 31
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 31
MTC@42cf7e3e65ca: Message with id 31 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 32
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 32
MTC@42cf7e3e65ca: Message with id 32 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 33
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 33
MTC@42cf7e3e65ca: Message with id 33 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 34
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 34
MTC@42cf7e3e65ca: Message with id 34 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 35
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 35
MTC@42cf7e3e65ca: Message with id 35 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 36
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 36
MTC@42cf7e3e65ca: Message with id 36 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 37
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 37
MTC@42cf7e3e65ca: Message with id 37 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 38
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 38
MTC@42cf7e3e65ca: Message with id 38 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@42cf7e3e65ca: Message with id 39 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 40
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 40
MTC@42cf7e3e65ca: Message with id 40 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 41
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 41
MTC@42cf7e3e65ca: Message with id 41 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 42
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 42
MTC@42cf7e3e65ca: Message with id 42 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 43
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 43
MTC@42cf7e3e65ca: Message with id 43 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@42cf7e3e65ca: Message with id 44 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 46
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 45 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 46
MTC@42cf7e3e65ca: Message with id 46 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 47
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 47
MTC@42cf7e3e65ca: Message with id 47 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: setverdict(pass): none -> pass
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: pass
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_sched_2quater finished. Verdict: pass
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_sched_13 in module Test.
MTC@42cf7e3e65ca: Test case TC_si_sched_13 started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 8
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 8
MTC@42cf7e3e65ca: Message with id 8 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 9
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 9
MTC@42cf7e3e65ca: Message with id 9 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Message with id 10 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@42cf7e3e65ca: Message with id 11 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 12
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 12
MTC@42cf7e3e65ca: Message with id 12 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 13
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 13
MTC@42cf7e3e65ca: Message with id 13 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 14
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 14
MTC@42cf7e3e65ca: Message with id 14 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 15
MTC@42cf7e3e65ca: Message with id 15 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 16
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 16
MTC@42cf7e3e65ca: Message with id 16 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 17
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 17
MTC@42cf7e3e65ca: Message with id 17 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 18
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 18
MTC@42cf7e3e65ca: Message with id 18 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 19
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 19
MTC@42cf7e3e65ca: Message with id 19 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "Unable to delete uarfcn: pair not found" id 20
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21
MTC@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: 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@42cf7e3e65ca: Matching on port BSCVTY succeeded: "Unable to delete uarfcn: pair not found" with ? matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "Unable to delete uarfcn: pair not found" id 20
MTC@42cf7e3e65ca: Message with id 20 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21
MTC@42cf7e3e65ca: Message with id 21 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 22
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 22
MTC@42cf7e3e65ca: Message with id 22 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 24
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 23 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 24
MTC@42cf7e3e65ca: Message with id 24 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: Message with id 25 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 8 s
MTC@42cf7e3e65ca: Timeout T: 8 s
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=0 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=1 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=2 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=3 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=4 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=5 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=6 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13": TC=7 has #of SI=0
MTC@42cf7e3e65ca: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Error: Insufficient SI in array
MTC@42cf7e3e65ca: Test.ttcn:162: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): fail -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_sched_13 finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
MTC@42cf7e3e65ca: Test case TC_si_sched_13_2bis_2ter_2quater started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 8
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 8
MTC@42cf7e3e65ca: Message with id 8 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 9
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 9
MTC@42cf7e3e65ca: Message with id 9 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 10
MTC@42cf7e3e65ca: Message with id 10 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 11
MTC@42cf7e3e65ca: Message with id 11 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 12
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 12
MTC@42cf7e3e65ca: Message with id 12 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 13
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 13
MTC@42cf7e3e65ca: Message with id 13 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 14
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 14
MTC@42cf7e3e65ca: Message with id 14 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 15
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 15
MTC@42cf7e3e65ca: Message with id 15 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 16
MTC@42cf7e3e65ca: Message with id 16 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 17
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 17
MTC@42cf7e3e65ca: Message with id 17 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 18
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 18
MTC@42cf7e3e65ca: Message with id 18 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 19
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 19
MTC@42cf7e3e65ca: Message with id 19 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 20
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 20
MTC@42cf7e3e65ca: Message with id 20 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 21
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 21
MTC@42cf7e3e65ca: Message with id 21 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 22
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 22
MTC@42cf7e3e65ca: Message with id 22 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@42cf7e3e65ca: Message with id 23 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "write terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: 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  logging level ljibuf notice\n!\nstats interval 5\n!\nline vty\n no login\n bind 0.0.0.0\n!\ne1_input\n e1_line 0 driver ipa\n e1_line 0 port 0\n no e1_line 0 keepalive\nnetwork\n network country code 262\n mobile network code 42\n short name Osmocom\n long name Osmocom\n auth policy closed\n authorized-regexp .*\n location updating reject cause 13\n encryption a5 0\n neci 0\n paging any use tch 0\n rrlp mode none\n mm info 1\n handover 0\n handover window rxlev averaging 10\n handover window rxqual averaging 1\n handover window rxlev neighbor averaging 10\n handover power budget interval 6\n handover power budget hysteresis 3\n handover maximum distance 9999\n timer t3103 4\n timer t3105 4\n timer t3107 4\n timer t3109 4\n timer t3111 4\n timer t3115 4\n timer t3117 4\n timer t3119 4\n timer t3122 4\n timer t3141 4\n dyn_ts_allow_tch_f 0\n subscriber-keep-in-ram 0\n bts 0\n  type sysmobts\n  band DCS1800\n  cell_identity 20960\n  location_area_code 13135\n  dtx uplink force\n  base_station_id_code 63\n  ms max power 40\n  cell reselection hysteresis 2\n  rxlev access min 45\n  periodic location update 6\n  radio-link-timeout 4\n  channel allocator ascending\n  rach tx integer 7\n  rach max transmission 4\n  channel-descrption attach 0\n  channel-descrption bs-pa-mfrms 3\n  channel-descrption bs-ag-blks-res 2\n  no access-control-class-ramping\n  access-control-class-ramping-step-interval dynamic\n  access-control-class-ramping-step-size 1\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@42cf7e3e65ca: Message with id 24 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 25
MTC@42cf7e3e65ca: Message with id 25 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 26
MTC@42cf7e3e65ca: Message with id 26 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 8 s
MTC@42cf7e3e65ca: Timeout T: 8 s
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=0
MTC@42cf7e3e65ca: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=0
MTC@42cf7e3e65ca: setverdict(fail): none -> fail reason: "No SI messages for TC=0!", new component reason: "No SI messages for TC=0!"
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail reason: "No SI messages for TC=0!", component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_1 (25) in TC=0!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2 (26) in TC=1!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=2!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_3 (27) in TC=6!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=3!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_4 (28) in TC=7!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Fail: No SYSTEM_INFORMATION_TYPE_2bis (2) in TC=5!
MTC@42cf7e3e65ca: setverdict(fail): fail -> fail, component reason not changed
MTC@42cf7e3e65ca: Error: Insufficient SI in array
MTC@42cf7e3e65ca: Test.ttcn:162: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): fail -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_neci in module Test.
MTC@42cf7e3e65ca: Test case TC_neci started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Random number generator was initialized with seed 57.546056: srand48(1905814518).
MTC@42cf7e3e65ca: Function rnd() returned 0.333624.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "neci 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_neci.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_neci finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_cell_resel_hyst in module Test.
MTC@42cf7e3e65ca: Test case TC_cell_resel_hyst started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.749839.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "cell reselection hysteresis 10"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_cell_resel_hyst finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_rxlev_acc_min in module Test.
MTC@42cf7e3e65ca: Test case TC_rxlev_acc_min started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.944160.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "rxlev access min 59"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_rxlev_acc_min finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_cellid in module Test.
MTC@42cf7e3e65ca: Test case TC_cellid started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.884007.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "cell_identity 57933"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_cellid.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_cellid finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_lac in module Test.
MTC@42cf7e3e65ca: Test case TC_lac started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.126379.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "location_area_code 8282"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_lac.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_lac finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_rach_tx_int in module Test.
MTC@42cf7e3e65ca: Test case TC_rach_tx_int started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.343729.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "rach tx integer 5"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_rach_tx_int finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_rach_max_tx in module Test.
MTC@42cf7e3e65ca: Test case TC_rach_max_tx started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.679130.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "rach max transmission 4"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_rach_max_tx finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_attach in module Test.
MTC@42cf7e3e65ca: Test case TC_attach started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.072894.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "channel-descrption attach 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_attach.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_attach finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_dtx_ul in module Test.
MTC@42cf7e3e65ca: Test case TC_dtx_ul started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.077479.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "dtx uplink"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_dtx_ul finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_emerg_allowed in module Test.
MTC@42cf7e3e65ca: Test case TC_emerg_allowed started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.980481.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_emerg_allowed finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_bs_pa_mfrms in module Test.
MTC@42cf7e3e65ca: Test case TC_bs_pa_mfrms started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.625430.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 6"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_bs_pa_mfrms finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_bs_ag_blks_res in module Test.
MTC@42cf7e3e65ca: Test case TC_bs_ag_blks_res started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.368202.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 2"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_bs_ag_blks_res finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
MTC@42cf7e3e65ca: Executing test case TC_radio_link_timeout in module Test.
MTC@42cf7e3e65ca: Test case TC_radio_link_timeout started.
MTC@42cf7e3e65ca: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
MTC@42cf7e3e65ca: Port GSMTAP was started.
MTC@42cf7e3e65ca: Port BSCVTY was started.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was initialized.
MTC@42cf7e3e65ca: Function rnd() returned 0.889602.
MTC@42cf7e3e65ca: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was mapped to system:GSMTAP.
MTC@42cf7e3e65ca: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@42cf7e3e65ca: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@42cf7e3e65ca: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was mapped to system:BSCVTY.
MTC@42cf7e3e65ca: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)", has_wildcards := true } }
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "enable"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@42cf7e3e65ca: Message with id 1 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "configure terminal"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)# " id 2
MTC@42cf7e3e65ca: Message with id 2 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "network"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)# " id 3
MTC@42cf7e3e65ca: Message with id 3 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 4
MTC@42cf7e3e65ca: Message with id 4 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "radio-link-timeout 56"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC(config-net-bts)# " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)# " with pattern "OpenBSC(*)" matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)# " id 5
MTC@42cf7e3e65ca: Message with id 5 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "end"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 6
MTC@42cf7e3e65ca: Message with id 6 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@42cf7e3e65ca: Start timer T: 2 s
MTC@42cf7e3e65ca: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@42cf7e3e65ca: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@42cf7e3e65ca: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 7
MTC@42cf7e3e65ca: Message with id 7 was extracted from the queue of BSCVTY.
MTC@42cf7e3e65ca: Stop timer T: 2 s
MTC@42cf7e3e65ca: Start timer T: 1 s
MTC@42cf7e3e65ca: Timeout T: 1 s
MTC@42cf7e3e65ca: Port GSMTAP was cleared.
MTC@42cf7e3e65ca: Start timer T: 10 s
MTC@42cf7e3e65ca: Timeout T: 10 s
MTC@42cf7e3e65ca: Error waiting for SI on GSMTAP
MTC@42cf7e3e65ca: Test.ttcn:478: Dynamic test case error: testcase.stop
MTC@42cf7e3e65ca: setverdict(error): none -> error
MTC@42cf7e3e65ca: Performing error recovery.
MTC@42cf7e3e65ca: Terminating component type Test.dummy_CT.
MTC@42cf7e3e65ca: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was unmapped from system:GSMTAP.
MTC@42cf7e3e65ca: Port GSMTAP was stopped.
MTC@42cf7e3e65ca: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was unmapped from system:BSCVTY.
MTC@42cf7e3e65ca: Port BSCVTY was stopped.
MTC@42cf7e3e65ca: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
MTC@42cf7e3e65ca: Waiting for PTCs to finish.
MTC@42cf7e3e65ca: Setting final verdict of the test case.
MTC@42cf7e3e65ca: Local verdict of MTC: error
MTC@42cf7e3e65ca: No PTCs were created.
MTC@42cf7e3e65ca: Test case TC_radio_link_timeout finished. Verdict: error
MC@42cf7e3e65ca: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@42cf7e3e65ca: Terminating MTC.
MTC@42cf7e3e65ca: Verdict statistics: 0 none (0.00 %), 3 pass (13.64 %), 0 inconc (0.00 %), 3 fail (13.64 %), 16 error (72.73 %).
MTC@42cf7e3e65ca: Test execution summary: 22 test cases were executed. Overall verdict: error
MTC@42cf7e3e65ca: Exit was requested from MC. Terminating MTC.
MC@42cf7e3e65ca: MTC terminated.
MC2> exit
MC@42cf7e3e65ca: Shutting down session.
HC@42cf7e3e65ca: Exit was requested from MC. Terminating HC.
MC@42cf7e3e65ca: Shutdown complete.
ttcn3_logmerge: warning: cannot open Test-hc.log-*.log: No such file or directory
Unsupported timestamp format.
Generated Test.hc.log.merged
ttcn3_logmerge: warning: cannot open Test-mtc.log-*.log: No such file or directory
Unsupported timestamp format.
Generated Test.mtc.log.merged
+ docker container stop jenkins-ttcn3-nitb-sysinfo-233-bts
jenkins-ttcn3-nitb-sysinfo-233-bts
+ docker container stop jenkins-ttcn3-nitb-sysinfo-233-nitb
jenkins-ttcn3-nitb-sysinfo-233-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-233-sysinfo-helper -d busybox /bin/sh -c sleep 1000 & wait
Unable to find image 'busybox:latest' locally
latest: Pulling from library/busybox
d070b8ef96fc: Pulling fs layer
d070b8ef96fc: Download complete
d070b8ef96fc: Pull complete
Digest: sha256:2107a35b58593c58ec5f4e8f2c4a70d195321078aebfadfbfb223a2ff4a4ed21
Status: Downloaded newer image for busybox:latest
c4734c8d8a6d94420a2dda736285c2b4e5eb1d8b872683059d3f9842752a79c3
+ 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-233-sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp jenkins-ttcn3-nitb-sysinfo-233-sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp jenkins-ttcn3-nitb-sysinfo-233-sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker container stop -t 0 jenkins-ttcn3-nitb-sysinfo-233-sysinfo-helper
jenkins-ttcn3-nitb-sysinfo-233-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
ERROR: Invalid Addresses
javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
	com.sun.mail.smtp.SMTPAddressFailedException: 454 4.7.1 <laforge@gnumonks.org>: Relay access denied

	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1835)
	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1098)
	at javax.mail.Transport.send0(Transport.java:195)
	at javax.mail.Transport.send(Transport.java:124)
	at hudson.tasks.MailSender.run(MailSender.java:131)
	at hudson.tasks.Mailer.perform(Mailer.java:171)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1749)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 454 4.7.1 <laforge@gnumonks.org>: Relay access denied

	at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1733)
	... 15 more
Finished: UNSTABLE