Skip to content

Console Output

Skipping 125 KB.. Full Log
checking for execinfo.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for ctype.h... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.9.0... yes
checking for libosmogsm >= 1.9.0... yes
checking for libosmocodec >= 1.9.0... yes
checking for netinet/sctp.h... yes
checking for osmo_sock_init2_multiaddr in -losmocore... yes
checking for library containing sctp_send... -lsctp
checking for pcap.h... yes
checking for doxygen... /usr/bin/doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-netif.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/netif/Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating utils/Makefile
config.status: creating tests/Makefile
config.status: creating Doxyfile
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
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n  ]
+ make -j 12 install
echo 1.4.0.55-6930 > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/build/deps/libosmo-netif'
Making install in include
make[2]: Entering directory '/build/deps/libosmo-netif/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
Making install in netif
make[4]: Entering directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[5]: Entering directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/include/osmocom/netif'
 /usr/bin/install -c -m 644 amr.h datagram.h jibuf.h osmux.h ipa.h ipa_unit.h prim.h rs232.h rtp.h stream.h sctp.h '/build/deps/install/stow/libosmo-netif/include/osmocom/netif'
make[5]: Leaving directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[4]: Leaving directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[4]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
make[5]: Entering directory '/build/deps/libosmo-netif/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/libosmo-netif/include/osmocom'
make[4]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[3]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[3]: Entering directory '/build/deps/libosmo-netif/include'
make[4]: Entering directory '/build/deps/libosmo-netif/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/libosmo-netif/include'
make[3]: Leaving directory '/build/deps/libosmo-netif/include'
make[2]: Leaving directory '/build/deps/libosmo-netif/include'
Making install in src
make[2]: Entering directory '/build/deps/libosmo-netif/src'
  CC       amr.lo
  CC       datagram.lo
  CC       ipa_unit.lo
  CC       ipa.lo
  CC       jibuf.lo
  CC       osmux.lo
  CC       osmux_input.lo
  CC       osmux_output.lo
  CC       prim.lo
  CC       rs232.lo
  CC       rtp.lo
  CC       stream_cli.lo
  CC       stream_srv.lo
  CC       stream.lo
  CC       sctp.lo
  CCLD     libosmonetif.la
make[3]: Entering directory '/build/deps/libosmo-netif/src'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmonetif.la '/build/deps/install/stow/libosmo-netif/lib'
libtool: install: /usr/bin/install -c .libs/libosmonetif.so.11.1.0 /build/deps/install/stow/libosmo-netif/lib/libosmonetif.so.11.1.0
libtool: install: (cd /build/deps/install/stow/libosmo-netif/lib && { ln -s -f libosmonetif.so.11.1.0 libosmonetif.so.11 || { rm -f libosmonetif.so.11 && ln -s libosmonetif.so.11.1.0 libosmonetif.so.11; }; })
libtool: install: (cd /build/deps/install/stow/libosmo-netif/lib && { ln -s -f libosmonetif.so.11.1.0 libosmonetif.so || { rm -f libosmonetif.so && ln -s libosmonetif.so.11.1.0 libosmonetif.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmonetif.lai /build/deps/install/stow/libosmo-netif/lib/libosmonetif.la
libtool: install: /usr/bin/install -c .libs/libosmonetif.a /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: install: chmod 644 /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: install: ranlib /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: finish: PATH="/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-netif/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/libosmo-netif/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[3]: Leaving directory '/build/deps/libosmo-netif/src'
make[2]: Leaving directory '/build/deps/libosmo-netif/src'
Making install in examples
make[2]: Entering directory '/build/deps/libosmo-netif/examples'
  CC       ipa-stream-client.o
  CC       ipa-stream-server.o
  CC       stream-server.o
  CC       stream-client.o
  CC       rs232-write.o
  CC       rs232-read.o
  CC       rtp-udp-test-client.o
  CC       rtp-udp-test-server.o
  CC       udp-test-client.o
  CC       udp-test-server.o
  CC       osmux-test-input.o
  CC       osmux-test-output.o
  CCLD     ipa-stream-server
  CCLD     ipa-stream-client
  CCLD     stream-client
  CCLD     stream-server
  CCLD     rs232-read
  CCLD     udp-test-server
  CCLD     rtp-udp-test-server
  CCLD     osmux-test-output
  CCLD     osmux-test-input
  CCLD     rs232-write
  CCLD     rtp-udp-test-client
  CCLD     udp-test-client
make[3]: Entering directory '/build/deps/libosmo-netif/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-netif/examples'
make[2]: Leaving directory '/build/deps/libosmo-netif/examples'
Making install in utils
make[2]: Entering directory '/build/deps/libosmo-netif/utils'
  CC       osmo-amr-inspect.o
  CCLD     osmo-amr-inspect
make[3]: Entering directory '/build/deps/libosmo-netif/utils'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-netif/utils'
make[2]: Leaving directory '/build/deps/libosmo-netif/utils'
Making install in tests
make[2]: Entering directory '/build/deps/libosmo-netif/tests'
make[3]: Entering directory '/build/deps/libosmo-netif/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-netif/tests'
make[2]: Leaving directory '/build/deps/libosmo-netif/tests'
make[2]: Entering directory '/build/deps/libosmo-netif'
make[3]: Entering directory '/build/deps/libosmo-netif'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-netif.pc '/build/deps/install/stow/libosmo-netif/lib/pkgconfig'
make  install-data-hook
make[4]: Entering directory '/build/deps/libosmo-netif'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmo-netif'
make[3]: Leaving directory '/build/deps/libosmo-netif'
make[2]: Leaving directory '/build/deps/libosmo-netif'
make[1]: Leaving directory '/build/deps/libosmo-netif'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmo-netif
+ cd /build/deps
+ osmo-layer1-headers.sh sysmo superfemto_v3.1
+ uri=https://gitea.sysmocom.de/sysmo-bts/layer1-api
+ version_prefix=
+ version=origin/master
+ [ -n superfemto_v3.1 ]
+ [ superfemto_v3.1 != master ]
+ version=superfemto_v3.1
+ test -d layer1-headers
+ cd layer1-headers
+ git fetch origin
+ git checkout -f superfemto_v3.1
HEAD is now at 7fb9e89 bump API version number to 3.1.0
+ mkdir -p /build/deps/install/include/sysmocom/femtobts
+ ln -s /build/deps/layer1-headers/include/gsml1const.h /build/deps/layer1-headers/include/gsml1dbg.h /build/deps/layer1-headers/include/gsml1prim.h /build/deps/layer1-headers/include/gsml1types.h /build/deps/layer1-headers/include/superfemto.h /build/deps/install/include/sysmocom/femtobts/
+ configure_flags=  --enable-sanitize   --enable-werror   --enable-sysmocom-bts   --with-sysmobts=/build/deps/install/include/   --enable-external-tests   
+ [ superfemto_v3.1 != femtobts_v2.7 ]
+ configure_flags=  --enable-sanitize   --enable-werror   --enable-sysmocom-bts   --with-sysmobts=/build/deps/install/include/   --enable-external-tests    --enable-sysmobts-calib
+ build_bts osmo-bts-sysmo   --enable-sanitize   --enable-werror   --enable-sysmocom-bts   --with-sysmobts=/build/deps/install/include/   --enable-external-tests    --enable-sysmobts-calib
+ set +x
+ cd /build/deps
+ osmo-deps.sh libosmocore



 =============================== osmo-bts-sysmo ===============================

+ project=libosmocore
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmocore
+ cd libosmocore
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
+ git clean -dxf
Removing .version
Removing Doxyfile.codec
Removing Doxyfile.coding
Removing Doxyfile.ctrl
Removing Doxyfile.gb
Removing Doxyfile.gsm
Removing Doxyfile.isdn
Removing Doxyfile.sim
Removing Doxyfile.usb
Removing Doxyfile.vty
Removing Makefile
Removing Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing compile
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing contrib/libosmocore.spec
Removing depcomp
Removing include/Makefile
Removing include/Makefile.in
Removing include/osmocom/Makefile
Removing include/osmocom/Makefile.in
Removing include/osmocom/codec/Makefile
Removing include/osmocom/codec/Makefile.in
Removing include/osmocom/coding/Makefile
Removing include/osmocom/coding/Makefile.in
Removing include/osmocom/core/Makefile
Removing include/osmocom/core/Makefile.in
Removing include/osmocom/core/bit16gen.h
Removing include/osmocom/core/bit32gen.h
Removing include/osmocom/core/bit64gen.h
Removing include/osmocom/core/crc16gen.h
Removing include/osmocom/core/crc32gen.h
Removing include/osmocom/core/crc64gen.h
Removing include/osmocom/core/crc8gen.h
Removing include/osmocom/core/socket_compat.h
Removing include/osmocom/crypt/Makefile
Removing include/osmocom/crypt/Makefile.in
Removing include/osmocom/ctrl/Makefile
Removing include/osmocom/ctrl/Makefile.in
Removing include/osmocom/gprs/Makefile
Removing include/osmocom/gprs/Makefile.in
Removing include/osmocom/gprs/protocol/Makefile
Removing include/osmocom/gprs/protocol/Makefile.in
Removing include/osmocom/gsm/Makefile
Removing include/osmocom/gsm/Makefile.in
Removing include/osmocom/gsm/gsm0503.h
Removing include/osmocom/gsm/protocol/Makefile
Removing include/osmocom/gsm/protocol/Makefile.in
Removing include/osmocom/isdn/Makefile
Removing include/osmocom/isdn/Makefile.in
Removing include/osmocom/sim/Makefile
Removing include/osmocom/sim/Makefile.in
Removing include/osmocom/usb/Makefile
Removing include/osmocom/usb/Makefile.in
Removing include/osmocom/vty/Makefile
Removing include/osmocom/vty/Makefile.in
Removing install-sh
Removing libosmocodec.pc
Removing libosmocoding.pc
Removing libosmocore.pc
Removing libosmoctrl.pc
Removing libosmogb.pc
Removing libosmogsm.pc
Removing libosmoisdn.pc
Removing libosmosim.pc
Removing libosmousb.pc
Removing libosmovty.pc
Removing libtool
Removing ltmain.sh
Removing m4/libtool.m4
Removing m4/ltoptions.m4
Removing m4/ltsugar.m4
Removing m4/ltversion.m4
Removing m4/lt~obsolete.m4
Removing missing
Removing src/Makefile
Removing src/Makefile.in
Removing src/codec/.deps/
Removing src/codec/.libs/
Removing src/codec/Makefile
Removing src/codec/Makefile.in
Removing src/codec/ecu.lo
Removing src/codec/ecu_fr.lo
Removing src/codec/ecu_fr_old.lo
Removing src/codec/gsm610.lo
Removing src/codec/gsm620.lo
Removing src/codec/gsm660.lo
Removing src/codec/gsm690.lo
Removing src/codec/libosmocodec.la
Removing src/coding/.deps/
Removing src/coding/.libs/
Removing src/coding/Makefile
Removing src/coding/Makefile.in
Removing src/coding/gsm0503_amr_dtx.lo
Removing src/coding/gsm0503_coding.lo
Removing src/coding/gsm0503_interleaving.lo
Removing src/coding/gsm0503_mapping.lo
Removing src/coding/gsm0503_parity.lo
Removing src/coding/gsm0503_tables.lo
Removing src/coding/libosmocoding.la
Removing src/core/.deps/
Removing src/core/.libs/
Removing src/core/Makefile
Removing src/core/Makefile.in
Removing src/core/application.lo
Removing src/core/backtrace.lo
Removing src/core/base64.lo
Removing src/core/bitcomp.lo
Removing src/core/bits.lo
Removing src/core/bitvec.lo
Removing src/core/context.lo
Removing src/core/conv.lo
Removing src/core/conv_acc.lo
Removing src/core/conv_acc_generic.lo
Removing src/core/conv_acc_sse.lo
Removing src/core/conv_acc_sse_avx.lo
Removing src/core/counter.lo
Removing src/core/crc16.lo
Removing src/core/crc16gen.c
Removing src/core/crc16gen.lo
Removing src/core/crc32gen.c
Removing src/core/crc32gen.lo
Removing src/core/crc64gen.c
Removing src/core/crc64gen.lo
Removing src/core/crc8gen.c
Removing src/core/crc8gen.lo
Removing src/core/exec.lo
Removing src/core/fsm.lo
Removing src/core/gsmtap_util.lo
Removing src/core/isdnhdlc.lo
Removing src/core/it_q.lo
Removing src/core/libosmocore.la
Removing src/core/logging.lo
Removing src/core/logging_gsmtap.lo
Removing src/core/logging_syslog.lo
Removing src/core/loggingrb.lo
Removing src/core/macaddr.lo
Removing src/core/mnl.lo
Removing src/core/msgb.lo
Removing src/core/msgfile.lo
Removing src/core/netdev.lo
Removing src/core/netns.lo
Removing src/core/osmo_io.lo
Removing src/core/osmo_io_poll.lo
Removing src/core/osmo_io_uring.lo
Removing src/core/panic.lo
Removing src/core/plugin.lo
Removing src/core/prbs.lo
Removing src/core/prim.lo
Removing src/core/rate_ctr.lo
Removing src/core/rbtree.lo
Removing src/core/select.lo
Removing src/core/sercomm.lo
Removing src/core/serial.lo
Removing src/core/signal.lo
Removing src/core/sockaddr_str.lo
Removing src/core/socket.lo
Removing src/core/soft_uart.lo
Removing src/core/stat_item.lo
Removing src/core/stats.lo
Removing src/core/stats_statsd.lo
Removing src/core/stats_tcp.lo
Removing src/core/strrb.lo
Removing src/core/tdef.lo
Removing src/core/thread.lo
Removing src/core/time_cc.lo
Removing src/core/timer.lo
Removing src/core/timer_clockgettime.lo
Removing src/core/timer_gettimeofday.lo
Removing src/core/tun.lo
Removing src/core/use_count.lo
Removing src/core/utils.lo
Removing src/core/write_queue.lo
Removing src/ctrl/.deps/
Removing src/ctrl/.libs/
Removing src/ctrl/Makefile
Removing src/ctrl/Makefile.in
Removing src/ctrl/control_cmd.lo
Removing src/ctrl/control_if.lo
Removing src/ctrl/control_vty.lo
Removing src/ctrl/fsm_ctrl_commands.lo
Removing src/ctrl/libosmoctrl.la
Removing src/gb/.deps/
Removing src/gb/.libs/
Removing src/gb/Makefile
Removing src/gb/Makefile.in
Removing src/gb/bssgp_bvc_fsm.lo
Removing src/gb/common_vty.lo
Removing src/gb/frame_relay.lo
Removing src/gb/gprs_bssgp.lo
Removing src/gb/gprs_bssgp2.lo
Removing src/gb/gprs_bssgp_bss.lo
Removing src/gb/gprs_bssgp_rim.lo
Removing src/gb/gprs_bssgp_util.lo
Removing src/gb/gprs_bssgp_vty.lo
Removing src/gb/gprs_ns.lo
Removing src/gb/gprs_ns2.lo
Removing src/gb/gprs_ns2_fr.lo
Removing src/gb/gprs_ns2_frgre.lo
Removing src/gb/gprs_ns2_message.lo
Removing src/gb/gprs_ns2_sns.lo
Removing src/gb/gprs_ns2_udp.lo
Removing src/gb/gprs_ns2_vc_fsm.lo
Removing src/gb/gprs_ns2_vty.lo
Removing src/gb/gprs_ns_frgre.lo
Removing src/gb/gprs_ns_sns.lo
Removing src/gb/gprs_ns_vty.lo
Removing src/gb/libosmogb-test.la
Removing src/gb/libosmogb.la
Removing src/gsm/.deps/
Removing src/gsm/.libs/
Removing src/gsm/Makefile
Removing src/gsm/Makefile.in
Removing src/gsm/a5.lo
Removing src/gsm/abis_nm.lo
Removing src/gsm/apn.lo
Removing src/gsm/auth_comp128v1.lo
Removing src/gsm/auth_comp128v23.lo
Removing src/gsm/auth_core.lo
Removing src/gsm/auth_milenage.lo
Removing src/gsm/auth_tuak.lo
Removing src/gsm/auth_xor.lo
Removing src/gsm/auth_xor_2g.lo
Removing src/gsm/bsslap.lo
Removing src/gsm/bssmap_le.lo
Removing src/gsm/bts_features.lo
Removing src/gsm/cbsp.lo
Removing src/gsm/comp128.lo
Removing src/gsm/comp128v23.lo
Removing src/gsm/gad.lo
Removing src/gsm/gan.lo
Removing src/gsm/gea.lo
Removing src/gsm/gprs_cipher_core.lo
Removing src/gsm/gprs_gea.lo
Removing src/gsm/gprs_rlc.lo
Removing src/gsm/gsm0341.lo
Removing src/gsm/gsm0411_smc.lo
Removing src/gsm/gsm0411_smr.lo
Removing src/gsm/gsm0411_utils.lo
Removing src/gsm/gsm0414.lo
Removing src/gsm/gsm0480.lo
Removing src/gsm/gsm0502.lo
Removing src/gsm/gsm0503_conv.c
Removing src/gsm/gsm0503_conv.lo
Removing src/gsm/gsm0808.lo
Removing src/gsm/gsm0808_utils.lo
Removing src/gsm/gsm23003.lo
Removing src/gsm/gsm23236.lo
Removing src/gsm/gsm29118.lo
Removing src/gsm/gsm29205.lo
Removing src/gsm/gsm44021.lo
Removing src/gsm/gsm44068.lo
Removing src/gsm/gsm48.lo
Removing src/gsm/gsm48049.lo
Removing src/gsm/gsm48_arfcn_range_encode.lo
Removing src/gsm/gsm48_ie.lo
Removing src/gsm/gsm48_rest_octets.lo
Removing src/gsm/gsm_04_08_gprs.lo
Removing src/gsm/gsm_utils.lo
Removing src/gsm/gsup.lo
Removing src/gsm/gsup_sms.lo
Removing src/gsm/ipa.lo
Removing src/gsm/iuup.lo
Removing src/gsm/kasumi.lo
Removing src/gsm/kdf.lo
Removing src/gsm/kdf/.deps/
Removing src/gsm/lapdm.lo
Removing src/gsm/libgsmint.la
Removing src/gsm/libosmogsm.la
Removing src/gsm/milenage/.deps/
Removing src/gsm/milenage/.dirstamp
Removing src/gsm/milenage/.libs/
Removing src/gsm/milenage/aes-encblock.lo
Removing src/gsm/milenage/aes-internal-enc.lo
Removing src/gsm/milenage/aes-internal.lo
Removing src/gsm/milenage/milenage.lo
Removing src/gsm/mncc.lo
Removing src/gsm/oap.lo
Removing src/gsm/oap_client.lo
Removing src/gsm/rlp.lo
Removing src/gsm/rsl.lo
Removing src/gsm/rxlev_stat.lo
Removing src/gsm/sysinfo.lo
Removing src/gsm/tlv_parser.lo
Removing src/gsm/tuak/.deps/
Removing src/gsm/tuak/.dirstamp
Removing src/gsm/tuak/.libs/
Removing src/gsm/tuak/KeccakP-1600-3gpp.lo
Removing src/gsm/tuak/tuak.lo
Removing src/isdn/.deps/
Removing src/isdn/.libs/
Removing src/isdn/Makefile
Removing src/isdn/Makefile.in
Removing src/isdn/i460_mux.lo
Removing src/isdn/lapd_core.lo
Removing src/isdn/libisdnint.la
Removing src/isdn/libosmoisdn.la
Removing src/isdn/v110.lo
Removing src/isdn/v110_ta.lo
Removing src/pseudotalloc/.deps/
Removing src/pseudotalloc/Makefile
Removing src/pseudotalloc/Makefile.in
Removing src/sim/.deps/
Removing src/sim/.libs/
Removing src/sim/Makefile
Removing src/sim/Makefile.in
Removing src/sim/card_fs_hpsim.lo
Removing src/sim/card_fs_isim.lo
Removing src/sim/card_fs_sim.lo
Removing src/sim/card_fs_tetra.lo
Removing src/sim/card_fs_uicc.lo
Removing src/sim/card_fs_usim.lo
Removing src/sim/class_tables.lo
Removing src/sim/core.lo
Removing src/sim/libosmosim.la
Removing src/sim/reader.lo
Removing src/sim/reader_pcsc.lo
Removing src/usb/.deps/
Removing src/usb/.libs/
Removing src/usb/Makefile
Removing src/usb/Makefile.in
Removing src/usb/libosmousb.la
Removing src/usb/osmo_libusb.lo
Removing src/vty/.deps/
Removing src/vty/.libs/
Removing src/vty/Makefile
Removing src/vty/Makefile.in
Removing src/vty/buffer.lo
Removing src/vty/command.lo
Removing src/vty/cpu_sched_vty.lo
Removing src/vty/fsm_vty.lo
Removing src/vty/libosmovty.la
Removing src/vty/logging_vty.lo
Removing src/vty/stats_vty.lo
Removing src/vty/talloc_ctx_vty.lo
Removing src/vty/tdef_vty.lo
Removing src/vty/telnet_interface.lo
Removing src/vty/utils.lo
Removing src/vty/vector.lo
Removing src/vty/vty.lo
Removing stamp-h1
Removing tapset/Makefile
Removing tapset/Makefile.in
Removing tests/.deps/
Removing tests/Makefile
Removing tests/Makefile.in
Removing tests/a5/.deps/
Removing tests/abis/.deps/
Removing tests/atconfig
Removing tests/atlocal
Removing tests/auth/.deps/
Removing tests/base64/.deps/
Removing tests/bitgen/.deps/
Removing tests/bits/.deps/
Removing tests/bitvec/.deps/
Removing tests/bsslap/.deps/
Removing tests/bssmap_le/.deps/
Removing tests/codec/.deps/
Removing tests/coding/.deps/
Removing tests/comp128/.deps/
Removing tests/context/.deps/
Removing tests/conv/.deps/
Removing tests/conv/gsm0503_test_vectors.c
Removing tests/ctrl/.deps/
Removing tests/dtx/.deps/
Removing tests/endian/.deps/
Removing tests/exec/.deps/
Removing tests/fr/.deps/
Removing tests/fsm/.deps/
Removing tests/gad/.deps/
Removing tests/gb/.deps/
Removing tests/gea/.deps/
Removing tests/gprs/.deps/
Removing tests/gsm0408/.deps/
Removing tests/gsm0502/.deps/
Removing tests/gsm0808/.deps/
Removing tests/gsm23003/.deps/
Removing tests/gsm23236/.deps/
Removing tests/gsm29205/.deps/
Removing tests/gsm44021/.deps/
Removing tests/gsm48/.deps/
Removing tests/gsup/.deps/
Removing tests/i460_mux/.deps/
Removing tests/it_q/.deps/
Removing tests/iuup/.deps/
Removing tests/kasumi/.deps/
Removing tests/lapd/.deps/
Removing tests/logging/.deps/
Removing tests/loggingrb/.deps/
Removing tests/msgb/.deps/
Removing tests/msgfile/.deps/
Removing tests/oap/.deps/
Removing tests/osmo_io/.deps/
Removing tests/prbs/.deps/
Removing tests/rlp/.deps/
Removing tests/sercomm/.deps/
Removing tests/sim/.deps/
Removing tests/sms/.deps/
Removing tests/smscb/.deps/
Removing tests/sockaddr_str/.deps/
Removing tests/socket/.deps/
Removing tests/soft_uart/.deps/
Removing tests/stats/.deps/
Removing tests/strrb/.deps/
Removing tests/tdef/.deps/
Removing tests/time_cc/.deps/
Removing tests/timer/.deps/
Removing tests/tlv/.deps/
Removing tests/use_count/.deps/
Removing tests/ussd/.deps/
Removing tests/utils/.deps/
Removing tests/v110/.deps/
Removing tests/vty/.deps/
Removing tests/write_queue/.deps/
Removing utils/.deps/
Removing utils/.libs/
Removing utils/Makefile
Removing utils/Makefile.in
Removing utils/__pycache__/
Removing utils/gsmtap-logsend.o
Removing utils/osmo-aka-verify
Removing utils/osmo-aka-verify.o
Removing utils/osmo-arfcn
Removing utils/osmo-arfcn.o
Removing utils/osmo-auc-gen
Removing utils/osmo-auc-gen.o
Removing utils/osmo-config-merge
Removing utils/osmo-config-merge.o
Removing utils/osmo-gsmtap-logsend
Removing utils/osmo-ns-dummy
Removing utils/osmo-ns-dummy-vty.o
Removing utils/osmo-ns-dummy.o
Removing utils/osmo-sim-test
Removing utils/osmo-stat-dummy/.deps/
Removing utils/osmo-stat-dummy/Makefile
Removing utils/osmo-stat-dummy/Makefile.in
Removing utils/osmo_sim_test-osmo-sim-test.o
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
HEAD is now at c380bd9f fix update_exp: s/soft_uart.ok/soft_uart_test.ok
+ git rev-parse HEAD
c380bd9fa67f4b65c30244de9304e43bf7580eef
+ cd /build
+ shift
+ conf_flags=  --enable-sanitize   --enable-werror   --enable-sysmocom-bts   --with-sysmobts=/build/deps/install/include/   --enable-external-tests    --enable-sysmobts-calib
+ [ 0 = 1 ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:40: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:40: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:40: the top level
configure.ac:84: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:84: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:84: the top level
configure.ac:92: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:92: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:92: the top level
configure.ac:124: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:124: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:124: the top level
configure.ac:132: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:132: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:132: the top level
configure.ac:272: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:272: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:272: the top level
configure.ac:292: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:292: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:292: the top level
configure.ac:354: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:354: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:354: the top level
configure.ac:422: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:422: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:10177: AM_CONFIG_HEADER is expanded from...
configure.ac:422: the top level
configure.ac:424: warning: AC_OUTPUT should be used without arguments.
configure.ac:424: 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'
contrib/ber/Makefile.am: installing './depcomp'
src/common/Makefile.am:86: warning: variable 'libbts_la_LDADD' is defined but no program or
src/common/Makefile.am:86: library has 'libbts_la' as canonical name (possible typo)
src/osmo-bts-sysmo/Makefile.am:44: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:44: 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/osmo-bts-sysmo/Makefile.am:73: warning: source file 'misc/sysmobts-calib.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:73: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:73: warning: source file 'misc/sysmobts-layer1.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:73: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_misc.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_nl.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_2050.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_vty.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_nl.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_temp.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:77: warning: source file 'misc/sysmobts_mgr_calib.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:77: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:92: warning: source file 'misc/sysmobts_util.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:92: but option 'subdir-objects' is disabled
src/osmo-bts-sysmo/Makefile.am:92: warning: source file 'misc/sysmobts_par.c' is in a subdirectory,
src/osmo-bts-sysmo/Makefile.am:92: but option 'subdir-objects' is disabled
tests/agch/Makefile.am:26: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/agch/Makefile.am:26: but option 'subdir-objects' is disabled
tests/cipher/Makefile.am:26: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/cipher/Makefile.am:26: but option 'subdir-objects' is disabled
tests/handover/Makefile.am:24: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/handover/Makefile.am:24: but option 'subdir-objects' is disabled
tests/meas/Makefile.am:25: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/meas/Makefile.am:25: but option 'subdir-objects' is disabled
tests/misc/Makefile.am:24: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/misc/Makefile.am:24: but option 'subdir-objects' is disabled
tests/paging/Makefile.am:26: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/paging/Makefile.am:26: but option 'subdir-objects' is disabled
tests/power/Makefile.am:28: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/power/Makefile.am:28: but option 'subdir-objects' is disabled
tests/power/Makefile.am:25: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/power/Makefile.am:25: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/utils.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/l1_if.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/oml.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/l1_transp_hw.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/tch.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/calib_file.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/calib_fixup.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/misc/sysmobts_par.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/femtobts.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/sysmobts/Makefile.am:31: warning: source file '$(top_srcdir)/src/osmo-bts-sysmo/eeprom.c' is in a subdirectory,
tests/sysmobts/Makefile.am:31: but option 'subdir-objects' is disabled
tests/tx_power/Makefile.am:23: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/tx_power/Makefile.am:23: but option 'subdir-objects' is disabled
+ ./configure --enable-sanitize --enable-werror --enable-sysmocom-bts --with-sysmobts=/build/deps/install/include/ --enable-external-tests --enable-sysmobts-calib
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 egrep... (cached) /usr/bin/grep -E
checking for libosmocore >= 1.9.0... yes
checking for libosmovty >= 1.9.0... yes
checking for libosmogsm >= 1.9.0... yes
checking for libosmoctrl >= 1.9.0... yes
checking for libosmocodec >= 1.9.0... yes
checking for libosmocoding >= 1.9.0... yes
checking for libosmoabis >= 1.5.0... yes
checking for libosmotrau >= 1.5.0... yes
checking for libosmo-netif >= 1.4.0... yes
checking whether to enable support for sysmobts calibration tool... yes
checking whether to enable support for sysmoBTS L1/PHY support... yes
checking for sysmocom/femtobts/superfemto.h... yes
checking for sysmocom/femtobts/sbts2050_header.h... no
checking for libgps... yes
checking whether to enable support for osmo-trx based L1/PHY support... no
checking whether to enable support for Octasic OCTPHY-2G... no
checking whether to enable NuRAN Wireless Litecell 1.5 hardware support... no
checking whether to enable NuRAN Wireless OC-2G hardware support... no
checking for python3... yes
checking for osmotestvty.py... yes
checking whether to enable VTY/CTRL tests... yes
checking whether to include systemtap tracing support... no
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 src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/osmo-bts-virtual/Makefile
config.status: creating src/osmo-bts-omldummy/Makefile
config.status: creating src/osmo-bts-sysmo/Makefile
config.status: creating src/osmo-bts-lc15/Makefile
config.status: creating src/osmo-bts-oc2g/Makefile
config.status: creating src/osmo-bts-trx/Makefile
config.status: creating src/osmo-bts-octphy/Makefile
config.status: creating include/Makefile
config.status: creating include/osmo-bts/Makefile
config.status: creating tests/Makefile
config.status: creating tests/paging/Makefile
config.status: creating tests/agch/Makefile
config.status: creating tests/cipher/Makefile
config.status: creating tests/sysmobts/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/handover/Makefile
config.status: creating tests/ta_control/Makefile
config.status: creating tests/tx_power/Makefile
config.status: creating tests/power/Makefile
config.status: creating tests/meas/Makefile
config.status: creating tests/amr/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 contrib/Makefile
config.status: creating contrib/ber/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating btsconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j 12
echo 1.7.0.67-e01c > .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 osmo-bts
make[3]: Entering directory '/build/include/osmo-bts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/include/osmo-bts'
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 common
make[3]: Entering directory '/build/src/common'
make  all-am
make[4]: Entering directory '/build/src/common'
  CC       gsm_data.o
  CC       sysinfo.o
  CC       logging.o
  CC       abis.o
  CC       abis_osmo.o
  CC       oml.o
  CC       osmux.o
  CC       bts.o
  CC       bts_sm.o
  CC       bts_trx.o
  CC       rsl.o
  CC       rtp_input_preen.o
  CC       vty.o
  CC       paging.o
  CC       measurement.o
  CC       amr.o
  CC       lchan.o
  CC       asci.o
  CC       load_indication.o
  CC       pcu_sock.o
  CC       handover.o
  CC       msg_utils.o
  CC       tx_power.o
  CC       bts_ctrl_commands.o
  CC       bts_ctrl_lookup.o
  CC       bts_shutdown_fsm.o
  CC       csd_v110.o
  CC       l1sap.o
  CC       cbch.o
  CC       power_control.o
  CC       main.o
  CC       phy_link.o
  CC       dtx_dl_amr_fsm.o
  CC       scheduler_mframe.o
  CC       ta_control.o
  CC       nm_common_fsm.o
  CC       nm_bts_sm_fsm.o
  CC       nm_bts_fsm.o
  CC       nm_bb_transc_fsm.o
  CC       nm_channel_fsm.o
  CC       nm_gprs_cell_fsm.o
  CC       nm_gprs_nse_fsm.o
  CC       nm_gprs_nsvc_fsm.o
  CC       nm_radio_carrier_fsm.o
  CC       notification.o
  CC       scheduler.o
  AR       libl1sched.a
ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libbts.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '/build/src/common'
make[3]: Leaving directory '/build/src/common'
Making all in osmo-bts-virtual
make[3]: Entering directory '/build/src/osmo-bts-virtual'
  CC       main.o
  CC       virtualbts_vty.o
  CC       bts_model.o
  CC       scheduler_virtbts.o
  CC       l1_if.o
  CC       virtual_um.o
  CC       osmo_mcast_sock.o
  CCLD     osmo-bts-virtual
make[3]: Leaving directory '/build/src/osmo-bts-virtual'
Making all in osmo-bts-omldummy
make[3]: Entering directory '/build/src/osmo-bts-omldummy'
  CC       bts_model.o
  CC       main.o
  CCLD     osmo-bts-omldummy
make[3]: Leaving directory '/build/src/osmo-bts-omldummy'
Making all in osmo-bts-sysmo
make[3]: Entering directory '/build/src/osmo-bts-sysmo'
  CC       main.o
  CC       femtobts.o
  CC       l1_if.o
  CC       oml.o
  CC       tch.o
  CC       sysmobts_vty.o
  CC       hw_misc.o
  CC       calib_file.o
  CC       eeprom.o
  CC       calib_fixup.o
  CC       utils.o
  CC       sysmobts_par.o
  CC       sysmobts_ctrl.o
  CC       l1_transp_hw.o
  CC       l1_transp_fwd.o
  CC       l1_fwd_main.o
  CC       sysmobts_mgr.o
  CC       sysmobts_misc.o
  CC       sysmobts_nl.o
tch.c:152:2: warning: #warning No EFR support in L1 [-Wcpp]
  152 | #warning No EFR support in L1
      |  ^~~~~~~
  CC       sysmobts_mgr_2050.o
  CC       sysmobts_mgr_vty.o
  CC       sysmobts_mgr_nl.o
  CC       sysmobts_mgr_temp.o
  CC       sysmobts_mgr_calib.o
  CC       sysmobts_util.o
  CC       sysmobts-calib.o
  CC       sysmobts-layer1.o
  CCLD     l1fwd-proxy
  CCLD     sysmobts-util
  CCLD     osmo-bts-sysmo
  CCLD     osmo-bts-sysmo-remote
  CCLD     sysmobts-calib
  CCLD     sysmobts-mgr
make[3]: Leaving directory '/build/src/osmo-bts-sysmo'
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 tests
make[2]: Entering directory '/build/tests'
Making all in paging
make[3]: Entering directory '/build/tests/paging'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/paging'
Making all in cipher
make[3]: Entering directory '/build/tests/cipher'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/cipher'
Making all in agch
make[3]: Entering directory '/build/tests/agch'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/agch'
Making all in misc
make[3]: Entering directory '/build/tests/misc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/misc'
Making all in handover
make[3]: Entering directory '/build/tests/handover'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/handover'
Making all in tx_power
make[3]: Entering directory '/build/tests/tx_power'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/tx_power'
Making all in power
make[3]: Entering directory '/build/tests/power'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/power'
Making all in meas
make[3]: Entering directory '/build/tests/meas'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/meas'
Making all in ta_control
make[3]: Entering directory '/build/tests/ta_control'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/ta_control'
Making all in amr
make[3]: Entering directory '/build/tests/amr'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/amr'
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 sysmobts
make[3]: Entering directory '/build/tests/sysmobts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/sysmobts'
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'
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'
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'
Making all in ber
make[3]: Entering directory '/build/contrib/ber'
  CC       rtp_ber.o
  CC       rtp_gen_map.o
  CCLD     rtp_gen_map
  CCLD     rtp_ber
make[3]: Leaving directory '/build/contrib/ber'
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'
make[2]: Entering directory '/build'
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ make check
make  check-recursive
make[1]: Entering directory '/build'
Making check in include
make[2]: Entering directory '/build/include'
Making check in osmo-bts
make[3]: Entering directory '/build/include/osmo-bts'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/include/osmo-bts'
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 common
make[3]: Entering directory '/build/src/common'
make  check-am
make[4]: Entering directory '/build/src/common'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/src/common'
make[3]: Leaving directory '/build/src/common'
Making check in osmo-bts-virtual
make[3]: Entering directory '/build/src/osmo-bts-virtual'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/osmo-bts-virtual'
Making check in osmo-bts-omldummy
make[3]: Entering directory '/build/src/osmo-bts-omldummy'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/osmo-bts-omldummy'
Making check in osmo-bts-sysmo
make[3]: Entering directory '/build/src/osmo-bts-sysmo'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/osmo-bts-sysmo'
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 tests
make[2]: Entering directory '/build/tests'
Making check in paging
make[3]: Entering directory '/build/tests/paging'
make  paging_test
make[4]: Entering directory '/build/tests/paging'
  CC       paging_test.o
  CC       stubs.o
  CCLD     paging_test
make[4]: Leaving directory '/build/tests/paging'
make[3]: Leaving directory '/build/tests/paging'
Making check in cipher
make[3]: Entering directory '/build/tests/cipher'
make  cipher_test
make[4]: Entering directory '/build/tests/cipher'
  CC       cipher_test.o
  CC       stubs.o
  CCLD     cipher_test
make[4]: Leaving directory '/build/tests/cipher'
make[3]: Leaving directory '/build/tests/cipher'
Making check in agch
make[3]: Entering directory '/build/tests/agch'
make  agch_test
make[4]: Entering directory '/build/tests/agch'
  CC       agch_test.o
  CC       stubs.o
  CCLD     agch_test
make[4]: Leaving directory '/build/tests/agch'
make[3]: Leaving directory '/build/tests/agch'
Making check in misc
make[3]: Entering directory '/build/tests/misc'
make  misc_test
make[4]: Entering directory '/build/tests/misc'
  CC       misc_test.o
  CC       stubs.o
  CCLD     misc_test
make[4]: Leaving directory '/build/tests/misc'
make[3]: Leaving directory '/build/tests/misc'
Making check in handover
make[3]: Entering directory '/build/tests/handover'
make  handover_test
make[4]: Entering directory '/build/tests/handover'
  CC       handover_test.o
  CC       stubs.o
  CCLD     handover_test
make[4]: Leaving directory '/build/tests/handover'
make[3]: Leaving directory '/build/tests/handover'
Making check in tx_power
make[3]: Entering directory '/build/tests/tx_power'
make  tx_power_test
make[4]: Entering directory '/build/tests/tx_power'
  CC       tx_power_test.o
  CC       stubs.o
  CCLD     tx_power_test
make[4]: Leaving directory '/build/tests/tx_power'
make[3]: Leaving directory '/build/tests/tx_power'
Making check in power
make[3]: Entering directory '/build/tests/power'
make  ms_power_loop_test bs_power_loop_test
make[4]: Entering directory '/build/tests/power'
  CC       ms_power_loop_test.o
  CC       stubs.o
  CCLD     ms_power_loop_test
  CC       bs_power_loop_test.o
  CCLD     bs_power_loop_test
make[4]: Leaving directory '/build/tests/power'
make[3]: Leaving directory '/build/tests/power'
Making check in meas
make[3]: Entering directory '/build/tests/meas'
make  meas_test
make[4]: Entering directory '/build/tests/meas'
  CC       meas_test.o
  CC       stubs.o
  CCLD     meas_test
make[4]: Leaving directory '/build/tests/meas'
make[3]: Leaving directory '/build/tests/meas'
Making check in ta_control
make[3]: Entering directory '/build/tests/ta_control'
make  ta_control_test
make[4]: Entering directory '/build/tests/ta_control'
  CC       ta_control_test.o
  CCLD     ta_control_test
make[4]: Leaving directory '/build/tests/ta_control'
make[3]: Leaving directory '/build/tests/ta_control'
Making check in amr
make[3]: Entering directory '/build/tests/amr'
make  amr_test
make[4]: Entering directory '/build/tests/amr'
  CC       amr_test.o
  CCLD     amr_test
make[4]: Leaving directory '/build/tests/amr'
make[3]: Leaving directory '/build/tests/amr'
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 sysmobts
make[3]: Entering directory '/build/tests/sysmobts'
make  sysmobts_test
make[4]: Entering directory '/build/tests/sysmobts'
  CC       sysmobts_test.o
  CC       utils.o
  CC       l1_if.o
  CC       oml.o
  CC       l1_transp_hw.o
  CC       tch.o
../../src/osmo-bts-sysmo/tch.c:152:2: warning: #warning No EFR support in L1 [-Wcpp]
  152 | #warning No EFR support in L1
      |  ^~~~~~~
  CC       calib_file.o
  CC       calib_fixup.o
  CC       sysmobts_par.o
  CC       femtobts.o
  CC       eeprom.o
  CCLD     sysmobts_test
make[4]: Leaving directory '/build/tests/sysmobts'
make[3]: Leaving directory '/build/tests/sysmobts'
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-bts])' && \
               echo 'm4_define([AT_PACKAGE_TARNAME],' && \
               echo '  [osmo-bts])' && \
               echo 'm4_define([AT_PACKAGE_VERSION],' && \
               echo '  [1.7.0.67-e01c])' && \
               echo 'm4_define([AT_PACKAGE_STRING],' && \
               echo '  [osmo-bts 1.7.0.67-e01c])' && \
               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-bts 1.7.0.67-e01c test suite. ##
## ---------------------------------- ##

Regression tests.

  1: paging                                          ok
  2: agch                                            ok
  3: cipher                                          ok
  4: misc                                            ok
  5: handover                                        ok
  6: ms_power_loop                                   ok
  7: bs_power_loop                                   ok
  8: tx_power                                        ok
  9: meas                                            ok
 10: ta_control                                      ok
 11: amr                                             ok
 12: csd                                             ok

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

All 12 tests were successful.
make  python-tests
make[5]: Entering directory '/build/tests'
make vty-test
make[6]: Entering directory '/build/tests'
osmo_verify_transcript_vty.py -v \
	-n OsmoBTS -p 4241 \
	-r "../src/osmo-bts-virtual/osmo-bts-virtual --vty-test -c ../doc/examples/virtual/osmo-bts-virtual.cfg" \
	 ./*.vty
((*))
  |
 / \ OsmoBTS
--- VTY test mode: not connecting to BSC, not exiting ---
DLGLOBAL NOTICE Unimplemented bts_model_phy_instance_set_defaults (main.c:157)
% Ignoring deprecated 'logging level sum (debug|info|notice|error|fatal)'
DLCTRL NOTICE CTRL at 127.0.0.1 4238 (control_if.c:1024)
DL1C NOTICE Unimplemented bts_model_ctrl_cmds_install (bts_model.c:222)
DLGLOBAL NOTICE Available via telnet 127.0.0.1 4241 (telnet_interface.c:88)
Launching: cd '/build/tests'; ../src/osmo-bts-virtual/osmo-bts-virtual --vty-test -c ../doc/examples/virtual/osmo-bts-virtual.cfg
OsmoBTS> list
  show pid
  show uptime
  show version
  show online-help
  list [with-flags]
  exit
  help
  show vty-attributes
  show vty-attributes (application|library|global)
  enable [expert-mode]
  terminal length <0-512>
  terminal no length
  who
  show history
  show cpu-sched threads
  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 (rsl|oml|rll|rr|meas|pag|l1c|l1p|dsp|pcu|ho|trx|loop|abis|rtp|osmux|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 (rsl|oml|rll|rr|meas|pag|l1c|l1p|dsp|pcu|ho|trx|loop|abis|rtp|osmux|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 stats [skip-zero]
  show stats level (global|peer|subscriber) [skip-zero]
  show asciidoc counters
  show rate-counters [skip-zero]
  show fsm NAME
  show fsm all
  show fsm-state-graph NAME
  show fsm-instances NAME
  show fsm-instances all
  show bts [<0-255>]
  show trx [<0-255>] [<0-255>]
  show timeslot [<0-255>] [<0-255>] [<0-7>]
  show lchan [<0-255>] [<0-255>] [<0-7>] [<0-7>]
  show lchan summary [<0-255>] [<0-255>] [<0-7>] [<0-7>]
  show bts <0-255> gprs
  logging filter l1-sapi (unknown|agch|bcch|cbch|facch/f|facch/h|fcch|idle|nch|pacch|pagch|pbcch|pch|pdtch|pnch|ppch|prach|ptcch|rach|sacch|sch|sdcch|tch/f|tch/h)
  no logging filter l1-sapi (unknown|agch|bcch|cbch|facch/f|facch/h|fcch|idle|nch|pacch|pagch|pbcch|pch|pdtch|pnch|ppch|prach|ptcch|rach|sacch|sch|sdcch|tch/f|tch/h)
  show timer [(bts|abis)] [TNNNN]
  show e1_driver
  show e1_line [<0-255>] [stats]
  show e1_timeslot [<0-255>] [<0-31>]
OsmoBTS> ?
  show      Show running system information
  list      Print command list
  exit      Exit current mode and down to previous mode
  help      Description of the interactive help system
  enable    Turn on privileged mode command
  terminal  Set terminal line parameters
  who       Display who is on vty
  logging   Configure logging
  no        Negate a command or set its defaults
  logp      Print a message on all log outputs; useful for placing markers in test logs

OsmoBTS> show ?
  pid              Displays the process ID
  uptime           Displays how long the program has been running
  version          Displays program version
  online-help      Online help
  vty-attributes   List of VTY attributes
  history          Display the session command history
  cpu-sched        Show Sched section information
  logging          Show current logging configuration
  alarms           Show current logging configuration
  talloc-context   Show talloc memory hierarchy
  stats            Show statistical values
  asciidoc         Asciidoc generation
  rate-counters    Show all rate counters
  fsm              Show information about finite state machines
  fsm-state-graph  Generate a state transition graph (using DOT language)
  fsm-instances    Show information about finite state machine instances
  bts              Display information about a BTS
  trx              Display information about a TRX
  timeslot         Display information about a TS
  lchan            Display information about a logical channel
  timer            Show timers
  e1_driver        Display information about available E1 drivers
  e1_line          Display information about a E1 line
  e1_timeslot      Display information about a E1 timeslot
OsmoBTS> show bts ?
  [<0-255>]  BTS Number
  <0-255>    BTS Number
OsmoBTS> show bts 0 ?
  gprs  GPRS/EGPRS configuration
  <cr>  
OsmoBTS> show trx ?
  [<0-255>]  BTS Number
OsmoBTS> show trx 0 ?
  [<0-255>]  TRX Number
OsmoBTS> show timeslot ?
  [<0-255>]  BTS Number
OsmoBTS> show timeslot 0 ?
  [<0-255>]  TRX Number
OsmoBTS> show timeslot 0 0 ?
  [<0-7>]  Timeslot Number
OsmoBTS> show lchan ?
  [<0-255>]  BTS Number
  summary    Short summary
OsmoBTS> show lchan 0 ?
  [<0-255>]  TRX Number
OsmoBTS> show lchan 0 0 ?
  [<0-7>]  Timeslot Number
OsmoBTS> show lchan 0 0 0 ?
  [<0-7>]  Logical Channel Number
OsmoBTS> show lchan summary ?
  [<0-255>]  BTS Number
OsmoBTS> show lchan summary 0 ?
  [<0-255>]  TRX Number
OsmoBTS> show lchan summary 0 0 ?
  [<0-7>]  Timeslot Number
OsmoBTS> show lchan summary 0 0 0 ?
  [<0-7>]  Logical Channel Number

OsmoBTS> show timer ?
  [bts]   BTS process timers
  [abis]  Abis (RSL) related timers
OsmoBTS> show timer
bts: X1 = 300 s	Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
bts: X2 = 3 s	Time after which osmo-bts exits if requesting transceivers to stop during shut down process does not finish (s) (default: 3 s)
abis: X15 = 0 ms	Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS> show timer bts ?
  [TNNNN]  T- or X-timer-number -- 3GPP compliant timer number of the format '1234' or 'T1234' or 't1234'; Osmocom-specific timer number of the format: 'X1234' or 'x1234'.
OsmoBTS> show timer bts
bts: X1 = 300 s	Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
bts: X2 = 3 s	Time after which osmo-bts exits if requesting transceivers to stop during shut down process does not finish (s) (default: 3 s)
OsmoBTS> show timer bts X1
bts: X1 = 300 s	Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
OsmoBTS> show timer bts X2
bts: X2 = 3 s	Time after which osmo-bts exits if requesting transceivers to stop during shut down process does not finish (s) (default: 3 s)
OsmoBTS> show timer abis ?
  [TNNNN]  T- or X-timer-number -- 3GPP compliant timer number of the format '1234' or 'T1234' or 't1234'; Osmocom-specific timer number of the format: 'X1234' or 'x1234'.
OsmoBTS> show timer abis X15
abis: X15 = 0 ms	Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)

OsmoBTS> show e1_driver ?
  <cr>  
OsmoBTS> show e1_line ?
  [<0-255>]  E1 Line Number
OsmoBTS> show e1_line 0 ?
  [stats]  Include statistics
OsmoBTS> show e1_timeslot ?
  [<0-255>]  E1 Line Number
OsmoBTS> show e1_timeslot 0 ?
  [<0-31>]  E1 Timeslot Number

OsmoBTS> enable

OsmoBTS# 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 cpu-sched threads
  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 (rsl|oml|rll|rr|meas|pag|l1c|l1p|dsp|pcu|ho|trx|loop|abis|rtp|osmux|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 (rsl|oml|rll|rr|meas|pag|l1c|l1p|dsp|pcu|ho|trx|loop|abis|rtp|osmux|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 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
  show bts [<0-255>]
  show trx [<0-255>] [<0-255>]
  show timeslot [<0-255>] [<0-255>] [<0-7>]
  show lchan [<0-255>] [<0-255>] [<0-7>] [<0-7>]
  show lchan summary [<0-255>] [<0-255>] [<0-7>] [<0-7>]
  show bts <0-255> gprs
  logging filter l1-sapi (unknown|agch|bcch|cbch|facch/f|facch/h|fcch|idle|nch|pacch|pagch|pbcch|pch|pdtch|pnch|ppch|prach|ptcch|rach|sacch|sch|sdcch|tch/f|tch/h)
  no logging filter l1-sapi (unknown|agch|bcch|cbch|facch/f|facch/h|fcch|idle|nch|pacch|pagch|pbcch|pch|pdtch|pnch|ppch|prach|ptcch|rach|sacch|sch|sdcch|tch/f|tch/h)
  show timer [(bts|abis)] [TNNNN]
  bts <0-0> trx <0-255> ts <0-7> (lchan|shadow-lchan) <0-7> rtp jitter-buffer <0-10000>
  test send-failure-event-report <0-255>
  bts <0-0> c0-power-red <0-6>
  show e1_driver
  show e1_line [<0-255>] [stats]
  show e1_timeslot [<0-255>] [<0-31>]

OsmoBTS# ?
  help       Description of the interactive help system
  list       Print command list
  show       Show running system information
  write      Write running configuration to memory, network, or terminal
  exit       Exit current mode and down to previous mode
  disable    Turn off privileged mode command
  configure  Configuration from vty interface
  copy       Copy configuration
  shutdown   Request a shutdown of the program
  terminal   Set terminal line parameters
  who        Display who is on vty
  logging    Configure logging
  no         Negate a command or set its defaults
  logp       Print a message on all log outputs; useful for placing markers in test logs
  stats      Stats related commands
  bts        BTS related commands
  test       Various testing commands

OsmoBTS# show ?
  vty-attributes   List of VTY attributes
  running-config   running configuration
  startup-config   Contentes of startup configuration
  version          Displays program version
  online-help      Online help
  history          Display the session command history
  cpu-sched        Show Sched section information
  logging          Show current logging configuration
  alarms           Show current logging configuration
  talloc-context   Show talloc memory hierarchy
  stats            Show statistical values
  asciidoc         Asciidoc generation
  rate-counters    Show all rate counters
  fsm              Show information about finite state machines
  fsm-state-graph  Generate a state transition graph (using DOT language)
  fsm-instances    Show information about finite state machine instances
  bts              Display information about a BTS
  trx              Display information about a TRX
  timeslot         Display information about a TS
  lchan            Display information about a logical channel
  timer            Show timers
  e1_driver        Display information about available E1 drivers
  e1_line          Display information about a E1 line
  e1_timeslot      Display information about a E1 timeslot
OsmoBTS# show bts ?
  [<0-255>]  BTS Number
  <0-255>    BTS Number
OsmoBTS# show bts 0 ?
  gprs  GPRS/EGPRS configuration
  <cr>  
OsmoBTS# show trx ?
  [<0-255>]  BTS Number
OsmoBTS# show trx 0 ?
  [<0-255>]  TRX Number
OsmoBTS# show timeslot ?
  [<0-255>]  BTS Number
OsmoBTS# show timeslot 0 ?
  [<0-255>]  TRX Number
OsmoBTS# show timeslot 0 0 ?
  [<0-7>]  Timeslot Number
OsmoBTS# show lchan ?
  [<0-255>]  BTS Number
  summary    Short summary
OsmoBTS# show lchan 0 ?
  [<0-255>]  TRX Number
OsmoBTS# show lchan 0 0 ?
  [<0-7>]  Timeslot Number
OsmoBTS# show lchan 0 0 0 ?
  [<0-7>]  Logical Channel Number
OsmoBTS# show lchan summary ?
  [<0-255>]  BTS Number
OsmoBTS# show lchan summary 0 ?
  [<0-255>]  TRX Number
OsmoBTS# show lchan summary 0 0 ?
  [<0-7>]  Timeslot Number
OsmoBTS# show lchan summary 0 0 0 ?
  [<0-7>]  Logical Channel Number
OsmoBTS# show e1_driver ?
  <cr>  
OsmoBTS# show e1_line ?
  [<0-255>]  E1 Line Number
OsmoBTS# show e1_line 0 ?
  [stats]  Include statistics
OsmoBTS# show e1_timeslot ?
  [<0-255>]  E1 Line Number
OsmoBTS# show e1_timeslot 0 ?
  [<0-31>]  E1 Timeslot Number

OsmoBTS# configure terminal

OsmoBTS(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
  ctrl
  cpu-sched
  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]
  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>
  bts BTS_NR
  vty telnet-port <0-65535>
  timer [(bts|abis)] [TNNNN] [(<0-2147483647>|default)]
  phy <0-255>
  e1_input
OsmoBTS(config)# ?
  help       Description of the interactive help system
  list       Print command list
  show       Show running system information
  write      Write running configuration to memory, network, or terminal
  exit       Exit current mode and down to previous mode
  end        End current mode and change to enable mode.
  hostname   Set system's network name
  no         Negate a command or set its defaults
  password   Assign the terminal connection password
  enable     Modify enable password parameters
  banner     Set banner string
  service    Set up miscellaneous service
  line       Configure a terminal line
  ctrl       Configure the Control Interface
  cpu-sched  Configure CPU Scheduler related settings
  log        Configure logging sub-system
  stats      Configure stats sub-system
  stats-tcp  Configure stats sub-system
  bts        Select a BTS to configure
  vty        Configure the VTY
  timer      Configure or show timers
  phy        Select a PHY to configure
  e1_input   Configure E1/T1/J1 TDM input
OsmoBTS(config)# bts ?
  BTS_NR  BTS Number
OsmoBTS(config)# phy ?
  <0-255>  PHY number

OsmoBTS(config)# timer ?
  [bts]   BTS process timers
  [abis]  Abis (RSL) related timers
OsmoBTS(config)# timer bts ?
  [TNNNN]  T- or X-timer-number -- 3GPP compliant timer number of the format '1234' or 'T1234' or 't1234'; Osmocom-specific timer number of the format: 'X1234' or 'x1234'.
OsmoBTS(config)# timer bts X1
bts: X1 = 300 s	Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
OsmoBTS(config)# timer bts X2
bts: X2 = 3 s	Time after which osmo-bts exits if requesting transceivers to stop during shut down process does not finish (s) (default: 3 s)
OsmoBTS(config)# timer bts X1 ?
  [<0-2147483647>]  New timer value
  [default]         Set to default timer value
OsmoBTS(config)# timer bts X1 123

OsmoBTS(config)# timer bts X1
bts: X1 = 123 s	Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)
OsmoBTS(config)# timer bts X1 default

OsmoBTS(config)# timer bts X1
bts: X1 = 300 s	Time after which osmo-bts exits if regular ramp down during shut down process does not finish (s) (default: 300 s)

OsmoBTS(config)# timer abis X15
abis: X15 = 0 ms	Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS(config)# timer abis X15 123

OsmoBTS(config)# timer abis X15
abis: X15 = 123 ms	Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)
OsmoBTS(config)# timer abis X15 default

OsmoBTS(config)# timer abis X15
abis: X15 = 0 ms	Time to wait between Channel Activation and dispatching a cached early Immediate Assignment (default: 0 ms)

OsmoBTS(config)# bts 0

OsmoBTS(bts)# 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
  ipa unit-id <0-65534> <0-255>
  oml remote-ip A.B.C.D
  no oml remote-ip A.B.C.D
  rtp jitter-buffer <0-10000> [adaptive]
  rtp port-range <1-65534> <1-65534>
  rtp ip-dscp <0-63>
  rtp socket-priority <0-255>
  rtp continuous-streaming
  no rtp continuous-streaming
  rtp internal-uplink-ecu
  no rtp internal-uplink-ecu
  rtp hr-format (rfc5993|ts101318)
  band (450|GSM450|480|GSM480|750|GSM750|810|GSM810|850|GSM850|900|GSM900|1800|DCS1800|1900|PCS1900)
  description .TEXT
  no description
  paging queue-size <1-1024>
  paging lifetime <0-60>
  agch-queue-mgmt default
  agch-queue-mgmt threshold <0-100> low <0-100> high <0-100000>
  min-qual-rach <-100-100>
  min-qual-norm <-100-100>
  max-ber10k-rach <0-10000>
  pcu-socket PATH
  pcu-socket-wqueue-length <1-2147483647>
  supp-meas-info toa256
  no supp-meas-info toa256
  smscb queue-max-length <1-60>
  smscb queue-target-length <1-30>
  smscb queue-hysteresis <0-30>
  gsmtap-remote-host [HOSTNAME]
  no gsmtap-remote-host
  gsmtap-local-host HOSTNAME
  no gsmtap-local-host
  gsmtap-sapi (enable-all|disable-all)
  gsmtap-sapi (bcch|ccch|rach|agch|pch|sdcch|tch/f|tch/h|pacch|pdtch|ptcch|cbch|sacch)
  no gsmtap-sapi (bcch|ccch|rach|agch|pch|sdcch|tch/f|tch/h|pacch|pdtch|ptcch|cbch|sacch)
  gsmtap-rlp [skip-null]
  no gsmtap-rlp
  osmux
  trx <0-254>
OsmoBTS(bts)# ?
  help                      Description of the interactive help system
  list                      Print command list
  show                      Show running system information
  write                     Write running configuration to memory, network, or terminal
  exit                      Exit current mode and down to previous mode
  end                       End current mode and change to enable mode.
  ipa                       ip.access RSL commands
  oml                       OML Parameters
  no                        Negate a command or set its defaults
  rtp                       RTP parameters
  band                      Set the frequency band of this BTS
  description               Save human-readable description of the object
  paging                    Paging related parameters
  agch-queue-mgmt           AGCH queue mgmt
  min-qual-rach             Set the minimum link quality level of Access Bursts to be accepted
  min-qual-norm             Set the minimum link quality level of Normal Bursts to be accepted
  max-ber10k-rach           Set the maximum BER for valid RACH requests
  pcu-socket                Configure the PCU socket file/path name
  pcu-socket-wqueue-length  Configure the PCU socket queue length
  supp-meas-info            Configure the RSL Supplementary Measurement Info
  smscb                     SMSCB (SMS Cell Broadcast) / CBCH configuration
  gsmtap-remote-host        Enable GSMTAP Um logging (see also 'gsmtap-sapi')
  gsmtap-local-host         Enable local bind for GSMTAP Um logging (see also 'gsmtap-sapi')
  gsmtap-sapi               Enable/disable sending of UL/DL messages over GSMTAP
  gsmtap-rlp                Enable generation of GSMTAP frames for RLP (non-transparent CSD)
  osmux                     Configure Osmux
  trx                       Select a TRX to configure
OsmoBTS(bts)# trx 0

OsmoBTS(trx)# 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
  user-gain <-100000-100000> (dB|mdB)
  power-ramp max-initial <-10000-100000> (dBm|mdBm)
  power-ramp step-size <1-100000> (dB|mdB)
  power-ramp step-interval <1-100>
  ms-power-control (dsp|osmo)
  ta-control interval <0-31>
  phy <0-255> instance <0-255>
OsmoBTS(trx)# ?
  help              Description of the interactive help system
  list              Print command list
  show              Show running system information
  write             Write running configuration to memory, network, or terminal
  exit              Exit current mode and down to previous mode
  end               End current mode and change to enable mode.
  user-gain         Inform BTS about additional, user-provided gain or attenuation at TRX output
  power-ramp        Power-Ramp settings
  ms-power-control  Mobile Station Power Level Control
  ta-control        Timing Advance Control Parameters
  phy               Configure PHY Link+Instance for this TRX
OsmoBTS(trx)# exit

OsmoBTS(bts)# osmux

OsmoBTS(osmux)# ?
  help           Description of the interactive help system
  list           Print command list
  show           Show running system information
  write          Write running configuration to memory, network, or terminal
  exit           Exit current mode and down to previous mode
  end            End current mode and change to enable mode.
  use            Configure Osmux usage
  local-ip       IP information
  local-port     Osmux port
  batch-factor   Batching factor
  batch-size     Batch size
  dummy-padding  Dummy padding
signal 15 received
DOML NOTICE OC=BTS INST=(00,ff,ff): Sending Process stopped to BSC: BTS: SIGINT received -> shutdown (oml.c:100)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML NOTICE BTS_SHUTDOWN(bts0)[0x612000004720]{NONE}: Shutting down BTS, exit 1, reason: SIGINT (bts_shutdown_fsm.c:268)
DOML INFO BTS_SHUTDOWN(bts0)[0x612000004720]{NONE}: Received Event BTS_SHUTDOWN_EV_START (bts_shutdown_fsm.c:270)
DOML INFO NM_BTS_SM_OP(bts_sm)[0x612000004120]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (bts_shutdown_fsm.c:64)
DOML INFO OC=SITE-MANAGER INST=(ff,ff,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_NSE_OP(gprs_nse0)[0x6120000042a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bts_sm_fsm.c:49)
DOML INFO OC=GPRS-NSE INST=(00,ff,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_CELL_OP(gprs_cell0-0)[0x612000004a20]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_gprs_nse_fsm.c:51)
DOML INFO OC=GPRS-CELL INST=(00,00,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_NSVC_OP(gprs_nsvc0-0)[0x612000004420]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_gprs_nse_fsm.c:54)
DOML INFO OC=GPRS-NSVC INST=(00,00,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_NSVC_OP(gprs_nsvc0-1)[0x6120000045a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_gprs_nse_fsm.c:54)
DOML INFO OC=GPRS-NSVC INST=(00,01,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BTS_OP(bts0)[0x6120000048a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bts_sm_fsm.c:51)
DOML INFO OC=BTS INST=(00,ff,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x612000004ba0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bts_fsm.c:50)
DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x612000004d20]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bts_fsm.c:51)
DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x612000004ea0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,00) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x612000005020]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,01) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x6120000051a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,02) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x612000005320]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,03) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x6120000054a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,04) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x612000005620]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,05) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x6120000057a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,06) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x612000005920]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_START (nm_bb_transc_fsm.c:51)
DOML INFO OC=CHANNEL INST=(00,00,07) ADMIN STATE Locked -> Shutdown (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO BTS_SHUTDOWN(bts0)[0x612000004720]{NONE}: No TRX is operational, skipping power ramp down (bts_shutdown_fsm.c:74)
DOML INFO BTS_SHUTDOWN(bts0)[0x612000004720]{NONE}: state_chg to WAIT_TRX_CLOSED (bts_shutdown_fsm.c:75)
DL1C NOTICE Unimplemented bts_model_trx_deact_rf (bts_model.c:208)
DOML INFO BTS_SHUTDOWN(bts0)[0x612000004720]{WAIT_TRX_CLOSED}: Received Event BTS_SHUTDOWN_EV_TRX_CLOSED (bts_shutdown_fsm.c:282)
DOML INFO BTS_SHUTDOWN(bts0)[0x612000004720]{WAIT_TRX_CLOSED}: (bts=0,trx=0) TRX closed, 0 TRX remaining (bts_shutdown_fsm.c:156)
DOML INFO BTS_SHUTDOWN(bts0)[0x612000004720]{WAIT_TRX_CLOSED}: state_chg to EXIT (bts_shutdown_fsm.c:159)
DOML INFO NM_BTS_SM_OP(bts_sm)[0x612000004120]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (bts_shutdown_fsm.c:168)
DOML INFO NM_GPRS_NSE_OP(gprs_nse0)[0x6120000042a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bts_sm_fsm.c:49)
DOML INFO NM_GPRS_CELL_OP(gprs_cell0-0)[0x612000004a20]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_gprs_nse_fsm.c:51)
DOML INFO NM_GPRS_CELL_OP(gprs_cell0-0)[0x612000004a20]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_gprs_cell_fsm.c:190)
DOML INFO OC=GPRS-CELL INST=(00,00,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=GPRS-CELL INST=(00,00,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=GPRS-CELL INST=(00,00,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_NSVC_OP(gprs_nsvc0-0)[0x612000004420]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_gprs_nse_fsm.c:54)
DOML INFO NM_GPRS_NSVC_OP(gprs_nsvc0-0)[0x612000004420]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_gprs_nsvc_fsm.c:189)
DOML INFO OC=GPRS-NSVC INST=(00,00,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=GPRS-NSVC INST=(00,00,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=GPRS-NSVC INST=(00,00,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_NSVC_OP(gprs_nsvc0-1)[0x6120000045a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_gprs_nse_fsm.c:54)
DOML INFO NM_GPRS_NSVC_OP(gprs_nsvc0-1)[0x6120000045a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_gprs_nsvc_fsm.c:189)
DOML INFO OC=GPRS-NSVC INST=(00,01,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=GPRS-NSVC INST=(00,01,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=GPRS-NSVC INST=(00,01,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_GPRS_NSE_OP(gprs_nse0)[0x6120000042a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_gprs_nse_fsm.c:210)
DOML INFO OC=GPRS-NSE INST=(00,ff,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=GPRS-NSE INST=(00,ff,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=GPRS-NSE INST=(00,ff,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BTS_OP(bts0)[0x6120000048a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bts_sm_fsm.c:51)
DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x612000004ba0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bts_fsm.c:50)
DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x612000004ba0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_radio_carrier_fsm.c:214)
DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x612000004d20]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bts_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x612000004ea0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x612000004ea0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,00) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,00) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x612000005020]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x612000005020]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,01) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,01) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x6120000051a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x6120000051a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,02) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,02) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x612000005320]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x612000005320]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,03) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,03) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x6120000054a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x6120000054a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,04) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,04) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x612000005620]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x612000005620]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,05) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,05) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x6120000057a0]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x6120000057a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,06) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,06) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x612000005920]{DISABLED_NOTINSTALLED}: Received Event SHUTDOWN_FINISH (nm_bb_transc_fsm.c:51)
DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x612000005920]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_channel_fsm.c:232)
DOML INFO OC=CHANNEL INST=(00,00,07) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=CHANNEL INST=(00,00,07) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x612000004d20]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_bb_transc_fsm.c:254)
DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BTS_OP(bts0)[0x6120000048a0]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_bts_fsm.c:175)
DOML INFO OC=BTS INST=(00,ff,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=BTS INST=(00,ff,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML INFO NM_BTS_SM_OP(bts_sm)[0x612000004120]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_NOTINSTALLED (nm_bts_sm_fsm.c:154)
DOML INFO OC=SITE-MANAGER INST=(ff,ff,ff) AVAIL STATE Not installed -> Not installed (oml.c:687)
DOML INFO OC=SITE-MANAGER INST=(ff,ff,ff) OPER STATE Disabled -> Disabled (oml.c:695)
DOML INFO OC=SITE-MANAGER INST=(ff,ff,ff) ADMIN STATE Shutdown -> Locked (oml.c:706)
DABIS INFO Drop Tx OML msg, OML link is down (abis.c:345)
DOML NOTICE BTS_SHUTDOWN(bts0)[0x612000004720]{EXIT}: Shutdown process completed successfully, exiting process (bts_shutdown_fsm.c:171)

RESULTS:
pass: ./osmo-bts.vty

make[6]: Leaving directory '/build/tests'
make[5]: Leaving directory '/build/tests'
make[4]: Leaving directory '/build/tests'
make[3]: Leaving directory '/build/tests'
make[2]: Leaving directory '/build/tests'
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'
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'
Making check in ber
make[3]: Entering directory '/build/contrib/ber'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/contrib/ber'
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'
make[2]: Entering directory '/build'
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ DISTCHECK_CONFIGURE_FLAGS=  --enable-sanitize   --enable-werror   --enable-sysmocom-bts   --with-sysmobts=/build/deps/install/include/   --enable-external-tests    --enable-sysmobts-calib make -j 12 distcheck
make  dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory '/build'
make  distdir-am
make[2]: Entering directory '/build'
if test -d "osmo-bts-1.7.0.67-e01c"; then find "osmo-bts-1.7.0.67-e01c" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-bts-1.7.0.67-e01c" || { sleep 5 && rm -rf "osmo-bts-1.7.0.67-e01c"; }; else :; fi
test -d "osmo-bts-1.7.0.67-e01c" || mkdir "osmo-bts-1.7.0.67-e01c"
 (cd include && make  top_distdir=../osmo-bts-1.7.0.67-e01c distdir=../osmo-bts-1.7.0.67-e01c/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/include'
make  distdir-am
make[4]: Entering directory '/build/include'
 (cd osmo-bts && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/include/osmo-bts \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/include/osmo-bts'
make  distdir-am
make[6]: Entering directory '/build/include/osmo-bts'
make[6]: Leaving directory '/build/include/osmo-bts'
make[5]: Leaving directory '/build/include/osmo-bts'
make[4]: Leaving directory '/build/include'
make[3]: Leaving directory '/build/include'
 (cd src && make  top_distdir=../osmo-bts-1.7.0.67-e01c distdir=../osmo-bts-1.7.0.67-e01c/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/src'
make  distdir-am
make[4]: Entering directory '/build/src'
 (cd common && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/common \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/common'
make  distdir-am
make[6]: Entering directory '/build/src/common'
make[6]: Leaving directory '/build/src/common'
make[5]: Leaving directory '/build/src/common'
 (cd osmo-bts-virtual && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-virtual \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-virtual'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-virtual'
make[6]: Leaving directory '/build/src/osmo-bts-virtual'
make[5]: Leaving directory '/build/src/osmo-bts-virtual'
 (cd osmo-bts-omldummy && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-omldummy \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-omldummy'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-omldummy'
make[6]: Leaving directory '/build/src/osmo-bts-omldummy'
make[5]: Leaving directory '/build/src/osmo-bts-omldummy'
 (cd osmo-bts-sysmo && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-sysmo \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-sysmo'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-sysmo'
make[6]: Leaving directory '/build/src/osmo-bts-sysmo'
make[5]: Leaving directory '/build/src/osmo-bts-sysmo'
 (cd osmo-bts-trx && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-trx \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-trx'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-trx'
make[6]: Leaving directory '/build/src/osmo-bts-trx'
make[5]: Leaving directory '/build/src/osmo-bts-trx'
 (cd osmo-bts-octphy && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-octphy \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-octphy'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-octphy'
make[6]: Leaving directory '/build/src/osmo-bts-octphy'
make[5]: Leaving directory '/build/src/osmo-bts-octphy'
 (cd osmo-bts-lc15 && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-lc15 \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-lc15'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-lc15'
make[6]: Leaving directory '/build/src/osmo-bts-lc15'
make[5]: Leaving directory '/build/src/osmo-bts-lc15'
 (cd osmo-bts-oc2g && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/src/osmo-bts-oc2g \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/src/osmo-bts-oc2g'
make  distdir-am
make[6]: Entering directory '/build/src/osmo-bts-oc2g'
make[6]: Leaving directory '/build/src/osmo-bts-oc2g'
make[5]: Leaving directory '/build/src/osmo-bts-oc2g'
make[4]: Leaving directory '/build/src'
make[3]: Leaving directory '/build/src'
 (cd tests && make  top_distdir=../osmo-bts-1.7.0.67-e01c distdir=../osmo-bts-1.7.0.67-e01c/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/tests'
make  distdir-am
make[4]: Entering directory '/build/tests'
 (cd paging && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/paging \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/paging'
make  distdir-am
make[6]: Entering directory '/build/tests/paging'
make[6]: Leaving directory '/build/tests/paging'
make[5]: Leaving directory '/build/tests/paging'
 (cd cipher && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/cipher \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/cipher'
make  distdir-am
make[6]: Entering directory '/build/tests/cipher'
make[6]: Leaving directory '/build/tests/cipher'
make[5]: Leaving directory '/build/tests/cipher'
 (cd agch && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/agch \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/agch'
make  distdir-am
make[6]: Entering directory '/build/tests/agch'
make[6]: Leaving directory '/build/tests/agch'
make[5]: Leaving directory '/build/tests/agch'
 (cd misc && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/misc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/misc'
make  distdir-am
make[6]: Entering directory '/build/tests/misc'
make[6]: Leaving directory '/build/tests/misc'
make[5]: Leaving directory '/build/tests/misc'
 (cd handover && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/handover \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/handover'
make  distdir-am
make[6]: Entering directory '/build/tests/handover'
make[6]: Leaving directory '/build/tests/handover'
make[5]: Leaving directory '/build/tests/handover'
 (cd tx_power && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/tx_power \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/tx_power'
make  distdir-am
make[6]: Entering directory '/build/tests/tx_power'
make[6]: Leaving directory '/build/tests/tx_power'
make[5]: Leaving directory '/build/tests/tx_power'
 (cd power && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/power \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/power'
make  distdir-am
make[6]: Entering directory '/build/tests/power'
make[6]: Leaving directory '/build/tests/power'
make[5]: Leaving directory '/build/tests/power'
 (cd meas && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/meas \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/meas'
make  distdir-am
make[6]: Entering directory '/build/tests/meas'
make[6]: Leaving directory '/build/tests/meas'
make[5]: Leaving directory '/build/tests/meas'
 (cd ta_control && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/ta_control \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/ta_control'
make  distdir-am
make[6]: Entering directory '/build/tests/ta_control'
make[6]: Leaving directory '/build/tests/ta_control'
make[5]: Leaving directory '/build/tests/ta_control'
 (cd amr && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/amr \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/amr'
make  distdir-am
make[6]: Entering directory '/build/tests/amr'
make[6]: Leaving directory '/build/tests/amr'
make[5]: Leaving directory '/build/tests/amr'
 (cd csd && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/csd \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/csd'
make  distdir-am
make[6]: Entering directory '/build/tests/csd'
make[6]: Leaving directory '/build/tests/csd'
make[5]: Leaving directory '/build/tests/csd'
 (cd sysmobts && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/tests/sysmobts \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/tests/sysmobts'
make  distdir-am
make[6]: Entering directory '/build/tests/sysmobts'
make[6]: Leaving directory '/build/tests/sysmobts'
make[5]: Leaving directory '/build/tests/sysmobts'
make[4]: Leaving directory '/build/tests'
make[3]: Leaving directory '/build/tests'
 (cd doc && make  top_distdir=../osmo-bts-1.7.0.67-e01c distdir=../osmo-bts-1.7.0.67-e01c/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/doc'
make  distdir-am
make[4]: Entering directory '/build/doc'
 (cd examples && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/doc/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/doc/examples'
make  distdir-am
make[6]: Entering directory '/build/doc/examples'
make[6]: Leaving directory '/build/doc/examples'
make[5]: Leaving directory '/build/doc/examples'
 (cd manuals && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/doc/manuals \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/doc/manuals'
make  distdir-am
make[6]: Entering directory '/build/doc/manuals'
make[6]: Leaving directory '/build/doc/manuals'
make[5]: Leaving directory '/build/doc/manuals'
make[4]: Leaving directory '/build/doc'
make[3]: Leaving directory '/build/doc'
 (cd contrib && make  top_distdir=../osmo-bts-1.7.0.67-e01c distdir=../osmo-bts-1.7.0.67-e01c/contrib \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory '/build/contrib'
make  distdir-am
make[4]: Entering directory '/build/contrib'
 (cd systemd && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/contrib/systemd \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/contrib/systemd'
make  distdir-am
make[6]: Entering directory '/build/contrib/systemd'
make[6]: Leaving directory '/build/contrib/systemd'
make[5]: Leaving directory '/build/contrib/systemd'
 (cd ber && make  top_distdir=../../osmo-bts-1.7.0.67-e01c distdir=../../osmo-bts-1.7.0.67-e01c/contrib/ber \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory '/build/contrib/ber'
make  distdir-am
make[6]: Entering directory '/build/contrib/ber'
make[6]: Leaving directory '/build/contrib/ber'
make[5]: Leaving directory '/build/contrib/ber'
make[4]: Leaving directory '/build/contrib'
make[3]: Leaving directory '/build/contrib'
make  \
  top_distdir="osmo-bts-1.7.0.67-e01c" distdir="osmo-bts-1.7.0.67-e01c" \
  dist-hook
make[3]: Entering directory '/build'
echo 1.7.0.67-e01c > osmo-bts-1.7.0.67-e01c/.tarball-version
make[3]: Leaving directory '/build'
test -n "" \
|| find "osmo-bts-1.7.0.67-e01c" -type d ! -perm -755 \
	-exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/bash /build/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r "osmo-bts-1.7.0.67-e01c"
make[2]: Leaving directory '/build'
tardir=osmo-bts-1.7.0.67-e01c && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >osmo-bts-1.7.0.67-e01c.tar.bz2
tardir=osmo-bts-1.7.0.67-e01c && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >osmo-bts-1.7.0.67-e01c.tar.gz
make[1]: Leaving directory '/build'
if test -d "osmo-bts-1.7.0.67-e01c"; then find "osmo-bts-1.7.0.67-e01c" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "osmo-bts-1.7.0.67-e01c" || { sleep 5 && rm -rf "osmo-bts-1.7.0.67-e01c"; }; else :; fi
case 'osmo-bts-1.7.0.67-e01c.tar.gz osmo-bts-1.7.0.67-e01c.tar.bz2' in \
*.tar.gz*) \
  eval GZIP= gzip --best -dc osmo-bts-1.7.0.67-e01c.tar.gz | ${TAR-tar} xf - ;;\
*.tar.bz2*) \
  bzip2 -dc osmo-bts-1.7.0.67-e01c.tar.bz2 | ${TAR-tar} xf - ;;\
*.tar.lz*) \
  lzip -dc osmo-bts-1.7.0.67-e01c.tar.lz | ${TAR-tar} xf - ;;\
*.tar.xz*) \
  xz -dc osmo-bts-1.7.0.67-e01c.tar.xz | ${TAR-tar} xf - ;;\
*.tar.Z*) \
  uncompress -c osmo-bts-1.7.0.67-e01c.tar.Z | ${TAR-tar} xf - ;;\
*.shar.gz*) \
  eval GZIP= gzip --best -dc osmo-bts-1.7.0.67-e01c.shar.gz | unshar ;;\
*.zip*) \
  unzip osmo-bts-1.7.0.67-e01c.zip ;;\
*.tar.zst*) \
  zstd -dc osmo-bts-1.7.0.67-e01c.tar.zst | ${TAR-tar} xf - ;;\
esac
chmod -R a-w osmo-bts-1.7.0.67-e01c
chmod u+w osmo-bts-1.7.0.67-e01c
mkdir osmo-bts-1.7.0.67-e01c/_build osmo-bts-1.7.0.67-e01c/_build/sub osmo-bts-1.7.0.67-e01c/_inst
chmod a-w osmo-bts-1.7.0.67-e01c
test -d osmo-bts-1.7.0.67-e01c/_build || exit 0; \
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd osmo-bts-1.7.0.67-e01c/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && am__cwd=`pwd` \
  && CDPATH="${ZSH_VERSION+.}:" && cd osmo-bts-1.7.0.67-e01c/_build/sub \
  && ../../configure \
    --with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \
      --enable-sanitize   --enable-werror   --enable-sysmocom-bts   --with-sysmobts=/build/deps/install/include/   --enable-external-tests    --enable-sysmobts-calib \
    --srcdir=../.. --prefix="$dc_install_base" \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
  && rm -rf osmo-bts-1.7.0.67-e01c.tar.gz osmo-bts-1.7.0.67-e01c.tar.bz2 \
  && make  distcleancheck \
  && cd "$am__cwd" \
  || exit 1
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 egrep... (cached) /usr/bin/grep -E
checking for libosmocore >= 1.9.0... yes
checking for libosmovty >= 1.9.0... yes
checking for libosmogsm >= 1.9.0... yes
checking for libosmoctrl >= 1.9.0... yes
checking for libosmocodec >= 1.9.0... yes
checking for libosmocoding >= 1.9.0... yes
checking for libosmoabis >= 1.5.0... yes
checking for libosmotrau >= 1.5.0... yes
checking for libosmo-netif >= 1.4.0... yes
checking whether to enable support for sysmobts calibration tool... yes
checking whether to enable support for sysmoBTS L1/PHY support... yes
checking for sysmocom/femtobts/superfemto.h... yes
checking for sysmocom/femtobts/sbts2050_header.h... no
checking for libgps... yes
checking whether to enable support for osmo-trx based L1/PHY support... no
checking whether to enable support for Octasic OCTPHY-2G... no
checking whether to enable NuRAN Wireless Litecell 1.5 hardware support... no
checking whether to enable NuRAN Wireless OC-2G hardware support... no
checking for python3... yes
checking for osmotestvty.py... yes
checking whether to enable VTY/CTRL tests... yes
checking whether to include systemtap tracing support... no
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 src/Makefile
config.status: creating src/common/Makefile
config.status: creating src/osmo-bts-virtual/Makefile
config.status: creating src/osmo-bts-omldummy/Makefile
config.status: creating src/osmo-bts-sysmo/Makefile
config.status: creating src/osmo-bts-lc15/Makefile
config.status: creating src/osmo-bts-oc2g/Makefile
config.status: creating src/osmo-bts-trx/Makefile
config.status: creating src/osmo-bts-octphy/Makefile
config.status: creating include/Makefile
config.status: creating include/osmo-bts/Makefile
config.status: creating tests/Makefile
config.status: creating tests/paging/Makefile
config.status: creating tests/agch/Makefile
config.status: creating tests/cipher/Makefile
config.status: creating tests/sysmobts/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/handover/Makefile
config.status: creating tests/ta_control/Makefile
config.status: creating tests/tx_power/Makefile
config.status: creating tests/power/Makefile
config.status: creating tests/meas/Makefile
config.status: creating tests/amr/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 contrib/Makefile
config.status: creating contrib/ber/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating btsconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make  all-recursive
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
Making all in include
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
Making all in osmo-bts
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include/osmo-bts'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include/osmo-bts'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
Making all in src
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
Making all in common
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
make  all-am
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
  CC       gsm_data.o
  CC       sysinfo.o
  CC       logging.o
  CC       abis.o
  CC       abis_osmo.o
  CC       oml.o
  CC       osmux.o
  CC       bts.o
  CC       bts_sm.o
  CC       rsl.o
  CC       bts_trx.o
  CC       rtp_input_preen.o
  CC       vty.o
  CC       measurement.o
  CC       paging.o
  CC       amr.o
  CC       asci.o
  CC       load_indication.o
  CC       pcu_sock.o
  CC       lchan.o
  CC       handover.o
  CC       msg_utils.o
  CC       tx_power.o
  CC       bts_ctrl_lookup.o
  CC       bts_ctrl_commands.o
  CC       bts_shutdown_fsm.o
  CC       csd_v110.o
  CC       cbch.o
  CC       l1sap.o
  CC       power_control.o
  CC       main.o
  CC       phy_link.o
  CC       ta_control.o
  CC       scheduler_mframe.o
  CC       dtx_dl_amr_fsm.o
  CC       nm_common_fsm.o
  CC       nm_bts_sm_fsm.o
  CC       nm_bts_fsm.o
  CC       nm_bb_transc_fsm.o
  CC       nm_channel_fsm.o
  CC       nm_gprs_cell_fsm.o
  CC       nm_gprs_nse_fsm.o
  CC       nm_gprs_nsvc_fsm.o
  CC       notification.o
  CC       scheduler.o
  CC       nm_radio_carrier_fsm.o
  AR       libl1sched.a
ar: `u' modifier ignored since `D' is the default (see `U')
  AR       libbts.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
Making all in osmo-bts-virtual
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-virtual'
  CC       main.o
  CC       virtualbts_vty.o
  CC       bts_model.o
  CC       scheduler_virtbts.o
  CC       l1_if.o
  CC       virtual_um.o
  CC       osmo_mcast_sock.o
  CCLD     osmo-bts-virtual
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-virtual'
Making all in osmo-bts-omldummy
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-omldummy'
  CC       main.o
  CC       bts_model.o
  CCLD     osmo-bts-omldummy
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-omldummy'
Making all in osmo-bts-sysmo
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-sysmo'
  CC       femtobts.o
  CC       main.o
  CC       l1_if.o
  CC       oml.o
  CC       sysmobts_vty.o
  CC       tch.o
  CC       hw_misc.o
  CC       calib_file.o
  CC       eeprom.o
  CC       calib_fixup.o
  CC       utils.o
  CC       sysmobts_par.o
  CC       sysmobts_ctrl.o
  CC       l1_transp_fwd.o
  CC       l1_transp_hw.o
  CC       l1_fwd_main.o
  CC       sysmobts_mgr.o
  CC       sysmobts_misc.o
  CC       sysmobts_nl.o
  CC       sysmobts_mgr_2050.o
  CC       sysmobts_mgr_vty.o
../../../../src/osmo-bts-sysmo/tch.c:152:2: warning: #warning No EFR support in L1 [-Wcpp]
  152 | #warning No EFR support in L1
      |  ^~~~~~~
  CC       sysmobts_mgr_nl.o
  CC       sysmobts_mgr_temp.o
  CC       sysmobts_mgr_calib.o
  CC       sysmobts-calib.o
  CC       sysmobts_util.o
  CC       sysmobts-layer1.o
  CCLD     sysmobts-util
  CCLD     osmo-bts-sysmo-remote
  CCLD     sysmobts-calib
  CCLD     osmo-bts-sysmo
  CCLD     l1fwd-proxy
  CCLD     sysmobts-mgr
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-sysmo'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
Making all in tests
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
Making all in paging
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
Making all in cipher
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
Making all in agch
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
Making all in misc
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
Making all in handover
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
Making all in tx_power
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
Making all in power
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
Making all in meas
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
Making all in ta_control
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
Making all in amr
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
Making all in csd
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
Making all in sysmobts
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
Making all in doc
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
Making all in examples
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/examples'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/examples'
Making all in manuals
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/manuals'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/manuals'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
Making all in contrib
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
Making all in systemd
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/systemd'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/systemd'
Making all in ber
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/ber'
  CC       rtp_ber.o
  CC       rtp_gen_map.o
  CCLD     rtp_gen_map
  CCLD     rtp_ber
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/ber'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[1]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[1]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
Making dvi in include
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
Making dvi in osmo-bts
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include/osmo-bts'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include/osmo-bts'
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
Making dvi in src
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
Making dvi in common
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
Making dvi in osmo-bts-virtual
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-virtual'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-virtual'
Making dvi in osmo-bts-omldummy
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-omldummy'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-omldummy'
Making dvi in osmo-bts-sysmo
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-sysmo'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-sysmo'
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
Making dvi in tests
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
Making dvi in paging
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
Making dvi in cipher
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
Making dvi in agch
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
Making dvi in misc
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
Making dvi in handover
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
Making dvi in tx_power
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
Making dvi in power
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
Making dvi in meas
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
Making dvi in ta_control
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
Making dvi in amr
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
Making dvi in csd
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
Making dvi in sysmobts
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
Making dvi in doc
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
Making dvi in examples
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/examples'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/examples'
Making dvi in manuals
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/manuals'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc/manuals'
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/doc'
Making dvi in contrib
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
Making dvi in systemd
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/systemd'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/systemd'
Making dvi in ber
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/ber'
make[3]: Nothing to be done for 'dvi'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib/ber'
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
make[3]: Nothing to be done for 'dvi-am'.
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/contrib'
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[2]: Nothing to be done for 'dvi-am'.
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[1]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[1]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make  check-recursive
make[2]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
Making check in include
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
Making check in osmo-bts
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include/osmo-bts'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include/osmo-bts'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/include'
Making check in src
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
Making check in common
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
make  check-am
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/common'
Making check in osmo-bts-virtual
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-virtual'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-virtual'
Making check in osmo-bts-omldummy
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-omldummy'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-omldummy'
Making check in osmo-bts-sysmo
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-sysmo'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src/osmo-bts-sysmo'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/src'
Making check in tests
make[3]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
Making check in paging
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
make  paging_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
  CC       paging_test.o
  CC       stubs.o
  CCLD     paging_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/paging'
Making check in cipher
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
make  cipher_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
  CC       cipher_test.o
  CC       stubs.o
  CCLD     cipher_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/cipher'
Making check in agch
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
make  agch_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
  CC       agch_test.o
  CC       stubs.o
  CCLD     agch_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/agch'
Making check in misc
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
make  misc_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
  CC       stubs.o
  CC       misc_test.o
  CCLD     misc_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/misc'
Making check in handover
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
make  handover_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
  CC       handover_test.o
  CC       stubs.o
  CCLD     handover_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/handover'
Making check in tx_power
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
make  tx_power_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
  CC       tx_power_test.o
  CC       stubs.o
  CCLD     tx_power_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/tx_power'
Making check in power
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
make  ms_power_loop_test bs_power_loop_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
  CC       stubs.o
  CC       ms_power_loop_test.o
  CC       bs_power_loop_test.o
  CCLD     bs_power_loop_test
  CCLD     ms_power_loop_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/power'
Making check in meas
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
make  meas_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
  CC       stubs.o
  CC       meas_test.o
  CCLD     meas_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/meas'
Making check in ta_control
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
make  ta_control_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
  CC       ta_control_test.o
  CCLD     ta_control_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/ta_control'
Making check in amr
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
make  amr_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
  CC       amr_test.o
  CCLD     amr_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/amr'
Making check in csd
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
make  csd_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
  CC       csd_test.o
  CCLD     csd_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/csd'
Making check in sysmobts
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make  sysmobts_test
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
  CC       sysmobts_test.o
  CC       l1_if.o
  CC       utils.o
  CC       oml.o
  CC       l1_transp_hw.o
  CC       tch.o
  CC       calib_file.o
  CC       calib_fixup.o
  CC       sysmobts_par.o
  CC       femtobts.o
  CC       eeprom.o
../../../../src/osmo-bts-sysmo/tch.c:152:2: warning: #warning No EFR support in L1 [-Wcpp]
  152 | #warning No EFR support in L1
      |  ^~~~~~~
  CCLD     sysmobts_test
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests/sysmobts'
make[4]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make  check-local
make[5]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
/bin/bash '../../../tests/testsuite' 
## ---------------------------------- ##
## osmo-bts 1.7.0.67-e01c test suite. ##
## ---------------------------------- ##

Regression tests.

  1: paging                                          ok
  2: agch                                            ok
  3: cipher                                          ok
  4: misc                                            ok
  5: handover                                        ok
  6: ms_power_loop                                   ok
  7: bs_power_loop                                   ok
  8: tx_power                                        ok
  9: meas                                            ok
 10: ta_control                                      ok
 11: amr                                             ok
 12: csd                                             ok

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

All 12 tests were successful.
make  python-tests
make[6]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make vty-test
make[7]: Entering directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
osmo_verify_transcript_vty.py -v \
	-n OsmoBTS -p 4241 \
	-r "../src/osmo-bts-virtual/osmo-bts-virtual --vty-test -c ../../../doc/examples/virtual/osmo-bts-virtual.cfg" \
	 ../../../tests/*.vty
((*))
  |
 / \ OsmoBTS
--- VTY test mode: not connecting to BSC, not exiting ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/osmopython-0.2.1-py3.11.egg/osmopy/osmo_interact/common.py", line 356, in verify_application
    interact.connect()
  File "/usr/local/lib/python3.11/dist-packages/osmopython-0.2.1-py3.11.egg/osmopy/osmo_interact/vty.py", line 84, in connect
    super().connect()
  File "/usr/local/lib/python3.11/dist-packages/osmopython-0.2.1-py3.11.egg/osmopy/osmo_interact/common.py", line 88, in connect
    self.socket.connect((self.host, int(self.port)))
ConnectionRefusedError: [Errno 111] Connection refused
Launching: cd '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'; ../src/osmo-bts-virtual/osmo-bts-virtual --vty-test -c ../../../doc/examples/virtual/osmo-bts-virtual.cfg
Terminating took 0.168s

RESULTS:
FAIL: ../../../tests/osmo-bts.vty

make[7]: *** [Makefile:698: vty-test] Error 1
make[7]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[6]: *** [Makefile:687: python-tests] Error 2
make[6]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[5]: *** [Makefile:705: check-local] Error 2
make[5]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[4]: *** [Makefile:547: check-am] Error 2
make[4]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[3]: *** [Makefile:397: check-recursive] Error 1
make[3]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub/tests'
make[2]: *** [Makefile:445: check-recursive] Error 1
make[2]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make[1]: *** [Makefile:744: check] Error 2
make[1]: Leaving directory '/build/osmo-bts-1.7.0.67-e01c/_build/sub'
make: *** [Makefile:664: distcheck] Error 1
+ cat-testlogs.sh
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2051878 killed;
[ssh-agent] Stopped.
Archiving artifacts
Not sending mail to unregistered user falcon@freecalypso.org
Sending e-mails to: jenkins-notifications@lists.osmocom.org laforge@gnumonks.org
Finished: FAILURE