Skip to content
Failed

Console Output

Skipping 219 KB.. Full Log
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at d4b4548 Generate version.h files
+ git rev-parse HEAD
d4b4548589f929d7c888ad213bd601ab2a421d8a
+ cd osmo-hlr
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir osmo-hlr
+ subdir=
+ [ -n  ]
+ autoreconf --install --force
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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 '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:55: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:55: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:55: the top level
configure.ac:70: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:70: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:70: the top level
configure.ac:104: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:104: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:104: the top level
configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:120: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:120: the top level
configure.ac:188: warning: AC_OUTPUT should be used without arguments.
configure.ac:188: You should run autoupdate.
configure.ac:9: installing './compile'
configure.ac:9: installing './config.guess'
configure.ac:9: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
src/Makefile.am:79: warning: source file '$(srcdir)/gsupclient/cni_peer_id.c' is in a subdirectory,
src/Makefile.am:79: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one 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, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/Makefile.am: installing './depcomp'
tests/auc/Makefile.am:39: warning: source file '$(builddir)/auc_ts_55_205_test_sets.c' is in a subdirectory,
tests/auc/Makefile.am:39: but option 'subdir-objects' is disabled
+ ./configure --prefix=/build/deps/install/stow/osmo-hlr --with-systemdsystemunitdir=/build/deps/install/stow/osmo-hlr/lib/systemd/system
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.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 a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) 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 talloc >= 2.0.1... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmoctrl >= 1.11.0... yes
checking for libosmoabis >= 2.0.0... yes
checking for sqlite3... yes
checking for egrep... (cached) /usr/bin/grep -E
checking whether to use talloc for SQLite3... no
checking whether to enable VTY/CTRL tests... no
checking whether to enable mslookup_client_mdns_test... no
CFLAGS="-g -O2 -std=gnu11"
CPPFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating src/Makefile
config.status: creating src/gsupclient/Makefile
config.status: creating src/mslookup/Makefile
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/hlr/Makefile
config.status: creating include/osmocom/mslookup/Makefile
config.status: creating libosmo-gsup-client.pc
config.status: creating libosmo-mslookup.pc
config.status: creating sql/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating contrib/dgsm/Makefile
config.status: creating tests/Makefile
config.status: creating tests/auc/Makefile
config.status: creating tests/auc/gen_ts_55_205_test_sets/Makefile
config.status: creating tests/gsup/Makefile
config.status: creating tests/db/Makefile
config.status: creating tests/db_upgrade/Makefile
config.status: creating tests/mslookup/Makefile
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing tests/atconfig commands
+ [ -n  ]
+ make -j 12 install
echo 1.9.1.1-d4b4 > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/build/deps/osmo-hlr'
Making install in src
make[2]: Entering directory '/build/deps/osmo-hlr/src'
echo "/* DO NOT EDIT THIS FILE. It is generated from files in osmo-hlr.git/sql/ */" > "db_bootstrap.h"
echo "#pragma once" >> "db_bootstrap.h"
echo "static const char * const stmt_bootstrap_sql[] = {" >> "db_bootstrap.h"
cat "../sql/hlr.sql" \
	| sed -f "./db_sql2c.sed" \
	>> "db_bootstrap.h"
echo "};" >> "db_bootstrap.h"
make  install-recursive
make[3]: Entering directory '/build/deps/osmo-hlr/src'
Making install in gsupclient
make[4]: Entering directory '/build/deps/osmo-hlr/src/gsupclient'
  CC       gsup_test_client.o
  CC       cni_peer_id.lo
  CC       gsup_client.lo
  CC       gsup_client_mux.lo
  CC       gsup_req.lo
  CCLD     libosmo-gsup-client.la
  CCLD     gsup-test-client
make[5]: Entering directory '/build/deps/osmo-hlr/src/gsupclient'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmo-gsup-client.la '/build/deps/install/stow/osmo-hlr/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-gsup-client.so.0.2.0 /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.so.0.2.0
libtool: install: (cd /build/deps/install/stow/osmo-hlr/lib && { ln -s -f libosmo-gsup-client.so.0.2.0 libosmo-gsup-client.so.0 || { rm -f libosmo-gsup-client.so.0 && ln -s libosmo-gsup-client.so.0.2.0 libosmo-gsup-client.so.0; }; })
libtool: install: (cd /build/deps/install/stow/osmo-hlr/lib && { ln -s -f libosmo-gsup-client.so.0.2.0 libosmo-gsup-client.so || { rm -f libosmo-gsup-client.so && ln -s libosmo-gsup-client.so.0.2.0 libosmo-gsup-client.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-gsup-client.lai /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.la
libtool: install: /usr/bin/install -c .libs/libosmo-gsup-client.a /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.a
libtool: install: ranlib /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-hlr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/osmo-hlr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/build/deps/osmo-hlr/src/gsupclient'
make[4]: Leaving directory '/build/deps/osmo-hlr/src/gsupclient'
Making install in mslookup
make[4]: Entering directory '/build/deps/osmo-hlr/src/mslookup'
  CC       osmo_mslookup_client-osmo-mslookup-client.o
  CC       mdns.lo
  CC       mdns_msg.lo
  CC       mdns_rfc.lo
  CC       mdns_sock.lo
  CC       mslookup.lo
  CC       mslookup_client.lo
  CC       mslookup_client_fake.lo
  CC       mslookup_client_mdns.lo
  CCLD     libosmo-mslookup.la
  CCLD     osmo-mslookup-client
make[5]: Entering directory '/build/deps/osmo-hlr/src/mslookup'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmo-mslookup.la '/build/deps/install/stow/osmo-hlr/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-mslookup.so.1.0.1 /build/deps/install/stow/osmo-hlr/lib/libosmo-mslookup.so.1.0.1
libtool: install: (cd /build/deps/install/stow/osmo-hlr/lib && { ln -s -f libosmo-mslookup.so.1.0.1 libosmo-mslookup.so.1 || { rm -f libosmo-mslookup.so.1 && ln -s libosmo-mslookup.so.1.0.1 libosmo-mslookup.so.1; }; })
libtool: install: (cd /build/deps/install/stow/osmo-hlr/lib && { ln -s -f libosmo-mslookup.so.1.0.1 libosmo-mslookup.so || { rm -f libosmo-mslookup.so && ln -s libosmo-mslookup.so.1.0.1 libosmo-mslookup.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-mslookup.lai /build/deps/install/stow/osmo-hlr/lib/libosmo-mslookup.la
libtool: install: /usr/bin/install -c .libs/libosmo-mslookup.a /build/deps/install/stow/osmo-hlr/lib/libosmo-mslookup.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-hlr/lib/libosmo-mslookup.a
libtool: install: ranlib /build/deps/install/stow/osmo-hlr/lib/libosmo-mslookup.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-hlr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/osmo-hlr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-mslookup-client '/build/deps/install/stow/osmo-hlr/bin'
libtool: install: /usr/bin/install -c .libs/osmo-mslookup-client /build/deps/install/stow/osmo-hlr/bin/osmo-mslookup-client
make[5]: Leaving directory '/build/deps/osmo-hlr/src/mslookup'
make[4]: Leaving directory '/build/deps/osmo-hlr/src/mslookup'
make[4]: Entering directory '/build/deps/osmo-hlr/src'
  CC       auc.o
  CC       ctrl.o
  CC       db.o
  CC       db_auc.o
  CC       db_hlr.o
  CC       gsup_router.o
  CC       gsup_server.o
  CC       hlr.o
  CC       logging.o
  CC       hlr_vty.o
  CC       rand_urandom.o
  CC       hlr_vty_subscr.o
  CC       gsup_send.o
  CC       hlr_sms.o
gsup_server.c: In function 'osmo_gsup_create_insert_subscriber_data_msg':
gsup_server.c:475:17: note: '#pragma message: FIXME: deal with encoding the following data: gsup.hlr_enc'
  475 |         #pragma message "FIXME: deal with encoding the following data: gsup.hlr_enc"
      |                 ^~~~~~~
  CC       hlr_ussd.o
  CC       proxy.o
  CC       dgsm.o
  CC       lu_fsm.o
  CC       remote_hlr.o
  CC       timestamp.o
  CC       mslookup_server.o
  CC       mslookup_server_mdns.o
  CC       dgsm_vty.o
  CC       hlr_db_tool.o
  CC       dbd_decode_binary.o
  CC       cni_peer_id.o
  CC       osmo-euse-demo.o
  CCLD     osmo-hlr
  CCLD     osmo-hlr-db-tool
  CCLD     osmo-euse-demo
make[5]: Entering directory '/build/deps/osmo-hlr/src'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-hlr osmo-hlr-db-tool osmo-euse-demo '/build/deps/install/stow/osmo-hlr/bin'
libtool: install: /usr/bin/install -c .libs/osmo-hlr /build/deps/install/stow/osmo-hlr/bin/osmo-hlr
libtool: install: /usr/bin/install -c osmo-hlr-db-tool /build/deps/install/stow/osmo-hlr/bin/osmo-hlr-db-tool
libtool: install: /usr/bin/install -c .libs/osmo-euse-demo /build/deps/install/stow/osmo-hlr/bin/osmo-euse-demo
make[5]: Leaving directory '/build/deps/osmo-hlr/src'
make[4]: Leaving directory '/build/deps/osmo-hlr/src'
make[3]: Leaving directory '/build/deps/osmo-hlr/src'
make[2]: Leaving directory '/build/deps/osmo-hlr/src'
Making install in include
make[2]: Entering directory '/build/deps/osmo-hlr/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/osmo-hlr/include/osmocom'
Making install in hlr
make[4]: Entering directory '/build/deps/osmo-hlr/include/osmocom/hlr'
make[5]: Entering directory '/build/deps/osmo-hlr/include/osmocom/hlr'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-hlr/include/osmocom/hlr'
make[4]: Leaving directory '/build/deps/osmo-hlr/include/osmocom/hlr'
Making install in mslookup
make[4]: Entering directory '/build/deps/osmo-hlr/include/osmocom/mslookup'
make[5]: Entering directory '/build/deps/osmo-hlr/include/osmocom/mslookup'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-hlr/include/osmocom/mslookup'
make[4]: Leaving directory '/build/deps/osmo-hlr/include/osmocom/mslookup'
make[4]: Entering directory '/build/deps/osmo-hlr/include/osmocom'
make[5]: Entering directory '/build/deps/osmo-hlr/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-hlr/include/osmocom'
make[4]: Leaving directory '/build/deps/osmo-hlr/include/osmocom'
make[3]: Leaving directory '/build/deps/osmo-hlr/include/osmocom'
make[3]: Entering directory '/build/deps/osmo-hlr/include'
  GEN      osmocom/gsupclient/version.h
  GEN      osmocom/mslookup/version.h
  GEN      osmocom/gsupclient/version.h
  GEN      osmocom/mslookup/version.h
make[4]: Entering directory '/build/deps/osmo-hlr/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/include'
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/include/osmocom/mslookup'
 /usr/bin/install -c -m 644  osmocom/mslookup/mdns.h osmocom/mslookup/mdns_sock.h osmocom/mslookup/mslookup_client_fake.h osmocom/mslookup/mslookup_client.h osmocom/mslookup/mslookup_client_mdns.h osmocom/mslookup/mslookup.h osmocom/mslookup/version.h '/build/deps/install/stow/osmo-hlr/include/osmocom/mslookup'
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/include/osmocom/gsupclient'
 /usr/bin/install -c -m 644  osmocom/gsupclient/cni_peer_id.h osmocom/gsupclient/gsup_client.h osmocom/gsupclient/gsup_client_mux.h osmocom/gsupclient/gsup_req.h osmocom/gsupclient/version.h '/build/deps/install/stow/osmo-hlr/include/osmocom/gsupclient'
make[4]: Leaving directory '/build/deps/osmo-hlr/include'
make[3]: Leaving directory '/build/deps/osmo-hlr/include'
make[2]: Leaving directory '/build/deps/osmo-hlr/include'
Making install in doc
make[2]: Entering directory '/build/deps/osmo-hlr/doc'
Making install in examples
make[3]: Entering directory '/build/deps/osmo-hlr/doc/examples'
make[4]: Entering directory '/build/deps/osmo-hlr/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-hlr.cfg '/build/deps/install/stow/osmo-hlr/etc/osmocom'
make  install-data-hook
make[5]: Entering directory '/build/deps/osmo-hlr/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
	j="/build/deps/install/stow/osmo-hlr/share/doc/osmo-hlr/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ./$f $j; \
done
make[5]: Leaving directory '/build/deps/osmo-hlr/doc/examples'
make[4]: Leaving directory '/build/deps/osmo-hlr/doc/examples'
make[3]: Leaving directory '/build/deps/osmo-hlr/doc/examples'
Making install in manuals
make[3]: Entering directory '/build/deps/osmo-hlr/doc/manuals'
make[4]: Entering directory '/build/deps/osmo-hlr/doc/manuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-hlr/doc/manuals'
make[3]: Leaving directory '/build/deps/osmo-hlr/doc/manuals'
make[3]: Entering directory '/build/deps/osmo-hlr/doc'
make[4]: Entering directory '/build/deps/osmo-hlr/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 '/build/deps/osmo-hlr/doc'
make[3]: Leaving directory '/build/deps/osmo-hlr/doc'
make[2]: Leaving directory '/build/deps/osmo-hlr/doc'
Making install in sql
make[2]: Entering directory '/build/deps/osmo-hlr/sql'
make[3]: Entering directory '/build/deps/osmo-hlr/sql'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p /build/deps/install/stow/osmo-hlr/var/lib/osmocom
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/share/doc/osmo-hlr/sql'
 /usr/bin/install -c -m 644 ./hlr.sql ./hlr_data.sql '/build/deps/install/stow/osmo-hlr/share/doc/osmo-hlr/sql'
make[3]: Leaving directory '/build/deps/osmo-hlr/sql'
make[2]: Leaving directory '/build/deps/osmo-hlr/sql'
Making install in contrib
make[2]: Entering directory '/build/deps/osmo-hlr/contrib'
Making install in systemd
make[3]: Entering directory '/build/deps/osmo-hlr/contrib/systemd'
make[4]: Entering directory '/build/deps/osmo-hlr/contrib/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/lib/systemd/system'
 /usr/bin/install -c -m 644 osmo-hlr.service '/build/deps/install/stow/osmo-hlr/lib/systemd/system'
make[4]: Leaving directory '/build/deps/osmo-hlr/contrib/systemd'
make[3]: Leaving directory '/build/deps/osmo-hlr/contrib/systemd'
Making install in dgsm
make[3]: Entering directory '/build/deps/osmo-hlr/contrib/dgsm'
make[4]: Entering directory '/build/deps/osmo-hlr/contrib/dgsm'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-hlr/contrib/dgsm'
make[3]: Leaving directory '/build/deps/osmo-hlr/contrib/dgsm'
make[3]: Entering directory '/build/deps/osmo-hlr/contrib'
make[4]: Entering directory '/build/deps/osmo-hlr/contrib'
make[4]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[5]: Entering directory '/build/deps/osmo-hlr/contrib'
install -Dm755 ./osmo-hlr-post-upgrade.sh \
	-t /build/deps/install/stow/osmo-hlr/share/osmocom/
make[5]: Leaving directory '/build/deps/osmo-hlr/contrib'
make[4]: Leaving directory '/build/deps/osmo-hlr/contrib'
make[3]: Leaving directory '/build/deps/osmo-hlr/contrib'
make[2]: Leaving directory '/build/deps/osmo-hlr/contrib'
Making install in tests
make[2]: Entering directory '/build/deps/osmo-hlr/tests'
Making install in auc
make[3]: Entering directory '/build/deps/osmo-hlr/tests/auc'
Making install in gen_ts_55_205_test_sets
make[4]: Entering directory '/build/deps/osmo-hlr/tests/auc/gen_ts_55_205_test_sets'
make[5]: Entering directory '/build/deps/osmo-hlr/tests/auc/gen_ts_55_205_test_sets'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-hlr/tests/auc/gen_ts_55_205_test_sets'
make[4]: Leaving directory '/build/deps/osmo-hlr/tests/auc/gen_ts_55_205_test_sets'
make[4]: Entering directory '/build/deps/osmo-hlr/tests/auc'
make[5]: Entering directory '/build/deps/osmo-hlr/tests/auc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-hlr/tests/auc'
make[4]: Leaving directory '/build/deps/osmo-hlr/tests/auc'
make[3]: Leaving directory '/build/deps/osmo-hlr/tests/auc'
Making install in db
make[3]: Entering directory '/build/deps/osmo-hlr/tests/db'
make[4]: Entering directory '/build/deps/osmo-hlr/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 '/build/deps/osmo-hlr/tests/db'
make[3]: Leaving directory '/build/deps/osmo-hlr/tests/db'
Making install in gsup
make[3]: Entering directory '/build/deps/osmo-hlr/tests/gsup'
make[4]: Entering directory '/build/deps/osmo-hlr/tests/gsup'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-hlr/tests/gsup'
make[3]: Leaving directory '/build/deps/osmo-hlr/tests/gsup'
Making install in db_upgrade
make[3]: Entering directory '/build/deps/osmo-hlr/tests/db_upgrade'
make[4]: Entering directory '/build/deps/osmo-hlr/tests/db_upgrade'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-hlr/tests/db_upgrade'
make[3]: Leaving directory '/build/deps/osmo-hlr/tests/db_upgrade'
Making install in mslookup
make[3]: Entering directory '/build/deps/osmo-hlr/tests/mslookup'
make[4]: Entering directory '/build/deps/osmo-hlr/tests/mslookup'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-hlr/tests/mslookup'
make[3]: Leaving directory '/build/deps/osmo-hlr/tests/mslookup'
make[3]: Entering directory '/build/deps/osmo-hlr/tests'
make[4]: Entering directory '/build/deps/osmo-hlr/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 '/build/deps/osmo-hlr/tests'
make[3]: Leaving directory '/build/deps/osmo-hlr/tests'
make[2]: Leaving directory '/build/deps/osmo-hlr/tests'
make[2]: Entering directory '/build/deps/osmo-hlr'
make[3]: Entering directory '/build/deps/osmo-hlr'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-gsup-client.pc libosmo-mslookup.pc '/build/deps/install/stow/osmo-hlr/lib/pkgconfig'
make[3]: Leaving directory '/build/deps/osmo-hlr'
make[2]: Leaving directory '/build/deps/osmo-hlr'
make[1]: Leaving directory '/build/deps/osmo-hlr'
+ STOW_DIR=/build/deps/install/stow stow --restow osmo-hlr
+ '[' x--disable-iu = x--enable-iu ']'
+ CONFIG=
+ '[' 0 = 1 ']'
+ set +x



 =============================== osmo-msc ===============================

+ cd /build
+ autoreconf --install --force
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_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:117: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:117: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:117: the top level
configure.ac:154: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:154: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:154: the top level
configure.ac:230: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:230: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:230: the top level
configure.ac:232: warning: AC_OUTPUT should be used without arguments.
configure.ac:232: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
doc/sequence_charts/Makefile.am:26: warning: '%'-style pattern rules are a GNU make extension
doc/sequence_charts/Makefile.am:29: warning: '%'-style pattern rules are a GNU make extension
src/libmsc/Makefile.am: installing './depcomp'
tests/db_sms/Makefile.am:36: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/db_sms/Makefile.am:36: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one 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, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
tests/msc_vlr/Makefile.am:119: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:119: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:149: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:149: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:101: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:101: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:107: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:107: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:125: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:125: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:131: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:131: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:137: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:137: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:95: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:95: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:143: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:143: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:155: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:155: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:161: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:161: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:113: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:113: but option 'subdir-objects' is disabled
tests/sms_queue/Makefile.am:36: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/sms_queue/Makefile.am:36: but option 'subdir-objects' is disabled
+ ./configure --enable-sanitize --enable-werror --enable-smpp --disable-iu --enable-external-tests
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
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 a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.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 sqlite3... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmoctrl >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmoabis >= 2.0.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for libosmo-sigtran >= 2.1.0... yes
checking for libosmo-mgcp-client >= 1.14.0... yes
checking for libosmo-gsup-client >= 1.9.0... yes
checking for timegm... yes
checking for library containing sctp_send... -lsctp
checking for libsmpp34 >= 1.14.0... yes
checking whether to enable code coverage support... no
checking whether struct tm has tm_gmtoff member... yes
checking for python... no
checking for python2... no
checking for python3... /usr/bin/python3
checking for python version... 3.11
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for osmotestvty.py... yes
checking whether to enable VTY/CTRL tests... yes
CFLAGS=" -std=gnu11 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/msc/Makefile
config.status: creating include/osmocom/smpp/Makefile
config.status: creating include/osmocom/vlr/Makefile
config.status: creating src/Makefile
config.status: creating src/libmsc/Makefile
config.status: creating src/libvlr/Makefile
config.status: creating src/libsmpputil/Makefile
config.status: creating src/osmo-msc/Makefile
config.status: creating src/utils/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/smpp/Makefile
config.status: creating tests/db_sms/Makefile
config.status: creating tests/sms_queue/Makefile
config.status: creating tests/msc_vlr/Makefile
config.status: creating tests/sdp_msg/Makefile
config.status: creating tests/mncc/Makefile
config.status: creating tests/csd/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating doc/sequence_charts/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j 12
echo 1.14.0.10-e4d16 > .version-t && mv .version-t .version
make  all-recursive
make[1]: Entering directory '/build'
Making all in include
make[2]: Entering directory '/build/include'
Making all in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making all in msc
make[4]: Entering directory '/build/include/osmocom/msc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/msc'
Making all in smpp
make[4]: Entering directory '/build/include/osmocom/smpp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/smpp'
Making all in vlr
make[4]: Entering directory '/build/include/osmocom/vlr'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/vlr'
make[4]: Entering directory '/build/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/include/osmocom'
make[3]: Leaving directory '/build/include/osmocom'
make[3]: Entering directory '/build/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/include'
make[2]: Leaving directory '/build/include'
Making all in src
make[2]: Entering directory '/build/src'
Making all in libvlr
make[3]: Entering directory '/build/src/libvlr'
  CC       vlr.o
  CC       vlr_access_req_fsm.o
  CC       vlr_auth_fsm.o
  CC       vlr_lu_fsm.o
  CC       vlr_sgs.o
  CC       vlr_sgs_fsm.o
  AR       libvlr.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/src/libvlr'
Making all in libmsc
make[3]: Entering directory '/build/src/libmsc'
  CC       call_leg.o
  CC       cell_id_list.o
  CC       codec_filter.o
  CC       codec_mapping.o
  CC       csd_bs.o
  CC       csd_filter.o
  CC       sccp_ran.o
  CC       msc_vty.o
  CC       db.o
  CC       gsm_04_08.o
  CC       e_link.o
  CC       gsm_04_08_cc.o
  CC       gsm_04_11_gsup.o
  CC       gsm_04_11.o
  CC       gsm_04_14.o
  CC       gsm_09_11.o
  CC       gsm_04_80.o
  CC       mncc.o
  CC       mncc_builtin.o
  CC       mncc_sock.o
  CC       mncc_call.o
  CC       msub.o
  CC       msc_a.o
  CC       msc_a_remote.o
  CC       msc_i.o
  CC       msc_i_remote.o
  CC       msc_t.o
  CC       msc_t_remote.o
  CC       msc_ho.o
  CC       msc_vgcs.o
  CC       neighbor_ident.o
  CC       neighbor_ident_vty.o
  CC       paging.o
  CC       ran_conn.o
  CC       ran_infra.o
  CC       ran_msg.o
  CC       ran_msg_a.o
  CC       ran_peer.o
  CC       rrlp.o
  CC       rtp_stream.o
  CC       sdp_msg.o
  CC       silent_call.o
  CC       sms_queue.o
  CC       smsc_vty.o
rtp_stream.c: In function 'rtp_stream_do_mgcp_verb':
rtp_stream.c:332:25: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
  332 |                         verb_info.codecs[i] = m->mgcp;
      |                         ^~~~~~~~~
In file included from /build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h:4,
                 from rtp_stream.c:25:
/build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
   33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
      |                          ^~~~~~
rtp_stream.c:338:25: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations]
  338 |                         verb_info.codecs_len = i;
      |                         ^~~~~~~~~
/build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here
   35 |         unsigned int codecs_len
      |                      ^~~~~~~~~~
  CC       transaction.o
  CC       transaction_cc.o
  CC       msc_net_init.o
  CC       ctrl_commands.o
  CC       sgs_iface.o
  CC       sgs_server.o
  CC       sgs_vty.o
  CC       asci_gcr.o
  CC       asci_vty.o
  AR       libmsc.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/src/libmsc'
Making all in libsmpputil
make[3]: Entering directory '/build/src/libsmpputil'
  CC       smpp_utils.o
  CC       smpp_vty.o
  CC       smpp_msc.o
  CC       smpp_smsc.o
smpp_msc.c: In function 'submit_to_sms':
smpp_msc.c:212:2: warning: #warning Implement reply path [-Wcpp]
  212 | #warning Implement reply path
      |  ^~~~~~~
  AR       libsmpputil.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/src/libsmpputil'
Making all in utils
make[3]: Entering directory '/build/src/utils'
  CC       smpp_mirror-smpp_mirror.o
  CCLD     smpp_mirror
make[3]: Leaving directory '/build/src/utils'
Making all in osmo-msc
make[3]: Entering directory '/build/src/osmo-msc'
  CC       msc_main.o
  CCLD     osmo-msc
make[3]: Leaving directory '/build/src/osmo-msc'
make[3]: Entering directory '/build/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/src'
make[2]: Leaving directory '/build/src'
Making all in doc
make[2]: Entering directory '/build/doc'
Making all in examples
make[3]: Entering directory '/build/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/doc/examples'
Making all in manuals
make[3]: Entering directory '/build/doc/manuals'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/doc/manuals'
Making all in sequence_charts
make[3]: Entering directory '/build/doc/sequence_charts'
echo "built only on manual invocation, needs mscgen and dot (graphviz) programs: invoke 'make charts'"
built only on manual invocation, needs mscgen and dot (graphviz) programs: invoke 'make charts'
make[3]: Leaving directory '/build/doc/sequence_charts'
make[3]: Entering directory '/build/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
Making all in contrib
make[2]: Entering directory '/build/contrib'
Making all in systemd
make[3]: Entering directory '/build/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/contrib/systemd'
make[3]: Entering directory '/build/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/contrib'
make[2]: Leaving directory '/build/contrib'
Making all in tests
make[2]: Entering directory '/build/tests'
Making all in sms_queue
make[3]: Entering directory '/build/tests/sms_queue'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/sms_queue'
Making all in msc_vlr
make[3]: Entering directory '/build/tests/msc_vlr'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/msc_vlr'
Making all in db_sms
make[3]: Entering directory '/build/tests/db_sms'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/db_sms'
Making all in sdp_msg
make[3]: Entering directory '/build/tests/sdp_msg'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/sdp_msg'
Making all in mncc
make[3]: Entering directory '/build/tests/mncc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/mncc'
Making all in csd
make[3]: Entering directory '/build/tests/csd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/csd'
Making all in smpp
make[3]: Entering directory '/build/tests/smpp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/smpp'
make[3]: Entering directory '/build/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/tests'
make[2]: Leaving directory '/build/tests'
make[2]: Entering directory '/build'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ LD_LIBRARY_PATH=/build/deps/install/lib
+ make check
make  check-recursive
make[1]: Entering directory '/build'
Making check in include
make[2]: Entering directory '/build/include'
Making check in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making check in msc
make[4]: Entering directory '/build/include/osmocom/msc'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/include/osmocom/msc'
Making check in smpp
make[4]: Entering directory '/build/include/osmocom/smpp'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/include/osmocom/smpp'
Making check in vlr
make[4]: Entering directory '/build/include/osmocom/vlr'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/include/osmocom/vlr'
make[4]: Entering directory '/build/include/osmocom'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/include/osmocom'
make[3]: Leaving directory '/build/include/osmocom'
make[3]: Entering directory '/build/include'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/include'
make[2]: Leaving directory '/build/include'
Making check in src
make[2]: Entering directory '/build/src'
Making check in libvlr
make[3]: Entering directory '/build/src/libvlr'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/libvlr'
Making check in libmsc
make[3]: Entering directory '/build/src/libmsc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/libmsc'
Making check in libsmpputil
make[3]: Entering directory '/build/src/libsmpputil'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/libsmpputil'
Making check in utils
make[3]: Entering directory '/build/src/utils'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/utils'
Making check in osmo-msc
make[3]: Entering directory '/build/src/osmo-msc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/osmo-msc'
make[3]: Entering directory '/build/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/src'
make[2]: Leaving directory '/build/src'
Making check in doc
make[2]: Entering directory '/build/doc'
Making check in examples
make[3]: Entering directory '/build/doc/examples'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/doc/examples'
Making check in manuals
make[3]: Entering directory '/build/doc/manuals'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/doc/manuals'
Making check in sequence_charts
make[3]: Entering directory '/build/doc/sequence_charts'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/doc/sequence_charts'
make[3]: Entering directory '/build/doc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
Making check in contrib
make[2]: Entering directory '/build/contrib'
Making check in systemd
make[3]: Entering directory '/build/contrib/systemd'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/contrib/systemd'
make[3]: Entering directory '/build/contrib'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/contrib'
make[2]: Leaving directory '/build/contrib'
Making check in tests
make[2]: Entering directory '/build/tests'
Making check in sms_queue
make[3]: Entering directory '/build/tests/sms_queue'
make  sms_queue_test
make[4]: Entering directory '/build/tests/sms_queue'
  CC       sms_queue_test.o
  CC       stubs.o
  CCLD     sms_queue_test
make[4]: Leaving directory '/build/tests/sms_queue'
make[3]: Leaving directory '/build/tests/sms_queue'
Making check in msc_vlr
make[3]: Entering directory '/build/tests/msc_vlr'
make  msc_vlr_test_no_authen msc_vlr_test_gsm_authen msc_vlr_test_gsm_ciph msc_vlr_test_umts_authen msc_vlr_test_authen_reuse msc_vlr_test_hlr_reject msc_vlr_test_hlr_timeout msc_vlr_test_ms_timeout msc_vlr_test_reject_concurrency msc_vlr_test_call msc_vlr_test_rest msc_vlr_test_ss
make[4]: Entering directory '/build/tests/msc_vlr'
  CC       msc_vlr_test_no_authen.o
  CC       msc_vlr_tests.o
  CC       stubs.o
  CCLD     msc_vlr_test_no_authen
  CC       msc_vlr_test_gsm_authen.o
  CCLD     msc_vlr_test_gsm_authen
  CC       msc_vlr_test_gsm_ciph.o
  CCLD     msc_vlr_test_gsm_ciph
  CC       msc_vlr_test_umts_authen.o
  CCLD     msc_vlr_test_umts_authen
  CC       msc_vlr_test_authen_reuse.o
  CCLD     msc_vlr_test_authen_reuse
  CC       msc_vlr_test_hlr_reject.o
  CCLD     msc_vlr_test_hlr_reject
  CC       msc_vlr_test_hlr_timeout.o
  CCLD     msc_vlr_test_hlr_timeout
  CC       msc_vlr_test_ms_timeout.o
  CCLD     msc_vlr_test_ms_timeout
  CC       msc_vlr_test_reject_concurrency.o
  CCLD     msc_vlr_test_reject_concurrency
  CC       msc_vlr_test_call.o
  CCLD     msc_vlr_test_call
  CC       msc_vlr_test_rest.o
  CCLD     msc_vlr_test_rest
  CC       msc_vlr_test_ss.o
  CCLD     msc_vlr_test_ss
make[4]: Leaving directory '/build/tests/msc_vlr'
make[3]: Leaving directory '/build/tests/msc_vlr'
Making check in db_sms
make[3]: Entering directory '/build/tests/db_sms'
make  db_sms_test
make[4]: Entering directory '/build/tests/db_sms'
  CC       db_sms_test.o
  CC       stubs.o
  CCLD     db_sms_test
make[4]: Leaving directory '/build/tests/db_sms'
make[3]: Leaving directory '/build/tests/db_sms'
Making check in sdp_msg
make[3]: Entering directory '/build/tests/sdp_msg'
make  sdp_msg_test
make[4]: Entering directory '/build/tests/sdp_msg'
  CC       sdp_msg_test.o
  CCLD     sdp_msg_test
make[4]: Leaving directory '/build/tests/sdp_msg'
make[3]: Leaving directory '/build/tests/sdp_msg'
Making check in mncc
make[3]: Entering directory '/build/tests/mncc'
make  mncc_test
make[4]: Entering directory '/build/tests/mncc'
  CC       mncc_test.o
  CCLD     mncc_test
make[4]: Leaving directory '/build/tests/mncc'
make[3]: Leaving directory '/build/tests/mncc'
Making check in csd
make[3]: Entering directory '/build/tests/csd'
make  csd_test
make[4]: Entering directory '/build/tests/csd'
  CC       csd_test.o
  CCLD     csd_test
make[4]: Leaving directory '/build/tests/csd'
make[3]: Leaving directory '/build/tests/csd'
Making check in smpp
make[3]: Entering directory '/build/tests/smpp'
make  smpp_test
make[4]: Entering directory '/build/tests/smpp'
  CC       smpp_test.o
  CCLD     smpp_test
make[4]: Leaving directory '/build/tests/smpp'
make[3]: Leaving directory '/build/tests/smpp'
make[3]: Entering directory '/build/tests'
make  check-local
make[4]: Entering directory '/build/tests'
:;{ \
               echo '# Signature of the current package.' && \
               echo 'm4_define([AT_PACKAGE_NAME],' && \
               echo '  [osmo-msc])' && \
               echo 'm4_define([AT_PACKAGE_TARNAME],' && \
               echo '  [osmo-msc])' && \
               echo 'm4_define([AT_PACKAGE_VERSION],' && \
               echo '  [1.14.0.10-e4d16])' && \
               echo 'm4_define([AT_PACKAGE_STRING],' && \
               echo '  [osmo-msc 1.14.0.10-e4d16])' && \
               echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \
               echo '  [openbsc@lists.osmocom.org])'; \
               echo 'm4_define([AT_PACKAGE_URL],' && \
               echo '  [])'; \
             } >'./package.m4'
/bin/bash ../missing --run autom4te --language=autotest -I '.' -o testsuite.tmp testsuite.at
mv testsuite.tmp testsuite
/bin/bash './testsuite' 
## ------------------------------------ ##
## osmo-msc 1.14.0.10-e4d16 test suite. ##
## ------------------------------------ ##

Regression tests.

  1: smpp                                            ok
  2: sms_queue_test                                  ok
  3: db_sms_test                                     ok
  4: msc_vlr_test_no_authen                          ok
  5: msc_vlr_test_gsm_authen                         ok
  6: msc_vlr_test_gsm_ciph                           ok
  7: msc_vlr_test_umts_authen                        ok
  8: msc_vlr_test_authen_reuse                       ok
  9: msc_vlr_test_hlr_reject                         ok
 10: msc_vlr_test_hlr_timeout                        ok
 11: msc_vlr_test_ms_timeout                         ok
 12: msc_vlr_test_reject_concurrency                 ok
 13: msc_vlr_test_call                               ok
 14: msc_vlr_test_rest                               ok
 15: msc_vlr_test_ss                                 ok
 16: sdp_msg_test                                    ok
 17: mncc_test                                       ok
 18: csd_test                                        ok

## ------------- ##
## Test results. ##
## ------------- ##

All 18 tests were successful.
make  python-tests
make[5]: Entering directory '/build/tests'
make vty-test
make[6]: Entering directory '/build/tests'
make vty-python-test
make[7]: Entering directory '/build/tests'
IU=0 osmotestvty.py -p /build -w /build -v
test_history (__main__.TestVTY.test_history) ... confpath /build, workdir /build
Running tests for specific VTY commands
Launch: ./src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg from /build
Opening /dev/null
Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64211/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
l-wx------ 1 build build 64 Sep 17 12:42 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64211 58.3  0.0  27952 23308 ?        S    12:42   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build -w /build -v
build      64212  0.0  0.0 21474908004 35424 ?   R    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg
build      64219  0.0  0.0   2584   948 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64221  0.0  0.0   3708  1824 ?        S    12:42   0:00 grep osmo

ok
test_terminal_length (__main__.TestVTY.test_terminal_length) ... Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33612), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33612), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
Launch: ./src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg from /build
Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64211/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
l-wx------ 1 build build 64 Sep 17 12:42 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64211  4.3  0.0  27952 23076 ?        S    12:42   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build -w /build -v
build      64223 20.0  0.0 21474908036 36416 ?   S    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg
build      64230  0.0  0.0   2584   880 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64232  0.0  0.0   3708  1880 ?        S    12:42   0:00 grep osmo

ok
test_unknown_command (__main__.TestVTY.test_unknown_command) ... Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33622), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33622), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
Launch: ./src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg from /build
Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64211/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
l-wx------ 1 build build 64 Sep 17 12:42 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64211  2.2  0.0  27952 23076 ?        S    12:42   0:00 /usr/bin/python3 /usr/local/bin/osmotestvty.py -p /build -w /build -v
build      64234 25.0  0.0 21474908036 36364 ?   S    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg
build      64241  0.0  0.0   2584   916 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64243  0.0  0.0   3708  1808 ?        S    12:42   0:00 grep osmo

ok

----------------------------------------------------------------------
Ran 3 tests in 4.405s

OK
Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33638), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33638), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
IU=0 osmotestconfig.py -p /build -w /build -v
Warning: doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg is not being tested
Warning: doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg is not being tested
Verifying src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg, test verify_doc
Opening /dev/null
Launching: PWD=/build 'src/osmo-msc/osmo-msc' '-c' '/build/doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64245/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
l-wx------ 1 build build 64 Sep 17 12:42 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64245 66.6  0.0  28048 23592 ?        S    12:42   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build -w /build -v
build      64246 33.3  0.0 21474908036 35784 ?   R    12:42   0:00 src/osmo-msc/osmo-msc -c /build/doc/examples/osmo-msc/osmo-msc.cfg
build      64253  0.0  0.0   2584   952 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64255  0.0  0.0   3708  1852 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33646), raddr=('127.0.0.1', 4254)> (1 sockets open)
Terminating took 0.897s
Process returned code: 0
Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33646), raddr=('127.0.0.1', 4254)> (0 sockets open)
Verifying src/osmo-msc/osmo-msc -c /build/writtenconfig/osmo-msc.cfgwoef8f1y, test write_config
Launching: PWD=/build 'src/osmo-msc/osmo-msc' '-c' '/build/writtenconfig/osmo-msc.cfgwoef8f1y'

> ls -l /proc/64245/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
l-wx------ 1 build build 64 Sep 17 12:42 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64245  5.6  0.0  28076 23928 ?        S    12:42   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build -w /build -v
build      64257 25.0  0.0 21474908036 36376 ?   S    12:42   0:00 src/osmo-msc/osmo-msc -c /build/writtenconfig/osmo-msc.cfgwoef8f1y
build      64264  0.0  0.0   2584   944 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64266  0.0  0.0   3708  1876 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40202), raddr=('127.0.0.1', 4254)> (1 sockets open)
Terminating took 0.897s
Process returned code: 0
Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40202), raddr=('127.0.0.1', 4254)> (0 sockets open)
Verifying src/osmo-msc/osmo-msc -c /build/writtenconfig/osmo-msc.cfgwoef8f1y, test token_vty_command
Launching: PWD=/build 'src/osmo-msc/osmo-msc' '-c' '/build/writtenconfig/osmo-msc.cfgwoef8f1y'

> ls -l /proc/64245/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
l-wx------ 1 build build 64 Sep 17 12:42 3 -> /dev/null


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64245  2.9  0.0  28076 23928 ?        S    12:42   0:00 /usr/bin/python3 /usr/local/bin/osmotestconfig.py -p /build -w /build -v
build      64268 20.0  0.0 21474908036 35644 ?   R    12:42   0:00 src/osmo-msc/osmo-msc -c /build/writtenconfig/osmo-msc.cfgwoef8f1y
build      64275  0.0  0.0   2584   900 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64277  0.0  0.0   3708  1860 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40218), raddr=('127.0.0.1', 4254)> (1 sockets open)
Terminating took 0.897s
Process returned code: 0
Socket: closing 127.0.0.1:4254 <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 40218), raddr=('127.0.0.1', 4254)> (0 sockets open)
./vty_test_runner.py -w /build -v
confpath /build/tests/.., workdir /build
Running tests for specific VTY commands
testConfigNetworkTree (__main__.TestVTYMSC.testConfigNetworkTree) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64279/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
lrwx------ 1 build build 64 Sep 17 12:42 3 -> /tmp/tmprbxfm_lu (deleted)
lrwx------ 1 build build 64 Sep 17 12:42 4 -> /tmp/tmp49elgtlf (deleted)


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64280  0.0  0.0 21474908036 35444 ?   D    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build      64287  0.0  0.0   2584   896 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64289  0.0  0.0   3708  1876 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40224), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40224), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.475s
Process returned code: 0
ok
testEnableDisablePeriodicLU (__main__.TestVTYMSC.testEnableDisablePeriodicLU) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64279/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
lrwx------ 1 build build 64 Sep 17 12:42 3 -> /tmp/tmpqcoigaam (deleted)
lrwx------ 1 build build 64 Sep 17 12:42 4 -> /tmp/tmpv5y2vmi7 (deleted)


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64291  0.0  0.0 21474908036 35148 ?   D    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build      64298  0.0  0.0   2584   900 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64300  0.0  0.0   3708  1804 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40240), raddr=('127.0.0.1', 4254)> (1 sockets open)
Rec: ["% 'periodic location update' is now deprecated. Use 'msc' / 'timer vlr T3212' to change subscriber expiration timeout.", '% Setting T3212 to 121 minutes (emulating the old behaviour).']
Exp: ["% 'periodic location update' is now deprecated: use 'timer T3212' to change subscriber expiration timeout.", '% Setting T3212 to 121 minutes (emulating the old behaviour).']
Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40240), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testShowNetwork (__main__.TestVTYMSC.testShowNetwork) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64279/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
lrwx------ 1 build build 64 Sep 17 12:42 3 -> /tmp/tmp2o55iogi (deleted)
lrwx------ 1 build build 64 Sep 17 12:42 4 -> /tmp/tmpywqqa0tu (deleted)


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64302 25.0  0.0 21474908036 36004 ?   S    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build      64309  0.0  0.0   2584   916 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64311  0.0  0.0   3708  1808 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40254), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40254), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testSi2Q (__main__.TestVTYMSC.testSi2Q) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64279/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
lrwx------ 1 build build 64 Sep 17 12:42 3 -> /tmp/tmppqhfxgo7 (deleted)
lrwx------ 1 build build 64 Sep 17 12:42 4 -> /tmp/tmp557al_f3 (deleted)


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64313  0.0  0.0 21474908036 36188 ?   S    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build      64320  0.0  0.0   2584   936 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64322  0.0  0.0   3708  1976 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40268), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40268), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testSmppFirst (__main__.TestVTYMSC.testSmppFirst) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64279/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
lrwx------ 1 build build 64 Sep 17 12:42 3 -> /tmp/tmphlkz31rg (deleted)
lrwx------ 1 build build 64 Sep 17 12:42 4 -> /tmp/tmp8987i7xd (deleted)


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64324  0.0  0.0 21474908036 35324 ?   D    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build      64331  0.0  0.0   2584   920 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64333  0.0  0.0   3708  1820 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40276), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 40276), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok
testVtyTree (__main__.TestVTYMSC.testVtyTree) ... Launching: PWD=/build './src/osmo-msc/osmo-msc' '-c' '/build/tests/../doc/examples/osmo-msc/osmo-msc.cfg'

> ls -l /proc/64279/fd
total 0
lr-x------ 1 build build 64 Sep 17 12:42 0 -> pipe:[4029099176]
l-wx------ 1 build build 64 Sep 17 12:42 1 -> pipe:[4029099177]
l-wx------ 1 build build 64 Sep 17 12:42 2 -> pipe:[4029099178]
lrwx------ 1 build build 64 Sep 17 12:42 3 -> /tmp/tmpxwej89sw (deleted)
lrwx------ 1 build build 64 Sep 17 12:42 4 -> /tmp/tmpb9weyv0p (deleted)


> ss -tn
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess


> ss -tln
State  Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0      10         127.0.0.1:4255      0.0.0.0:*          
LISTEN 0      10         127.0.0.1:4254      0.0.0.0:*          
LISTEN 0      10           0.0.0.0:2775      0.0.0.0:*          


> ps xua | grep osmo
build      64335  0.0  0.0 21474908036 36072 ?   S    12:42   0:00 ./src/osmo-msc/osmo-msc -c /build/tests/../doc/examples/osmo-msc/osmo-msc.cfg
build      64342  0.0  0.0   2584   940 ?        S    12:42   0:00 /bin/sh -c ps xua | grep osmo
build      64344  0.0  0.0   3708  1764 ?        S    12:42   0:00 grep osmo

Socket: in 1 tries, connected to 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 51616), raddr=('127.0.0.1', 4254)> (1 sockets open)
Socket: closing 127.0.0.1:4254 <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 51616), raddr=('127.0.0.1', 4254)> (0 sockets open)
Terminating took 0.897s
Process returned code: 0
ok

----------------------------------------------------------------------
Ran 6 tests in 8.513s

OK
rm -f ../sms.db*
make[7]: Leaving directory '/build/tests'
make vty-transcript-test
make[7]: Entering directory '/build/tests'
osmo_verify_transcript_vty.py -v \
	-n OsmoMSC -p 4254 \
	-r "../src/osmo-msc/osmo-msc -c ../doc/examples/osmo-msc/osmo-msc.cfg" \
	 ./*.vty
DLGLOBAL NOTICE Available via telnet 127.0.0.1 4254 (telnet_interface.c:88)
DSMPP NOTICE SMPP at 0.0.0.0 2775 (smpp_smsc.c:990)
DLCTRL NOTICE CTRL at 127.0.0.1 4255 (control_if.c:1026)
DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:77)
DDB NOTICE Init database connection to 'sms.db' using SQLite3 lib version 3.40.1 (db.c:521)
DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:944)
DMSC NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). (msc_main.c:576)
DLSCCP NOTICE OsmoMSC-A: Creating SS7 instance (sccp_instance.c:617)
DLSCCP NOTICE OsmoMSC-A: Using SS7 instance 0, pc:0.23.1 (sccp_instance.c:644)
DLSCCP NOTICE OsmoMSC-A: Creating AS instance (sccp_instance.c:651)
DLSCCP NOTICE OsmoMSC-A: Using AS instance as-clnt-OsmoMSC-A (sccp_instance.c:662)
DLSCCP NOTICE OsmoMSC-A: Creating default route (sccp_instance.c:668)
DLSCCP NOTICE OsmoMSC-A: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A (sccp_instance.c:706)
DLSCCP NOTICE OsmoMSC-A: Using ASP instance asp-clnt-OsmoMSC-A (sccp_instance.c:773)
DLSS7 NOTICE 0: Creating SCCP instance (ss7_instance.c:159)
DSGS NOTICE SGs socket bound to r=NULL<->l=0.0.0.0:29118 (sgs_server.c:186)
DMSC NOTICE A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) (msc_main.c:790)
DLINP ERROR CLICONN(asp-clnt-OsmoMSC-A,){CONNECTING} connect failed (-111) (stream_cli.c:424)
Launching: cd '/build/tests'; ../src/osmo-msc/osmo-msc -c ../doc/examples/osmo-msc/osmo-msc.cfg
OsmoMSC> enable

OsmoMSC# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  disable
  configure [terminal]
  copy running-config startup-config
  shutdown
  show startup-config
  show version
  show online-help
  terminal length <0-512>
  terminal no length
  who
  show history
  terminal monitor
  terminal no monitor
  show runtime
  show cs7 instance <0-15> users
  show cs7 (sua|m3ua|ipa) [<0-65534>]
  show cs7 (sua|m3ua|ipa) (sctp|tcp) [<0-65534>]
  show cs7 config
  cs7 instance <0-15> asp NAME disconnect
  cs7 instance <0-15> asp NAME audit point-code POINT_CODE
  show cs7 instance <0-15> asp
  show cs7 instance <0-15> asp name ASP_NAME
  show cs7 instance <0-15> asp-remaddr
  show cs7 instance <0-15> asp-remaddr name ASP_NAME
  show cs7 instance <0-15> asp-assoc-status
  show cs7 instance <0-15> asp-assoc-status name ASP_NAME
  show cs7 instance <0-15> as (active|all|m3ua|sua)
  show cs7 instance <0-15> as name AS_NAME
  show cs7 instance <0-15> as binding-table name AS_NAME
  show cs7 instance <0-15> route [POINT_CODE]
  show cs7 instance <0-15> route binding-table [POINT_CODE] [all-matches]
  show cs7 instance <0-15> route-lookup POINT_CODE from POINT_CODE sls <0-15> [list-asps]
  show cs7 instance <0-15> sccp addressbook
  show cs7 instance <0-15> sccp users
  show cs7 instance <0-15> sccp ssn <0-65535>
  show cs7 instance <0-15> sccp connections
  show cs7 instance <0-15> sccp timers
  logging enable
  logging disable
  logging filter all (0|1)
  logging color (0|1)
  logging timestamp (0|1)
  logging print extended-timestamp (0|1)
  logging print thread-id (0|1)
  logging print category (0|1)
  logging print category-hex (0|1)
  logging print level (0|1)
  logging print file (0|1|basename) [last]
  logging set-log-mask MASK
  logging level (rll|cc|bcc|gcc|mm|rr|mncc|pag|msc|mgcp|ho|db|ref|ctrl|smpp|ranap|vlr|iucs|bssap|sgs|ss|asci|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns|lbssgp|lnsdata|lnssignal|liuup|lpfcp|lcsn1|lio) (debug|info|notice|error|fatal)
  logging level set-all (debug|info|notice|error|fatal)
  logging level force-all (debug|info|notice|error|fatal)
  no logging level force-all
  logp (rll|cc|bcc|gcc|mm|rr|mncc|pag|msc|mgcp|ho|db|ref|ctrl|smpp|ranap|vlr|iucs|bssap|sgs|ss|asci|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro|lns|lbssgp|lnsdata|lnssignal|liuup|lpfcp|lcsn1|lio) (debug|info|notice|error|fatal) .LOGMESSAGE
  show logging vty
  show alarms
  show talloc-context (application|global|all) (full|brief|DEPTH)
  show talloc-context (application|global|all) (full|brief|DEPTH) tree ADDRESS
  show talloc-context (application|global|all) (full|brief|DEPTH) filter REGEXP
  show cpu-sched threads
  show stats [skip-zero]
  show stats level (global|peer|subscriber) [skip-zero]
  show asciidoc counters
  show rate-counters [skip-zero]
  stats report
  stats reset
  show fsm NAME
  show fsm all
  show fsm-state-graph NAME
  show fsm-instances NAME
  show fsm-instances all
  mgw <0-255> reconnect
  mgw <0-255> block
  mgw <0-255> unblock
  show mgw-pool
  show neighbor
  show neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  show neighbor (a|iu)
  show neighbor (a|iu) lac <0-65535>
  show neighbor (a|iu) lac-ci <0-65535> <0-65535>
  show neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535>
  show neighbor lac <0-65535>
  show neighbor lac-ci <0-65535> <0-65535>
  show neighbor cgi <0-999> <0-999> <0-65535> <0-65535>
  show timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN]
  show sgs-connections
  sms-queue trigger
  sms-queue max-pending <1-500>
  sms-queue clear
  sms-queue max-failure <1-500>
  show sms-queue
  show asci calls
  asci (initiate|terminate) (vgc|vbc) CALLREF
  show subscriber (msisdn|extension|imsi|tmsi|id) ID [(conn|trans|conn+trans)]
  show subscriber cache [(conn|trans|conn+trans)]
  show bsc
  show connection [trans]
  show transaction
  show nri
  sms send pending
  sms delete expired
  subscriber (msisdn|extension|imsi|tmsi|id) ID sms sender (msisdn|extension|imsi|tmsi|id) SENDER_ID send .LINE
  subscriber (msisdn|extension|imsi|tmsi|id) ID silent-sms sender (msisdn|extension|imsi|tmsi|id) SENDER_ID send .LINE
  subscriber (msisdn|extension|imsi|tmsi|id) ID silent-call start (any|tch/f|tch/h|tch/any|sdcch) (signalling|speech-hr|speech-fr|speech-efr|speech-amr|data-2400|data-4800|data-9600|data-14400|data-4800-nt|data-9600-nt|data-14400-nt) [IP] [<0-65535>]
  subscriber (msisdn|extension|imsi|tmsi|id) ID silent-call stop
  subscriber (msisdn|extension|imsi|tmsi|id) ID ussd-notify (0|1|2) .TEXT
  subscriber (msisdn|extension|imsi|tmsi|id) ID ms-test close-loop (a|b|c|d|e|f|i)
  subscriber (msisdn|extension|imsi|tmsi|id) ID ms-test open-loop
  subscriber (msisdn|extension|imsi|tmsi|id) ID paging
  show statistics
  logging filter imsi IMSI
  subscriber (msisdn|extension|imsi|tmsi|id) ID expire
  subscriber (msisdn|extension|imsi|tmsi|id) ID sms pending-send
  subscriber (msisdn|extension|imsi|tmsi|id) ID sms delete-all
  show smpp esme

OsmoMSC# configure terminal

OsmoMSC(config)# msc


OsmoMSC(config-msc)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  assign-tmsi
  lcls-permitted
  no lcls-permitted
  mncc internal
  mncc external MNCC_SOCKET_PATH
  mncc guard-timeout <0-255>
  ncss guard-timeout <0-255>
  no assign-tmsi
  auth-tuple-max-reuse-count <-1-2147483647>
  auth-tuple-reuse-on-error (0|1)
  check-imei-rqd (0|1|early)
  cs7-instance-a <0-15>
  cs7-instance-iu <0-15>
  emergency-call route-to-msisdn MSISDN
  sms-over-gsup
  no sms-over-gsup
  osmux (on|off|only)
  handover-number range MSISDN_FIRST MSISDN_LAST
  nri bitlen <0-15>
  nri add <0-32767> [<0-32767>]
  nri del <0-32767> [<0-32767>]
  neighbor (a|iu) lac <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  neighbor (a|iu) lac-ci <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN] [(<0-2147483647>|default)]
  keepalive request-interval <0-4294967295>
  keepalive request-endpoint NAME
  keepalive timeout <0-4294967295>

OsmoMSC(config-msc)# neighbor?
  neighbor  Add Handover target configuration

OsmoMSC(config-msc)# neighbor ?
  a   Neighbor on GERAN-A
  iu  Neighbor on UTRAN-Iu

OsmoMSC(config-msc)# neighbor a ?
  lac     Handover target cell by LAC
  lac-ci  Handover target cell by LAC and CI
  cgi     Handover target cell by Cell-Global Identifier (MCC, MNC, LAC, CI)

OsmoMSC(config-msc)# neighbor a lac ?
  <0-65535>  LAC

OsmoMSC(config-msc)# neighbor a lac 1 ?
  ran-pc        SCCP point code of RAN peer
  msc-ipa-name  GSUP IPA name of target MSC

OsmoMSC(config-msc)# neighbor a lac 1 ran-pc ?
  RAN_PC_OR_MSC_IPA_NAME  Point code or MSC IPA name value

OsmoMSC(config-msc)# neighbor iu lac-ci ?
  <0-65535>  LAC

OsmoMSC(config-msc)# neighbor iu lac-ci 1 ?
  <0-65535>  CI

OsmoMSC(config-msc)# neighbor iu lac-ci 1 2 ?
  ran-pc        SCCP point code of RAN peer
  msc-ipa-name  GSUP IPA name of target MSC

OsmoMSC(config-msc)# neighbor iu lac-ci 1 2 msc-ipa-name ?
  RAN_PC_OR_MSC_IPA_NAME  Point code or MSC IPA name value

OsmoMSC(config-msc)# neighbor a cgi ?
  <0-999>  MCC

OsmoMSC(config-msc)# neighbor a cgi 1 ?
  <0-999>  MNC

OsmoMSC(config-msc)# neighbor a cgi 1 2 ?
  <0-65535>  LAC

OsmoMSC(config-msc)# neighbor a cgi 1 2 3 ?
  <0-65535>  CI

OsmoMSC(config-msc)# neighbor a lac 11 ran-pc 1.2.3

OsmoMSC(config-msc)# neighbor a lac-ci 11 12 ran-pc 1.2.3

OsmoMSC(config-msc)# neighbor a cgi 901 70 11 13 ran-pc 1.2.3


OsmoMSC(config-msc)# neighbor iu lac 11 ran-pc 2.3.4

OsmoMSC(config-msc)# neighbor iu lac-ci 11 22 ran-pc 2.3.4

OsmoMSC(config-msc)# neighbor iu cgi 901 070 11 23 ran-pc 2.3.4


OsmoMSC(config-msc)# neighbor a lac 65535 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2


OsmoMSC(config-msc)# neighbor iu lac 65529 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor iu lac-ci 65529 65528 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor iu cgi 901 070 65529 65527 msc-ipa-name msc-901-70-2



OsmoMSC(config-msc)# #  Add the same entries again, but expect them to exist only once below

OsmoMSC(config-msc)# neighbor a lac 11 ran-pc 1.2.3

OsmoMSC(config-msc)# neighbor a lac-ci 11 12 ran-pc 1.2.3

OsmoMSC(config-msc)# neighbor a cgi 901 70 11 13 ran-pc 1.2.3


OsmoMSC(config-msc)# neighbor iu lac 11 ran-pc 2.3.4

OsmoMSC(config-msc)# neighbor iu lac-ci 11 22 ran-pc 2.3.4

OsmoMSC(config-msc)# neighbor iu cgi 901 070 11 23 ran-pc 2.3.4


OsmoMSC(config-msc)# neighbor a lac 65535 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2


OsmoMSC(config-msc)# neighbor iu lac 65529 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor iu lac-ci 65529 65528 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# neighbor iu cgi 901 070 65529 65527 msc-ipa-name msc-901-70-2


OsmoMSC(config-msc)# do show neighbor
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4
 neighbor a lac 65535 msc-ipa-name msc-901-70-2
 neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2
 neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2
 neighbor iu lac 65529 msc-ipa-name msc-901-70-2
 neighbor iu lac-ci 65529 65528 msc-ipa-name msc-901-70-2
 neighbor iu cgi 901 070 65529 65527 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# do show neighbor a
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3
 neighbor a lac 65535 msc-ipa-name msc-901-70-2
 neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2
 neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# do show neighbor iu
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4
 neighbor iu lac 65529 msc-ipa-name msc-901-70-2
 neighbor iu lac-ci 65529 65528 msc-ipa-name msc-901-70-2
 neighbor iu cgi 901 070 65529 65527 msc-ipa-name msc-901-70-2

OsmoMSC(config-msc)# do show neighbor a ran-pc 1.2.3
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3

OsmoMSC(config-msc)# do show neighbor iu ran-pc 2.3.4
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# #  A cell id that has no ci matches any entries that feature the LAC.

OsmoMSC(config-msc)# #  Ambiguous matches are user config error, permitted here but cause error logging during HO

OsmoMSC(config-msc)# do show neighbor a lac 11
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3

OsmoMSC(config-msc)# #  The fuzzy matching goes both ways. Same as above.

OsmoMSC(config-msc)# do show neighbor a lac-ci 11 12
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3

OsmoMSC(config-msc)# do show neighbor a lac-ci 11 13
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3

OsmoMSC(config-msc)# do show neighbor a cgi 901 70 11 13
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3

OsmoMSC(config-msc)# do show neighbor iu lac 11
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor iu lac-ci 11 22
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor iu lac-ci 11 23
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor iu cgi 901 70 11 23
 neighbor iu lac 11 ran-pc 2.3.4
OsmoMSC(config-msc)# do show neighbor iu cgi 901 070 11 23
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor lac 11
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor lac-ci 11 12
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor lac-ci 11 13
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor cgi 901 70 11 13
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor lac-ci 11 22
 neighbor a lac 11 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor lac-ci 11 23
 neighbor a lac 11 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# do show neighbor cgi 901 70 11 23
 neighbor a lac 11 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
OsmoMSC(config-msc)# do show neighbor cgi 901 070 11 23
 neighbor a lac 11 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4

OsmoMSC(config-msc)# #  Ambiguous neighbor config is permitted

OsmoMSC(config-msc)# #  This config maps LAC 65535 to two distinct MSCs as well as a local RAN cell.

OsmoMSC(config-msc)# #  It is a user config mistake, will cause error logging during handover.

OsmoMSC(config-msc)# neighbor a lac 65535 ran-pc 6.6.6

OsmoMSC(config-msc)# neighbor a lac-ci 65535 65533 msc-ipa-name different-msc

OsmoMSC(config-msc)# do show neighbor a lac 65535
 neighbor a lac 65535 msc-ipa-name msc-901-70-2
 neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2
 neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2
 neighbor a lac 65535 ran-pc 6.6.6
 neighbor a lac-ci 65535 65533 msc-ipa-name different-msc

OsmoMSC(config-msc)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 1 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
 neighbor a lac 11 ran-pc 1.2.3
 neighbor a lac-ci 11 12 ran-pc 1.2.3
 neighbor a cgi 901 70 11 13 ran-pc 1.2.3
 neighbor iu lac 11 ran-pc 2.3.4
 neighbor iu lac-ci 11 22 ran-pc 2.3.4
 neighbor iu cgi 901 070 11 23 ran-pc 2.3.4
 neighbor a lac 65535 msc-ipa-name msc-901-70-2
 neighbor a lac-ci 65535 65533 msc-ipa-name msc-901-70-2
 neighbor a cgi 901 70 65535 65531 msc-ipa-name msc-901-70-2
 neighbor iu lac 65529 msc-ipa-name msc-901-70-2
 neighbor iu lac-ci 65529 65528 msc-ipa-name msc-901-70-2
 neighbor iu cgi 901 070 65529 65527 msc-ipa-name msc-901-70-2
 neighbor a lac 65535 ran-pc 6.6.6
 neighbor a lac-ci 65535 65533 msc-ipa-name different-msc
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end
DMSC NOTICE Terminating due to signal 15 (msc_main.c:285)
full talloc report on 'osmo_msc' (total  27115 bytes in  98 blocks)
    struct osmo_ss7_instance       contains  12414 bytes in  42 blocks (ref 0) 0x614000003aa0
        struct osmo_ss7_user           contains     37 bytes in   2 blocks (ref 0) 0x60c000075520
            SCCP                           contains      5 bytes in   1 blocks (ref 0) 0x60b0002661b0
        struct osmo_sccp_instance      contains    930 bytes in   6 blocks (ref 0) 0x6120000102a0
            struct osmo_sccp_user          contains     90 bytes in   2 blocks (ref 0) 0x60f00002a1c0
                OsmoMSC-A                      contains     10 bytes in   1 blocks (ref 0) 0x60b000266260
            struct osmo_sccp_user          contains     96 bytes in   2 blocks (ref 0) 0x60f00002a0d0
                SCCP Management                contains     16 bytes in   1 blocks (ref 0) 0x60b000266100
            sccp_instance.c:313            contains    560 bytes in   1 blocks (ref 0) 0x6170000038e0
        struct osmo_ss7_asp            contains   3310 bytes in  20 blocks (ref 0) 0x6180000078e0
            struct osmo_stream_cli         contains    999 bytes in   4 blocks (ref 0) 0x6190000235e0
                localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b000265fa0
                localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b000265ef0
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000075220
            struct osmo_fsm_inst           contains    455 bytes in   4 blocks (ref 0) 0x61200000ffa0
                struct xua_asp_fsm_priv        contains    192 bytes in   1 blocks (ref 0) 0x612000010120
                XUA_ASP(asp-clnt-OsmoMSC-A)[0x61200000ffa0] contains     44 bytes in   1 blocks (ref 0) 0x60d00003c9f0
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000075160
            struct osmo_fsm_inst           contains    278 bytes in   4 blocks (ref 0) 0x61200000bf20
                struct lm_fsm_priv             contains      8 bytes in   1 blocks (ref 0) 0x60b000265e40
                xua_default_lm(asp-clnt-OsmoMSC-A)[0x61200000bf20] contains     51 bytes in   1 blocks (ref 0) 0x60e000020240
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c0000750a0
            localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b000265d90
            localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b000265ce0
            ss7_asp.c:733                  contains    280 bytes in   1 blocks (ref 0) 0x61300000b320
            ss7_asp.c:730                  contains    168 bytes in   1 blocks (ref 0) 0x61200000bda0
            asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000074fe0
            rate_ctr.c:233                 contains    299 bytes in   2 blocks (ref 0) 0x61300000b160
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000074f20
        struct osmo_ss7_as             contains   5544 bytes in   8 blocks (ref 0) 0x61d00003cae0
            struct osmo_fsm_inst           contains    364 bytes in   4 blocks (ref 0) 0x61200000bc20
                struct xua_as_fsm_priv         contains    104 bytes in   1 blocks (ref 0) 0x6110000172a0
                XUA_AS(as-clnt-OsmoMSC-A)[0x61200000bc20] contains     42 bytes in   1 blocks (ref 0) 0x60d00003c920
                as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c000074ce0
            as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c000074c20
            rate_ctr.c:233                 contains   2858 bytes in   2 blocks (ref 0) 0x61e0000018e0
                as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c000074b60
        struct osmo_ss7_route_table    contains   2289 bytes in   5 blocks (ref 0) 0x60e000020160
            struct osmo_ss7_combined_linkset contains   2128 bytes in   1 blocks (ref 0) 0x61d00003d4e0
            struct osmo_ss7_route          contains     98 bytes in   2 blocks (ref 0) 0x60f000029fe0
                as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c000074da0
            system                         contains      7 bytes in   1 blocks (ref 0) 0x60b000265c30
    telnet_connection              contains      1 bytes in   1 blocks (ref 0) 0x60b0002575e0
    struct osmo_stream_srv_link    contains   1968 bytes in   2 blocks (ref 0) 0x61d0000014e0
        0.0.0.0                        contains      8 bytes in   1 blocks (ref 0) 0x60b00024f130
    struct sgs_state               contains    376 bytes in   1 blocks (ref 0) 0x615000002b60
    struct smsc                    contains    152 bytes in   1 blocks (ref 0) 0x611000009e20
    sms.db                         contains      7 bytes in   1 blocks (ref 0) 0x60b000135540
    struct sms_queue_config        contains     32 bytes in   1 blocks (ref 0) 0x60c00003ac60
    struct gsm_network             contains  11355 bytes in  31 blocks (ref 0) 0x6150000028e0
        struct sccp_ran_inst           contains    152 bytes in   1 blocks (ref 0) 0x611000017520
        struct gsm_sms_queue           contains    776 bytes in   4 blocks (ref 0) 0x613000009020
            rate_ctr.c:233                 contains    440 bytes in   1 blocks (ref 0) 0x6160000072e0
            stat_item.c:195                contains    104 bytes in   2 blocks (ref 0) 0x60d000031e80
                struct osmo_stat_item          contains     56 bytes in   1 blocks (ref 0) 0x60e00001cea0
        struct gsup_client_mux         contains    682 bytes in   6 blocks (ref 0) 0x6110000104a0
            struct osmo_gsup_client        contains    514 bytes in   4 blocks (ref 0) 0x613000008e60
                struct osmo_fd                 contains     48 bytes in   1 blocks (ref 0) 0x60d000031db0
                struct ipa_client_conn         contains    202 bytes in   2 blocks (ref 0) 0x612000004ea0
                    127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x60b0002587c0
            struct ipaccess_unit           contains     64 bytes in   1 blocks (ref 0) 0x60e00001cdc0
        struct ctrl_handle             contains     88 bytes in   1 blocks (ref 0) 0x610000002aa0
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x60b000255bc0
        struct vlr_instance            contains   2496 bytes in   5 blocks (ref 0) 0x613000006b60
            rate_ctr.c:233                 contains   2040 bytes in   1 blocks (ref 0) 0x61d000000ae0
            stat_item.c:195                contains    168 bytes in   2 blocks (ref 0) 0x60e00001ae40
                struct osmo_stat_item          contains    112 bytes in   1 blocks (ref 0) 0x611000009ce0
            struct osmo_nri_ranges         contains     16 bytes in   1 blocks (ref 0) 0x60b000236740
        struct mgcp_client_conf        contains   1088 bytes in   1 blocks (ref 0) 0x61a00000aee0
        struct mgcp_client_pool        contains   2877 bytes in   7 blocks (ref 0) 0x60d000022fa0
            struct mgcp_client_pool_member contains   2716 bytes in   4 blocks (ref 0) 0x61a00000b4e0
                struct mgcp_client             contains   1580 bytes in   3 blocks (ref 0) 0x61a0000120e0
                    struct osmo_io_fd              contains    284 bytes in   2 blocks (ref 0) 0x61300000afa0
                        r=127.0.0.1:2427<->l=127.0.0.1:2728 contains     36 bytes in   1 blocks (ref 0) 0x60d00003c850
            struct cmd_node                contains    121 bytes in   2 blocks (ref 0) 0x6110000073a0
                %s(config-mgw)#                contains     17 bytes in   1 blocks (ref 0) 0x60c000045ca0
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x60b000135490
        stat_item.c:195                contains    296 bytes in   2 blocks (ref 0) 0x60f000026e30
            struct osmo_stat_item          contains    224 bytes in   1 blocks (ref 0) 0x612000004120
        rate_ctr.c:233                 contains   2520 bytes in   1 blocks (ref 0) 0x61e0000000e0
    struct sched_vty_opts          contains     72 bytes in   1 blocks (ref 0) 0x60f000026d40
    utils.c:386                    contains    203 bytes in   1 blocks (ref 0) 0x612000000220
    utils.c:386                    contains     46 bytes in   1 blocks (ref 0) 0x60d0000044e0
    utils.c:386                    contains    165 bytes in   1 blocks (ref 0) 0x6120000000a0
    utils.c:386                    contains     43 bytes in   1 blocks (ref 0) 0x60d000004410
    transaction                    contains      0 bytes in   1 blocks (ref 0) 0x608000000380
    gsm_call                       contains      0 bytes in   1 blocks (ref 0) 0x608000000300
    sms                            contains      0 bytes in   1 blocks (ref 0) 0x608000000280
    osmo_signal                    contains    280 bytes in   8 blocks (ref 0) 0x608000000200
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d00003cb90
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d00003cac0
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000032020
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000031f50
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000031b40
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000031a70
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d00001d160
    msgb                           contains      0 bytes in   1 blocks (ref 0) 0x608000000180
full talloc report on 'null_context' (total   1144 bytes in  22 blocks)
    struct neighbor_ident_entry    contains    144 bytes in   2 blocks (ref 0) 0x611000018ba0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000079de0
    struct neighbor_ident_entry    contains    144 bytes in   2 blocks (ref 0) 0x611000018a60
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000079c60
    struct neighbor_ident_entry    contains    208 bytes in   4 blocks (ref 0) 0x611000017f20
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c0000773e0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000077260
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c0000770e0
    struct neighbor_ident_entry    contains    208 bytes in   4 blocks (ref 0) 0x611000017ca0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076f60
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076de0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076c60
    struct neighbor_ident_entry    contains    208 bytes in   4 blocks (ref 0) 0x611000017a20
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076ae0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076960
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076720
    struct neighbor_ident_entry    contains    208 bytes in   4 blocks (ref 0) 0x6110000177a0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c0000765a0
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c000076420
        struct cell_id_list_entry      contains     32 bytes in   1 blocks (ref 0) 0x60c0000761e0
    struct lookup_helper           contains     24 bytes in   1 blocks (ref 0) 0x60c00006be60
signal 15 received
Terminating took 0.475s
DLGLOBAL NOTICE Available via telnet 127.0.0.1 4254 (telnet_interface.c:88)
DSMPP NOTICE SMPP at 0.0.0.0 2775 (smpp_smsc.c:990)
DLCTRL NOTICE CTRL at 127.0.0.1 4255 (control_if.c:1026)
DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:77)
DDB NOTICE Init database connection to 'sms.db' using SQLite3 lib version 3.40.1 (db.c:521)
DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:944)
DMSC NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). (msc_main.c:576)
DLSCCP NOTICE OsmoMSC-A: Creating SS7 instance (sccp_instance.c:617)
DLSCCP NOTICE OsmoMSC-A: Using SS7 instance 0, pc:0.23.1 (sccp_instance.c:644)
DLSCCP NOTICE OsmoMSC-A: Creating AS instance (sccp_instance.c:651)
DLSCCP NOTICE OsmoMSC-A: Using AS instance as-clnt-OsmoMSC-A (sccp_instance.c:662)
DLSCCP NOTICE OsmoMSC-A: Creating default route (sccp_instance.c:668)
DLSCCP NOTICE OsmoMSC-A: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A (sccp_instance.c:706)
DLSCCP NOTICE OsmoMSC-A: Using ASP instance asp-clnt-OsmoMSC-A (sccp_instance.c:773)
DLSS7 NOTICE 0: Creating SCCP instance (ss7_instance.c:159)
DSGS NOTICE SGs socket bound to r=NULL<->l=0.0.0.0:29118 (sgs_server.c:186)
DMSC NOTICE A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) (msc_main.c:790)
DLINP ERROR CLICONN(asp-clnt-OsmoMSC-A,){CONNECTING} connect failed (-111) (stream_cli.c:424)
Launching: cd '/build/tests'; ../src/osmo-msc/osmo-msc -c ../doc/examples/osmo-msc/osmo-msc.cfg
OsmoMSC> enable

OsmoMSC# configure terminal

OsmoMSC(config)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  hostname WORD
  no hostname [HOSTNAME]
  password (8|) WORD
  password LINE
  enable password (8|) WORD
  enable password LINE
  no enable password
  banner motd default
  banner motd file [FILE]
  no banner motd
  service terminal-length <0-512>
  no service terminal-length [<0-512>]
  line vty
  service advanced-vty
  no service advanced-vty
  show history
  cs7 instance <0-15>
  ctrl
  log stderr [blocking-io]
  no log stderr
  log file FILENAME [blocking-io]
  no log file FILENAME
  log alarms <2-32700>
  no log alarms
  log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)
  log syslog local <0-7>
  no log syslog
  log systemd-journal [raw]
  no log systemd-journal
  log gsmtap [HOSTNAME]
  no log gsmtap [HOSTNAME]
  cpu-sched
  stats reporter statsd [NAME]
  no stats reporter statsd [NAME]
  stats reporter log [NAME]
  no stats reporter log [NAME]
  stats interval <0-65535>
  stats-tcp interval <0-65535>
  stats-tcp batch-size <1-65535>
  network
  msc
  sgs
  smsc
  asci
  mncc-int
  hlr
  smpp

OsmoMSC(config)# network

OsmoMSC(config-net)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  network country code <1-999>
  mobile network code <0-999>
  short name .NAME
  long name .NAME
  encryption a5 <0-4> [<0-4>] [<0-4>] [<0-4>] [<0-4>]
  encryption uea <0-2> [<0-2>] [<0-2>]
  authentication (optional|required)
  rrlp mode (none|ms-based|ms-preferred|ass-preferred)
  mm info (0|1)
  timezone <-19-19> (0|15|30|45)
  timezone <-19-19> (0|15|30|45) <0-2>
  no timezone
  call-waiting
  no call-waiting
  mgw <0-255>
  no mgw <0-255>

OsmoMSC(config-net)# encryption?
  encryption  Encryption options
OsmoMSC(config-net)# encryption ?
  a5   GSM A5 Air Interface Encryption.
  uea  UTRAN (3G) encryption algorithms to allow: 0 = UEA0 (no encryption), 1 = UEA1, 2 = UEA2.

OsmoMSC(config-net)# encryption uea ?
  <0-2>  UEAn Algorithm Number
OsmoMSC(config-net)# encryption uea 0 ?
  [<0-2>]  UEAn Algorithm Number
OsmoMSC(config-net)# encryption uea 0 1 ?
  [<0-2>]  UEAn Algorithm Number
OsmoMSC(config-net)# encryption uea 0 1 2 ?
  <cr>  

OsmoMSC(config-net)# exit

OsmoMSC(config)# msc

OsmoMSC(config-msc)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  assign-tmsi
  lcls-permitted
  no lcls-permitted
  mncc internal
  mncc external MNCC_SOCKET_PATH
  mncc guard-timeout <0-255>
  ncss guard-timeout <0-255>
  no assign-tmsi
  auth-tuple-max-reuse-count <-1-2147483647>
  auth-tuple-reuse-on-error (0|1)
  check-imei-rqd (0|1|early)
  cs7-instance-a <0-15>
  cs7-instance-iu <0-15>
  emergency-call route-to-msisdn MSISDN
  sms-over-gsup
  no sms-over-gsup
  osmux (on|off|only)
  handover-number range MSISDN_FIRST MSISDN_LAST
  nri bitlen <0-15>
  nri add <0-32767> [<0-32767>]
  nri del <0-32767> [<0-32767>]
  neighbor (a|iu) lac <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  neighbor (a|iu) lac-ci <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  neighbor (a|iu) cgi <0-999> <0-999> <0-65535> <0-65535> (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  no neighbor (a|iu) (ran-pc|msc-ipa-name) RAN_PC_OR_MSC_IPA_NAME
  timer [(vlr|mgw|mncc|sccp|geran|utran|sgs)] [TNNNN] [(<0-2147483647>|default)]
  keepalive request-interval <0-4294967295>
  keepalive request-endpoint NAME
  keepalive timeout <0-4294967295>

OsmoMSC(config-msc)# ncss?
  ncss  Configure call independent Supplementary Services

OsmoMSC(config-msc)# ncss ?
  guard-timeout  Set guard timer for session activity

OsmoMSC(config-msc)# mncc?
  mncc  Configure Mobile Network Call Control

OsmoMSC(config-msc)# mncc ?
  internal       Use internal MNCC handler (default; changes need a program restart)
  external       Use external MNCC handler (changes need a program restart)
  guard-timeout  Set global guard timer for mncc interface activity

OsmoMSC(config-msc)# mncc external ?
  MNCC_SOCKET_PATH  File system path to create the MNCC unix domain socket at

OsmoMSC(config-msc)# mncc external /path/not/used

OsmoMSC(config-msc)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 1 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc external /path/not/used
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-msc)# mncc internal

OsmoMSC(config-msc)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 1 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-msc)# exit

OsmoMSC(config)# mncc-int

OsmoMSC(config-mncc-int)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  default-codec tch-f (fr|efr|amr)
  default-codec tch-h (hr|amr)

OsmoMSC(config-mncc-int)# exit

OsmoMSC(config)# hlr

OsmoMSC(config-hlr)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  remote-ip A.B.C.D
  remote-port <1-65535>
  ipa-name NAME

OsmoMSC(config-hlr)# exit

OsmoMSC(config)# exit

OsmoMSC# configure terminal

OsmoMSC(config)# network

OsmoMSC(config-net)# end


OsmoMSC# configure terminal

OsmoMSC(config)# sgs

OsmoMSC(config-sgs)# list
  help
  list [with-flags]
  show vty-attributes
  show vty-attributes (application|library|global)
  write terminal
  write file [PATH]
  write memory
  write
  show running-config
  exit
  end
  local-ip A.B.C.D
  local-port <0-65535>
  timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
  counter (ns7|ns11) <0-255>
  vlr-name FQDN
OsmoMSC(config-sgs)# end


OsmoMSC# disable

OsmoMSC> enable


OsmoMSC# ! Punching some '...' holes because of optional SMPP, Iu

OsmoMSC# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 1 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC# configure terminal

OsmoMSC(config)# network

OsmoMSC(config-net)# encryption uea 0

OsmoMSC(config-net)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 0
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-net)# encryption uea 1

OsmoMSC(config-net)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 1
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-net)# encryption uea 2

OsmoMSC(config-net)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-net)# encryption uea 0 1

OsmoMSC(config-net)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 0 1
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-net)# encryption uea 0 2

OsmoMSC(config-net)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 0 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end

OsmoMSC(config-net)# encryption uea 1 2

OsmoMSC(config-net)# show running-config

Current configuration:
!
!
log stderr
 logging filter all 1
 logging color 1
 logging print category-hex 0
 logging print category 1
 logging print thread-id 0
 logging timestamp 0
 logging print level 1
 logging print file basename last
 logging level rll notice
 logging level cc notice
 logging level bcc notice
 logging level gcc notice
 logging level mm notice
 logging level rr notice
 logging level mncc notice
 logging level pag notice
 logging level msc notice
 logging level mgcp notice
 logging level ho notice
 logging level db notice
 logging level ref notice
 logging level ctrl notice
 logging level smpp notice
 logging level ranap notice
 logging level vlr notice
 logging level iucs notice
 logging level bssap notice
 logging level sgs notice
 logging level ss notice
 logging level asci notice
 logging level lglobal notice
 logging level llapd notice
 logging level linp notice
 logging level lmux notice
 logging level lmi notice
 logging level lmib notice
 logging level lsms notice
 logging level lctrl notice
 logging level lgtp notice
 logging level lstats notice
 logging level lgsup notice
 logging level loap notice
 logging level lss7 notice
 logging level lsccp notice
 logging level lsua notice
 logging level lm3ua notice
 logging level lmgcp notice
 logging level ljibuf notice
 logging level lrspro notice
 logging level lns notice
 logging level lbssgp notice
 logging level lnsdata notice
 logging level lnssignal notice
 logging level liuup notice
 logging level lpfcp notice
 logging level lcsn1 notice
 logging level lio notice
!
stats interval 5
!
line vty
 no login
!
cs7 instance 0
 point-code 0.23.1
network
 network country code 001
 mobile network code 01
 short name OsmoMSC
 long name OsmoMSC
 encryption a5 0
 encryption uea 1 2
 authentication optional
 rrlp mode none
 mm info 1
 mgw 0
  local-port 2728
  remote-ip 127.0.0.1
  remote-port 2427
msc
 mncc internal
 mncc guard-timeout 180
 ncss guard-timeout 30
 assign-tmsi
 cs7-instance-a 0
 auth-tuple-max-reuse-count 3
 auth-tuple-reuse-on-error 1
mncc-int
 default-codec tch-f fr
 default-codec tch-h hr
smpp
 local-tcp-port 2775
 policy closed
 no smpp-first
hlr
 remote-ip 127.0.0.1
 remote-port 4222
 ipa-name unnamed-MSC
sgs
 local-port 29118
 local-ip 0.0.0.0
 vlr-name vlr.example.net
smsc
 queue max-pending 20
 queue max-failure 1
 database delete-delivered 1
 database delete-expired 1
 validity-period minimum 1
 validity-period default 10080
asci
 disable
 gcr
end
DMSC NOTICE Terminating due to signal 15 (msc_main.c:285)
full talloc report on 'osmo_msc' (total  27115 bytes in  98 blocks)
    struct osmo_ss7_instance       contains  12414 bytes in  42 blocks (ref 0) 0x6140000034a0
        struct osmo_ss7_user           contains     37 bytes in   2 blocks (ref 0) 0x60c000071f20
            SCCP                           contains      5 bytes in   1 blocks (ref 0) 0x60b00025fbf0
        struct osmo_sccp_instance      contains    930 bytes in   6 blocks (ref 0) 0x6120000099a0
            struct osmo_sccp_user          contains     90 bytes in   2 blocks (ref 0) 0x60f0000294a0
                OsmoMSC-A                      contains     10 bytes in   1 blocks (ref 0) 0x60b00025fca0
            struct osmo_sccp_user          contains     96 bytes in   2 blocks (ref 0) 0x60f0000293b0
                SCCP Management                contains     16 bytes in   1 blocks (ref 0) 0x60b00025fb40
            sccp_instance.c:313            contains    560 bytes in   1 blocks (ref 0) 0x617000003560
        struct osmo_ss7_asp            contains   3310 bytes in  20 blocks (ref 0) 0x618000005ce0
            struct osmo_stream_cli         contains    999 bytes in   4 blocks (ref 0) 0x6190000172e0
                localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b00025f9e0
                localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b00025f930
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000071c20
            struct osmo_fsm_inst           contains    455 bytes in   4 blocks (ref 0) 0x6120000096a0
                struct xua_asp_fsm_priv        contains    192 bytes in   1 blocks (ref 0) 0x612000009820
                XUA_ASP(asp-clnt-OsmoMSC-A)[0x6120000096a0] contains     44 bytes in   1 blocks (ref 0) 0x60d000035f80
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000071b60
            struct osmo_fsm_inst           contains    278 bytes in   4 blocks (ref 0) 0x612000009520
                struct lm_fsm_priv             contains      8 bytes in   1 blocks (ref 0) 0x60b00025f880
                xua_default_lm(asp-clnt-OsmoMSC-A)[0x612000009520] contains     51 bytes in   1 blocks (ref 0) 0x60e00001d680
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000071aa0
            localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b00025f7d0
            localhost                      contains     10 bytes in   1 blocks (ref 0) 0x60b00025f720
            ss7_asp.c:733                  contains    280 bytes in   1 blocks (ref 0) 0x61300000a520
            ss7_asp.c:730                  contains    168 bytes in   1 blocks (ref 0) 0x6120000093a0
            asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c0000719e0
            rate_ctr.c:233                 contains    299 bytes in   2 blocks (ref 0) 0x61300000a360
                asp-clnt-OsmoMSC-A             contains     19 bytes in   1 blocks (ref 0) 0x60c000071920
        struct osmo_ss7_as             contains   5544 bytes in   8 blocks (ref 0) 0x61d0000230e0
            struct osmo_fsm_inst           contains    364 bytes in   4 blocks (ref 0) 0x612000009220
                struct xua_as_fsm_priv         contains    104 bytes in   1 blocks (ref 0) 0x6110000122a0
                XUA_AS(as-clnt-OsmoMSC-A)[0x612000009220] contains     42 bytes in   1 blocks (ref 0) 0x60d000035eb0
                as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c0000716e0
            as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c000071620
            rate_ctr.c:233                 contains   2858 bytes in   2 blocks (ref 0) 0x61e0000018e0
                as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c000071560
        struct osmo_ss7_route_table    contains   2289 bytes in   5 blocks (ref 0) 0x60e00001d5a0
            struct osmo_ss7_combined_linkset contains   2128 bytes in   1 blocks (ref 0) 0x61d000023ae0
            struct osmo_ss7_route          contains     98 bytes in   2 blocks (ref 0) 0x60f0000292c0
                as-clnt-OsmoMSC-A              contains     18 bytes in   1 blocks (ref 0) 0x60c0000717a0
            system                         contains      7 bytes in   1 blocks (ref 0) 0x60b00025f670
    telnet_connection              contains      1 bytes in   1 blocks (ref 0) 0x60b0002575e0
    struct osmo_stream_srv_link    contains   1968 bytes in   2 blocks (ref 0) 0x61d0000014e0
        0.0.0.0                        contains      8 bytes in   1 blocks (ref 0) 0x60b00024f130
    struct sgs_state               contains    376 bytes in   1 blocks (ref 0) 0x615000002b60
    struct smsc                    contains    152 bytes in   1 blocks (ref 0) 0x611000009e20
    sms.db                         contains      7 bytes in   1 blocks (ref 0) 0x60b000135540
    struct sms_queue_config        contains     32 bytes in   1 blocks (ref 0) 0x60c00003ac60
    struct gsm_network             contains  11355 bytes in  31 blocks (ref 0) 0x6150000028e0
        struct sccp_ran_inst           contains    152 bytes in   1 blocks (ref 0) 0x611000012520
        struct gsm_sms_queue           contains    776 bytes in   4 blocks (ref 0) 0x613000009020
            rate_ctr.c:233                 contains    440 bytes in   1 blocks (ref 0) 0x6160000072e0
            stat_item.c:195                contains    104 bytes in   2 blocks (ref 0) 0x60d000031e80
                struct osmo_stat_item          contains     56 bytes in   1 blocks (ref 0) 0x60e00001cea0
        struct gsup_client_mux         contains    682 bytes in   6 blocks (ref 0) 0x6110000104a0
            struct osmo_gsup_client        contains    514 bytes in   4 blocks (ref 0) 0x613000008e60
                struct osmo_fd                 contains     48 bytes in   1 blocks (ref 0) 0x60d000031db0
                struct ipa_client_conn         contains    202 bytes in   2 blocks (ref 0) 0x612000004ea0
                    127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x60b0002587c0
            struct ipaccess_unit           contains     64 bytes in   1 blocks (ref 0) 0x60e00001cdc0
        struct ctrl_handle             contains     88 bytes in   1 blocks (ref 0) 0x610000002aa0
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x60b000255bc0
        struct vlr_instance            contains   2496 bytes in   5 blocks (ref 0) 0x613000006b60
            rate_ctr.c:233                 contains   2040 bytes in   1 blocks (ref 0) 0x61d000000ae0
            stat_item.c:195                contains    168 bytes in   2 blocks (ref 0) 0x60e00001ae40
                struct osmo_stat_item          contains    112 bytes in   1 blocks (ref 0) 0x611000009ce0
            struct osmo_nri_ranges         contains     16 bytes in   1 blocks (ref 0) 0x60b000236740
        struct mgcp_client_conf        contains   1088 bytes in   1 blocks (ref 0) 0x61a00000aee0
        struct mgcp_client_pool        contains   2877 bytes in   7 blocks (ref 0) 0x60d000022fa0
            struct mgcp_client_pool_member contains   2716 bytes in   4 blocks (ref 0) 0x61a00000b4e0
                struct mgcp_client             contains   1580 bytes in   3 blocks (ref 0) 0x61a00000c0e0
                    struct osmo_io_fd              contains    284 bytes in   2 blocks (ref 0) 0x61300000a1a0
                        r=127.0.0.1:2427<->l=127.0.0.1:2728 contains     36 bytes in   1 blocks (ref 0) 0x60d000035de0
            struct cmd_node                contains    121 bytes in   2 blocks (ref 0) 0x6110000073a0
                %s(config-mgw)#                contains     17 bytes in   1 blocks (ref 0) 0x60c000045ca0
        127.0.0.1                      contains     10 bytes in   1 blocks (ref 0) 0x60b000135490
        stat_item.c:195                contains    296 bytes in   2 blocks (ref 0) 0x60f000026e30
            struct osmo_stat_item          contains    224 bytes in   1 blocks (ref 0) 0x612000004120
        rate_ctr.c:233                 contains   2520 bytes in   1 blocks (ref 0) 0x61e0000000e0
    struct sched_vty_opts          contains     72 bytes in   1 blocks (ref 0) 0x60f000026d40
    utils.c:386                    contains    203 bytes in   1 blocks (ref 0) 0x612000000220
    utils.c:386                    contains     46 bytes in   1 blocks (ref 0) 0x60d0000044e0
    utils.c:386                    contains    165 bytes in   1 blocks (ref 0) 0x6120000000a0
    utils.c:386                    contains     43 bytes in   1 blocks (ref 0) 0x60d000004410
    transaction                    contains      0 bytes in   1 blocks (ref 0) 0x608000000380
    gsm_call                       contains      0 bytes in   1 blocks (ref 0) 0x608000000300
    sms                            contains      0 bytes in   1 blocks (ref 0) 0x608000000280
    osmo_signal                    contains    280 bytes in   8 blocks (ref 0) 0x608000000200
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000036120
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000036050
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000032020
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000031f50
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000031b40
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d000031a70
        struct signal_handler          contains     40 bytes in   1 blocks (ref 0) 0x60d00001d160
    msgb                           contains      0 bytes in   1 blocks (ref 0) 0x608000000180
full talloc report on 'null_context' (total     24 bytes in   2 blocks)
    struct lookup_helper           contains     24 bytes in   1 blocks (ref 0) 0x60c00006be60
signal 15 received
Terminating took 0.897s

RESULTS:
pass: ./test_neighbor_ident.vty
pass: ./test_nodes.vty

rm -f ./sms.db*
make[7]: Leaving directory '/build/tests'
make[6]: Leaving directory '/build/tests'
make ctrl-test
make[6]: Entering directory '/build/tests'
make ctrl-python-test
make[7]: Entering directory '/build/tests'
./ctrl_test_runner.py -w /build -v
testRateCounters (__main__.TestCtrlMSC.testRateCounters) ... ERROR

======================================================================
ERROR: testRateCounters (__main__.TestCtrlMSC.testRateCounters)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/tests/./ctrl_test_runner.py", line 58, in setUp
    print("Launching: PWD=%s %s" % (os.getcwd(), ' '.join([repr(c) for c in osmo_vty_cmd])))
                                                                            ^^^^^^^^^^^^
NameError: name 'osmo_vty_cmd' is not defined

----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
confpath /build/tests/.., workdir /build
Running tests for specific control commands
make[7]: Leaving directory '/build/tests'
make[7]: *** [Makefile:747: ctrl-python-test] Error 1
make[6]: Leaving directory '/build/tests'
make[6]: *** [Makefile:758: ctrl-test] Error 2
make[5]: Leaving directory '/build/tests'
make[5]: *** [Makefile:714: python-tests] Error 2
make[4]: Leaving directory '/build/tests'
make[4]: *** [Makefile:767: check-local] Error 2
make[3]: *** [Makefile:572: check-am] Error 2
make[3]: Leaving directory '/build/tests'
make[2]: *** [Makefile:422: check-recursive] Error 1
make[2]: Leaving directory '/build/tests'
make[1]: Leaving directory '/build'
make[1]: *** [Makefile:471: check-recursive] Error 1
make: *** [Makefile:770: check] Error 2
+ exit_tar_workspace
+ '[' '' = 1 ']'
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE