Skip to content
Failed

Console Output

Skipping 272 KB.. Full Log
 /usr/bin/install -c -m 644 libsmpp34.pc '/build/deps/install/stow/libsmpp34/lib/pkgconfig'
make[3]: Leaving directory '/build/deps/libsmpp34'
make[2]: Leaving directory '/build/deps/libsmpp34'
make[1]: Leaving directory '/build/deps/libsmpp34'
+ STOW_DIR=/build/deps/install/stow stow --restow libsmpp34
+ osmo-build-dep.sh osmo-mgw
+ mkdir -p /build/deps



 =============================== osmo-mgw ===============================

+ cd /build/deps
+ osmo-deps.sh osmo-mgw 
+ project=osmo-mgw
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d osmo-mgw
+ osmo_git_clone_url osmo-mgw
+ echo https://gerrit.osmocom.org/osmo-mgw
+ git clone https://gerrit.osmocom.org/osmo-mgw osmo-mgw
Cloning into 'osmo-mgw'...
+ cd osmo-mgw
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at 227a800d2 tests/mgcp/mgcp_test: Add some extra asserts in code
+ git rev-parse HEAD
227a800d2658c5381a098666f6e0203a3eff7057
+ cd osmo-mgw
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir osmo-mgw
+ subdir=
+ [ -n  ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:93: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:93: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:93: the top level
configure.ac:105: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:105: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:105: the top level
configure.ac:110: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:110: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:110: the top level
configure.ac:186: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:186: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:186: the top level
configure.ac:188: warning: AC_OUTPUT should be used without arguments.
configure.ac:188: 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'
src/libosmo-mgcp-client/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/osmo-mgw --with-systemdsystemunitdir=/build/deps/install/stow/osmo-mgw/lib/systemd/system
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 library containing dlopen... none required
checking for library containing dlsym... none required
checking for libosmocore >= 1.10.0... yes
checking for libosmogsm >= 1.10.0... yes
checking for libosmoctrl >= 1.10.0... yes
checking for libosmovty >= 1.10.0... yes
checking for libosmo-netif >= 1.5.0... yes
checking for libosmoabis >= 1.6.0... yes
checking for libosmotrau >= 1.6.0... yes
checking whether to enable code coverage support... no
checking whether to enable VTY/CTRL tests... no
CFLAGS=" -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
CPPFLAGS=" -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-mgcp-client.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/mgcp_client/Makefile
config.status: creating include/osmocom/mgcp/Makefile
config.status: creating src/Makefile
config.status: creating src/libosmo-mgcp-client/Makefile
config.status: creating src/libosmo-mgcp/Makefile
config.status: creating src/osmo-mgw/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/mgcp_client/Makefile
config.status: creating tests/mgcp/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/systemd/Makefile
config.status: creating Makefile
config.status: creating bscconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ [ -n  ]
+ make -j 12 install
echo 1.13.0.3-227a > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/build/deps/osmo-mgw'
Making install in include
make[2]: Entering directory '/build/deps/osmo-mgw/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/osmo-mgw/include/osmocom'
Making install in mgcp_client
make[4]: Entering directory '/build/deps/osmo-mgw/include/osmocom/mgcp_client'
echo -e "/*\n\n   DO NOT EDIT THIS FILE!\n   THIS IS OVERWRITTEN DURING BUILD\n   This is an automatic copy of <osmocom/mgcp/mgcp_common.h>\n\n */" > mgcp_common.h
cat ../../../include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h
make  install-am
make[5]: Entering directory '/build/deps/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Entering directory '/build/deps/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/deps/osmo-mgw/include/osmocom/mgcp_client'
make[5]: Leaving directory '/build/deps/osmo-mgw/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/deps/osmo-mgw/include/osmocom/mgcp_client'
Making install in mgcp
make[4]: Entering directory '/build/deps/osmo-mgw/include/osmocom/mgcp'
make[5]: Entering directory '/build/deps/osmo-mgw/include/osmocom/mgcp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-mgw/include/osmocom/mgcp'
make[4]: Leaving directory '/build/deps/osmo-mgw/include/osmocom/mgcp'
make[4]: Entering directory '/build/deps/osmo-mgw/include/osmocom'
make[5]: Entering directory '/build/deps/osmo-mgw/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-mgw/include/osmocom'
make[4]: Leaving directory '/build/deps/osmo-mgw/include/osmocom'
make[3]: Leaving directory '/build/deps/osmo-mgw/include/osmocom'
make[3]: Entering directory '/build/deps/osmo-mgw/include'
make[4]: Entering directory '/build/deps/osmo-mgw/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/include'
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/include'
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client'
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client'
 /usr/bin/install -c -m 644  osmocom/mgcp_client/mgcp_common.h '/build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client'
 /usr/bin/install -c -m 644  osmocom/mgcp_client/defs.h osmocom/mgcp_client/mgcp_client.h osmocom/mgcp_client/mgcp_client_endpoint_fsm.h osmocom/mgcp_client/mgcp_client_fsm.h osmocom/mgcp_client/mgcp_client_pool.h '/build/deps/install/stow/osmo-mgw/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/deps/osmo-mgw/include'
make[3]: Leaving directory '/build/deps/osmo-mgw/include'
make[2]: Leaving directory '/build/deps/osmo-mgw/include'
Making install in src
make[2]: Entering directory '/build/deps/osmo-mgw/src'
Making install in libosmo-mgcp-client
make[3]: Entering directory '/build/deps/osmo-mgw/src/libosmo-mgcp-client'
  CC       mgcp_client.lo
  CC       mgcp_client_vty.lo
  CC       mgcp_client_fsm.lo
  CC       mgcp_client_endpoint_fsm.lo
  CC       mgcp_client_pool.lo
  CCLD     libosmo-mgcp-client.la
make[4]: Entering directory '/build/deps/osmo-mgw/src/libosmo-mgcp-client'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmo-mgcp-client.la '/build/deps/install/stow/osmo-mgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.so.14.0.0 /build/deps/install/stow/osmo-mgw/lib/libosmo-mgcp-client.so.14.0.0
libtool: install: (cd /build/deps/install/stow/osmo-mgw/lib && { ln -s -f libosmo-mgcp-client.so.14.0.0 libosmo-mgcp-client.so.14 || { rm -f libosmo-mgcp-client.so.14 && ln -s libosmo-mgcp-client.so.14.0.0 libosmo-mgcp-client.so.14; }; })
libtool: install: (cd /build/deps/install/stow/osmo-mgw/lib && { ln -s -f libosmo-mgcp-client.so.14.0.0 libosmo-mgcp-client.so || { rm -f libosmo-mgcp-client.so && ln -s libosmo-mgcp-client.so.14.0.0 libosmo-mgcp-client.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.lai /build/deps/install/stow/osmo-mgw/lib/libosmo-mgcp-client.la
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.a /build/deps/install/stow/osmo-mgw/lib/libosmo-mgcp-client.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-mgw/lib/libosmo-mgcp-client.a
libtool: install: ranlib /build/deps/install/stow/osmo-mgw/lib/libosmo-mgcp-client.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-mgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/osmo-mgw/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[4]: Leaving directory '/build/deps/osmo-mgw/src/libosmo-mgcp-client'
make[3]: Leaving directory '/build/deps/osmo-mgw/src/libosmo-mgcp-client'
Making install in libosmo-mgcp
make[3]: Entering directory '/build/deps/osmo-mgw/src/libosmo-mgcp'
  CC       mgcp_protocol.o
  CC       mgcp_network.o
  CC       mgcp_vty.o
  CC       mgcp_osmux.o
  CC       mgcp_sdp.o
  CC       mgcp_codec.o
  CC       mgcp_msg.o
  CC       mgcp_conn.o
  CC       mgcp_stat.o
  CC       mgcp_endp.o
  CC       mgcp_trunk.o
  CC       mgcp_ratectr.o
  CC       mgcp_iuup.o
  CC       mgcp_e1.o
  AR       libosmo-mgcp.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Entering directory '/build/deps/osmo-mgw/src/libosmo-mgcp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/src/libosmo-mgcp'
make[3]: Leaving directory '/build/deps/osmo-mgw/src/libosmo-mgcp'
Making install in osmo-mgw
make[3]: Entering directory '/build/deps/osmo-mgw/src/osmo-mgw'
  CC       mgw_main.o
  CCLD     osmo-mgw
make[4]: Entering directory '/build/deps/osmo-mgw/src/osmo-mgw'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-mgw '/build/deps/install/stow/osmo-mgw/bin'
libtool: install: /usr/bin/install -c osmo-mgw /build/deps/install/stow/osmo-mgw/bin/osmo-mgw
make[4]: Leaving directory '/build/deps/osmo-mgw/src/osmo-mgw'
make[3]: Leaving directory '/build/deps/osmo-mgw/src/osmo-mgw'
make[3]: Entering directory '/build/deps/osmo-mgw/src'
make[4]: Entering directory '/build/deps/osmo-mgw/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/src'
make[3]: Leaving directory '/build/deps/osmo-mgw/src'
make[2]: Leaving directory '/build/deps/osmo-mgw/src'
Making install in tests
make[2]: Entering directory '/build/deps/osmo-mgw/tests'
Making install in mgcp_client
make[3]: Entering directory '/build/deps/osmo-mgw/tests/mgcp_client'
make[4]: Entering directory '/build/deps/osmo-mgw/tests/mgcp_client'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/tests/mgcp_client'
make[3]: Leaving directory '/build/deps/osmo-mgw/tests/mgcp_client'
Making install in mgcp
make[3]: Entering directory '/build/deps/osmo-mgw/tests/mgcp'
make[4]: Entering directory '/build/deps/osmo-mgw/tests/mgcp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/tests/mgcp'
make[3]: Leaving directory '/build/deps/osmo-mgw/tests/mgcp'
make[3]: Entering directory '/build/deps/osmo-mgw/tests'
make[4]: Entering directory '/build/deps/osmo-mgw/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/tests'
make[3]: Leaving directory '/build/deps/osmo-mgw/tests'
make[2]: Leaving directory '/build/deps/osmo-mgw/tests'
Making install in doc
make[2]: Entering directory '/build/deps/osmo-mgw/doc'
Making install in examples
make[3]: Entering directory '/build/deps/osmo-mgw/doc/examples'
make[4]: Entering directory '/build/deps/osmo-mgw/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-mgw/osmo-mgw.cfg '/build/deps/install/stow/osmo-mgw/etc/osmocom'
make  install-data-hook
make[5]: Entering directory '/build/deps/osmo-mgw/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
	j="/build/deps/install/stow/osmo-mgw/share/doc/osmo-mgw/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ./$f $j; \
done
make[5]: Leaving directory '/build/deps/osmo-mgw/doc/examples'
make[4]: Leaving directory '/build/deps/osmo-mgw/doc/examples'
make[3]: Leaving directory '/build/deps/osmo-mgw/doc/examples'
Making install in manuals
make[3]: Entering directory '/build/deps/osmo-mgw/doc/manuals'
make[4]: Entering directory '/build/deps/osmo-mgw/doc/manuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/doc/manuals'
make[3]: Leaving directory '/build/deps/osmo-mgw/doc/manuals'
make[3]: Entering directory '/build/deps/osmo-mgw/doc'
make[4]: Entering directory '/build/deps/osmo-mgw/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/doc'
make[3]: Leaving directory '/build/deps/osmo-mgw/doc'
make[2]: Leaving directory '/build/deps/osmo-mgw/doc'
Making install in contrib
make[2]: Entering directory '/build/deps/osmo-mgw/contrib'
Making install in systemd
make[3]: Entering directory '/build/deps/osmo-mgw/contrib/systemd'
make[4]: Entering directory '/build/deps/osmo-mgw/contrib/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/lib/systemd/system'
 /usr/bin/install -c -m 644 osmo-mgw.service '/build/deps/install/stow/osmo-mgw/lib/systemd/system'
make[4]: Leaving directory '/build/deps/osmo-mgw/contrib/systemd'
make[3]: Leaving directory '/build/deps/osmo-mgw/contrib/systemd'
make[3]: Entering directory '/build/deps/osmo-mgw/contrib'
make[4]: Entering directory '/build/deps/osmo-mgw/contrib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-mgw/contrib'
make[3]: Leaving directory '/build/deps/osmo-mgw/contrib'
make[2]: Leaving directory '/build/deps/osmo-mgw/contrib'
make[2]: Entering directory '/build/deps/osmo-mgw'
make[3]: Entering directory '/build/deps/osmo-mgw'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-mgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-mgcp-client.pc '/build/deps/install/stow/osmo-mgw/lib/pkgconfig'
make[3]: Leaving directory '/build/deps/osmo-mgw'
make[2]: Leaving directory '/build/deps/osmo-mgw'
make[1]: Leaving directory '/build/deps/osmo-mgw'
+ STOW_DIR=/build/deps/install/stow stow --restow osmo-mgw
+ osmo-build-dep.sh osmo-hlr



 =============================== osmo-hlr ===============================

+ mkdir -p /build/deps
+ cd /build/deps
+ osmo-deps.sh osmo-hlr 
+ project=osmo-hlr
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d osmo-hlr
+ osmo_git_clone_url osmo-hlr
+ echo https://gerrit.osmocom.org/osmo-hlr
+ git clone https://gerrit.osmocom.org/osmo-hlr osmo-hlr
Cloning into 'osmo-hlr'...
+ cd osmo-hlr
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at 7c06eea subscriber-create-on-demand: add mode for MSISDN=IMSI
+ git rev-parse HEAD
7c06eea5b2a5c35898f43de50888c890816c9aa3
+ cd osmo-hlr
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir osmo-hlr
+ subdir=
+ [ -n  ]
+ autoreconf --install --force
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:55: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:55: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:55: the top level
configure.ac:70: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:70: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:70: the top level
configure.ac:104: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:104: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:104: the top level
configure.ac:120: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:120: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:120: the top level
configure.ac:188: warning: AC_OUTPUT should be used without arguments.
configure.ac:188: You should run autoupdate.
configure.ac:9: installing './compile'
configure.ac:9: installing './config.guess'
configure.ac:9: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
src/Makefile.am:79: warning: source file '$(srcdir)/gsupclient/cni_peer_id.c' is in a subdirectory,
src/Makefile.am:79: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
src/Makefile.am: installing './depcomp'
tests/auc/Makefile.am:39: warning: source file '$(builddir)/auc_ts_55_205_test_sets.c' is in a subdirectory,
tests/auc/Makefile.am:39: but option 'subdir-objects' is disabled
+ ./configure --prefix=/build/deps/install/stow/osmo-hlr --with-systemdsystemunitdir=/build/deps/install/stow/osmo-hlr/lib/systemd/system
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for talloc >= 2.0.1... yes
checking for libosmocore >= 1.10.0... yes
checking for libosmogsm >= 1.10.0... yes
checking for libosmovty >= 1.10.0... yes
checking for libosmoctrl >= 1.10.0... yes
checking for libosmoabis >= 1.6.0... yes
checking for sqlite3... yes
checking for egrep... (cached) /usr/bin/grep -E
checking whether to use talloc for SQLite3... no
checking whether to enable VTY/CTRL tests... no
checking whether to enable mslookup_client_mdns_test... no
CFLAGS="-g -O2 -std=gnu11"
CPPFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating src/Makefile
config.status: creating src/gsupclient/Makefile
config.status: creating src/mslookup/Makefile
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/hlr/Makefile
config.status: creating include/osmocom/mslookup/Makefile
config.status: creating libosmo-gsup-client.pc
config.status: creating libosmo-mslookup.pc
config.status: creating sql/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating contrib/dgsm/Makefile
config.status: creating tests/Makefile
config.status: creating tests/auc/Makefile
config.status: creating tests/auc/gen_ts_55_205_test_sets/Makefile
config.status: creating tests/gsup/Makefile
config.status: creating tests/db/Makefile
config.status: creating tests/db_upgrade/Makefile
config.status: creating tests/mslookup/Makefile
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing tests/atconfig commands
+ [ -n  ]
+ make -j 12 install
echo 1.8.0.2-7c06 > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/build/deps/osmo-hlr'
Making install in src
make[2]: Entering directory '/build/deps/osmo-hlr/src'
echo "/* DO NOT EDIT THIS FILE. It is generated from files in osmo-hlr.git/sql/ */" > "db_bootstrap.h"
echo "#pragma once" >> "db_bootstrap.h"
echo "static const char * const stmt_bootstrap_sql[] = {" >> "db_bootstrap.h"
cat "../sql/hlr.sql" \
	| sed -f "./db_sql2c.sed" \
	>> "db_bootstrap.h"
echo "};" >> "db_bootstrap.h"
make  install-recursive
make[3]: Entering directory '/build/deps/osmo-hlr/src'
Making install in gsupclient
make[4]: Entering directory '/build/deps/osmo-hlr/src/gsupclient'
  CC       gsup_test_client.o
  CC       cni_peer_id.lo
  CC       gsup_client.lo
  CC       gsup_req.lo
  CCLD     libosmo-gsup-client.la
  CCLD     gsup-test-client
make[5]: Entering directory '/build/deps/osmo-hlr/src/gsupclient'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-hlr/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmo-gsup-client.la '/build/deps/install/stow/osmo-hlr/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-gsup-client.so.0.1.0 /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.so.0.1.0
libtool: install: (cd /build/deps/install/stow/osmo-hlr/lib && { ln -s -f libosmo-gsup-client.so.0.1.0 libosmo-gsup-client.so.0 || { rm -f libosmo-gsup-client.so.0 && ln -s libosmo-gsup-client.so.0.1.0 libosmo-gsup-client.so.0; }; })
libtool: install: (cd /build/deps/install/stow/osmo-hlr/lib && { ln -s -f libosmo-gsup-client.so.0.1.0 libosmo-gsup-client.so || { rm -f libosmo-gsup-client.so && ln -s libosmo-gsup-client.so.0.1.0 libosmo-gsup-client.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-gsup-client.lai /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.la
libtool: install: /usr/bin/install -c .libs/libosmo-gsup-client.a /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.a
libtool: install: ranlib /build/deps/install/stow/osmo-hlr/lib/libosmo-gsup-client.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-hlr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/osmo-hlr/lib

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

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

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

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



 =============================== libasn1c ===============================

+ mkdir -p /build/deps
+ cd /build/deps
+ osmo-deps.sh libasn1c 
+ project=libasn1c
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libasn1c
+ osmo_git_clone_url libasn1c
+ echo https://gerrit.osmocom.org/libasn1c
+ git clone https://gerrit.osmocom.org/libasn1c libasn1c
Cloning into 'libasn1c'...
+ cd libasn1c
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at de520a4 Bump version: 0.9.36.2-5324 โ†’ 0.9.37
+ git rev-parse HEAD
de520a417a95f47ec13b895b7c129d2969b791d7
+ cd libasn1c
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir libasn1c
+ subdir=
+ [ -n  ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:19: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:19: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:19: the top level
configure.ac:78: warning: AC_OUTPUT should be used without arguments.
configure.ac:78: You should run autoupdate.
configure.ac:16: installing './compile'
configure.ac:18: installing './config.guess'
configure.ac:18: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
src/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/libasn1c --with-systemdsystemunitdir=/build/deps/install/stow/libasn1c/lib/systemd/system
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
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 pkg-config is at least version 0.9.0... yes
checking for talloc... yes
checking if gcc supports -fvisibility=hidden... yes
CFLAGS="-g -O2"
CPPFLAGS=""
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libasn1c.pc
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/asn1c/Makefile
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n  ]
+ make -j 12 install
Making install in src
make[1]: Entering directory '/build/deps/libasn1c/src'
  CC       ANY.lo
  CC       constraints.lo
  CC       NumericString.lo
  CC       T61String.lo
  CC       GeneralizedTime.lo
  CC       asn_codecs_prim.lo
  CC       constr_CHOICE.lo
  CC       GeneralString.lo
  CC       ObjectDescriptor.lo
  CC       TeletexString.lo
  CC       asn_SEQUENCE_OF.lo
  CC       constr_SEQUENCE.lo
  CC       GraphicString.lo
  CC       OBJECT_IDENTIFIER.lo
  CC       UniversalString.lo
  CC       asn_SET_OF.lo
  CC       constr_SEQUENCE_OF.lo
  CC       IA5String.lo
  CC       OCTET_STRING.lo
  CC       UTCTime.lo
  CC       ber_decoder.lo
  CC       constr_SET.lo
  CC       INTEGER.lo
  CC       per_decoder.lo
  CC       UTF8String.lo
  CC       ber_tlv_length.lo
  CC       constr_SET_OF.lo
  CC       ISO646String.lo
  CC       per_encoder.lo
  CC       VideotexString.lo
  CC       ber_tlv_tag.lo
  CC       constr_TYPE.lo
  CC       per_support.lo
  CC       NativeEnumerated.lo
  CC       VisibleString.lo
  CC       BIT_STRING.lo
  CC       NativeInteger.lo
  CC       PrintableString.lo
  CC       xer_decoder.lo
  CC       BMPString.lo
  CC       NativeReal.lo
  CC       der_encoder.lo
  CC       REAL.lo
  CC       xer_encoder.lo
  CC       BOOLEAN.lo
  CC       ENUMERATED.lo
  CC       NULL.lo
  CC       RELATIVE-OID.lo
  CC       xer_support.lo
  CC       per_opentype.lo
  CC       asn1helpers.lo
  CCLD     libasn1c.la
make[2]: Entering directory '/build/deps/libasn1c/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/libasn1c/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libasn1c.la '/build/deps/install/stow/libasn1c/lib'
libtool: install: /usr/bin/install -c .libs/libasn1c.so.1.0.2 /build/deps/install/stow/libasn1c/lib/libasn1c.so.1.0.2
libtool: install: (cd /build/deps/install/stow/libasn1c/lib && { ln -s -f libasn1c.so.1.0.2 libasn1c.so.1 || { rm -f libasn1c.so.1 && ln -s libasn1c.so.1.0.2 libasn1c.so.1; }; })
libtool: install: (cd /build/deps/install/stow/libasn1c/lib && { ln -s -f libasn1c.so.1.0.2 libasn1c.so || { rm -f libasn1c.so && ln -s libasn1c.so.1.0.2 libasn1c.so; }; })
libtool: install: /usr/bin/install -c .libs/libasn1c.lai /build/deps/install/stow/libasn1c/lib/libasn1c.la
libtool: install: /usr/bin/install -c .libs/libasn1c.a /build/deps/install/stow/libasn1c/lib/libasn1c.a
libtool: install: chmod 644 /build/deps/install/stow/libasn1c/lib/libasn1c.a
libtool: install: ranlib /build/deps/install/stow/libasn1c/lib/libasn1c.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libasn1c/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/libasn1c/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[2]: Leaving directory '/build/deps/libasn1c/src'
make[1]: Leaving directory '/build/deps/libasn1c/src'
Making install in include
make[1]: Entering directory '/build/deps/libasn1c/include'
Making install in asn1c
make[2]: Entering directory '/build/deps/libasn1c/include/asn1c'
make[3]: Entering directory '/build/deps/libasn1c/include/asn1c'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/libasn1c/include/asn1c'
 /usr/bin/install -c -m 644 ANY.h asn_application.h asn_codecs.h asn_codecs_prim.h asn_internal.h asn_SEQUENCE_OF.h asn_SET_OF.h asn_system.h ber_decoder.h ber_tlv_length.h ber_tlv_tag.h BIT_STRING.h BMPString.h BOOLEAN.h constraints.h constr_CHOICE.h constr_SEQUENCE.h constr_SEQUENCE_OF.h constr_SET.h constr_SET_OF.h constr_TYPE.h der_encoder.h ENUMERATED.h GeneralizedTime.h GeneralString.h GraphicString.h IA5String.h INTEGER.h ISO646String.h NativeEnumerated.h NativeInteger.h NativeReal.h NULL.h NumericString.h ObjectDescriptor.h OBJECT_IDENTIFIER.h OCTET_STRING.h per_decoder.h per_encoder.h per_support.h '/build/deps/install/stow/libasn1c/include/asn1c'
 /usr/bin/install -c -m 644 PrintableString.h REAL.h RELATIVE-OID.h T61String.h TeletexString.h UniversalString.h UTCTime.h UTF8String.h VideotexString.h VisibleString.h xer_decoder.h xer_encoder.h xer_support.h per_opentype.h asn1helpers.h '/build/deps/install/stow/libasn1c/include/asn1c'
make[3]: Leaving directory '/build/deps/libasn1c/include/asn1c'
make[2]: Leaving directory '/build/deps/libasn1c/include/asn1c'
make[2]: Entering directory '/build/deps/libasn1c/include'
make[3]: Entering directory '/build/deps/libasn1c/include'
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/libasn1c/include'
make[2]: Leaving directory '/build/deps/libasn1c/include'
make[1]: Leaving directory '/build/deps/libasn1c/include'
make[1]: Entering directory '/build/deps/libasn1c'
make[2]: Entering directory '/build/deps/libasn1c'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/libasn1c/lib/pkgconfig'
 /usr/bin/install -c -m 644 libasn1c.pc '/build/deps/install/stow/libasn1c/lib/pkgconfig'
make[2]: Leaving directory '/build/deps/libasn1c'
make[1]: Leaving directory '/build/deps/libasn1c'
+ STOW_DIR=/build/deps/install/stow stow --restow libasn1c
+ osmo-build-dep.sh osmo-iuh



 =============================== osmo-iuh ===============================

+ mkdir -p /build/deps
+ cd /build/deps
+ osmo-deps.sh osmo-iuh 
+ project=osmo-iuh
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d osmo-iuh
+ osmo_git_clone_url osmo-iuh
+ echo https://gerrit.osmocom.org/osmo-iuh
+ git clone https://gerrit.osmocom.org/osmo-iuh osmo-iuh
Cloning into 'osmo-iuh'...
+ cd osmo-iuh
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d  ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.

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

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

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb71c57 Bump version: 1.5.1.11-d14f-dirty โ†’ 1.6.0
+ git rev-parse HEAD
bb71c57a9ca42f74ef8d6a4fe56bef962352671c
+ cd osmo-iuh
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir osmo-iuh
+ subdir=
+ [ -n  ]
+ autoreconf --install --force
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:56: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:56: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:56: the top level
configure.ac:136: warning: AC_OUTPUT should be used without arguments.
configure.ac:136: You should run autoupdate.
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
src/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/osmo-iuh --with-systemdsystemunitdir=/build/deps/install/stow/osmo-iuh/lib/systemd/system
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for netinet/sctp.h... 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 libosmocore >= 1.10.0... yes
checking for libosmogsm >= 1.10.0... yes
checking for libosmovty >= 1.10.0... yes
checking for libosmoctrl >= 1.10.0... yes
checking for libosmo-netif >= 1.5.0... yes
checking for libosmo-sigtran >= 1.9.0... yes
checking for libasn1c >= 0.9.30... yes
checking for egrep... (cached) /usr/bin/grep -E
CFLAGS="-g -O2 -std=gnu11 -Wall"
CPPFLAGS=" -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-hnbap.pc
config.status: creating libosmo-ranap.pc
config.status: creating libosmo-rua.pc
config.status: creating libosmo-sabp.pc
config.status: creating src/Makefile
config.status: creating src/hnbap/Makefile
config.status: creating src/ranap/Makefile
config.status: creating src/rua/Makefile
config.status: creating src/sabp/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/hnbap/Makefile
config.status: creating include/osmocom/ranap/Makefile
config.status: creating include/osmocom/rua/Makefile
config.status: creating include/osmocom/sabp/Makefile
config.status: creating include/osmocom/iuh/Makefile
config.status: creating doc/Makefile
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing tests/atconfig commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n  ]
+ make -j 12 install
echo 1.6.0 > .version-t && mv .version-t .version
make  install-recursive
make[1]: Entering directory '/build/deps/osmo-iuh'
Making install in src
make[2]: Entering directory '/build/deps/osmo-iuh/src'
../asn1/utils/asn1tostruct.py -p HNBAP_ -f ../asn1/hnbap/HNBAP-PDU-Contents.asn
../asn1/utils/asn1tostruct.py -p RUA_ -f ../asn1/rua/RUA-PDU-Contents.asn
../asn1/utils/asn1tostruct.py -p SABP_ -f ../asn1/sabp/SABP-PDU-Contents.asn
../asn1/utils/asn1tostruct.py -p RANAP_ -f ../asn1/ranap/RANAP-PDU-Contents.asn
sed -i 's,^#include "sabp_ies_defs.h",#include <osmocom/sabp/sabp_ies_defs.h>,' sabp_encoder.c sabp_decoder.c
sed -i 's,^#include "sabp_common.h",#include <osmocom/sabp/sabp_common.h>,' sabp_encoder.c sabp_decoder.c sabp_ies_defs.h
Didn't find any information element for message: PrivateMessage-IEs
mv sabp_ies_defs.h ../include/osmocom/sabp/
Didn't find any information element for message: PrivateMessage-IEs
touch ../src/gen_sabp.stamp
sed -i 's,^#include "rua_ies_defs.h",#include <osmocom/rua/rua_ies_defs.h>,' rua_encoder.c rua_decoder.c
sed -i 's,^#include "hnbap_ies_defs.h",#include <osmocom/hnbap/hnbap_ies_defs.h>,' hnbap_encoder.c hnbap_decoder.c
sed -i 's,^#include "rua_common.h",#include <osmocom/rua/rua_common.h>,' rua_encoder.c rua_decoder.c rua_ies_defs.h
sed -i 's,^#include "hnbap_common.h",#include <osmocom/hnbap/hnbap_common.h>,' hnbap_encoder.c hnbap_decoder.c hnbap_ies_defs.h
mv rua_ies_defs.h ../include/osmocom/rua/
mv hnbap_ies_defs.h ../include/osmocom/hnbap/
touch ../src/gen_rua.stamp
touch ../src/gen_hnbap.stamp
Didn't find any information element for message: RelocationDetectIEs
Didn't find any information element for message: RelocationCompleteIEs
Didn't find any information element for message: RAB-SetupOrModifyItem-IEs
Didn't find any information element for message: PrivateMessage-IEs
Didn't find any information element for message: DirectTransferInformationItemIEs-RANAP-RelocInf
Didn't find any information element for message: SRVCC-CSKeysRequestIEs
Didn't find any information element for message: UeRadioCapabilityMatchRequestIEs
sed -i 's,^#include "ranap_ies_defs.h",#include <osmocom/ranap/ranap_ies_defs.h>,' ranap_encoder.c ranap_decoder.c
sed -i 's,^#include "ranap_common.h",#include <osmocom/ranap/ranap_common.h>,' ranap_encoder.c ranap_decoder.c ranap_ies_defs.h
mv ranap_ies_defs.h ../include/osmocom/ranap/
touch ../src/gen_ranap.stamp
make  install-recursive
make[3]: Entering directory '/build/deps/osmo-iuh/src'
Making install in hnbap
make[4]: Entering directory '/build/deps/osmo-iuh/src/hnbap'
  CC       HNBAP_Presence.lo
  CC       HNBAP_Criticality.lo
  CC       HNBAP_PrivateIE-ID.lo
  CC       HNBAP_ProcedureCode.lo
  CC       HNBAP_ProtocolIE-ID.lo
  CC       HNBAP_TriggeringMessage.lo
  CC       HNBAP_IE-Extensions.lo
  CC       HNBAP_Access-stratum-release-indicator.lo
  CC       HNBAP_AccessResult.lo
  CC       HNBAP_AltitudeAndDirection.lo
  CC       HNBAP_BackoffTimer.lo
  CC       HNBAP_BindingID.lo
  CC       HNBAP_Cause.lo
  CC       HNBAP_CauseRadioNetwork.lo
  CC       HNBAP_CauseTransport.lo
  CC       HNBAP_CauseProtocol.lo
  CC       HNBAP_CellIdentity.lo
  CC       HNBAP_CauseMisc.lo
  CC       HNBAP_CELL-FACHMobilitySupport.lo
  CC       HNBAP_Context-ID.lo
  CC       HNBAP_CriticalityDiagnostics-IE-List.lo
  CC       HNBAP_CriticalityDiagnostics.lo
  CC       HNBAP_CriticalityDiagnostics-IE-List-Value.lo
  CC       HNBAP_CSG-ID.lo
  CC       HNBAP_CSG-Capability.lo
  CC       HNBAP_CSGMembershipStatus.lo
  CC       HNBAP_CGI.lo
  CC       HNBAP_CI.lo
  CC       HNBAP_CN-DomainIndicator.lo
  CC       HNBAP_ESN.lo
  CC       HNBAP_GeographicalLocation.lo
  CC       HNBAP_GeographicalCoordinates.lo
  CC       HNBAP_GTP-TEI.lo
  CC       HNBAP_HNBCapacity.lo
  CC       HNBAP_HNB-Cell-Access-Mode.lo
  CC       HNBAP_HNB-Cell-Identifier.lo
  CC       HNBAP_HNB-GWResponse.lo
  CC       HNBAP_HNBConfigInfo.lo
  CC       HNBAP_HNB-RNL-Identity.lo
  CC       HNBAP_ConfigurationInformation.lo
  CC       HNBAP_HNBConfigurationInformationProvided.lo
  CC       HNBAP_HNBConfigurationInformationMissing.lo
  CC       HNBAP_HNB-Location-Information.lo
  CC       HNBAP_HNB-Identity.lo
  CC       HNBAP_HNB-Identity-Info.lo
  CC       HNBAP_IMEI.lo
  CC       HNBAP_IMSI.lo
  CC       HNBAP_IMSIDS41.lo
  CC       HNBAP_IMSIESN.lo
  CC       HNBAP_IP-Address.lo
  CC       HNBAP_Ipv4Address.lo
  CC       HNBAP_Iurh-Signalling-TNL-AddressList.lo
  CC       HNBAP_Ipv6Address.lo
  CC       HNBAP_LAC.lo
  CC       HNBAP_LAI.lo
  CC       HNBAP_MacroCoverageInformation.lo
  CC       HNBAP_MacroCellID.lo
  CC       HNBAP_MuxPortNumber.lo
  CC       HNBAP_NeighbourCellIdentityList.lo
  CC       HNBAP_NeighbourIdentity.lo
  CC       HNBAP_NeighbourInfoList.lo
  CC       HNBAP_AdditionalNeighbourInfoList.lo
  CC       HNBAP_NeighbourInfoRequestList.lo
  CC       HNBAP_PLMNidentity.lo
  CC       HNBAP_NeighbourInfoRequestItem.lo
  CC       HNBAP_PSC.lo
  CC       HNBAP_PTMSI.lo
  CC       HNBAP_PTMSIRAI.lo
  CC       HNBAP_RAB-ID.lo
  CC       HNBAP_RABList.lo
  CC       HNBAP_RABListItem.lo
  CC       HNBAP_RAC.lo
  CC       HNBAP_RAI.lo
  CC       HNBAP_Registration-Cause.lo
  CC       HNBAP_RNC-ID.lo
  CC       HNBAP_SAC.lo
  CC       HNBAP_S-RNTIPrefix.lo
  CC       HNBAP_TMSILAI.lo
  CC       HNBAP_TMSIDS41.lo
  CC       HNBAP_TransportInfo.lo
  CC       HNBAP_TransportLayerAddress.lo
  CC       HNBAP_Tunnel-Information.lo
  CC       HNBAP_TypeOfError.lo
  CC       HNBAP_UDP-Port-Number.lo
  CC       HNBAP_UE-Capabilities.lo
  CC       HNBAP_UTRANCellID.lo
  CC       HNBAP_UE-Identity.lo
  CC       HNBAP_Update-cause.lo
  CC       HNBAP_URAIdentityList.lo
  CC       HNBAP_URAIdentity.lo
  CC       HNBAP_U-RNTI.lo
  CC       HNBAP_UnknownU-RNTIIndication.lo
  CC       HNBAP_HNBAP-PDU.lo
  CC       HNBAP_InitiatingMessage.lo
  CC       HNBAP_SuccessfulOutcome.lo
  CC       HNBAP_UnsuccessfulOutcome.lo
  CC       HNBAP_HNBRegisterRequest.lo
  CC       HNBAP_HNBRegisterAccept.lo
  CC       HNBAP_HNBRegisterReject.lo
  CC       HNBAP_UERegisterRequest.lo
  CC       HNBAP_UERegisterAccept.lo
  CC       HNBAP_UERegisterReject.lo
  CC       HNBAP_UEDe-Register.lo
  CC       HNBAP_HNBDe-Register.lo
  CC       HNBAP_ErrorIndication.lo
  CC       HNBAP_CSGMembershipUpdate.lo
  CC       HNBAP_TNLUpdateRequest.lo
  CC       HNBAP_TNLUpdateResponse.lo
  CC       HNBAP_TNLUpdateFailure.lo
  CC       HNBAP_HNBConfigTransferRequest.lo
  CC       HNBAP_HNBConfigTransferResponse.lo
  CC       HNBAP_RelocationComplete.lo
  CC       HNBAP_U-RNTIQueryRequest.lo
  CC       HNBAP_U-RNTIQueryResponse.lo
  CC       HNBAP_PrivateMessage.lo
  CC       HNBAP_IE.lo
  CCLD     libosmo-asn1-hnbap.la
make[5]: Entering directory '/build/deps/osmo-iuh/src/hnbap'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/src/hnbap'
make[4]: Leaving directory '/build/deps/osmo-iuh/src/hnbap'
Making install in rua
make[4]: Entering directory '/build/deps/osmo-iuh/src/rua'
  CC       RUA_Criticality.lo
  CC       RUA_Presence.lo
  CC       RUA_PrivateIE-ID.lo
  CC       RUA_ProcedureCode.lo
  CC       RUA_ProtocolIE-ID.lo
  CC       RUA_TriggeringMessage.lo
  CC       RUA_IE-Extensions.lo
  CC       RUA_CN-DomainIndicator.lo
  CC       RUA_CSGMembershipStatus.lo
  CC       RUA_Establishment-Cause.lo
  CC       RUA_Context-ID.lo
  CC       RUA_IntraDomainNasNodeSelector.lo
  CC       RUA_Gsm-map-IDNNS.lo
  CC       RUA_Ansi-41-IDNNS.lo
  CC       RUA_RANAP-Message.lo
  CC       RUA_RoutingParameter.lo
  CC       RUA_Cause.lo
  CC       RUA_CauseRadioNetwork.lo
  CC       RUA_CauseTransport.lo
  CC       RUA_CauseProtocol.lo
  CC       RUA_CauseMisc.lo
  CC       RUA_CriticalityDiagnostics.lo
  CC       RUA_CriticalityDiagnostics-IE-List.lo
  CC       RUA_CriticalityDiagnostics-IE-List-Value.lo
  CC       RUA_TypeOfError.lo
  CC       RUA_RUA-PDU.lo
  CC       RUA_InitiatingMessage.lo
  CC       RUA_SuccessfulOutcome.lo
  CC       RUA_UnsuccessfulOutcome.lo
  CC       RUA_Connect.lo
  CC       RUA_DirectTransfer.lo
  CC       RUA_Disconnect.lo
  CC       RUA_ConnectionlessTransfer.lo
  CC       RUA_ErrorIndication.lo
  CC       RUA_PrivateMessage.lo
  CC       RUA_IE.lo
  CCLD     libosmo-asn1-rua.la
make[5]: Entering directory '/build/deps/osmo-iuh/src/rua'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/src/rua'
make[4]: Leaving directory '/build/deps/osmo-iuh/src/rua'
Making install in ranap
make[4]: Entering directory '/build/deps/osmo-iuh/src/ranap'
  CC       RANAP_Criticality.lo
  CC       RANAP_Presence.lo
  CC       RANAP_PrivateIE-ID.lo
  CC       RANAP_ProcedureCode.lo
  CC       RANAP_ProtocolExtensionID.lo
  CC       RANAP_ProtocolIE-ID.lo
  CC       RANAP_TriggeringMessage.lo
  CC       RANAP_IE-Extensions.lo
  CC       RANAP_AccuracyFulfilmentIndicator.lo
  CC       RANAP_AllocationOrRetentionPriority.lo
  CC       RANAP_Alt-RAB-Parameters.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrateType.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedMaxBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrateType.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedMaxBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedMaxBitrates.lo
  CC       RANAP_AlternativeRABConfigurationRequest.lo
  CC       RANAP_APN.lo
  CC       RANAP_AreaIdentity.lo
  CC       RANAP_Ass-RAB-Parameters.lo
  CC       RANAP_Ass-RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_Ass-RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_Ass-RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_Ass-RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_AuthorisedPLMNs.lo
  CC       RANAP_AuthorisedPLMNs-Value.lo
  CC       RANAP_AuthorisedSNAs.lo
  CC       RANAP_BindingID.lo
  CC       RANAP_BroadcastAssistanceDataDecipheringKeys.lo
  CC       RANAP_Cause.lo
  CC       RANAP_CauseMisc.lo
  CC       RANAP_CauseNAS.lo
  CC       RANAP_CauseProtocol.lo
  CC       RANAP_CauseRadioNetwork.lo
  CC       RANAP_CauseRadioNetworkExtension.lo
  CC       RANAP_CauseNon-Standard.lo
  CC       RANAP_CauseTransmissionNetwork.lo
  CC       RANAP_Cell-Access-Mode.lo
  CC       RANAP_CellBased.lo
  CC       RANAP_CellIdList.lo
  CC       RANAP_Cell-Id.lo
  CC       RANAP_Cell-Capacity-Class-Value.lo
  CC       RANAP_CellLoadInformation.lo
  CC       RANAP_CellLoadInformationGroup.lo
  CC       RANAP_CellType.lo
  CC       RANAP_ClientType.lo
  CC       RANAP_CriticalityDiagnostics.lo
  CC       RANAP_CriticalityDiagnostics-IE-List.lo
  CC       RANAP_CriticalityDiagnostics-IE-List-Value.lo
  CC       RANAP_MessageStructure.lo
  CC       RANAP_MessageStructure-Value.lo
  CC       RANAP_CGI.lo
  CC       RANAP_ChosenEncryptionAlgorithm.lo
  CC       RANAP_CI.lo
  CC       RANAP_ChosenIntegrityProtectionAlgorithm.lo
  CC       RANAP_ClassmarkInformation2.lo
  CC       RANAP_ClassmarkInformation3.lo
  CC       RANAP_CN-DomainIndicator.lo
  CC       RANAP_CN-ID.lo
  CC       RANAP_Correlation-ID.lo
  CC       RANAP_CSFB-Information.lo
  CC       RANAP_CSG-Id.lo
  CC       RANAP_CSG-Id-List.lo
  CC       RANAP_CSG-Membership-Status.lo
  CC       RANAP_DataPDUType.lo
  CC       RANAP_DataVolumeReference.lo
  CC       RANAP_DataVolumeReportingIndication.lo
  CC       RANAP_DCH-ID.lo
  CC       RANAP_DeliveryOfErroneousSDU.lo
  CC       RANAP_DeliveryOrder.lo
  CC       RANAP_DeltaRAListofIdleModeUEs.lo
  CC       RANAP_NewRAListofIdleModeUEs.lo
  CC       RANAP_RAListwithNoIdleModeUEsAnyMore.lo
  CC       RANAP_ForwardingIndication.lo
  CC       RANAP_DL-GTP-PDU-SequenceNumber.lo
  CC       RANAP_DL-N-PDU-SequenceNumber.lo
  CC       RANAP_D-RNTI.lo
  CC       RANAP_DRX-CycleLengthCoefficient.lo
  CC       RANAP_DSCH-ID.lo
  CC       RANAP_EARFCN-Extended.lo
  CC       RANAP_E-DCH-MAC-d-Flow-ID.lo
  CC       RANAP_ENB-ID.lo
  CC       RANAP_EncryptionAlgorithm.lo
  CC       RANAP_EncryptionInformation.lo
  CC       RANAP_EncryptionKey.lo
  CC       RANAP_End-Of-CSFB.lo
  CC       RANAP_EquipmentsToBeTraced.lo
  CC       RANAP_E-UTRAN-Service-Handover.lo
  CC       RANAP_Event.lo
  CC       RANAP_Event1F-Parameters.lo
  CC       RANAP_Event1I-Parameters.lo
  CC       RANAP_ExtendedGuaranteedBitrate.lo
  CC       RANAP_ExtendedMaxBitrate.lo
  CC       RANAP_ExtendedRNC-ID.lo
  CC       RANAP_FrameSequenceNumber.lo
  CC       RANAP_FrequenceLayerConvergenceFlag.lo
  CC       RANAP_GANSS-PositioningDataSet.lo
  CC       RANAP_GANSS-PositioningMethodAndUsage.lo
  CC       RANAP_GeographicalArea.lo
  CC       RANAP_GeographicalCoordinates.lo
  CC       RANAP_GA-AltitudeAndDirection.lo
  CC       RANAP_GA-EllipsoidArc.lo
  CC       RANAP_GA-Point.lo
  CC       RANAP_GA-PointWithAltitude.lo
  CC       RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.lo
  CC       RANAP_GA-PointWithUnCertainty.lo
  CC       RANAP_GA-PointWithUnCertaintyEllipse.lo
  CC       RANAP_GA-Polygon.lo
  CC       RANAP_GA-Polygon-Value.lo
  CC       RANAP_GA-UncertaintyEllipse.lo
  CC       RANAP_GERAN-BSC-Container.lo
  CC       RANAP_GERAN-Cell-ID.lo
  CC       RANAP_GERAN-Classmark.lo
  CC       RANAP_GlobalCN-ID.lo
  CC       RANAP_GlobalRNC-ID.lo
  CC       RANAP_GTP-TEI.lo
  CC       RANAP_GuaranteedBitrate.lo
  CC       RANAP_HigherBitratesThan16MbpsFlag.lo
  CC       RANAP_HS-DSCH-MAC-d-Flow-ID.lo
  CC       RANAP_IMEI.lo
  CC       RANAP_IMEIGroup.lo
  CC       RANAP_IMEIList.lo
  CC       RANAP_IMEISV.lo
  CC       RANAP_IMEISVGroup.lo
  CC       RANAP_IMEISVList.lo
  CC       RANAP_ImmediateMDT.lo
  CC       RANAP_IMSI.lo
  CC       RANAP_IncludeVelocity.lo
  CC       RANAP_InformationExchangeID.lo
  CC       RANAP_InformationExchangeType.lo
  CC       RANAP_InformationRequested.lo
  CC       RANAP_InformationRequestType.lo
  CC       RANAP_InformationTransferID.lo
  CC       RANAP_InformationTransferType.lo
  CC       RANAP_IntegrityProtectionAlgorithm.lo
  CC       RANAP_IntegrityProtectionInformation.lo
  CC       RANAP_IntegrityProtectionKey.lo
  CC       RANAP_InterSystemInformationTransferType.lo
  CC       RANAP_InterSystemInformation-TransparentContainer.lo
  CC       RANAP_IPMulticastAddress.lo
  CC       RANAP_IuSignallingConnectionIdentifier.lo
  CC       RANAP_IuTransportAssociation.lo
  CC       RANAP_KeyStatus.lo
  CC       RANAP_LA-LIST.lo
  CC       RANAP_LA-LIST-Value.lo
  CC       RANAP_LAC.lo
  CC       RANAP_LastKnownServiceArea.lo
  CC       RANAP_LAI.lo
  CC       RANAP_LastVisitedUTRANCell-Item.lo
  CC       RANAP_LHN-ID.lo
  CC       RANAP_Links-to-log.lo
  CC       RANAP_ListOF-SNAs.lo
  CC       RANAP_ListOfInterfacesToTrace.lo
  CC       RANAP_InterfacesToTraceItem.lo
  CC       RANAP_LoadValue.lo
  CC       RANAP_LocationRelatedDataRequestType.lo
  CC       RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.lo
  CC       RANAP_LocationReportingTransferInformation.lo
  CC       RANAP_ReportChangeOfSAI.lo
  CC       RANAP_PeriodicReportingIndicator.lo
  CC       RANAP_DirectReportingIndicator.lo
  CC       RANAP_L3-Information.lo
  CC       RANAP_M1Report.lo
  CC       RANAP_M2Report.lo
  CC       RANAP_M4Report.lo
  CC       RANAP_M4-Collection-Parameters.lo
  CC       RANAP_M4-Period.lo
  CC       RANAP_M4-Threshold.lo
  CC       RANAP_M5Report.lo
  CC       RANAP_M6Report.lo
  CC       RANAP_M5-Period.lo
  CC       RANAP_M6-Period.lo
  CC       RANAP_M7Report.lo
  CC       RANAP_M7-Period.lo
  CC       RANAP_Management-Based-MDT-Allowed.lo
  CC       RANAP_MaxBitrate.lo
  CC       RANAP_MaxSDU-Size.lo
  CC       RANAP_MBMS-PTP-RAB-ID.lo
  CC       RANAP_MBMSBearerServiceType.lo
  CC       RANAP_MBMSCNDe-Registration.lo
  CC       RANAP_MBMSCountingInformation.lo
  CC       RANAP_MBMSHCIndicator.lo
  CC       RANAP_MBMSIPMulticastAddressandAPNRequest.lo
  CC       RANAP_MBMSLinkingInformation.lo
  CC       RANAP_MBMSRegistrationRequestType.lo
  CC       RANAP_MBMSServiceArea.lo
  CC       RANAP_MBMSSessionDuration.lo
  CC       RANAP_MBMSSessionIdentity.lo
  CC       RANAP_MBMSSessionRepetitionNumber.lo
  CC       RANAP_MDT-Activation.lo
  CC       RANAP_MDTAreaScope.lo
  CC       RANAP_MDT-Configuration.lo
  CC       RANAP_MDTMode.lo
  CC       RANAP_MDT-PLMN-List.lo
  CC       RANAP_MDT-Report-Parameters.lo
  CC       RANAP_MeasurementQuantity.lo
  CC       RANAP_MeasurementsToActivate.lo
  CC       RANAP_MSISDN.lo
  CC       RANAP_NAS-PDU.lo
  CC       RANAP_NAS-SequenceNumber.lo
  CC       RANAP_NAS-SynchronisationIndicator.lo
  CC       RANAP_NewBSS-To-OldBSS-Information.lo
  CC       RANAP_NonSearchingIndication.lo
  CC       RANAP_NRTLoadInformationValue.lo
  CC       RANAP_NumberOfIuInstances.lo
  CC       RANAP_NumberOfSteps.lo
  CC       RANAP_Offload-RAB-Parameters.lo
  CC       RANAP_Offload-RAB-Parameters-APN.lo
  CC       RANAP_Offload-RAB-Parameters-ChargingCharacteristics.lo
  CC       RANAP_OldBSS-ToNewBSS-Information.lo
  CC       RANAP_OMC-ID.lo
  CC       RANAP_Out-Of-UTRAN.lo
  CC       RANAP_PagingAreaID.lo
  CC       RANAP_PagingCause.lo
  CC       RANAP_PDP-TypeInformation.lo
  CC       RANAP_PDP-Type.lo
  CC       RANAP_PDP-TypeInformation-extension.lo
  CC       RANAP_PDP-Type-extension.lo
  CC       RANAP_PDUType14FrameSequenceNumber.lo
  CC       RANAP_PeriodicLocationInfo.lo
  CC       RANAP_PermanentNAS-UE-ID.lo
  CC       RANAP_PermittedEncryptionAlgorithms.lo
  CC       RANAP_PermittedIntegrityProtectionAlgorithms.lo
  CC       RANAP_LABased.lo
  CC       RANAP_LAI-List.lo
  CC       RANAP_LoggedMDT.lo
  CC       RANAP_LoggingInterval.lo
  CC       RANAP_LoggingDuration.lo
  CC       RANAP_PLMNidentity.lo
  CC       RANAP_PLMNs-in-shared-network.lo
  CC       RANAP_PLMNs-in-shared-network-Value.lo
  CC       RANAP_Port-Number.lo
  CC       RANAP_PositioningDataDiscriminator.lo
  CC       RANAP_PositioningDataSet.lo
  CC       RANAP_PositioningMethodAndUsage.lo
  CC       RANAP_PositioningPriority.lo
  CC       RANAP_PositionData.lo
  CC       RANAP_PositionDataSpecificToGERANIuMode.lo
  CC       RANAP_Pre-emptionCapability.lo
  CC       RANAP_Pre-emptionVulnerability.lo
  CC       RANAP_PriorityLevel.lo
  CC       RANAP_Priority-Class-Indicator.lo
  CC       RANAP_ProvidedData.lo
  CC       RANAP_P-TMSI.lo
  CC       RANAP_QueuingAllowed.lo
  CC       RANAP_RAB-AsymmetryIndicator.lo
  CC       RANAP_RABased.lo
  CC       RANAP_RAI-List.lo
  CC       RANAP_RABDataVolumeReport.lo
  CC       RANAP_RABDataVolumeReport-Value.lo
  CC       RANAP_RAB-ID.lo
  CC       RANAP_RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_RAB-Parameters.lo
  CC       RANAP_RABParametersList.lo
  CC       RANAP_RABParametersList-Value.lo
  CC       RANAP_RAB-SubflowCombinationBitRate.lo
  CC       RANAP_RAB-TrCH-Mapping.lo
  CC       RANAP_RAB-TrCH-MappingItem.lo
  CC       RANAP_RAC.lo
  CC       RANAP_RAI.lo
  CC       RANAP_RAListofIdleModeUEs.lo
  CC       RANAP_NotEmptyRAListofIdleModeUEs.lo
  CC       RANAP_RAofIdleModeUEs.lo
  CC       RANAP_LAListofIdleModeUEs.lo
  CC       RANAP_RAT-Type.lo
  CC       RANAP_RateControlAllowed.lo
  CC       RANAP_RedirectAttemptFlag.lo
  CC       RANAP_RedirectionCompleted.lo
  CC       RANAP_RejectCauseValue.lo
  CC       RANAP_RelocationRequirement.lo
  CC       RANAP_RelocationType.lo
  CC       RANAP_RepetitionNumber0.lo
  CC       RANAP_RepetitionNumber1.lo
  CC       RANAP_ReportArea.lo
  CC       RANAP_ReportInterval.lo
  CC       RANAP_ReportAmount.lo
  CC       RANAP_RequestedGPSAssistanceData.lo
  CC       RANAP_RequestedGANSSAssistanceData.lo
  CC       RANAP_RequestedLocationRelatedDataType.lo
  CC       RANAP_RequestedMBMSIPMulticastAddressandAPNRequest.lo
  CC       RANAP_MBMSIPMulticastAddressandAPNlist.lo
  CC       RANAP_RequestedMulticastServiceList.lo
  CC       RANAP_Requested-RAB-Parameter-Values.lo
  CC       RANAP_Requested-RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_Requested-RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_Requested-RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_RequestType.lo
  CC       RANAP_ResponseTime.lo
  CC       RANAP_ResidualBitErrorRatio.lo
  CC       RANAP_RIMInformation.lo
  CC       RANAP_RIM-Transfer.lo
  CC       RANAP_RIMRoutingAddress.lo
  CC       RANAP_RNC-ID.lo
  CC       RANAP_RNCTraceInformation.lo
  CC       RANAP_RNSAPRelocationParameters.lo
  CC       RANAP_RRC-Container.lo
  CC       RANAP_RTLoadValue.lo
  CC       RANAP_RSRVCC-HO-Indication.lo
  CC       RANAP_RSRVCC-Information.lo
  CC       RANAP_RSRVCC-Operation-Possible.lo
  CC       RANAP_SAC.lo
  CC       RANAP_SAI.lo
  CC       RANAP_SAPI.lo
  CC       RANAP_SessionUpdateID.lo
  CC       RANAP_Shared-Network-Information.lo
  CC       RANAP_Session-Re-establishment-Indicator.lo
  CC       RANAP_SignallingIndication.lo
  CC       RANAP_SDU-ErrorRatio.lo
  CC       RANAP_SDU-FormatInformationParameters.lo
  CC       RANAP_SDU-FormatInformationParameterItem.lo
  CC       RANAP_SDU-Parameters.lo
  CC       RANAP_SDU-ParameterItem.lo
  CC       RANAP_SNA-Access-Information.lo
  CC       RANAP_SNAC.lo
  CC       RANAP_Service-Handover.lo
  CC       RANAP_Source-ToTarget-TransparentContainer.lo
  CC       RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.lo
  CC       RANAP_SourceCellID.lo
  CC       RANAP_SourceBSS-ToTargetBSS-TransparentContainer.lo
  CC       RANAP_SourceID.lo
  CC       RANAP_SourceRNC-ID.lo
  CC       RANAP_SourceRNC-ToTargetRNC-TransparentContainer.lo
  CC       RANAP_IRAT-Measurement-Configuration.lo
  CC       RANAP_IRATmeasurementParameters.lo
  CC       RANAP_RSRQ-Type.lo
  CC       RANAP_RSRQ-Extension.lo
  CC       RANAP_EUTRANFrequencies.lo
  CC       RANAP_EUTRANFrequencies-Value.lo
  CC       RANAP_MeasBand.lo
  CC       RANAP_SubscriberProfileIDforRFP.lo
  CC       RANAP_SourceStatisticsDescriptor.lo
  CC       RANAP_SupportedRAB-ParameterBitrateList.lo
  CC       RANAP_SupportedBitrate.lo
  CC       RANAP_SourceUTRANCellID.lo
  CC       RANAP_SRB-ID.lo
  CC       RANAP_SRB-TrCH-Mapping.lo
  CC       RANAP_SRB-TrCH-MappingItem.lo
  CC       RANAP_SRVCC-HO-Indication.lo
  CC       RANAP_SRVCC-Information.lo
  CC       RANAP_SRVCC-Operation-Possible.lo
  CC       RANAP_SubflowSDU-Size.lo
  CC       RANAP_TAC.lo
  CC       RANAP_TAI.lo
  CC       RANAP_Target-ToSource-TransparentContainer.lo
  CC       RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.lo
  CC       RANAP_TargetBSS-ToSourceBSS-TransparentContainer.lo
  CC       RANAP_TargetCellId.lo
  CC       RANAP_TargetID.lo
  CC       RANAP_TargetENB-ID.lo
  CC       RANAP_TargetRNC-ID.lo
  CC       RANAP_TargetRNC-ToSourceRNC-TransparentContainer.lo
  CC       RANAP_TBCD-STRING.lo
  CC       RANAP_TemporaryUE-ID.lo
  CC       RANAP_Time-UE-StayedInCell.lo
  CC       RANAP_Time-UE-StayedInCell-EnhancedGranularity.lo
  CC       RANAP_TimeToMBMSDataTransfer.lo
  CC       RANAP_TimingDifferenceULDL.lo
  CC       RANAP_TMGI.lo
  CC       RANAP_TMSI.lo
  CC       RANAP_TraceDepth.lo
  CC       RANAP_TraceInformation.lo
  CC       RANAP_TracePropagationParameters.lo
  CC       RANAP_TraceRecordingSessionInformation.lo
  CC       RANAP_TraceRecordingSessionReference.lo
  CC       RANAP_TraceReference.lo
  CC       RANAP_TraceType.lo
  CC       RANAP_TrafficClass.lo
  CC       RANAP_TrafficHandlingPriority.lo
  CC       RANAP_TransferDelay.lo
  CC       RANAP_UnsuccessfullyTransmittedDataVolume.lo
  CC       RANAP_TransportLayerAddress.lo
  CC       RANAP_TrCH-ID.lo
  CC       RANAP_TrCH-ID-List.lo
  CC       RANAP_TriggerID.lo
  CC       RANAP_TunnelInformation.lo
  CC       RANAP_TypeOfError.lo
  CC       RANAP_UE-AggregateMaximumBitRate.lo
  CC       RANAP_UE-AggregateMaximumBitRateDownlink.lo
  CC       RANAP_UE-AggregateMaximumBitRateUplink.lo
  CC       RANAP_UE-History-Information.lo
  CC       RANAP_UE-ID.lo
  CC       RANAP_UESBI-Iu.lo
  CC       RANAP_UESBI-IuA.lo
  CC       RANAP_UESBI-IuB.lo
  CC       RANAP_UL-GTP-PDU-SequenceNumber.lo
  CC       RANAP_UL-N-PDU-SequenceNumber.lo
  CC       RANAP_UPInformation.lo
  CC       RANAP_UPInitialisationFrame.lo
  CC       RANAP_UP-ModeVersions.lo
  CC       RANAP_USCH-ID.lo
  CC       RANAP_UserPlaneMode.lo
  CC       RANAP_UTRAN-CellID.lo
  CC       RANAP_VelocityEstimate.lo
  CC       RANAP_HorizontalVelocity.lo
  CC       RANAP_HorizontalWithVerticalVelocity.lo
  CC       RANAP_HorizontalVelocityWithUncertainty.lo
  CC       RANAP_HorizontalWithVerticalVelocityAndUncertainty.lo
  CC       RANAP_HorizontalSpeedAndBearing.lo
  CC       RANAP_VerticalVelocity.lo
  CC       RANAP_VerticalSpeedDirection.lo
  CC       RANAP_VerticalAccuracyCode.lo
  CC       RANAP_VoiceSupportMatchIndicator.lo
  CC       RANAP_RANAP-PDU.lo
  CC       RANAP_InitiatingMessage.lo
  CC       RANAP_SuccessfulOutcome.lo
  CC       RANAP_UnsuccessfulOutcome.lo
  CC       RANAP_Outcome.lo
  CC       RANAP_Iu-ReleaseCommand.lo
  CC       RANAP_Iu-ReleaseComplete.lo
  CC       RANAP_RelocationRequired.lo
  CC       RANAP_RelocationCommand.lo
  CC       RANAP_RelocationPreparationFailure.lo
  CC       RANAP_RelocationRequest.lo
  CC       RANAP_RelocationRequestAcknowledge.lo
  CC       RANAP_RelocationFailure.lo
  CC       RANAP_RelocationCancel.lo
  CC       RANAP_RelocationCancelAcknowledge.lo
  CC       RANAP_SRNS-ContextRequest.lo
  CC       RANAP_RAB-DataForwardingList-SRNS-CtxReq.lo
  CC       RANAP_DataVolumeReportRequest.lo
  CC       RANAP_SRNS-ContextResponse.lo
  CC       RANAP_SecurityModeCommand.lo
  CC       RANAP_SecurityModeComplete.lo
  CC       RANAP_SecurityModeReject.lo
  CC       RANAP_DataVolumeReport.lo
  CC       RANAP_Reset.lo
  CC       RANAP_ResetAcknowledge.lo
  CC       RANAP_RAB-ReleaseRequest.lo
  CC       RANAP_RedirectionIndication.lo
  CC       RANAP_RAB-ReleaseList.lo
  CC       RANAP_Iu-ReleaseRequest.lo
  CC       RANAP_RelocationDetect.lo
  CC       RANAP_RelocationComplete.lo
  CC       RANAP_Paging.lo
  CC       RANAP_CommonID.lo
  CC       RANAP_CN-InvokeTrace.lo
  CC       RANAP_CN-DeactivateTrace.lo
  CC       RANAP_LocationReportingControl.lo
  CC       RANAP_LocationReport.lo
  CC       RANAP_InitialUE-Message.lo
  CC       RANAP_DirectTransfer.lo
  CC       RANAP_Overload.lo
  CC       RANAP_ErrorIndication.lo
  CC       RANAP_SRNS-DataForwardCommand.lo
  CC       RANAP_ForwardSRNS-Context.lo
  CC       RANAP_RAB-AssignmentRequest.lo
  CC       RANAP_RAB-SetupOrModifyList.lo
  CC       RANAP_RAB-AssignmentResponse.lo
  CC       RANAP_PrivateMessage.lo
  CC       RANAP_ResetResource.lo
  CC       RANAP_ResetResourceAcknowledge.lo
  CC       RANAP_RANAP-RelocationInformation.lo
  CC       RANAP_RAB-ModifyRequest.lo
  CC       RANAP_LocationRelatedDataRequest.lo
  CC       RANAP_LocationRelatedDataResponse.lo
  CC       RANAP_LocationRelatedDataFailure.lo
  CC       RANAP_InformationTransferIndication.lo
  CC       RANAP_InformationTransferConfirmation.lo
  CC       RANAP_InformationTransferFailure.lo
  CC       RANAP_UESpecificInformationIndication.lo
  CC       RANAP_DirectInformationTransfer.lo
  CC       RANAP_UplinkInformationExchangeRequest.lo
  CC       RANAP_UplinkInformationExchangeResponse.lo
  CC       RANAP_UplinkInformationExchangeFailure.lo
  CC       RANAP_MBMSSessionStart.lo
  CC       RANAP_MBMSSessionStartResponse.lo
  CC       RANAP_MBMSSessionStartFailure.lo
  CC       RANAP_MBMSSessionUpdate.lo
  CC       RANAP_MBMSSessionUpdateResponse.lo
  CC       RANAP_MBMSSessionUpdateFailure.lo
  CC       RANAP_MBMSSessionStop.lo
  CC       RANAP_MBMSSessionStopResponse.lo
  CC       RANAP_MBMSUELinkingRequest.lo
  CC       RANAP_MBMSUELinkingResponse.lo
  CC       RANAP_MBMSRegistrationRequest.lo
  CC       RANAP_MBMSRegistrationResponse.lo
  CC       RANAP_MBMSRegistrationFailure.lo
  CC       RANAP_MBMSCNDe-RegistrationRequest.lo
  CC       RANAP_MBMSCNDe-RegistrationResponse.lo
  CC       RANAP_MBMSRABEstablishmentIndication.lo
  CC       RANAP_MBMSRABReleaseRequest.lo
  CC       RANAP_MBMSRABRelease.lo
  CC       RANAP_MBMSRABReleaseFailure.lo
  CC       RANAP_EnhancedRelocationCompleteRequest.lo
  CC       RANAP_EnhancedRelocationCompleteResponse.lo
  CC       RANAP_EnhancedRelocationCompleteFailure.lo
  CC       RANAP_EnhancedRelocationCompleteConfirm.lo
  CC       RANAP_RANAP-EnhancedRelocationInformationRequest.lo
  CC       RANAP_RANAP-EnhancedRelocationInformationResponse.lo
  CC       RANAP_SRVCC-CSKeysRequest.lo
  CC       RANAP_SRVCC-CSKeysResponse.lo
  CC       RANAP_UeRadioCapabilityMatchRequest.lo
  CC       RANAP_UeRadioCapabilityMatchResponse.lo
  CC       RANAP_ProtocolExtensionContainer.lo
  CC       RANAP_ProtocolExtensionField.lo
  CC       RANAP_IE.lo
  CC       RANAP_ProtocolIE-Container.lo
  CC       RANAP_ProtocolIE-FieldPair.lo
  CC       RANAP_ProtocolIE-ContainerPair.lo
  CC       RANAP_RAB-IE-ContainerList.lo
  CC       RANAP_RAB-IE-ContainerPairList.lo
  CC       RANAP_ProtocolError-IE-ContainerList.lo
  CC       RANAP_IuSigConId-IE-ContainerList.lo
  CC       RANAP_DirectTransfer-IE-ContainerList.lo
  CC       RANAP_DataVolumeReportList.lo
  CC       RANAP_RAB-ReleasedList-IuRelComp.lo
  CC       RANAP_RAB-RelocationReleaseList.lo
  CC       RANAP_RAB-DataForwardingList.lo
  CC       RANAP_RAB-SetupList-RelocReq.lo
  CC       RANAP_RAB-SetupList-RelocReqAck.lo
  CC       RANAP_RAB-FailedList.lo
  CC       RANAP_RAB-ContextList.lo
  CC       RANAP_RABs-ContextFailedtoTransferList.lo
  CC       RANAP_RAB-DataVolumeReportRequestList.lo
  CC       RANAP_RAB-DataVolumeReportRequestItem.lo
  CC       RANAP_RABs-failed-to-reportList.lo
  CC       RANAP_RAB-SetupList-EnhancedRelocCompleteReq.lo
  CC       RANAP_RAB-SetupList-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-ToBeReleasedList-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-SetupOrModifiedList.lo
  CC       RANAP_RAB-ReleasedList.lo
  CC       RANAP_RAB-QueuedList.lo
  CC       RANAP_RAB-SetupList-EnhRelocInfoReq.lo
  CC       RANAP_RAB-SetupList-EnhRelocInfoRes.lo
  CC       RANAP_RAB-ContextList-RANAP-RelocInf.lo
  CC       RANAP_RAB-FailedList-EnhRelocInfoRes.lo
  CC       RANAP_RAB-DataVolumeReportList.lo
  CC       RANAP_RAB-ModifyList.lo
  CC       RANAP_RAB-DataVolumeReportItem.lo
  CC       RANAP_RAB-ReleasedItem-IuRelComp.lo
  CC       RANAP_RAB-RelocationReleaseItem.lo
  CC       RANAP_RAB-DataForwardingItem.lo
  CC       RANAP_RAB-DataForwardingItem-SRNS-CtxReq.lo
  CC       RANAP_RAB-SetupItem-RelocReq.lo
  CC       RANAP_UserPlaneInformation.lo
  CC       RANAP_CNMBMSLinkingInformation.lo
  CC       RANAP_JoinedMBMSBearerService-IEs.lo
  CC       RANAP_JoinedMBMSBearerService-IEs-Value.lo
  CC       RANAP_RAB-SetupItem-RelocReqAck.lo
  CC       RANAP_RAB-FailedItem.lo
  CC       RANAP_RAB-ContextItem.lo
  CC       RANAP_RABs-ContextFailedtoTransferItem.lo
  CC       RANAP_RABs-failed-to-reportItem.lo
  CC       RANAP_ResetResourceList.lo
  CC       RANAP_ResetResourceItem.lo
  CC       RANAP_ResetResourceAckList.lo
  CC       RANAP_ResetResourceAckItem.lo
  CC       RANAP_RAB-ReleaseItem.lo
  CC       RANAP_RAB-SetupItem-EnhancedRelocCompleteReq.lo
  CC       RANAP_RAB-SetupItem-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-ToBeReleasedItem-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-SetupOrModifyItemFirst.lo
  CC       RANAP_TransportLayerInformation.lo
  CC       RANAP_RAB-SetupOrModifyItemSecond.lo
  CC       RANAP_RAB-SetupOrModifiedItem.lo
  CC       RANAP_RAB-ReleasedItem.lo
  CC       RANAP_DataVolumeList.lo
  CC       RANAP_DataVolumeList-Value.lo
  CC       RANAP_RAB-QueuedItem.lo
  CC       RANAP_RAB-ReleaseFailedList.lo
  CC       RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-List.lo
  CC       RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item.lo
  CC       RANAP_DirectTransferInformationItem-RANAP-RelocInf.lo
  CC       RANAP_RAB-ContextItem-RANAP-RelocInf.lo
  CC       RANAP_RAB-SetupItem-EnhRelocInfoReq.lo
  CC       RANAP_TNLInformationEnhRelInfoReq.lo
  CC       RANAP_RAB-SetupItem-EnhRelocInfoRes.lo
  CC       RANAP_RAB-FailedItem-EnhRelocInfoRes.lo
  CC       RANAP_TNLInformationEnhRelInfoRes.lo
  CC       RANAP_RAB-ModifyItem.lo
  CC       RANAP_MBMSSynchronisationInformation.lo
  CC       RANAP_LeftMBMSBearerService-IEs.lo
  CC       RANAP_LeftMBMSBearerService-IEs-Value.lo
  CC       RANAP_UnsuccessfulLinking-IEs.lo
  CC       RANAP_UnsuccessfulLinking-IEs-Value.lo
  CCLD     libosmo-asn1-ranap.la
make[5]: Entering directory '/build/deps/osmo-iuh/src/ranap'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/src/ranap'
make[4]: Leaving directory '/build/deps/osmo-iuh/src/ranap'
Making install in sabp
make[4]: Entering directory '/build/deps/osmo-iuh/src/sabp'
  CC       SABP_InitiatingMessage.lo
  CC       SABP_SABP-PDU.lo
  CC       SABP_SuccessfulOutcome.lo
  CC       SABP_UnsuccessfulOutcome.lo
  CC       SABP_Criticality.lo
  CC       SABP_Presence.lo
  CC       SABP_ProcedureCode.lo
  CC       SABP_ProtocolExtensionID.lo
  CC       SABP_ProtocolIE-ID.lo
  CC       SABP_TriggeringMessage.lo
  CC       SABP_IE-Extensions.lo
  CC       SABP_Available-Bandwidth.lo
  CC       SABP_Broadcast-Message-Content.lo
  CC       SABP_Category.lo
  CC       SABP_Broadcast-Message-Content-Validity-Indicator.lo
  CC       SABP_Criticality-Diagnostics.lo
  CC       SABP_Cause.lo
  CC       SABP_CriticalityDiagnostics-IE-List.lo
  CC       SABP_CriticalityDiagnostics-IE-List-Value.lo
  CC       SABP_MessageStructure.lo
  CC       SABP_MessageStructure-Value.lo
  CC       SABP_Data-Coding-Scheme.lo
  CC       SABP_Failure-List.lo
  CC       SABP_Failure-List-Item.lo
  CC       SABP_Message-Identifier.lo
  CC       SABP_New-Serial-Number.lo
  CC       SABP_Number-of-Broadcasts-Completed-List.lo
  CC       SABP_Number-of-Broadcasts-Completed-List-Item.lo
  CC       SABP_Number-Of-Broadcasts-Completed-Info.lo
  CC       SABP_Number-of-Broadcasts-Requested.lo
  CC       SABP_Old-Serial-Number.lo
  CC       SABP_Paging-ETWS-Indicator.lo
  CC       SABP_Radio-Resource-Loading-List.lo
  CC       SABP_Radio-Resource-Loading-List-Item.lo
  CC       SABP_Recovery-Indication.lo
  CC       SABP_RepetitionNumber0.lo
  CC       SABP_RepetitionNumber1.lo
  CC       SABP_Repetition-Period.lo
  CC       SABP_Serial-Number.lo
  CC       SABP_Service-Area-Identifier.lo
  CC       SABP_Service-Areas-List.lo
  CC       SABP_TypeOfError.lo
  CC       SABP_WarningSecurityInfo.lo
  CC       SABP_Write-Replace.lo
  CC       SABP_Warning-Type.lo
  CC       SABP_Write-Replace-Complete.lo
  CC       SABP_Write-Replace-Failure.lo
  CC       SABP_Kill.lo
  CC       SABP_Kill-Complete.lo
  CC       SABP_Kill-Failure.lo
  CC       SABP_Load-Query.lo
  CC       SABP_Load-Query-Complete.lo
  CC       SABP_Load-Query-Failure.lo
  CC       SABP_Message-Status-Query.lo
  CC       SABP_Message-Status-Query-Complete.lo
  CC       SABP_Message-Status-Query-Failure.lo
  CC       SABP_Reset.lo
  CC       SABP_Reset-Complete.lo
  CC       SABP_Reset-Failure.lo
  CC       SABP_Restart.lo
  CC       SABP_Failure.lo
  CC       SABP_Error-Indication.lo
  CC       SABP_IE.lo
  CCLD     libosmo-asn1-sabp.la
make[5]: Entering directory '/build/deps/osmo-iuh/src/sabp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/src/sabp'
make[4]: Leaving directory '/build/deps/osmo-iuh/src/sabp'
make[4]: Entering directory '/build/deps/osmo-iuh/src'
  CC       hnbap_common.lo
  CC       hnbap_encoder.lo
  CC       hnbap_decoder.lo
  CC       ranap_common.lo
  CC       ranap_encoder.lo
  CC       ranap_decoder.lo
  CC       ranap_msg_factory.lo
  CC       iu_helpers.lo
  CC       ranap_common_ran.lo
  CC       ranap_common_cn.lo
  CC       iu_client_vty.lo
  CC       iu_client.lo
  CC       rua_common.lo
  CC       rua_encoder.lo
  CC       rua_decoder.lo
  CC       rua_msg_factory.lo
  CC       sabp_common.lo
  CC       sabp_encoder.lo
  CC       sabp_decoder.lo
  CCLD     libosmo-hnbap.la
  CCLD     libosmo-rua.la
  CCLD     libosmo-sabp.la
  CCLD     libosmo-ranap.la
make[5]: Entering directory '/build/deps/osmo-iuh/src'
make[5]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-iuh/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la '/build/deps/install/stow/osmo-iuh/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-hnbap.so.0.1.1 /build/deps/install/stow/osmo-iuh/lib/libosmo-hnbap.so.0.1.1
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-hnbap.so.0.1.1 libosmo-hnbap.so.0 || { rm -f libosmo-hnbap.so.0 && ln -s libosmo-hnbap.so.0.1.1 libosmo-hnbap.so.0; }; })
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-hnbap.so.0.1.1 libosmo-hnbap.so || { rm -f libosmo-hnbap.so && ln -s libosmo-hnbap.so.0.1.1 libosmo-hnbap.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-hnbap.lai /build/deps/install/stow/osmo-iuh/lib/libosmo-hnbap.la
libtool: install: /usr/bin/install -c .libs/libosmo-ranap.so.7.2.0 /build/deps/install/stow/osmo-iuh/lib/libosmo-ranap.so.7.2.0
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-ranap.so.7.2.0 libosmo-ranap.so.7 || { rm -f libosmo-ranap.so.7 && ln -s libosmo-ranap.so.7.2.0 libosmo-ranap.so.7; }; })
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-ranap.so.7.2.0 libosmo-ranap.so || { rm -f libosmo-ranap.so && ln -s libosmo-ranap.so.7.2.0 libosmo-ranap.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-ranap.lai /build/deps/install/stow/osmo-iuh/lib/libosmo-ranap.la
libtool: install: /usr/bin/install -c .libs/libosmo-rua.so.0.1.2 /build/deps/install/stow/osmo-iuh/lib/libosmo-rua.so.0.1.2
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-rua.so.0.1.2 libosmo-rua.so.0 || { rm -f libosmo-rua.so.0 && ln -s libosmo-rua.so.0.1.2 libosmo-rua.so.0; }; })
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-rua.so.0.1.2 libosmo-rua.so || { rm -f libosmo-rua.so && ln -s libosmo-rua.so.0.1.2 libosmo-rua.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-rua.lai /build/deps/install/stow/osmo-iuh/lib/libosmo-rua.la
libtool: install: /usr/bin/install -c .libs/libosmo-sabp.so.1.1.0 /build/deps/install/stow/osmo-iuh/lib/libosmo-sabp.so.1.1.0
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-sabp.so.1.1.0 libosmo-sabp.so.1 || { rm -f libosmo-sabp.so.1 && ln -s libosmo-sabp.so.1.1.0 libosmo-sabp.so.1; }; })
libtool: install: (cd /build/deps/install/stow/osmo-iuh/lib && { ln -s -f libosmo-sabp.so.1.1.0 libosmo-sabp.so || { rm -f libosmo-sabp.so && ln -s libosmo-sabp.so.1.1.0 libosmo-sabp.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-sabp.lai /build/deps/install/stow/osmo-iuh/lib/libosmo-sabp.la
libtool: install: /usr/bin/install -c .libs/libosmo-hnbap.a /build/deps/install/stow/osmo-iuh/lib/libosmo-hnbap.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-iuh/lib/libosmo-hnbap.a
libtool: install: ranlib /build/deps/install/stow/osmo-iuh/lib/libosmo-hnbap.a
libtool: install: /usr/bin/install -c .libs/libosmo-ranap.a /build/deps/install/stow/osmo-iuh/lib/libosmo-ranap.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-iuh/lib/libosmo-ranap.a
libtool: install: ranlib /build/deps/install/stow/osmo-iuh/lib/libosmo-ranap.a
libtool: install: /usr/bin/install -c .libs/libosmo-rua.a /build/deps/install/stow/osmo-iuh/lib/libosmo-rua.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-iuh/lib/libosmo-rua.a
libtool: install: ranlib /build/deps/install/stow/osmo-iuh/lib/libosmo-rua.a
libtool: install: /usr/bin/install -c .libs/libosmo-sabp.a /build/deps/install/stow/osmo-iuh/lib/libosmo-sabp.a
libtool: install: chmod 644 /build/deps/install/stow/osmo-iuh/lib/libosmo-sabp.a
libtool: install: ranlib /build/deps/install/stow/osmo-iuh/lib/libosmo-sabp.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/osmo-iuh/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/deps/install/stow/osmo-iuh/lib

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

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Leaving directory '/build/deps/osmo-iuh/src'
make[4]: Leaving directory '/build/deps/osmo-iuh/src'
make[3]: Leaving directory '/build/deps/osmo-iuh/src'
make[2]: Leaving directory '/build/deps/osmo-iuh/src'
Making install in include
make[2]: Entering directory '/build/deps/osmo-iuh/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/osmo-iuh/include/osmocom'
Making install in hnbap
make[4]: Entering directory '/build/deps/osmo-iuh/include/osmocom/hnbap'
make[5]: Entering directory '/build/deps/osmo-iuh/include/osmocom/hnbap'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-iuh/include/osmocom/hnbap'
 /usr/bin/install -c -m 644 hnbap_common.h hnbap_ies_defs.h HNBAP_AccessResult.h HNBAP_Access-stratum-release-indicator.h HNBAP_AdditionalNeighbourInfoList.h HNBAP_AltitudeAndDirection.h HNBAP_BackoffTimer.h HNBAP_BindingID.h HNBAP_Cause.h HNBAP_CauseMisc.h HNBAP_CauseProtocol.h HNBAP_CauseRadioNetwork.h HNBAP_CauseTransport.h HNBAP_CELL-FACHMobilitySupport.h HNBAP_CellIdentity.h HNBAP_CGI.h HNBAP_CI.h HNBAP_CN-DomainIndicator.h HNBAP_ConfigurationInformation.h HNBAP_Context-ID.h HNBAP_CriticalityDiagnostics.h HNBAP_CriticalityDiagnostics-IE-List.h HNBAP_CriticalityDiagnostics-IE-List-Value.h HNBAP_Criticality.h HNBAP_CSG-Capability.h HNBAP_CSG-ID.h HNBAP_CSGMembershipStatus.h HNBAP_CSGMembershipUpdate.h HNBAP_ErrorIndication.h HNBAP_ESN.h HNBAP_GeographicalCoordinates.h HNBAP_GeographicalLocation.h HNBAP_GTP-TEI.h HNBAP_HNBAP-PDU.h HNBAP_HNBCapacity.h HNBAP_HNB-Cell-Access-Mode.h HNBAP_HNB-Cell-Identifier.h HNBAP_HNBConfigInfo.h HNBAP_HNBConfigTransferRequest.h HNBAP_HNBConfigTransferResponse.h '/build/deps/install/stow/osmo-iuh/include/osmocom/hnbap'
 /usr/bin/install -c -m 644 HNBAP_HNBConfigurationInformationMissing.h HNBAP_HNBConfigurationInformationProvided.h HNBAP_HNBDe-Register.h HNBAP_HNB-GWResponse.h HNBAP_HNB-Identity.h HNBAP_HNB-Identity-Info.h HNBAP_HNB-Location-Information.h HNBAP_HNBRegisterAccept.h HNBAP_HNBRegisterReject.h HNBAP_HNBRegisterRequest.h HNBAP_HNB-RNL-Identity.h HNBAP_IE-Extensions.h HNBAP_IE.h HNBAP_IMEI.h HNBAP_IMSIDS41.h HNBAP_IMSIESN.h HNBAP_IMSI.h HNBAP_InitiatingMessage.h HNBAP_IP-Address.h HNBAP_Ipv4Address.h HNBAP_Ipv6Address.h HNBAP_Iurh-Signalling-TNL-AddressList.h HNBAP_LAC.h HNBAP_LAI.h HNBAP_MacroCellID.h HNBAP_MacroCoverageInformation.h HNBAP_MuxPortNumber.h HNBAP_NeighbourCellIdentityList.h HNBAP_NeighbourIdentity.h HNBAP_NeighbourInfoList.h HNBAP_NeighbourInfoRequestItem.h HNBAP_NeighbourInfoRequestList.h HNBAP_PLMNidentity.h HNBAP_Presence.h HNBAP_PrivateIE-ID.h HNBAP_PrivateMessage.h HNBAP_ProcedureCode.h HNBAP_ProtocolIE-ID.h HNBAP_PSC.h HNBAP_PTMSI.h '/build/deps/install/stow/osmo-iuh/include/osmocom/hnbap'
 /usr/bin/install -c -m 644 HNBAP_PTMSIRAI.h HNBAP_RAB-ID.h HNBAP_RABList.h HNBAP_RABListItem.h HNBAP_RAC.h HNBAP_RAI.h HNBAP_Registration-Cause.h HNBAP_RelocationComplete.h HNBAP_RNC-ID.h HNBAP_SAC.h HNBAP_S-RNTIPrefix.h HNBAP_SuccessfulOutcome.h HNBAP_TMSIDS41.h HNBAP_TMSILAI.h HNBAP_TNLUpdateFailure.h HNBAP_TNLUpdateRequest.h HNBAP_TNLUpdateResponse.h HNBAP_TransportInfo.h HNBAP_TransportLayerAddress.h HNBAP_TriggeringMessage.h HNBAP_Tunnel-Information.h HNBAP_TypeOfError.h HNBAP_UDP-Port-Number.h HNBAP_UE-Capabilities.h HNBAP_UEDe-Register.h HNBAP_UE-Identity.h HNBAP_UERegisterAccept.h HNBAP_UERegisterReject.h HNBAP_UERegisterRequest.h HNBAP_UnknownU-RNTIIndication.h HNBAP_UnsuccessfulOutcome.h HNBAP_Update-cause.h HNBAP_URAIdentity.h HNBAP_URAIdentityList.h HNBAP_U-RNTI.h HNBAP_U-RNTIQueryRequest.h HNBAP_U-RNTIQueryResponse.h HNBAP_UTRANCellID.h '/build/deps/install/stow/osmo-iuh/include/osmocom/hnbap'
make[5]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/hnbap'
make[4]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/hnbap'
Making install in ranap
make[4]: Entering directory '/build/deps/osmo-iuh/include/osmocom/ranap'
make[5]: Entering directory '/build/deps/osmo-iuh/include/osmocom/ranap'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 ranap_ies_defs.h ranap_common.h ranap_common_cn.h ranap_common_ran.h ranap_msg_factory.h iu_helpers.h iu_client.h RANAP_AccuracyFulfilmentIndicator.h RANAP_AllocationOrRetentionPriority.h RANAP_AlternativeRABConfigurationRequest.h RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf.h RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrates.h RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateInf.h RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateList.h RANAP_Alt-RAB-Parameter-ExtendedMaxBitrates.h RANAP_Alt-RAB-Parameter-GuaranteedBitrateInf.h RANAP_Alt-RAB-Parameter-GuaranteedBitrateList.h RANAP_Alt-RAB-Parameter-GuaranteedBitrates.h RANAP_Alt-RAB-Parameter-GuaranteedBitrateType.h RANAP_Alt-RAB-Parameter-MaxBitrateInf.h RANAP_Alt-RAB-Parameter-MaxBitrateList.h RANAP_Alt-RAB-Parameter-MaxBitrates.h RANAP_Alt-RAB-Parameter-MaxBitrateType.h RANAP_Alt-RAB-Parameters.h RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrateInf.h RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.h RANAP_Alt-RAB-Parameter-SupportedMaxBitrateInf.h RANAP_Alt-RAB-Parameter-SupportedMaxBitrates.h RANAP_APN.h RANAP_AreaIdentity.h RANAP_Ass-RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_Ass-RAB-Parameter-ExtendedMaxBitrateList.h RANAP_Ass-RAB-Parameter-GuaranteedBitrateList.h RANAP_Ass-RAB-Parameter-MaxBitrateList.h RANAP_Ass-RAB-Parameters.h RANAP_AuthorisedPLMNs.h RANAP_AuthorisedPLMNs-Value.h RANAP_AuthorisedSNAs.h RANAP_BindingID.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_BroadcastAssistanceDataDecipheringKeys.h RANAP_Cause.h RANAP_CauseMisc.h RANAP_CauseNAS.h RANAP_CauseNon-Standard.h RANAP_CauseProtocol.h RANAP_CauseRadioNetworkExtension.h RANAP_CauseRadioNetwork.h RANAP_CauseTransmissionNetwork.h RANAP_Cell-Access-Mode.h RANAP_CellBased.h RANAP_Cell-Capacity-Class-Value.h RANAP_Cell-Id.h RANAP_CellIdList.h RANAP_CellLoadInformationGroup.h RANAP_CellLoadInformation.h RANAP_CellType.h RANAP_CGI.h RANAP_ChosenEncryptionAlgorithm.h RANAP_ChosenIntegrityProtectionAlgorithm.h RANAP_CI.h RANAP_ClassmarkInformation2.h RANAP_ClassmarkInformation3.h RANAP_ClientType.h RANAP_CN-DeactivateTrace.h RANAP_CN-DomainIndicator.h RANAP_CN-ID.h RANAP_CN-InvokeTrace.h RANAP_CNMBMSLinkingInformation.h RANAP_CommonID.h RANAP_Correlation-ID.h RANAP_CriticalityDiagnostics.h RANAP_CriticalityDiagnostics-IE-List.h RANAP_CriticalityDiagnostics-IE-List-Value.h RANAP_Criticality.h RANAP_CSFB-Information.h RANAP_CSG-Id.h RANAP_CSG-Id-List.h RANAP_CSG-Membership-Status.h RANAP_DataPDUType.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_DataVolumeList.h RANAP_DataVolumeList-Value.h RANAP_DataVolumeReference.h RANAP_DataVolumeReport.h RANAP_DataVolumeReportingIndication.h RANAP_DataVolumeReportList.h RANAP_DataVolumeReportRequest.h RANAP_DCH-ID.h RANAP_DeliveryOfErroneousSDU.h RANAP_DeliveryOrder.h RANAP_DeltaRAListofIdleModeUEs.h RANAP_DirectInformationTransfer.h RANAP_DirectReportingIndicator.h RANAP_DirectTransfer.h RANAP_DirectTransfer-IE-ContainerList.h RANAP_DirectTransferInformationItem-RANAP-RelocInf.h RANAP_DL-GTP-PDU-SequenceNumber.h RANAP_DL-N-PDU-SequenceNumber.h RANAP_D-RNTI.h RANAP_DRX-CycleLengthCoefficient.h RANAP_DSCH-ID.h RANAP_EARFCN-Extended.h RANAP_E-DCH-MAC-d-Flow-ID.h RANAP_ENB-ID.h RANAP_EncryptionAlgorithm.h RANAP_EncryptionInformation.h RANAP_EncryptionKey.h RANAP_End-Of-CSFB.h RANAP_EnhancedRelocationCompleteConfirm.h RANAP_EnhancedRelocationCompleteFailure.h RANAP_EnhancedRelocationCompleteRequest.h RANAP_EnhancedRelocationCompleteResponse.h RANAP_EquipmentsToBeTraced.h RANAP_ErrorIndication.h RANAP_EUTRANFrequencies.h RANAP_EUTRANFrequencies-Value.h RANAP_E-UTRAN-Service-Handover.h RANAP_Event1F-Parameters.h RANAP_Event1I-Parameters.h RANAP_Event.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_ExtendedGuaranteedBitrate.h RANAP_ExtendedMaxBitrate.h RANAP_ExtendedRNC-ID.h RANAP_ForwardingIndication.h RANAP_ForwardSRNS-Context.h RANAP_FrameSequenceNumber.h RANAP_FrequenceLayerConvergenceFlag.h RANAP_GA-AltitudeAndDirection.h RANAP_GA-EllipsoidArc.h RANAP_GANSS-PositioningDataSet.h RANAP_GANSS-PositioningMethodAndUsage.h RANAP_GA-Point.h RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.h RANAP_GA-PointWithAltitude.h RANAP_GA-PointWithUnCertaintyEllipse.h RANAP_GA-PointWithUnCertainty.h RANAP_GA-Polygon.h RANAP_GA-Polygon-Value.h RANAP_GA-UncertaintyEllipse.h RANAP_GeographicalArea.h RANAP_GeographicalCoordinates.h RANAP_GERAN-BSC-Container.h RANAP_GERAN-Cell-ID.h RANAP_GERAN-Classmark.h RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item.h RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-List.h RANAP_GlobalCN-ID.h RANAP_GlobalRNC-ID.h RANAP_GTP-TEI.h RANAP_GuaranteedBitrate.h RANAP_HigherBitratesThan16MbpsFlag.h RANAP_HorizontalSpeedAndBearing.h RANAP_HorizontalVelocity.h RANAP_HorizontalVelocityWithUncertainty.h RANAP_HorizontalWithVerticalVelocityAndUncertainty.h RANAP_HorizontalWithVerticalVelocity.h RANAP_HS-DSCH-MAC-d-Flow-ID.h RANAP_IE-Extensions.h RANAP_IE.h RANAP_IMEIGroup.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_IMEI.h RANAP_IMEIList.h RANAP_IMEISVGroup.h RANAP_IMEISV.h RANAP_IMEISVList.h RANAP_ImmediateMDT.h RANAP_IMSI.h RANAP_IncludeVelocity.h RANAP_InformationExchangeID.h RANAP_InformationExchangeType.h RANAP_InformationRequested.h RANAP_InformationRequestType.h RANAP_InformationTransferConfirmation.h RANAP_InformationTransferFailure.h RANAP_InformationTransferID.h RANAP_InformationTransferIndication.h RANAP_InformationTransferType.h RANAP_InitialUE-Message.h RANAP_InitiatingMessage.h RANAP_IntegrityProtectionAlgorithm.h RANAP_IntegrityProtectionInformation.h RANAP_IntegrityProtectionKey.h RANAP_InterfacesToTraceItem.h RANAP_InterSystemInformationTransferType.h RANAP_InterSystemInformation-TransparentContainer.h RANAP_IPMulticastAddress.h RANAP_IRAT-Measurement-Configuration.h RANAP_IRATmeasurementParameters.h RANAP_Iu-ReleaseCommand.h RANAP_Iu-ReleaseComplete.h RANAP_Iu-ReleaseRequest.h RANAP_IuSigConId-IE-ContainerList.h RANAP_IuSignallingConnectionIdentifier.h RANAP_IuTransportAssociation.h RANAP_JoinedMBMSBearerService-IEs.h RANAP_JoinedMBMSBearerService-IEs-Value.h RANAP_KeyStatus.h RANAP_L3-Information.h RANAP_LABased.h RANAP_LAC.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_LAI.h RANAP_LAI-List.h RANAP_LA-LIST.h RANAP_LA-LIST-Value.h RANAP_LAListofIdleModeUEs.h RANAP_LastKnownServiceArea.h RANAP_LastVisitedUTRANCell-Item.h RANAP_LeftMBMSBearerService-IEs.h RANAP_LeftMBMSBearerService-IEs-Value.h RANAP_LHN-ID.h RANAP_Links-to-log.h RANAP_ListOfInterfacesToTrace.h RANAP_ListOF-SNAs.h RANAP_LoadValue.h RANAP_LocationRelatedDataFailure.h RANAP_LocationRelatedDataRequest.h RANAP_LocationRelatedDataRequestType.h RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.h RANAP_LocationRelatedDataResponse.h RANAP_LocationReport.h RANAP_LocationReportingControl.h RANAP_LocationReportingTransferInformation.h RANAP_LoggedMDT.h RANAP_LoggingDuration.h RANAP_LoggingInterval.h RANAP_M1Report.h RANAP_M2Report.h RANAP_M4-Collection-Parameters.h RANAP_M4-Period.h RANAP_M4Report.h RANAP_M4-Threshold.h RANAP_M5-Period.h RANAP_M5Report.h RANAP_M6-Period.h RANAP_M6Report.h RANAP_M7-Period.h RANAP_M7Report.h RANAP_Management-Based-MDT-Allowed.h RANAP_MaxBitrate.h RANAP_MaxSDU-Size.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_MBMSBearerServiceType.h RANAP_MBMSCNDe-Registration.h RANAP_MBMSCNDe-RegistrationRequest.h RANAP_MBMSCNDe-RegistrationResponse.h RANAP_MBMSCountingInformation.h RANAP_MBMSHCIndicator.h RANAP_MBMSIPMulticastAddressandAPNlist.h RANAP_MBMSIPMulticastAddressandAPNRequest.h RANAP_MBMSLinkingInformation.h RANAP_MBMS-PTP-RAB-ID.h RANAP_MBMSRABEstablishmentIndication.h RANAP_MBMSRABReleaseFailure.h RANAP_MBMSRABRelease.h RANAP_MBMSRABReleaseRequest.h RANAP_MBMSRegistrationFailure.h RANAP_MBMSRegistrationRequest.h RANAP_MBMSRegistrationRequestType.h RANAP_MBMSRegistrationResponse.h RANAP_MBMSServiceArea.h RANAP_MBMSSessionDuration.h RANAP_MBMSSessionIdentity.h RANAP_MBMSSessionRepetitionNumber.h RANAP_MBMSSessionStartFailure.h RANAP_MBMSSessionStart.h RANAP_MBMSSessionStartResponse.h RANAP_MBMSSessionStop.h RANAP_MBMSSessionStopResponse.h RANAP_MBMSSessionUpdateFailure.h RANAP_MBMSSessionUpdate.h RANAP_MBMSSessionUpdateResponse.h RANAP_MBMSSynchronisationInformation.h RANAP_MBMSUELinkingRequest.h RANAP_MBMSUELinkingResponse.h RANAP_MDT-Activation.h RANAP_MDTAreaScope.h RANAP_MDT-Configuration.h RANAP_MDTMode.h RANAP_MDT-PLMN-List.h RANAP_MDT-Report-Parameters.h RANAP_MeasBand.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_MeasurementQuantity.h RANAP_MeasurementsToActivate.h RANAP_MessageStructure.h RANAP_MessageStructure-Value.h RANAP_MSISDN.h RANAP_NAS-PDU.h RANAP_NAS-SequenceNumber.h RANAP_NAS-SynchronisationIndicator.h RANAP_NewBSS-To-OldBSS-Information.h RANAP_NewRAListofIdleModeUEs.h RANAP_NonSearchingIndication.h RANAP_NotEmptyRAListofIdleModeUEs.h RANAP_NRTLoadInformationValue.h RANAP_NumberOfIuInstances.h RANAP_NumberOfSteps.h RANAP_Offload-RAB-Parameters-APN.h RANAP_Offload-RAB-Parameters-ChargingCharacteristics.h RANAP_Offload-RAB-Parameters.h RANAP_OldBSS-ToNewBSS-Information.h RANAP_OMC-ID.h RANAP_Outcome.h RANAP_Out-Of-UTRAN.h RANAP_Overload.h RANAP_PagingAreaID.h RANAP_PagingCause.h RANAP_Paging.h RANAP_PDP-Type-extension.h RANAP_PDP-Type.h RANAP_PDP-TypeInformation-extension.h RANAP_PDP-TypeInformation.h RANAP_PDUType14FrameSequenceNumber.h RANAP_PeriodicLocationInfo.h RANAP_PeriodicReportingIndicator.h RANAP_PermanentNAS-UE-ID.h RANAP_PermittedEncryptionAlgorithms.h RANAP_PermittedIntegrityProtectionAlgorithms.h RANAP_PLMNidentity.h RANAP_PLMNs-in-shared-network.h RANAP_PLMNs-in-shared-network-Value.h RANAP_Port-Number.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_PositionData.h RANAP_PositionDataSpecificToGERANIuMode.h RANAP_PositioningDataDiscriminator.h RANAP_PositioningDataSet.h RANAP_PositioningMethodAndUsage.h RANAP_PositioningPriority.h RANAP_Pre-emptionCapability.h RANAP_Pre-emptionVulnerability.h RANAP_Presence.h RANAP_Priority-Class-Indicator.h RANAP_PriorityLevel.h RANAP_PrivateIE-ID.h RANAP_PrivateMessage.h RANAP_ProcedureCode.h RANAP_ProtocolError-IE-ContainerList.h RANAP_ProtocolExtensionContainer.h RANAP_ProtocolExtensionField.h RANAP_ProtocolExtensionID.h RANAP_ProtocolIE-Container.h RANAP_ProtocolIE-ContainerPair.h RANAP_ProtocolIE-FieldPair.h RANAP_ProtocolIE-ID.h RANAP_ProvidedData.h RANAP_P-TMSI.h RANAP_QueuingAllowed.h RANAP_RABased.h RANAP_RAB-AssignmentRequest.h RANAP_RAB-AssignmentResponse.h RANAP_RAB-AsymmetryIndicator.h RANAP_RAB-ContextItem.h RANAP_RAB-ContextItem-RANAP-RelocInf.h RANAP_RAB-ContextList.h RANAP_RAB-ContextList-RANAP-RelocInf.h RANAP_RAB-DataForwardingItem.h RANAP_RAB-DataForwardingItem-SRNS-CtxReq.h RANAP_RAB-DataForwardingList.h RANAP_RAB-DataForwardingList-SRNS-CtxReq.h RANAP_RABDataVolumeReport.h RANAP_RABDataVolumeReport-Value.h RANAP_RAB-DataVolumeReportItem.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RAB-DataVolumeReportList.h RANAP_RAB-DataVolumeReportRequestItem.h RANAP_RAB-DataVolumeReportRequestList.h RANAP_RAB-FailedItem-EnhRelocInfoRes.h RANAP_RAB-FailedItem.h RANAP_RAB-FailedList-EnhRelocInfoRes.h RANAP_RAB-FailedList.h RANAP_RAB-ID.h RANAP_RAB-IE-ContainerList.h RANAP_RAB-IE-ContainerPairList.h RANAP_RAB-ModifyItem.h RANAP_RAB-ModifyList.h RANAP_RAB-ModifyRequest.h RANAP_RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_RAB-Parameter-ExtendedMaxBitrateList.h RANAP_RAB-Parameter-GuaranteedBitrateList.h RANAP_RAB-Parameter-MaxBitrateList.h RANAP_RAB-Parameters.h RANAP_RABParametersList.h RANAP_RABParametersList-Value.h RANAP_RAB-QueuedItem.h RANAP_RAB-QueuedList.h RANAP_RAB-ReleasedItem.h RANAP_RAB-ReleasedItem-IuRelComp.h RANAP_RAB-ReleasedList.h RANAP_RAB-ReleasedList-IuRelComp.h RANAP_RAB-ReleaseFailedList.h RANAP_RAB-ReleaseItem.h RANAP_RAB-ReleaseList.h RANAP_RAB-ReleaseRequest.h RANAP_RAB-RelocationReleaseItem.h RANAP_RAB-RelocationReleaseList.h RANAP_RABs-ContextFailedtoTransferItem.h RANAP_RABs-ContextFailedtoTransferList.h RANAP_RAB-SetupItem-EnhancedRelocCompleteReq.h RANAP_RAB-SetupItem-EnhancedRelocCompleteRes.h RANAP_RAB-SetupItem-EnhRelocInfoReq.h RANAP_RAB-SetupItem-EnhRelocInfoRes.h RANAP_RAB-SetupItem-RelocReqAck.h RANAP_RAB-SetupItem-RelocReq.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RAB-SetupList-EnhancedRelocCompleteReq.h RANAP_RAB-SetupList-EnhancedRelocCompleteRes.h RANAP_RAB-SetupList-EnhRelocInfoReq.h RANAP_RAB-SetupList-EnhRelocInfoRes.h RANAP_RAB-SetupList-RelocReqAck.h RANAP_RAB-SetupList-RelocReq.h RANAP_RAB-SetupOrModifiedItem.h RANAP_RAB-SetupOrModifiedList.h RANAP_RAB-SetupOrModifyItemFirst.h RANAP_RAB-SetupOrModifyItemSecond.h RANAP_RAB-SetupOrModifyList.h RANAP_RABs-failed-to-reportItem.h RANAP_RABs-failed-to-reportList.h RANAP_RAB-SubflowCombinationBitRate.h RANAP_RAB-ToBeReleasedItem-EnhancedRelocCompleteRes.h RANAP_RAB-ToBeReleasedList-EnhancedRelocCompleteRes.h RANAP_RAB-TrCH-Mapping.h RANAP_RAB-TrCH-MappingItem.h RANAP_RAC.h RANAP_RAI.h RANAP_RAI-List.h RANAP_RAListofIdleModeUEs.h RANAP_RAListwithNoIdleModeUEsAnyMore.h RANAP_RANAP-EnhancedRelocationInformationRequest.h RANAP_RANAP-EnhancedRelocationInformationResponse.h RANAP_RANAP-PDU.h RANAP_RANAP-RelocationInformation.h RANAP_RAofIdleModeUEs.h RANAP_RateControlAllowed.h RANAP_RAT-Type.h RANAP_RedirectAttemptFlag.h RANAP_RedirectionCompleted.h RANAP_RedirectionIndication.h RANAP_RejectCauseValue.h RANAP_RelocationCancelAcknowledge.h RANAP_RelocationCancel.h RANAP_RelocationCommand.h RANAP_RelocationComplete.h RANAP_RelocationDetect.h RANAP_RelocationFailure.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RelocationPreparationFailure.h RANAP_RelocationRequestAcknowledge.h RANAP_RelocationRequest.h RANAP_RelocationRequired.h RANAP_RelocationRequirement.h RANAP_RelocationType.h RANAP_RepetitionNumber0.h RANAP_RepetitionNumber1.h RANAP_ReportAmount.h RANAP_ReportArea.h RANAP_ReportChangeOfSAI.h RANAP_ReportInterval.h RANAP_RequestedGANSSAssistanceData.h RANAP_RequestedGPSAssistanceData.h RANAP_RequestedLocationRelatedDataType.h RANAP_RequestedMBMSIPMulticastAddressandAPNRequest.h RANAP_RequestedMulticastServiceList.h RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_Requested-RAB-Parameter-ExtendedMaxBitrateList.h RANAP_Requested-RAB-Parameter-GuaranteedBitrateList.h RANAP_Requested-RAB-Parameter-MaxBitrateList.h RANAP_Requested-RAB-Parameter-Values.h RANAP_RequestType.h RANAP_ResetAcknowledge.h RANAP_Reset.h RANAP_ResetResourceAckItem.h RANAP_ResetResourceAckList.h RANAP_ResetResourceAcknowledge.h RANAP_ResetResource.h RANAP_ResetResourceItem.h RANAP_ResetResourceList.h RANAP_ResidualBitErrorRatio.h RANAP_ResponseTime.h RANAP_RIMInformation.h RANAP_RIMRoutingAddress.h RANAP_RIM-Transfer.h RANAP_RNC-ID.h RANAP_RNCTraceInformation.h RANAP_RNSAPRelocationParameters.h RANAP_RRC-Container.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RSRQ-Extension.h RANAP_RSRQ-Type.h RANAP_RSRVCC-HO-Indication.h RANAP_RSRVCC-Information.h RANAP_RSRVCC-Operation-Possible.h RANAP_RTLoadValue.h RANAP_SAC.h RANAP_SAI.h RANAP_SAPI.h RANAP_SDU-ErrorRatio.h RANAP_SDU-FormatInformationParameterItem.h RANAP_SDU-FormatInformationParameters.h RANAP_SDU-ParameterItem.h RANAP_SDU-Parameters.h RANAP_SecurityModeCommand.h RANAP_SecurityModeComplete.h RANAP_SecurityModeReject.h RANAP_Service-Handover.h RANAP_Session-Re-establishment-Indicator.h RANAP_SessionUpdateID.h RANAP_Shared-Network-Information.h RANAP_SignallingIndication.h RANAP_SNA-Access-Information.h RANAP_SNAC.h RANAP_SourceBSS-ToTargetBSS-TransparentContainer.h RANAP_SourceCellID.h RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.h RANAP_SourceID.h RANAP_SourceRNC-ID.h RANAP_SourceRNC-ToTargetRNC-TransparentContainer.h RANAP_SourceStatisticsDescriptor.h RANAP_Source-ToTarget-TransparentContainer.h RANAP_SourceUTRANCellID.h RANAP_SRB-ID.h RANAP_SRB-TrCH-Mapping.h RANAP_SRB-TrCH-MappingItem.h RANAP_SRNS-ContextRequest.h RANAP_SRNS-ContextResponse.h RANAP_SRNS-DataForwardCommand.h RANAP_SRVCC-CSKeysRequest.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_SRVCC-CSKeysResponse.h RANAP_SRVCC-HO-Indication.h RANAP_SRVCC-Information.h RANAP_SRVCC-Operation-Possible.h RANAP_SubflowSDU-Size.h RANAP_SubscriberProfileIDforRFP.h RANAP_SuccessfulOutcome.h RANAP_SupportedBitrate.h RANAP_SupportedRAB-ParameterBitrateList.h RANAP_TAC.h RANAP_TAI.h RANAP_TargetBSS-ToSourceBSS-TransparentContainer.h RANAP_TargetCellId.h RANAP_TargetENB-ID.h RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.h RANAP_TargetID.h RANAP_TargetRNC-ID.h RANAP_TargetRNC-ToSourceRNC-TransparentContainer.h RANAP_Target-ToSource-TransparentContainer.h RANAP_TBCD-STRING.h RANAP_TemporaryUE-ID.h RANAP_TimeToMBMSDataTransfer.h RANAP_Time-UE-StayedInCell-EnhancedGranularity.h RANAP_Time-UE-StayedInCell.h RANAP_TimingDifferenceULDL.h RANAP_TMGI.h RANAP_TMSI.h RANAP_TNLInformationEnhRelInfoReq.h RANAP_TNLInformationEnhRelInfoRes.h RANAP_TraceDepth.h RANAP_TraceInformation.h RANAP_TracePropagationParameters.h RANAP_TraceRecordingSessionInformation.h RANAP_TraceRecordingSessionReference.h RANAP_TraceReference.h RANAP_TraceType.h RANAP_TrafficClass.h RANAP_TrafficHandlingPriority.h RANAP_TransferDelay.h RANAP_TransportLayerAddress.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_TransportLayerInformation.h RANAP_TrCH-ID.h RANAP_TrCH-ID-List.h RANAP_TriggerID.h RANAP_TriggeringMessage.h RANAP_TunnelInformation.h RANAP_TypeOfError.h RANAP_UE-AggregateMaximumBitRateDownlink.h RANAP_UE-AggregateMaximumBitRate.h RANAP_UE-AggregateMaximumBitRateUplink.h RANAP_UE-History-Information.h RANAP_UE-ID.h RANAP_UeRadioCapabilityMatchRequest.h RANAP_UeRadioCapabilityMatchResponse.h RANAP_UESBI-IuA.h RANAP_UESBI-IuB.h RANAP_UESBI-Iu.h RANAP_UESpecificInformationIndication.h RANAP_UL-GTP-PDU-SequenceNumber.h RANAP_UL-N-PDU-SequenceNumber.h RANAP_UnsuccessfulLinking-IEs.h RANAP_UnsuccessfulLinking-IEs-Value.h RANAP_UnsuccessfullyTransmittedDataVolume.h RANAP_UnsuccessfulOutcome.h RANAP_UPInformation.h RANAP_UPInitialisationFrame.h RANAP_UplinkInformationExchangeFailure.h RANAP_UplinkInformationExchangeRequest.h RANAP_UplinkInformationExchangeResponse.h RANAP_UP-ModeVersions.h RANAP_USCH-ID.h RANAP_UserPlaneInformation.h RANAP_UserPlaneMode.h RANAP_UTRAN-CellID.h RANAP_VelocityEstimate.h RANAP_VerticalAccuracyCode.h RANAP_VerticalSpeedDirection.h RANAP_VerticalVelocity.h RANAP_VoiceSupportMatchIndicator.h '/build/deps/install/stow/osmo-iuh/include/osmocom/ranap'
make[5]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/ranap'
make[4]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/ranap'
Making install in rua
make[4]: Entering directory '/build/deps/osmo-iuh/include/osmocom/rua'
make[5]: Entering directory '/build/deps/osmo-iuh/include/osmocom/rua'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-iuh/include/osmocom/rua'
 /usr/bin/install -c -m 644 rua_common.h rua_ies_defs.h rua_msg_factory.h RUA_Ansi-41-IDNNS.h RUA_Cause.h RUA_CauseMisc.h RUA_CauseProtocol.h RUA_CauseRadioNetwork.h RUA_CauseTransport.h RUA_CN-DomainIndicator.h RUA_Connect.h RUA_ConnectionlessTransfer.h RUA_Context-ID.h RUA_CriticalityDiagnostics.h RUA_CriticalityDiagnostics-IE-List.h RUA_CriticalityDiagnostics-IE-List-Value.h RUA_Criticality.h RUA_CSGMembershipStatus.h RUA_DirectTransfer.h RUA_Disconnect.h RUA_ErrorIndication.h RUA_Establishment-Cause.h RUA_Gsm-map-IDNNS.h RUA_IE-Extensions.h RUA_IE.h RUA_InitiatingMessage.h RUA_IntraDomainNasNodeSelector.h RUA_Presence.h RUA_PrivateIE-ID.h RUA_PrivateMessage.h RUA_ProcedureCode.h RUA_ProtocolIE-ID.h RUA_RANAP-Message.h RUA_RoutingParameter.h RUA_RUA-PDU.h RUA_SuccessfulOutcome.h RUA_TriggeringMessage.h RUA_TypeOfError.h RUA_UnsuccessfulOutcome.h '/build/deps/install/stow/osmo-iuh/include/osmocom/rua'
make[5]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/rua'
make[4]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/rua'
Making install in sabp
make[4]: Entering directory '/build/deps/osmo-iuh/include/osmocom/sabp'
make[5]: Entering directory '/build/deps/osmo-iuh/include/osmocom/sabp'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-iuh/include/osmocom/sabp'
 /usr/bin/install -c -m 644 sabp_ies_defs.h sabp_common.h SABP_InitiatingMessage.h SABP_SABP-PDU.h SABP_SuccessfulOutcome.h SABP_UnsuccessfulOutcome.h SABP_Criticality.h SABP_Presence.h SABP_ProcedureCode.h SABP_ProtocolExtensionID.h SABP_ProtocolIE-ID.h SABP_TriggeringMessage.h SABP_IE-Extensions.h SABP_Available-Bandwidth.h SABP_Broadcast-Message-Content.h SABP_Broadcast-Message-Content-Validity-Indicator.h SABP_Category.h SABP_Cause.h SABP_Criticality-Diagnostics.h SABP_CriticalityDiagnostics-IE-List.h SABP_CriticalityDiagnostics-IE-List-Value.h SABP_MessageStructure.h SABP_MessageStructure-Value.h SABP_Data-Coding-Scheme.h SABP_Failure-List.h SABP_Failure-List-Item.h SABP_Message-Identifier.h SABP_New-Serial-Number.h SABP_Number-of-Broadcasts-Completed-List.h SABP_Number-of-Broadcasts-Completed-List-Item.h SABP_Number-Of-Broadcasts-Completed-Info.h SABP_Number-of-Broadcasts-Requested.h SABP_Old-Serial-Number.h SABP_Paging-ETWS-Indicator.h SABP_Radio-Resource-Loading-List.h SABP_Radio-Resource-Loading-List-Item.h SABP_Recovery-Indication.h SABP_RepetitionNumber0.h SABP_RepetitionNumber1.h SABP_Repetition-Period.h '/build/deps/install/stow/osmo-iuh/include/osmocom/sabp'
 /usr/bin/install -c -m 644 SABP_Serial-Number.h SABP_Service-Area-Identifier.h SABP_Service-Areas-List.h SABP_TypeOfError.h SABP_WarningSecurityInfo.h SABP_Warning-Type.h SABP_Write-Replace.h SABP_Write-Replace-Complete.h SABP_Write-Replace-Failure.h SABP_Kill.h SABP_Kill-Complete.h SABP_Kill-Failure.h SABP_Load-Query.h SABP_Load-Query-Complete.h SABP_Load-Query-Failure.h SABP_Message-Status-Query.h SABP_Message-Status-Query-Complete.h SABP_Message-Status-Query-Failure.h SABP_Reset.h SABP_Reset-Complete.h SABP_Reset-Failure.h SABP_Restart.h SABP_Failure.h SABP_Error-Indication.h SABP_IE.h '/build/deps/install/stow/osmo-iuh/include/osmocom/sabp'
make[5]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/sabp'
make[4]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/sabp'
Making install in iuh
make[4]: Entering directory '/build/deps/osmo-iuh/include/osmocom/iuh'
make[5]: Entering directory '/build/deps/osmo-iuh/include/osmocom/iuh'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/iuh'
make[4]: Leaving directory '/build/deps/osmo-iuh/include/osmocom/iuh'
make[4]: Entering directory '/build/deps/osmo-iuh/include/osmocom'
make[5]: Entering directory '/build/deps/osmo-iuh/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/osmo-iuh/include/osmocom'
make[4]: Leaving directory '/build/deps/osmo-iuh/include/osmocom'
make[3]: Leaving directory '/build/deps/osmo-iuh/include/osmocom'
make[3]: Entering directory '/build/deps/osmo-iuh/include'
make[4]: Entering directory '/build/deps/osmo-iuh/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/osmo-iuh/include'
make[3]: Leaving directory '/build/deps/osmo-iuh/include'
make[2]: Leaving directory '/build/deps/osmo-iuh/include'
Making install in doc
make[2]: Entering directory '/build/deps/osmo-iuh/doc'
make[3]: Entering directory '/build/deps/osmo-iuh/doc'
make[4]: Entering directory '/build/deps/osmo-iuh/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/osmo-iuh/doc'
make[3]: Leaving directory '/build/deps/osmo-iuh/doc'
make[2]: Leaving directory '/build/deps/osmo-iuh/doc'
Making install in tests
make[2]: Entering directory '/build/deps/osmo-iuh/tests'
make[3]: Entering directory '/build/deps/osmo-iuh/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/osmo-iuh/tests'
make[2]: Leaving directory '/build/deps/osmo-iuh/tests'
make[2]: Entering directory '/build/deps/osmo-iuh'
make[3]: Entering directory '/build/deps/osmo-iuh'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/deps/install/stow/osmo-iuh/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-hnbap.pc libosmo-ranap.pc libosmo-rua.pc libosmo-sabp.pc '/build/deps/install/stow/osmo-iuh/lib/pkgconfig'
make[3]: Leaving directory '/build/deps/osmo-iuh'
make[2]: Leaving directory '/build/deps/osmo-iuh'
make[1]: Leaving directory '/build/deps/osmo-iuh'
+ STOW_DIR=/build/deps/install/stow stow --restow osmo-iuh
+ CONFIG=
+ '[' 1 = 1 ']'
+ CONFIG=--enable-manuals
+ set +x



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

+ cd /build
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:118: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:118: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:118: the top level
configure.ac:155: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:155: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:155: the top level
configure.ac:231: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:231: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:231: the top level
configure.ac:233: warning: AC_OUTPUT should be used without arguments.
configure.ac:233: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
doc/sequence_charts/Makefile.am:26: warning: '%'-style pattern rules are a GNU make extension
doc/sequence_charts/Makefile.am:29: warning: '%'-style pattern rules are a GNU make extension
src/libmsc/Makefile.am: installing './depcomp'
tests/db_sms/Makefile.am:36: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/db_sms/Makefile.am:36: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least one source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However, this
automake: behavior may change in a future Automake major version, with object
automake: files being placed in the same subdirectory as the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
tests/msc_vlr/Makefile.am:119: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:119: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:149: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:149: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:101: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:101: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:107: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:107: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:125: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:125: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:131: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:131: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:137: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:137: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:95: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:95: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:143: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:143: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:155: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:155: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:161: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:161: but option 'subdir-objects' is disabled
tests/msc_vlr/Makefile.am:113: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/msc_vlr/Makefile.am:113: but option 'subdir-objects' is disabled
tests/sms_queue/Makefile.am:36: warning: source file '$(srcdir)/../stubs.c' is in a subdirectory,
tests/sms_queue/Makefile.am:36: but option 'subdir-objects' is disabled
+ ./configure --enable-sanitize --enable-werror --enable-smpp --enable-iu --enable-external-tests --enable-manuals
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for sqlite3... yes
checking for libosmocore >= 1.9.0... yes
checking for libosmovty >= 1.9.0... yes
checking for libosmoctrl >= 1.9.0... yes
checking for libosmogsm >= 1.9.0... yes
checking for libosmoabis >= 1.5.0... yes
checking for libosmo-netif >= 1.4.0... yes
checking for libosmo-sigtran >= 1.8.0... yes
checking for libosmo-sccp >= 1.8.0... no
configure: error: Package requirements (libosmo-sccp >= 1.8.0) were not met:

Package 'libosmo-sccp', required by 'virtual:world', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBOSMOSCCP_CFLAGS
and LIBOSMOSCCP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Build step 'Execute shell' marked build as failure
Finished: FAILURE