Started by timer Running as SYSTEM Building remotely on build2-deb11build-ansible (ttcn3 obs osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom_API [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-1TvOkPuYO5cr/agent.4112866 SSH_AGENT_PID=4112868 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/osmocom-build/jenkins/workspace/Osmocom_API@tmp/private_key_211778465226370126.key (osmocom-jenkins) [ssh-agent] Using credentials api (OS#5798) The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/osmo-ci > git init /home/osmocom-build/jenkins/workspace/Osmocom_API # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.30.2' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision b2e128511d5aeae1eb27a7465197012fac643da2 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b2e128511d5aeae1eb27a7465197012fac643da2 # timeout=10 Commit message: "OBS: move gerrit-binpkgs logic to separate script" > git rev-list --no-walk b2e128511d5aeae1eb27a7465197012fac643da2 # timeout=10 [Osmocom_API] $ /bin/sh -xe /tmp/jenkins2384904430129768695.sh + readlink -f /tmp/ssh-1TvOkPuYO5cr/agent.4112866 + docker run --rm=true -e SSH_AUTH_SOCK=/ssh-agent -u build -v /home/osmocom-build/jenkins/workspace/Osmocom_API:/build -v /tmp/ssh-1TvOkPuYO5cr/agent.4112866:/ssh-agent -w /build osmocom-build/debian-bookworm-build scripts/osmocom-api-doxygen.sh + SSH_CMD=ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 + repos_api= libosmocore libosmo-abis libosmo-dsp libosmo-netif libosmo-sccp osmo-gmr + . scripts/common.sh + dirname scripts/osmocom-api-doxygen.sh + realpath scripts/.. + OSMO_CI_DIR=/build + OSMO_GIT_URL_GITEA=https://gitea.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmo-gprs libosmo-netif libosmo-pfcp libosmo-sccp libosmocore libsmpp34 libusrp osmo-bsc osmo-bts osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gsm-manuals osmo-hlr osmo-hnodeb osmo-hnbgw osmo-iuh osmo-mgw osmo-msc osmo-pcap osmo-pcu osmo-remsim osmo-sgsn osmo-sip-connector osmo-smlc osmo-sysmon osmo-trx osmo-uecups osmo-upf osmocom-bb simtrace2 + OSMO_BRANCH_DOCKER_PLAYGROUND=master + ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 api@ftp.osmocom.org -T -- true + mkdir _osmocom_api + cd _osmocom_api + export PKG_CONFIG_PATH=/build/_osmocom_api/install/lib/pkgconfig + mkdir -p /build/_osmocom_api/install/lib/pkgconfig + osmo_git_clone_url libosmocore + echo https://gerrit.osmocom.org/libosmocore + git clone https://gerrit.osmocom.org/libosmocore Cloning into 'libosmocore'... + cd libosmocore + autoreconf -fi 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' configure.ac:70: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:70: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:70: the top level configure.ac:84: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/ax_pthread.m4:88: AX_PTHREAD is expanded from... configure.ac:84: the top level configure.ac:174: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:174: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:174: the top level configure.ac:462: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:462: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:462: the top level configure.ac:602: warning: AC_OUTPUT should be used without arguments. configure.ac:602: You should run autoupdate. configure.ac:23: installing './compile' configure.ac:25: installing './config.guess' configure.ac:25: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' Makefile.am:64: warning: DOXYGEN was already defined in condition TRUE, which includes condition !HAVE_DOXYGEN ... configure.ac:116: ... 'DOXYGEN' previously defined here src/codec/Makefile.am: installing './depcomp' + ./configure --prefix=/build/_osmocom_api/libosmocore/../install --with-systemdsystemunitdir=no 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... no checking for pkg-config... /usr/bin/pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking for egrep... (cached) /usr/bin/grep -E checking for execinfo.h... yes checking for poll.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/signalfd.h... yes checking for sys/eventfd.h... yes checking for sys/timerfd.h... yes checking for syslog.h... yes checking for ctype.h... yes checking for netinet/tcp.h... yes checking for netinet/in.h... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether HAVE_SYS_SOCKET_H is declared... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for library containing dlopen... none required checking for library containing dlsym... none required checking for backtrace in -lexecinfo... no checking how to run the C preprocessor... gcc -E checking whether gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_getname_np(pthread_t, char*, size_t)... yes checking for library containing clock_gettime... none required checking for doxygen... /usr/bin/doxygen checking whether SYS_getrandom is declared... yes checking if gcc supports -fvisibility=hidden... yes checking for localtime_r... yes checking whether struct tm has tm_gmtoff member... yes checking for gettid... yes checking whether to workaround TLS bug in old gcc on ARM platforms... checking for talloc >= 2.1.0... yes checking for liburing >= 0.7... yes checking for libpcsclite... yes checking for libusb-1.0... yes checking for gnutls >= 2.12.0... yes checking for libmnl... yes checking for libsctp... yes checking whether to enable VTY/CTRL tests... no checking whether C compiler accepts -mavx2... yes checking whether C compiler accepts -mssse3... yes checking whether C compiler accepts -msse4.1... yes checking whether to enable ARM NEON instructions support... no checking whether to include systemtap tracing support... no checking whether to build with code coverage support... no checking whether gcc has __builtin_cpu_supports built-in... yes checking for struct tcp_info.tcpi_notsent_bytes... yes checking for struct tcp_info.tcpi_rwnd_limited... yes checking for struct tcp_info.tcpi_sndbuf_limited... yes checking for struct tcp_info.tcpi_reord_seen... yes CFLAGS=" -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall" CPPFLAGS=" -DBUILDING_LIBOSMOCORE -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmocore.pc config.status: creating libosmocodec.pc config.status: creating libosmocoding.pc config.status: creating libosmovty.pc config.status: creating libosmogsm.pc config.status: creating libosmoisdn.pc config.status: creating libosmogb.pc config.status: creating libosmoctrl.pc config.status: creating libosmosim.pc config.status: creating libosmousb.pc config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/codec/Makefile config.status: creating include/osmocom/coding/Makefile config.status: creating include/osmocom/core/Makefile config.status: creating include/osmocom/crypt/Makefile config.status: creating include/osmocom/ctrl/Makefile config.status: creating include/osmocom/gprs/Makefile config.status: creating include/osmocom/gprs/protocol/Makefile config.status: creating include/osmocom/gsm/Makefile config.status: creating include/osmocom/gsm/protocol/Makefile config.status: creating include/osmocom/isdn/Makefile config.status: creating include/osmocom/sim/Makefile config.status: creating include/osmocom/usb/Makefile config.status: creating include/osmocom/vty/Makefile config.status: creating src/Makefile config.status: creating src/core/Makefile config.status: creating src/vty/Makefile config.status: creating src/codec/Makefile config.status: creating src/coding/Makefile config.status: creating src/sim/Makefile config.status: creating src/usb/Makefile config.status: creating src/gsm/Makefile config.status: creating src/isdn/Makefile config.status: creating src/gb/Makefile config.status: creating src/ctrl/Makefile config.status: creating src/pseudotalloc/Makefile config.status: creating tapset/Makefile config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating utils/Makefile config.status: creating utils/osmo-stat-dummy/Makefile config.status: creating Doxyfile.core config.status: creating Doxyfile.gsm config.status: creating Doxyfile.isdn config.status: creating Doxyfile.vty config.status: creating Doxyfile.codec config.status: creating Doxyfile.coding config.status: creating Doxyfile.gb config.status: creating Doxyfile.ctrl config.status: creating Doxyfile.sim config.status: creating Doxyfile.usb config.status: creating Makefile config.status: creating contrib/libosmocore.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + make install echo 1.9.0.196-9975 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/_osmocom_api/libosmocore' Making install in include make[2]: Entering directory '/build/_osmocom_api/libosmocore/include' Making install in osmocom make[3]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom' Making install in core make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/core' GEN bit16gen.h GEN bit16gen.h GEN bit32gen.h GEN bit32gen.h GEN bit64gen.h GEN bit64gen.h GEN crc16gen.h GEN crc16gen.h GEN crc32gen.h GEN crc32gen.h GEN crc64gen.h GEN crc64gen.h GEN crc8gen.h GEN crc8gen.h GEN socket_compat.h GEN socket_compat.h make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/core' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/core' /usr/bin/install -c -m 644 application.h backtrace.h base64.h bit16gen.h bit32gen.h bit64gen.h bits.h bitvec.h bitcomp.h byteswap.h conv.h counter.h crc16.h crc16gen.h crc32gen.h crc64gen.h crc8gen.h crcgen.h endian.h defs.h exec.h fsm.h gsmtap.h gsmtap_util.h hash.h hashtable.h isdnhdlc.h it_q.h linuxlist.h linuxrbtree.h log2.h logging.h loggingrb.h stats.h macaddr.h msgb.h netdev.h netns.h osmo_io.h panic.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/core' /usr/bin/install -c -m 644 prbs.h prim.h process.h rate_ctr.h stat_item.h stats_tcp.h select.h sercomm.h signal.h socket.h statistics.h strrb.h talloc.h tdef.h thread.h timer.h timer_compat.h tun.h utils.h write_queue.h sockaddr_str.h soft_uart.h time_cc.h use_count.h socket_compat.h plugin.h msgfile.h serial.h mnl.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/core' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/core' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/core' Making install in vty make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/vty' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/vty' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/vty' /usr/bin/install -c -m 644 buffer.h command.h logging.h stats.h misc.h telnet_interface.h vector.h vty.h ports.h cpu_sched_vty.h tdef_vty.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/vty' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/vty' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/vty' Making install in codec make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/codec' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/codec' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/codec' /usr/bin/install -c -m 644 ecu.h codec.h gsm610_bits.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/codec' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/codec' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/codec' Making install in gsm make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' GEN gsm0503.h Generating header file... Generate 'xcch' declaration Generate 'tch_f24' declaration Generate 'tch_h24' declaration Generate 'tch_f48' declaration Generate 'tch_f96' declaration Generate 'tch_f144' declaration Generate 'rach' declaration Generate 'rach_ext' declaration Generate 'sch' declaration Generate 'cs2' declaration Generate 'cs3' declaration Generate 'cs2_np' declaration Generate 'cs3_np' declaration Generate 'tch_afs_12_2' declaration Generate 'tch_afs_10_2' declaration Generate 'tch_afs_7_95' declaration Generate 'tch_afs_7_4' declaration Generate 'tch_afs_6_7' declaration Generate 'tch_afs_5_9' declaration Generate 'tch_afs_5_15' declaration Generate 'tch_afs_4_75' declaration Generate 'tch_fr' declaration Generate 'tch_hr' declaration Generate 'tch_ahs_7_95' declaration Generate 'tch_ahs_7_4' declaration Generate 'tch_ahs_6_7' declaration Generate 'tch_ahs_5_9' declaration Generate 'tch_ahs_5_15' declaration Generate 'tch_ahs_4_75' declaration Generate 'tch_axs_sid_update' declaration Generate 'mcs1_dl_hdr' declaration Generate 'mcs1_ul_hdr' declaration Generate 'mcs1' declaration Generate 'mcs2' declaration Generate 'mcs3' declaration Generate 'mcs4' declaration Generate 'mcs5_dl_hdr' declaration Generate 'mcs5_ul_hdr' declaration Generate 'mcs5' declaration Generate 'mcs6' declaration Generate 'mcs7_dl_hdr' declaration Generate 'mcs7_ul_hdr' declaration Generate 'mcs7' declaration Generate 'mcs8' declaration Generate 'mcs9' declaration Generation complete. make install-recursive make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' Making install in protocol make[6]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol' make[7]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/gsm/protocol' /usr/bin/install -c -m 644 gsm_23_032.h gsm_03_40.h gsm_03_41.h gsm_04_08.h gsm_04_08_gprs.h gsm_04_11.h gsm_04_12.h gsm_04_14.h gsm_04_80.h gsm_08_08.h gsm_08_58.h gsm_09_02.h gsm_12_21.h gsm_23_003.h gsm_23_041.h gsm_25_415.h gsm_29_118.h gsm_44_004.h gsm_44_060.h gsm_44_068.h gsm_44_318.h gsm_48_049.h gsm_48_071.h gsm_49_031.h ipaccess.h smpp34_osmocom.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/gsm/protocol' make[7]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol' make[6]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol' make[6]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' make[7]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/gsm' /usr/bin/install -c -m 644 a5.h abis_nm.h apn.h bts_features.h cbsp.h comp128.h comp128v23.h bitvec_gsm.h gan.h gsm0341.h gsm0411_smc.h gsm0411_smr.h gsm0411_utils.h gsm0480.h gsm0502.h gsm0503.h bsslap.h bssmap_le.h gad.h gsm0808.h gsm0808_lcs.h gsm29205.h gsm0808_utils.h gsm23003.h gsm23236.h gsm29118.h gsm44021.h gsm48.h gsm48_arfcn_range_encode.h gsm48_ie.h gsm48_rest_octets.h gsm_utils.h gsup.h gsup_sms.h i460_mux.h ipa.h iuup.h lapd_core.h lapdm.h meas_rep.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/gsm' /usr/bin/install -c -m 644 mncc.h prim.h l1sap.h oap.h oap_client.h rlp.h rsl.h rxlev_stat.h sysinfo.h tlv.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/gsm' make[7]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' make[6]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gsm' Making install in isdn make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/isdn' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/isdn' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/isdn' /usr/bin/install -c -m 644 i460_mux.h lapd_core.h v110.h v110_ta.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/isdn' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/isdn' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/isdn' Making install in crypt make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/crypt' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/crypt' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/crypt' /usr/bin/install -c -m 644 auth.h gprs_cipher.h kdf.h utran_cipher.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/crypt' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/crypt' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/crypt' Making install in coding make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/coding' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/coding' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/coding' /usr/bin/install -c -m 644 gsm0503_tables.h gsm0503_parity.h gsm0503_mapping.h gsm0503_interleaving.h gsm0503_coding.h gsm0503_amr_dtx.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/coding' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/coding' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/coding' Making install in gprs make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs' Making install in protocol make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol' make[6]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/gprs/protocol' /usr/bin/install -c -m 644 gsm_04_60.h gsm_08_16.h gsm_08_18.h gsm_24_301.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/gprs/protocol' make[6]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs' make[6]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/gprs' /usr/bin/install -c -m 644 frame_relay.h bssgp_bvc_fsm.h gprs_bssgp.h gprs_bssgp2.h gprs_bssgp_bss.h gprs_bssgp_rim.h gprs_msgb.h gprs_ns.h gprs_ns_frgre.h gprs_ns2.h gprs_rlc.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/gprs' make[6]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/gprs' Making install in ctrl make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/ctrl' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/ctrl' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/ctrl' /usr/bin/install -c -m 644 control_cmd.h control_if.h ports.h control_vty.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/ctrl' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/ctrl' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/ctrl' Making install in sim make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/sim' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/sim' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/sim' /usr/bin/install -c -m 644 class_tables.h sim.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/sim' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/sim' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/sim' Making install in usb make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/usb' make[5]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom/usb' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include/osmocom/usb' /usr/bin/install -c -m 644 libusb.h '/build/_osmocom_api/libosmocore/../install/include/osmocom/usb' make[5]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/usb' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom/usb' make[4]: Entering directory '/build/_osmocom_api/libosmocore/include/osmocom' make[5]: Entering directory '/build/_osmocom_api/libosmocore/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/_osmocom_api/libosmocore/include/osmocom' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/include/osmocom' make[3]: Entering directory '/build/_osmocom_api/libosmocore/include' make[4]: Entering directory '/build/_osmocom_api/libosmocore/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/_osmocom_api/libosmocore/include' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/include' make[2]: Leaving directory '/build/_osmocom_api/libosmocore/include' Making install in src make[2]: Entering directory '/build/_osmocom_api/libosmocore/src' Making install in core make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/core' GEN crc8gen.c GEN crc16gen.c GEN crc32gen.c GEN crc64gen.c make install-am make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/core' CC application.lo CC backtrace.lo CC base64.lo CC bits.lo CC bitvec.lo CC bitcomp.lo CC context.lo CC conv.lo CC conv_acc.lo CC conv_acc_generic.lo CC counter.lo CC crc16.lo CC crc8gen.lo CC crc16gen.lo CC crc32gen.lo CC crc64gen.lo CC exec.lo CC fsm.lo CC gsmtap_util.lo CC isdnhdlc.lo CC it_q.lo CC logging.lo CC logging_syslog.lo CC logging_gsmtap.lo CC loggingrb.lo CC macaddr.lo CC msgb.lo CC netdev.lo CC netns.lo CC osmo_io.lo CC osmo_io_poll.lo CC panic.lo CC prbs.lo CC prim.lo CC rate_ctr.lo CC rbtree.lo CC select.lo CC sercomm.lo CC signal.lo CC sockaddr_str.lo CC socket.lo CC soft_uart.lo CC stat_item.lo CC stats.lo CC stats_statsd.lo CC stats_tcp.lo CC strrb.lo CC tdef.lo CC thread.lo CC time_cc.lo CC timer.lo CC timer_gettimeofday.lo CC timer_clockgettime.lo CC tun.lo CC use_count.lo CC utils.lo CC write_queue.lo CC conv_acc_sse.lo CC conv_acc_sse_avx.lo CC plugin.lo CC msgfile.lo CC serial.lo CC mnl.lo CC osmo_io_uring.lo CCLD libosmocore.la make[5]: Entering directory '/build/_osmocom_api/libosmocore/src/core' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmocore.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: install: /usr/bin/install -c .libs/libosmocore.so.21.0.0 /build/_osmocom_api/libosmocore/../install/lib/libosmocore.so.21.0.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmocore.so.21.0.0 libosmocore.so.21 || { rm -f libosmocore.so.21 && ln -s libosmocore.so.21.0.0 libosmocore.so.21; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmocore.so.21.0.0 libosmocore.so || { rm -f libosmocore.so && ln -s libosmocore.so.21.0.0 libosmocore.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmocore.lai /build/_osmocom_api/libosmocore/../install/lib/libosmocore.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/build/_osmocom_api/libosmocore/src/core' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/core' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/core' Making install in vty make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/vty' CC buffer.lo CC command.lo CC vty.lo CC vector.lo CC utils.lo CC telnet_interface.lo CC logging_vty.lo CC stats_vty.lo CC fsm_vty.lo CC talloc_ctx_vty.lo CC cpu_sched_vty.lo CC tdef_vty.lo CCLD libosmovty.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/vty' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmovty.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmovty.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/vty; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -pthread -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 13:0:0 -no-undefined -o libosmovty.la -rpath /build/_osmocom_api/libosmocore/../install/lib buffer.lo command.lo vty.lo vector.lo utils.lo telnet_interface.lo logging_vty.lo stats_vty.lo fsm_vty.lo talloc_ctx_vty.lo cpu_sched_vty.lo tdef_vty.lo ../../src/core/libosmocore.la -ltalloc ) libtool: install: /usr/bin/install -c .libs/libosmovty.so.13.0.0T /build/_osmocom_api/libosmocore/../install/lib/libosmovty.so.13.0.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmovty.so.13.0.0 libosmovty.so.13 || { rm -f libosmovty.so.13 && ln -s libosmovty.so.13.0.0 libosmovty.so.13; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmovty.so.13.0.0 libosmovty.so || { rm -f libosmovty.so && ln -s libosmovty.so.13.0.0 libosmovty.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmovty.lai /build/_osmocom_api/libosmocore/../install/lib/libosmovty.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/vty' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/vty' Making install in isdn make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/isdn' CC i460_mux.lo CC lapd_core.lo CC v110.lo CC v110_ta.lo CCLD libisdnint.la CCLD libosmoisdn.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/isdn' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmoisdn.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmoisdn.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/isdn; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoisdn.map -version-info 1:0:1 -no-undefined -o libosmoisdn.la -rpath /build/_osmocom_api/libosmocore/../install/lib libisdnint.la -ltalloc ) libtool: install: /usr/bin/install -c .libs/libosmoisdn.so.0.1.0T /build/_osmocom_api/libosmocore/../install/lib/libosmoisdn.so.0.1.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmoisdn.so.0.1.0 libosmoisdn.so.0 || { rm -f libosmoisdn.so.0 && ln -s libosmoisdn.so.0.1.0 libosmoisdn.so.0; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmoisdn.so.0.1.0 libosmoisdn.so || { rm -f libosmoisdn.so && ln -s libosmoisdn.so.0.1.0 libosmoisdn.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoisdn.lai /build/_osmocom_api/libosmocore/../install/lib/libosmoisdn.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/isdn' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/isdn' Making install in codec make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/codec' CC gsm610.lo CC gsm620.lo CC gsm660.lo CC gsm690.lo CC ecu.lo CC ecu_fr.lo CC ecu_fr_old.lo CCLD libosmocodec.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/codec' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmocodec.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmocodec.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/codec; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 4:0:0 -no-undefined -o libosmocodec.la -rpath /build/_osmocom_api/libosmocore/../install/lib gsm610.lo gsm620.lo gsm660.lo gsm690.lo ecu.lo ecu_fr.lo ecu_fr_old.lo ../../src/core/libosmocore.la ) libtool: install: /usr/bin/install -c .libs/libosmocodec.so.4.0.0T /build/_osmocom_api/libosmocore/../install/lib/libosmocodec.so.4.0.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmocodec.so.4.0.0 libosmocodec.so.4 || { rm -f libosmocodec.so.4 && ln -s libosmocodec.so.4.0.0 libosmocodec.so.4; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmocodec.so.4.0.0 libosmocodec.so || { rm -f libosmocodec.so && ln -s libosmocodec.so.4.0.0 libosmocodec.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmocodec.lai /build/_osmocom_api/libosmocore/../install/lib/libosmocodec.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/codec' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/codec' Making install in gsm make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/gsm' GEN gsm0503_conv.c Generating convolutional codes... Generate 'xcch' definition Generate 'tch_f24' definition Generate 'tch_h24' definition Generate 'tch_f48' definition Generate 'tch_f96' definition Generate 'tch_f144' definition Generate 'rach' definition Generate 'rach_ext' definition Generate 'sch' definition Generate 'cs2' definition Generate 'cs3' definition Generate 'cs2_np' definition Generate 'cs3_np' definition Generate 'tch_afs_12_2' definition Generate 'tch_afs_10_2' definition Generate 'tch_afs_7_95' definition Generate 'tch_afs_7_4' definition Generate 'tch_afs_6_7' definition Generate 'tch_afs_5_9' definition Generate 'tch_afs_5_15' definition Generate 'tch_afs_4_75' definition Generate 'tch_fr' definition Generate 'tch_hr' definition Generate 'tch_ahs_7_95' definition Generate 'tch_ahs_7_4' definition Generate 'tch_ahs_6_7' definition Generate 'tch_ahs_5_9' definition Generate 'tch_ahs_5_15' definition Generate 'tch_ahs_4_75' definition Generate 'tch_axs_sid_update' definition Generate 'mcs1_dl_hdr' definition Generate 'mcs1_ul_hdr' definition Generate 'mcs1' definition Generate 'mcs2' definition Generate 'mcs3' definition Generate 'mcs4' definition Generate 'mcs5_dl_hdr' definition Generate 'mcs5_ul_hdr' definition Generate 'mcs5' definition Generate 'mcs6' definition Generate 'mcs7_dl_hdr' definition Generate 'mcs7_ul_hdr' definition Generate 'mcs7' definition Generate 'mcs8' definition Generate 'mcs9' definition Generation complete. make install-am make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/gsm' CC a5.lo CC rxlev_stat.lo CC tlv_parser.lo CC comp128.lo CC comp128v23.lo CC gsm_utils.lo gsm_utils.c:106:9: note: '#pragma message: glibc 2.36 random detected' 106 | #pragma message ("glibc " OSMO_STRINGIFY_VAL(__GLIBC__) "." OSMO_STRINGIFY_VAL(__GLIBC_MINOR__) " random detected") | ^~~~~~~ CC rsl.lo CC gsm48.lo CC gsm48_arfcn_range_encode.lo CC gsm48_ie.lo CC gsm0808.lo CC sysinfo.lo CC gprs_cipher_core.lo CC gprs_rlc.lo CC gsm0480.lo CC abis_nm.lo CC gsm0502.lo CC gsm0411_utils.lo CC gsm0411_smc.lo CC gsm0411_smr.lo CC gsm0414.lo CC lapdm.lo CC kasumi.lo CC gsm29205.lo CC gsm_04_08_gprs.lo CC auth_core.lo CC auth_comp128v1.lo CC auth_comp128v23.lo CC auth_xor.lo CC auth_xor_2g.lo CC auth_milenage.lo CC milenage/aes-encblock.lo CC gea.lo CC milenage/aes-internal.lo CC milenage/aes-internal-enc.lo CC milenage/milenage.lo CC gan.lo CC ipa.lo CC gsm0341.lo CC apn.lo CC tuak/KeccakP-1600-3gpp.lo CC tuak/tuak.lo CC auth_tuak.lo CC gprs_gea.lo CC gsm0503_conv.lo CC oap.lo CC gsm0808_utils.lo CC gsm23003.lo CC gsm23236.lo CC mncc.lo CC bts_features.lo CC oap_client.lo CC gsm29118.lo CC gsm48_rest_octets.lo CC cbsp.lo CC gsm48049.lo CC gad.lo CC bsslap.lo CC bssmap_le.lo CC kdf.lo CC iuup.lo CC gsm44021.lo CC gsm44068.lo CC rlp.lo CC gsup.lo CC gsup_sms.lo CCLD libgsmint.la CCLD libosmogsm.la make[5]: Entering directory '/build/_osmocom_api/libosmocore/src/gsm' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmogsm.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmogsm.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/gsm; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/p11-kit-1 -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogsm.map -version-info 20:0:0 -no-undefined -o libosmogsm.la -rpath /build/_osmocom_api/libosmocore/../install/lib libgsmint.la -ltalloc -lgnutls ) libtool: install: /usr/bin/install -c .libs/libosmogsm.so.20.0.0T /build/_osmocom_api/libosmocore/../install/lib/libosmogsm.so.20.0.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmogsm.so.20.0.0 libosmogsm.so.20 || { rm -f libosmogsm.so.20 && ln -s libosmogsm.so.20.0.0 libosmogsm.so.20; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmogsm.so.20.0.0 libosmogsm.so || { rm -f libosmogsm.so && ln -s libosmogsm.so.20.0.0 libosmogsm.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmogsm.lai /build/_osmocom_api/libosmocore/../install/lib/libosmogsm.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/build/_osmocom_api/libosmocore/src/gsm' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/gsm' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/gsm' Making install in coding make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/coding' CC gsm0503_interleaving.lo CC gsm0503_mapping.lo CC gsm0503_tables.lo CC gsm0503_parity.lo CC gsm0503_coding.lo CC gsm0503_amr_dtx.lo CCLD libosmocoding.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/coding' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmocoding.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmocoding.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/coding; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmocoding.map -version-info 3:0:3 -no-undefined -o libosmocoding.la -rpath /build/_osmocom_api/libosmocore/../install/lib gsm0503_interleaving.lo gsm0503_mapping.lo gsm0503_tables.lo gsm0503_parity.lo gsm0503_coding.lo gsm0503_amr_dtx.lo ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/codec/libosmocodec.la ) libtool: install: /usr/bin/install -c .libs/libosmocoding.so.0.3.0T /build/_osmocom_api/libosmocore/../install/lib/libosmocoding.so.0.3.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmocoding.so.0.3.0 libosmocoding.so.0 || { rm -f libosmocoding.so.0 && ln -s libosmocoding.so.0.3.0 libosmocoding.so.0; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmocoding.so.0.3.0 libosmocoding.so || { rm -f libosmocoding.so && ln -s libosmocoding.so.0.3.0 libosmocoding.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmocoding.lai /build/_osmocom_api/libosmocore/../install/lib/libosmocoding.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/coding' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/coding' Making install in gb make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/gb' CC gprs_ns.lo CC gprs_ns_frgre.lo CC gprs_ns_vty.lo CC gprs_ns_sns.lo CC gprs_bssgp.lo CC gprs_bssgp_util.lo CC gprs_bssgp_vty.lo CC gprs_bssgp_rim.lo CC gprs_bssgp_bss.lo CC gprs_ns2.lo CC gprs_ns2_udp.lo CC gprs_ns2_frgre.lo CC gprs_ns2_fr.lo CC gprs_ns2_vc_fsm.lo CC gprs_ns2_sns.lo CC gprs_ns2_message.lo CC gprs_ns2_vty.lo CC gprs_bssgp2.lo CC bssgp_bvc_fsm.lo CC common_vty.lo CC frame_relay.lo CCLD libosmogb.la CCLD libosmogb-test.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/gb' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmogb.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmogb.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/gb; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogb.map -version-info 16:0:2 -no-undefined -o libosmogb.la -rpath /build/_osmocom_api/libosmocore/../install/lib gprs_ns.lo gprs_ns_frgre.lo gprs_ns_vty.lo gprs_ns_sns.lo gprs_bssgp.lo gprs_bssgp_util.lo gprs_bssgp_vty.lo gprs_bssgp_rim.lo gprs_bssgp_bss.lo gprs_ns2.lo gprs_ns2_udp.lo gprs_ns2_frgre.lo gprs_ns2_fr.lo gprs_ns2_vc_fsm.lo gprs_ns2_sns.lo gprs_ns2_message.lo gprs_ns2_vty.lo gprs_bssgp2.lo bssgp_bvc_fsm.lo common_vty.lo frame_relay.lo -ltalloc ../../src/core/libosmocore.la ../../src/vty/libosmovty.la ../../src/gsm/libosmogsm.la ) libtool: install: /usr/bin/install -c .libs/libosmogb.so.14.2.0T /build/_osmocom_api/libosmocore/../install/lib/libosmogb.so.14.2.0 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmogb.so.14.2.0 libosmogb.so.14 || { rm -f libosmogb.so.14 && ln -s libosmogb.so.14.2.0 libosmogb.so.14; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmogb.so.14.2.0 libosmogb.so || { rm -f libosmogb.so && ln -s libosmogb.so.14.2.0 libosmogb.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmogb.lai /build/_osmocom_api/libosmocore/../install/lib/libosmogb.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/gb' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/gb' Making install in ctrl make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/ctrl' CC control_cmd.lo CC control_if.lo CC fsm_ctrl_commands.lo CC control_vty.lo CCLD libosmoctrl.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/ctrl' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmoctrl.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmoctrl.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/ctrl; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoctrl.map -version-info 8:1:8 -no-undefined -o libosmoctrl.la -rpath /build/_osmocom_api/libosmocore/../install/lib control_cmd.lo control_if.lo fsm_ctrl_commands.lo control_vty.lo -ltalloc ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/vty/libosmovty.la ) libtool: install: /usr/bin/install -c .libs/libosmoctrl.so.0.8.1T /build/_osmocom_api/libosmocore/../install/lib/libosmoctrl.so.0.8.1 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmoctrl.so.0.8.1 libosmoctrl.so.0 || { rm -f libosmoctrl.so.0 && ln -s libosmoctrl.so.0.8.1 libosmoctrl.so.0; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmoctrl.so.0.8.1 libosmoctrl.so || { rm -f libosmoctrl.so && ln -s libosmoctrl.so.0.8.1 libosmoctrl.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoctrl.lai /build/_osmocom_api/libosmocore/../install/lib/libosmoctrl.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/ctrl' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/ctrl' Making install in pseudotalloc make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/pseudotalloc' make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/pseudotalloc' make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/pseudotalloc' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/pseudotalloc' Making install in sim make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/sim' CC core.lo CC reader.lo CC class_tables.lo CC card_fs_sim.lo CC card_fs_usim.lo CC card_fs_uicc.lo CC card_fs_isim.lo CC card_fs_hpsim.lo CC card_fs_tetra.lo CC reader_pcsc.lo CCLD libosmosim.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/sim' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmosim.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmosim.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/sim; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/PCSC -pthread -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 3:2:1 -no-undefined -o libosmosim.la -rpath /build/_osmocom_api/libosmocore/../install/lib core.lo reader.lo class_tables.lo card_fs_sim.lo card_fs_usim.lo card_fs_uicc.lo card_fs_isim.lo card_fs_hpsim.lo card_fs_tetra.lo reader_pcsc.lo ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la -ltalloc -lpcsclite ) libtool: install: /usr/bin/install -c .libs/libosmosim.so.2.1.2T /build/_osmocom_api/libosmocore/../install/lib/libosmosim.so.2.1.2 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmosim.so.2.1.2 libosmosim.so.2 || { rm -f libosmosim.so.2 && ln -s libosmosim.so.2.1.2 libosmosim.so.2; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmosim.so.2.1.2 libosmosim.so || { rm -f libosmosim.so && ln -s libosmosim.so.2.1.2 libosmosim.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmosim.lai /build/_osmocom_api/libosmocore/../install/lib/libosmosim.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/sim' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/sim' Making install in usb make[3]: Entering directory '/build/_osmocom_api/libosmocore/src/usb' CC osmo_libusb.lo CCLD libosmousb.la make[4]: Entering directory '/build/_osmocom_api/libosmocore/src/usb' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libosmousb.la '/build/_osmocom_api/libosmocore/../install/lib' libtool: warning: relinking 'libosmousb.la' libtool: install: (cd /build/_osmocom_api/libosmocore/src/usb; /bin/bash "/build/_osmocom_api/libosmocore/libtool" --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/libusb-1.0 -std=gnu11 -DBUILDING_LIBOSMOCORE -Wall -version-info 0:1:0 -no-undefined -o libosmousb.la -rpath /build/_osmocom_api/libosmocore/../install/lib osmo_libusb.lo ../../src/core/libosmocore.la -ltalloc -lusb-1.0 ) libtool: install: /usr/bin/install -c .libs/libosmousb.so.0.0.1T /build/_osmocom_api/libosmocore/../install/lib/libosmousb.so.0.0.1 libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmousb.so.0.0.1 libosmousb.so.0 || { rm -f libosmousb.so.0 && ln -s libosmousb.so.0.0.1 libosmousb.so.0; }; }) libtool: install: (cd /build/_osmocom_api/libosmocore/../install/lib && { ln -s -f libosmousb.so.0.0.1 libosmousb.so || { rm -f libosmousb.so && ln -s libosmousb.so.0.0.1 libosmousb.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmousb.lai /build/_osmocom_api/libosmocore/../install/lib/libosmousb.la libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmocore/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmocore/../install/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]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/src/usb' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src/usb' make[3]: Entering directory '/build/_osmocom_api/libosmocore/src' make[4]: Entering directory '/build/_osmocom_api/libosmocore/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/_osmocom_api/libosmocore/src' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/src' make[2]: Leaving directory '/build/_osmocom_api/libosmocore/src' Making install in utils make[2]: Entering directory '/build/_osmocom_api/libosmocore/utils' make[3]: Entering directory '/build/_osmocom_api/libosmocore/utils' CC osmo-arfcn.o CCLD osmo-arfcn CC osmo-auc-gen.o CCLD osmo-auc-gen CC osmo-config-merge.o CCLD osmo-config-merge CC osmo-aka-verify.o CCLD osmo-aka-verify CC gsmtap-logsend.o CCLD osmo-gsmtap-logsend CC osmo_sim_test-osmo-sim-test.o CCLD osmo-sim-test CC osmo-ns-dummy.o CC osmo-ns-dummy-vty.o CCLD osmo-ns-dummy make[4]: Entering directory '/build/_osmocom_api/libosmocore/utils' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c osmo-arfcn osmo-auc-gen osmo-config-merge osmo-aka-verify osmo-gsmtap-logsend '/build/_osmocom_api/libosmocore/../install/bin' libtool: install: /usr/bin/install -c .libs/osmo-arfcn /build/_osmocom_api/libosmocore/../install/bin/osmo-arfcn libtool: install: /usr/bin/install -c .libs/osmo-auc-gen /build/_osmocom_api/libosmocore/../install/bin/osmo-auc-gen libtool: install: /usr/bin/install -c .libs/osmo-config-merge /build/_osmocom_api/libosmocore/../install/bin/osmo-config-merge libtool: install: /usr/bin/install -c .libs/osmo-aka-verify /build/_osmocom_api/libosmocore/../install/bin/osmo-aka-verify libtool: install: /usr/bin/install -c .libs/osmo-gsmtap-logsend /build/_osmocom_api/libosmocore/../install/bin/osmo-gsmtap-logsend make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/utils' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/utils' make[2]: Leaving directory '/build/_osmocom_api/libosmocore/utils' Making install in tapset make[2]: Entering directory '/build/_osmocom_api/libosmocore/tapset' make[3]: Entering directory '/build/_osmocom_api/libosmocore/tapset' make[3]: Nothing to be done for 'install-exec-am'. make install-data-hook make[4]: Entering directory '/build/_osmocom_api/libosmocore/tapset' make[4]: Nothing to be done for 'install-data-hook'. make[4]: Leaving directory '/build/_osmocom_api/libosmocore/tapset' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/tapset' make[2]: Leaving directory '/build/_osmocom_api/libosmocore/tapset' Making install in tests make[2]: Entering directory '/build/_osmocom_api/libosmocore/tests' GEN conv/gsm0503_test_vectors.c Generating test vectors... Generate 'xcch' test vector Generate 'tch_f24' test vector Generate 'tch_h24' test vector Generate 'tch_f48' test vector Generate 'tch_f96' test vector Generate 'tch_f144' test vector Generate 'rach' test vector Generate 'rach_ext' test vector Generate 'sch' test vector Generate 'cs2' test vector Generate 'cs3' test vector Generate 'cs2_np' test vector Generate 'cs3_np' test vector Generate 'tch_afs_12_2' test vector Generate 'tch_afs_10_2' test vector Generate 'tch_afs_7_95' test vector Generate 'tch_afs_7_4' test vector Generate 'tch_afs_6_7' test vector Generate 'tch_afs_5_9' test vector Generate 'tch_afs_5_15' test vector Generate 'tch_afs_4_75' test vector Generate 'tch_fr' test vector Generate 'tch_hr' test vector Generate 'tch_ahs_7_95' test vector Generate 'tch_ahs_7_4' test vector Generate 'tch_ahs_6_7' test vector Generate 'tch_ahs_5_9' test vector Generate 'tch_ahs_5_15' test vector Generate 'tch_ahs_4_75' test vector Generate 'tch_axs_sid_update' test vector Generate 'mcs1_dl_hdr' test vector Generate 'mcs1_ul_hdr' test vector Generate 'mcs1' test vector Generate 'mcs2' test vector Generate 'mcs3' test vector Generate 'mcs4' test vector Generate 'mcs5_dl_hdr' test vector Generate 'mcs5_ul_hdr' test vector Generate 'mcs5' test vector Generate 'mcs6' test vector Generate 'mcs7_dl_hdr' test vector Generate 'mcs7_ul_hdr' test vector Generate 'mcs7' test vector Generate 'mcs8' test vector Generate 'mcs9' test vector Generation complete. make install-am make[3]: Entering directory '/build/_osmocom_api/libosmocore/tests' make[4]: Entering directory '/build/_osmocom_api/libosmocore/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/_osmocom_api/libosmocore/tests' make[3]: Leaving directory '/build/_osmocom_api/libosmocore/tests' make[2]: Leaving directory '/build/_osmocom_api/libosmocore/tests' make[2]: Entering directory '/build/_osmocom_api/libosmocore' cd . && /bin/bash ./config.status Doxyfile.core config.status: creating Doxyfile.core rm -rf ./doc/core; mkdir -p ./doc/core rm -rf ./doc/libosmocore.map /usr/bin/doxygen ./Doxyfile.core warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! error: Tag file 'doc/libosmogsm.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmoisdn.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmovty.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocodec.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocoding.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmoctrl.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/core Searching for files in directory /build/_osmocom_api/libosmocore/src/core Reading and parsing tag files Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/application.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/application.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/backtrace.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/backtrace.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/base64.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/base64.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bit16gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bit16gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bit32gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bit32gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bit64gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bit64gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bitcomp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bitcomp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bits.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bits.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bitvec.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bitvec.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/byteswap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/byteswap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/conv.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/conv.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc16.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc16.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc16gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc16gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc32gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc32gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc64gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc64gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc8gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc8gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crcgen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crcgen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/defs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/defs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/endian.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/endian.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/exec.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/exec.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/fsm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/fsm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/g/build/_osmocom_api/libosmocore/include/osmocom/core/netdev.h:49: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/include/osmocom/core/netns.h:24: warning: unbalanced grouping commands smtap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap_util.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap_util.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/hash.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/hash.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/isdnhdlc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/isdnhdlc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/it_q.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/it_q.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/linuxrbtree.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/linuxrbtree.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/logging.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/logging.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/logging_internal.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/logging_internal.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/loggingrb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/loggingrb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/macaddr.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/macaddr.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/mnl.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/mnl.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/msgb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/msgb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/msgfile.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/msgfile.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/netdev.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/netdev.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/netns.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/netns.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/osmo_io.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/osmo_io.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/panic.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/panic.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/plugin.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/plugin.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/prbs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/prbs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/prim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/prim.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/process.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/process.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/rate_ctr.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/rate_ctr.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/select.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/select.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/sercomm.h... Parsing file /build/_osmocom_api/libos/build/_osmocom_api/libosmocore/include/osmocom/core/thread.h:30: warning: end of file while inside a group /build/_osmocom_api/libosmocore/include/osmocom/core/tun.h:43: warning: unbalanced grouping commands mocore/include/osmocom/core/sercomm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/serial.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/serial.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/signal.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/signal.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/sockaddr_str.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/sockaddr_str.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/socket.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/socket.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/socket_compat.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/socket_compat.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/soft_uart.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/soft_uart.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/stat_item.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/stat_item.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/statistics.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/statistics.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/stats.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/stats.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/stats_tcp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/stats_tcp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/strrb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/strrb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/talloc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/talloc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/thread.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/thread.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/time_cc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/time_cc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/timer.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/timer.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/timer_compat.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/timer_compat.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/tun.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/tun.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/write_queue.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/write_queue.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/application.c... Parsing file /build/_osmocom_api/libosmocore/src/core/application.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/backtrace.c... Parsing file /build/_osmocom_api/libosmocore/src/core/backtrace.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/base64.c... Parsing file /build/_osmocom_api/libosmocore/src/core/base64.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/bitcomp.c... Parsing file /build/_osmocom_api/libosmocore/src/core/bitcomp.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/bits.c... Parsing file /build/_osmocom_api/libosmocore/src/core/bits.c... Preprocessing //build/_osmocom_api/libosmocore/src/core/context.c:47: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/core/logging_gsmtap.c:167: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/logging_syslog.c:90: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/logging_systemd.c:118: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/loggingrb.c:103: warning: end of file while inside a group build/_osmocom_api/libosmocore/src/core/bitvec.c... Parsing file /build/_osmocom_api/libosmocore/src/core/bitvec.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/context.c... Parsing file /build/_osmocom_api/libosmocore/src/core/context.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_generic.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_generic.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_neon.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_neon.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_neon_impl.h... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_neon_impl.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_sse.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_sse.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_avx.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_avx.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_impl.h... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_impl.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/counter.c... Parsing file /build/_osmocom_api/libosmocore/src/core/counter.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc16.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc16.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc16gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc16gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc32gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc32gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc64gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc64gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc8gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc8gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/exec.c... Parsing file /build/_osmocom_api/libosmocore/src/core/exec.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/fsm.c... Parsing file /build/_osmocom_api/libosmocore/src/core/fsm.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/gsmtap_util.c... Parsing file /build/_osmocom_api/libosmocore/src/core/gsmtap_util.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c... Parsing file /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/it_q.c... Parsing file /build/_osmocom_api/libosmocore/src/core/it_q.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging_gsmtap.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging_gsmtap.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging_syslog.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging_syslog.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging_systemd.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging_systemd.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/loggingrb.c... Parsing file /build/_osmocom_api/libosmocore/src/core/loggingrb.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/macaddr.c... Parsing file /build/_osmocom_api/libosmocore/src/core/macaddr.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/mnl.c... Parsing file /build/_osmocom_api/libosmocore/src/core/mnl.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/msgb.c... Parsing file /build/_osmocom_api/libosmocore/src/core/msgb.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/msgfile.c... Parsing /build/_osmocom_api/libosmocore/src/core/stats_statsd.c:203: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/stats_tcp.c:328: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/thread.c:57: warning: end of file while inside a group file /build/_osmocom_api/libosmocore/src/core/msgfile.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/netdev.c... Parsing file /build/_osmocom_api/libosmocore/src/core/netdev.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/netns.c... Parsing file /build/_osmocom_api/libosmocore/src/core/netns.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io.c... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io_poll.c... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io_poll.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io_uring.c... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io_uring.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/panic.c... Parsing file /build/_osmocom_api/libosmocore/src/core/panic.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/plugin.c... Parsing file /build/_osmocom_api/libosmocore/src/core/plugin.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/prbs.c... Parsing file /build/_osmocom_api/libosmocore/src/core/prbs.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/prim.c... Parsing file /build/_osmocom_api/libosmocore/src/core/prim.c... Reading /build/_osmocom_api/libosmocore/src/core/probes.d... Parsing file /build/_osmocom_api/libosmocore/src/core/probes.d... Preprocessing /build/_osmocom_api/libosmocore/src/core/rate_ctr.c... Parsing file /build/_osmocom_api/libosmocore/src/core/rate_ctr.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/rbtree.c... Parsing file /build/_osmocom_api/libosmocore/src/core/rbtree.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/select.c... Parsing file /build/_osmocom_api/libosmocore/src/core/select.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/sercomm.c... Parsing file /build/_osmocom_api/libosmocore/src/core/sercomm.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/serial.c... Parsing file /build/_osmocom_api/libosmocore/src/core/serial.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/signal.c... Parsing file /build/_osmocom_api/libosmocore/src/core/signal.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/sockaddr_str.c... Parsing file /build/_osmocom_api/libosmocore/src/core/sockaddr_str.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/socket.c... Parsing file /build/_osmocom_api/libosmocore/src/core/socket.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/soft_uart.c... Parsing file /build/_osmocom_api/libosmocore/src/core/soft_uart.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stat_item.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stat_item.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stat_item_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/core/stat_item_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/stats.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stats.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stats_statsd.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stats_statsd.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stats_tcp.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stats_tcp.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/strrb.c... Parsing file /build/_osmocom_api/libosmocore/src/core/strrb.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/tdef.c... Parsing file /build/_osmocom_api/libosmocore/src/core/tdef.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/thread.c... Parsing file /build/_osmocom_api/libosmocore/src/core/thread.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/time_cc.c... Parsing file /build/_osmocom_api/libosmocore/src/core/time_cc.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/timer.c... Parsing file /buil/build/_osmocom_api/libosmocore/include/osmocom/core/crc16gen.h:23: warning: the name 'crc16gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/crc32gen.h:23: warning: the name 'crc32gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/crc64gen.h:23: warning: the name 'crc64gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/crc8gen.h:23: warning: the name 'crc8gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/it_q.h:9: warning: the name 'osmo_it_q.h' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc16gen.c:25: warning: the name 'crc16gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc32gen.c:25: warning: the name 'crc32gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc64gen.c:25: warning: the name 'crc64gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc8gen.c:25: warning: the name 'crc8gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/time_cc.c:1: warning: the name 'foo.c' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/tun.c:28: warning: the name 'tundev.c' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:16: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:48: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:49: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:50: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:86: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:77: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:57: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:36: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command d/_osmocom_api/libosmocore/src/core/timer.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/timer_clockgettime.c... Parsing file /build/_osmocom_api/libosmocore/src/core/timer_clockgettime.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/timer_gettimeofday.c... Parsing file /build/_osmocom_api/libosmocore/src/core/timer_gettimeofday.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/tun.c... Parsing file /build/_osmocom_api/libosmocore/src/core/tun.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/use_count.c... Parsing file /build/_osmocom_api/libosmocore/src/core/use_count.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/utils.c... Parsing file /build/_osmocom_api/libosmocore/src/core/utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/write_queue.c... Parsing file /build/_osmocom_api/libosmocore/src/core/write_queue.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/core/application.h... Generating code for file include/osmocom/core/backtrace.h... Generating code for file include/osmocom/core/base64.h... Generating code for file include/osmocom/core/bit16gen.h... Generating code for file include/osmocom/core/bit32gen.h... Generating code for file include/osmocom/core/bit64gen.h... Generating code for file include/osmocom/core/bitcomp.h... Generating code for file include/osmocom/core/bits.h... Generating code for file include/osmocom/core/bitvec.h... Generating code for file include/osmocom/core/byteswap.h... Generating code for file include/osmocom/core/conv.h... Generating code for file include/osmocom/core/counter.h... Generating code for file include/osmocom/core/crc16.h... Generating code for file include/osmocom/core/crc16gen.h... Generating code for file include/osmocom/core/crc32gen.h... Generating code for file include/osmocom/core/crc64gen.h... Generating code for file include/osmocom/core/crc8gen.h... Generating code for file include/osmocom/core/crcgen.h... Generating code for file include/osmocom/core/defs.h... Generating code for file include/osmocom/core/endian.h... Generating code for file include/osmocom/core/exec.h... Generating code for file include/osmocom/core/fsm.h... Generating code for file include/osmocom/core/gsmtap.h... Generating code for file include/osmocom/core/gsmtap_util.h... Generating code for file include/osmocom/core/hash.h... Generating code for file include/osmocom/core/hashtable.h... Generating code for file include/osmocom/core/isdnhdlc.h... Generating code for file include/osmocom/core/it_q.h... Generating code for file include/osmocom/core/linuxlist.h... Generating code for file include/osmocom/core/linuxrbtree.h... Generating code for file include/osmocom/core/log2.h... Generating code for file include/osmocom/core/logging.h... Generating code for file include/osmocom/core/logging_internal.h... Generating code for file include/osmocom/core/loggingrb.h... Generating code for file include/osmocom/core/macaddr.h... Generating code for file include/osmocom/core/mnl.h... Generating code for file include/osmocom/core/msgb.h... Generating code for file include/osmocom/core/msgfile.h... Generating code for file include/osmocom/core/netdev.h... Generating code for file include/osmocom/core/netns.h... Generating code for file include/osmocom/core/osmo_io.h... Generating code for file include/osmocom/core/panic.h... Generating code for file include/osmocom/core/plugin.h... Generating code for file include/osmocom/core/prbs.h... Generating code for file include/osmocom/core/prim.h... Generating code for file include/osmocom/core/process.h... Generating code for file include/osmocom/core/rate_ctr.h... Generating code for file include/osmocom/core/select.h... Generating code for file include/osmocom/core/sercomm.h... Generating code for file include/osmocom/core/serial.h... Generating code for file include/osmocom/core/signal.h... Generating code for file include/osmocom/core/sockaddr_str.h... Generating code for file include/osmocom/core/socket.h... Generating code for file include/osmocom/core/socket_compat.h... Generating code for file include/osmocom/core/soft_uart.h... Generating code for file include/osmocom/core/stat_item.h... Generating code for file include/osmocom/core/statistics.h... Generating code for file include/osmocom/core/stats.h... Generating code for file include/osmocom/core/stats_tcp.h... Generating code for file include/osmocom/core/strrb.h... Generating code for file include/osmocom/core/talloc.h... Generating code for file include/osmocom/core/tdef.h... Generating code for file include/osmocom/core/thread.h... Generating code for file include/osmocom/core/time_cc.h... Generating code for file include/osmocom/core/timer.h... Generating code for file include/osmocom/core/timer_compat.h... Generating code for file include/osmocom/core/tun.h... Generating code for file include/osmocom/core/use_count.h... Generating code for file include/osmocom/core/utils.h... Generating code for file include/osmocom/core/write_queue.h... Parsing code for file src/core/application.c... Parsing code for file src/core/backtrace.c... Parsing code for file src/core/base64.c... Parsing code for file src/core/bitcomp.c... Parsing code for file src/core/bits.c... Parsing code for file src/core/bitvec.c... Parsing code for file src/core/context.c... Parsing code for file src/core/conv.c... Parsing code for file src/core/conv_acc.c... Parsing code for file src/core/conv_acc_generic.c... Parsing code for file src/core/conv_acc_neon.c... Generating code for file src/core/conv_acc_neon_impl.h... Parsing code for file src/core/conv_acc_sse.c... Parsing code for file src/core/conv_acc_sse_avx.c... Generating code for file src/core/conv_acc_sse_impl.h... Parsing code for file src/core/counter.c... Parsing code for file src/core/crc16.c... Parsing code for file src/core/crc16gen.c... Parsing code for file src/core/crc32gen.c... Parsing code for file src/core/crc64gen.c... Parsing code for file src/core/crc8gen.c... Parsing code for file src/core/exec.c... Parsing code for file src/core/fsm.c... Parsing code for file src/core/gsmtap_util.c... Parsing code for file src/core/isdnhdlc.c... Parsing code for file src/core/it_q.c... Parsing code for file src/core/logging.c... Parsing code for file src/core/loggin/build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h:26: warning: argument 'Counter' of command @param is not found in the argument list of osmo_counter_inc(struct osmo_counter *ctr) /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h:26: warning: The following parameter of osmo_counter_inc(struct osmo_counter *ctr) is not documented: parameter 'ctr' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:36: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:48: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:49: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:50: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:77: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:141: warning: Found unknown command '@obj' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:142: warning: Found unknown command '@tmp' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:143: warning: Found unknown command '@member' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:144: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:57: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:86: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:48: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:49: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:50: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:77: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:36: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:86: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:57: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:94: warning: The following parameter of osmo_isdnhdlc_decode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, int slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:321: warning: The following parameter of osmo_isdnhdlc_encode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, uint16_t slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:16: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:16: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' g_gsmtap.c... Parsing code for file src/core/logging_syslog.c... Parsing code for file src/core/logging_systemd.c... Parsing code for file src/core/loggingrb.c... Parsing code for file src/core/macaddr.c... Parsing code for file src/core/mnl.c... Parsing code for file src/core/msgb.c... Parsing code for file src/core/msgfile.c... Parsing code for file src/core/netdev.c... Parsing code for file src/core/netns.c... Parsing code for file src/core/osmo_io.c... Generating code for file src/core/osmo_io_internal.h... Parsing code for file src/core/osmo_io_poll.c... Parsing code for file src/core/osmo_io_uring.c... Parsing code for file src/core/panic.c... Parsing code for file src/core/plugin.c... Parsing code for file src/core/prbs.c... Parsing code for file src/core/prim.c... Parsing code for file src/core/probes.d... Parsing code for file src/core/rate_ctr.c... Parsing code for file src/core/rbtree.c... Parsing code for file src/core/select.c... Parsing code for file src/core/sercomm.c... Parsing code for file src/core/serial.c... Parsing code for file src/core/signal.c... Parsing code for file src/core/sockaddr_str.c... Parsing code for file src/core/socket.c... Parsing code for file src/core/soft_uart.c... Parsing code for file src/core/stat_item.c... Generating code for file src/core/stat_item_internal.h... Parsing code for file src/core/stats.c... Parsing code for file src/core/stats_statsd.c... Parsing code for file src/core/stats_tcp.c... Parsing code for file src/core/strrb.c... Parsing code for file src/core/tdef.c... Parsing code for file src/core/thread.c... Parsing code for file src/core/time_cc.c... Parsing code for file src/core/timer.c... Parsing code for file src/core/timer_clockgettime.c... Parsing code for file src/core/timer_gettimeofday.c... Parsing code for file src/core/tun.c... Parsing code for file src/core/use_count.c... Parsing code for file src/core/utils.c... Parsing code for file src/core/write_queue.c... Generating file documentation... Generating docs for file include/osmocom/core/application.h... Generating docs for file include/osmocom/core/backtrace.h... Generating docs for file include/osmocom/core/base64.h... Generating docs for file include/osmocom/core/bit16gen.h... Generating docs for file include/osmocom/core/bit32gen.h... Generating docs for file include/osmocom/core/bit64gen.h... Generating docs for file include/osmocom/core/bitcomp.h... Generating docs for file include/osmocom/core/bits.h... Generating docs for file include/osmocom/core/bitvec.h... Generating docs for file include/osmocom/core/byteswap.h... Generating docs for file include/osmocom/core/conv.h... Generating docs for file include/osmocom/core/counter.h... Generating docs for file include/osmocom/core/crc16.h... Generating docs for file include/osmocom/core/crc16gen.h... Generating docs for file include/osmocom/core/crc32gen.h... Generating docs for file include/osmocom/core/crc64gen.h... Generating docs for file include/osmocom/core/crc8gen.h... Generating docs for file include/osmocom/core/crcgen.h... Generating docs for file include/osmocom/core/defs.h... Generating docs for file include/osmocom/core/endian.h... Generating docs for file include/osmocom/core/exec.h... Generating docs for file include/osmocom/core/fsm.h... Generating docs for file include/osmocom/core/gsmtap.h... Generating docs for file include/osmocom/core/gsmtap_util.h... Generating docs for file include/osmocom/core/hash.h... Generating docs for file include/osmocom/core/hashtable.h... Generating docs for file include/osmocom/core/isdnhdlc.h... Generating docs for file include/osmocom/core/it_q.h... Generating docs for file include/osmocom/core/linuxlist.h... Generating docs for file include/osmocom/core/linuxrbtree.h... Generating docs for file include/osmocom/core/log2.h... Generating docs for file include/osmocom/core/logging.h... Generating docs for file include/osmocom/core/logging_internal.h... Generating docs for file include/osmocom/core/loggingrb.h... Generating docs for file include/osmocom/core/macaddr.h... Generating docs for file incl/build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:94: warning: The following parameter of osmo_isdnhdlc_decode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, int slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:321: warning: The following parameter of osmo_isdnhdlc_encode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, uint16_t slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' ude/osmocom/core/mnl.h... Generating docs for file include/osmocom/core/msgb.h... Generating docs for file include/osmocom/core/msgfile.h... Generating docs for file include/osmocom/core/netdev.h... Generating docs for file include/osmocom/core/netns.h... Generating docs for file include/osmocom/core/osmo_io.h... Generating docs for file include/osmocom/core/panic.h... Generating docs for file include/osmocom/core/plugin.h... Generating docs for file include/osmocom/core/prbs.h... Generating docs for file include/osmocom/core/prim.h... Generating docs for file include/osmocom/core/process.h... Generating docs for file include/osmocom/core/rate_ctr.h... Generating docs for file include/osmocom/core/select.h... Generating docs for file include/osmocom/core/sercomm.h... Generating docs for file include/osmocom/core/serial.h... Generating docs for file include/osmocom/core/signal.h... Generating docs for file include/osmocom/core/sockaddr_str.h... Generating docs for file include/osmocom/core/socket.h... Generating docs for file include/osmocom/core/socket_compat.h... Generating docs for file include/osmocom/core/soft_uart.h... Generating docs for file include/osmocom/core/stat_item.h... Generating docs for file include/osmocom/core/statistics.h... Generating docs for file include/osmocom/core/stats.h... Generating docs for file include/osmocom/core/stats_tcp.h... Generating docs for file include/osmocom/core/strrb.h... Generating docs for file include/osmocom/core/talloc.h... Generating docs for file include/osmocom/core/tdef.h... Generating docs for file include/osmocom/core/thread.h... Generating docs for file include/osmocom/core/time_cc.h... Generating docs for file include/osmocom/core/timer.h... Generating docs for file include/osmocom/core/timer_compat.h... Generating docs for file include/osmocom/core/tun.h... Generating docs for file include/osmocom/core/use_count.h... Generating docs for file include/osmocom/core/utils.h... Generating docs for file include/osmocom/core/write_queue.h... Generating docs for file src/core/application.c... Generating docs for file src/core/backtrace.c... Generating docs for file src/core/base64.c... Generating docs for file src/core/bitcomp.c... Generating docs for file src/core/bits.c... Generating docs for file src/core/bitvec.c... Generating docs for file src/core/context.c... Generating docs for file src/core/conv.c... Generating docs for file src/core/conv_acc.c... Generating docs for file src/core/conv_acc_generic.c... Generating docs for file src/core/conv_acc_neon.c... Generating docs for file src/core/conv_acc_neon_impl.h... Generating docs for file src/core/conv_acc_sse.c... Generating docs for file src/core/conv_acc_sse_avx.c... Generating docs for file src/core/conv_acc_sse_impl.h... Generating docs for file src/core/counter.c... Generating docs for file src/core/crc16.c... Generating docs for file src/core/crc16gen.c... Generating docs for file src/core/crc32gen.c... Generating docs for file src/core/crc64gen.c... Generating docs for file src/core/crc8gen.c... Generating docs for file src/core/exec.c... Generating docs for file src/core/fsm.c... Generating docs for file src/core/gsmtap_util.c... Generating docs for file src/core/isdnhdlc.c... Generating docs for file src/core/it_q.c... Generating docs for file src/core/logging.c... Generating docs for file src/core/logging_gsmtap.c... Generating docs for file src/core/logging_syslog.c... Generating docs for file src/core/logging_systemd.c... Generating docs for file src/core/loggingrb.c... Generating docs for file src/core/macaddr.c... Generating docs for file src/core/mnl.c... Generating docs for file src/core/msgb.c... Generating docs for file src/core/msgfile.c... Generating docs for file src/core/netdev.c... Generating docs for file src/core/netns.c... Generating docs for file src/core/osmo_io.c... Generating docs for file src/core/osmo_io_internal.h... Generating docs for file src/core/osmo_io_poll.c... Generating docs for file src/core/osmo_io_uring.c... Generating docs for file src/core/panic.c... Generating docs f/build/_osmocom_api/libosmocore/include/osmocom/core/bits.h:27: warning: unable to resolve reference to 'pbit_t:' for \ref command /build/_osmocom_api/libosmocore/src/core/bits.c:140: warning: unable to resolve reference to 'out' for \ref command /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/src/core/bitvec.c:416: warning: argument 'bit' of command @param is not found in the argument list of bitvec_free(struct bitvec *bv) /build/_osmocom_api/libosmocore/src/core/bitvec.c:416: warning: The following parameter of bitvec_free(struct bitvec *bv) is not documented: parameter 'bv' /build/_osmocom_api/libosmocore/src/core/bitvec.c:426: warning: argument 'bitvec' of command @param is not found in the argument list of bitvec_pack(const struct bitvec *bv, uint8_t *buffer) /build/_osmocom_api/libosmocore/src/core/bitvec.c:426: warning: The following parameter of bitvec_pack(const struct bitvec *bv, uint8_t *buffer) is not documented: parameter 'bv' /build/_osmocom_api/libosmocore/src/core/bitvec.c:603: warning: Found unknown command '\go' /build/_osmocom_api/libosmocore/src/core/bitvec.c:503: warning: The following parameter of bitvec_write_field(struct bitvec *bv, unsigned int *write_index, uint64_t val, unsigned int len) is not documented: parameter 'val' /build/_osmocom_api/libosmocore/src/core/crc16.c:54: warning: argument 'in' of command @param is not found in the argument list of osmo_crc16(uint16_t crc, uint8_t const *buffer, size_t len) /build/_osmocom_api/libosmocore/src/core/crc16.c:54: warning: argument 'in' of command @param is not found in the argument list of osmo_crc16(uint16_t crc, uint8_t const *buffer, size_t len) /build/_osmocom_api/libosmocore/src/core/crc16.c:54: warning: argument 'in' of command @param is not found in the argument list of osmo_crc16(uint16_t crc, uint8_t const *buffer, size_t len) /build/_osmocom_api/libosmocore/src/core/crc16.c:56: warning: unable to resolve reference to 'buffer' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h:359: warning: The following parameter of OSMO_NAME_C_IMPL(CTX, INITIAL_BUFSIZE, ON_ERROR, FUNC_BUF, FUNC_BUF_ARGS...) is not documented: parameter 'CTX' /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h:134: warning: argument 'args' of command @param is not found in the argument list of osmo_talloc_asprintf(ctx, dest, fmt, args ...) /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h:134: warning: The following parameter of osmo_talloc_asprintf(ctx, dest, fmt, args ...) is not documented: parameter 'args ...' /build/_osmocom_api/libosmocore/src/core/utils.c:986: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_cstr_c(void *ctx, const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:986: warning: The following parameters of osmo_escape_cstr_c(void *ctx, const char *str, int in_len) are not documented: parameter 'ctx' parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:852: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_str(const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:852: warning: The following parameter of osmo_escape_str(const char *str, int in_len) is not documented: parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:699: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_str_buf(const char *str, int in_len, char *buf, size_t bufsize) /build/_osmocom_api/libosmocore/src/core/utils.c:699: warning: The following parameter of osmo_escape_str_buf(const char *str, int in_len, char *buf, size_t bufsize) is not documented: parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:863: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_str_c(const void *ctx, const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:863: warning: The following parameters of osmo_escape_str_c(const void *ctx, const char *str, int in_len) are not documented: parameter 'ctx' parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:1400: warning: The following parameter of osmo_int_to_float_str_buf(char *buf, size_t buflen, int64_t val, unsigned int precision) is not documented: parameter 'precision' /build/_osmocom_api/libosmocore/src/core/utils.c:1461: warning: The following parameter of osmo_int_to_float_str_c(void *ctx, int64_t val, unsigned int precision) is not documented: parameter 'precision' /build/_osmocom_api/libosmocore/src/core/utils.c:1016: warning: argument 'len' of command @param is not found in the argument list of osmo_quote_cstr_c(void *ctx, const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:1016: warning: The following parameters of osmo_quote_cstr_c(void *ctx, const char *str, int in_len) are not documented: parameter 'ctx' parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:931: warning: The following parameters of osmo_quote_str_buf(const char *str, int in_len, char *buf, size_t bufsize) are not documented: parameter 'buf' parameter 'bufsize' /build/_osmocom_api/libosmocore/src/core/utils.c:960: warning: The following parameter of osmo_quote_str_c(const void *ctx, const char *str, int in_len) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: argument 'ctx' of command @param is not found in the argument list of osmo_strrb_create(void *talloc_ctx, size_t rb_size) /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: The following parameter of osmo_strrb_create(void *talloc_ctx, size_t rb_size) is not documented: parameter 'talloc_ctx' /build/_osmocom_api/libosmocore/src/core/fsm.c:175: warning: argument 'in' of command @param is not found in the argument list of osmo_fsm_set_dealloc_ctx(void *ctx) /build/_osmocom_api/libosmocore/src/core/gsmtap_util.c:254: warning: unable to resolve reference to 'data' for \ref command /build/_osmocom_api/libosmocore/src/core/gsmtap_util.c:207: warning: unable to resolve reference to 'data' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:520: warning: Found unknown command '@next' /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:580: warning: argument 'new' of command @param is not found in the argument list of hlist_move_list(struct hlist_head *old, struct hlist_head *_new) /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:580: warning: The following parameter of hlist_move_list(struct hlist_head *old, struct hlist_head *_new) is not documented: parameter '_new' /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:444: warning: argument 'n' of command @param is not found in the argument list of hlist_unhashed_lockless(const struct hlist_node *h) /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:444: warning: The following parameter of hlist_unhashed_lockless(const struct hlist_node *h) is not documented: parameter 'h' /build/_osmocom_api/libosmocore/src/core/logging.c:1503: warning: Found unknown command '\retruns' /build/_osmocom_api/libosmocore/src/core/logging.c:789: warning: The following parameter of logp(int subsys, const char *file, int line, int cont, const char *format,...) is not documented: parameter 'line' /build/_osmocom_api/libosmocore/src/core/logging.c:805: warning: The following parameter of logp2(int subsys, unsigned int level, const char *file, int line, int cont, const char *format,...) is not documented: parameter 'line' /build/_osmocom_api/libosmocore/src/core/logging.c:747: warning: The following parameter of osmo_vlogp(int subsys, int level, const char *file, int line, int cont, const char *format, va_list ap) is not documented: parameter 'line' /build/_osmocom_api/libosmocore/src/core/msgb.c:44: warning: unable to resolve reference to 'msgb:' for \ref command /build/_osmocom_api/libosmocore/src/core/msgb.c:364: warning: The following parameter of msgb_copy_resize(const struct msgb *msg, uint16_t new_len, const char *name) is not documented: parameter 'new_len' /build/_osmocom_api/libosmocore/src/core/osmo_io.c:864: warning: argument 'size' of command @param is not found in the argument list of osmo_iofd_set_txqueue_max_length(struct osmo_io_fd *iofd, unsigned int max_length) /build/_osmocom_api/libosmocore/src/core/osmo_io.c:864: warning: The following parameter of osmo_iofd_set_txqueue_max_length(struct osmo_io_fd *iofd, unsigned int max_length) is not documented: parameter 'max_length' /build/_osmocom_api/libosmocore/src/core/rate_ctr.c:41: warning: unable to resolve reference to 'rate_ctr:' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/core/sercomm.c:123: warning: argument 'n' of command @param is not found in the argument list of osmo_sercomm_tx_queue_depth(struct osmo_sercomm_inst *sercomm, uint8_t dlci) /build/_osmocom_api/libosmocore/src/core/sercomm.c:123: warning: The following parameter of osmo_sercomm_tx_queue_depth(struct osmo_sercomm_inst *sercomm, uint8_t dlci) is not documented: parameter 'sercomm' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command /build/_osmocom_api/libosmocore/src/core/stat_item.c:347: warning: argument 'name' of command @param is not found in the argument list of osmo_stat_item_get_group_by_name_idxname(const char *group_name, const char *idx_name) /build/_osmocom_api/libosmocore/src/core/stat_item.c:347: warning: The following parameter of osmo_stat_item_get_group_by_name_idxname(const char *group_name, const char *idx_name) is not documented: parameter 'group_name' /build/_osmocom_api/libosmocore/src/core/stat_item.c:175: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/core/stat_item.c:173: warning: argument 'desc' of command @param is not found in the argument list of osmo_stat_item_group_alloc(void *ctx, const struct osmo_stat_item_group_desc *group_desc, unsigned int idx) /build/_osmocom_api/libosmocore/src/core/stat_item.c:173: warning: The following parameter of osmo_stat_item_group_alloc(void *ctx, const struct osmo_stat_item_group_desc *group_desc, unsigned int idx) is not documented: parameter 'group_desc' /build/_osmocom_api/libosmocore/src/core/stats_tcp.c:191: warning: argument 'human' of command @param is not found in the argument list of osmo_stats_tcp_osmo_fd_register(const struct osmo_fd *fd, const char *name) /build/_osmocom_api/libosmocore/src/core/stats_tcp.c:191: warning: The following parameter of osmo_stats_tcp_osmo_fd_register(const struct osmo_fd *fd, const char *name) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: argument 'ctx' of command @param is not found in the argument list of osmo_strrb_create(void *talloc_ctx, size_t rb_size) /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: The following parameter of osmo_strrb_create(void *talloc_ctx, size_t rb_size) is not documented: parameter 'talloc_ctx' /build/_osmocom_api/libosmocore/src/core/tdef.c:39: warning: unable to resolve reference to 'Tdef_VTY' for \ref command /build/_osmocom_api/libosmocore/src/core/tdef.c:57: warning: unable to resolve reference to 'tests/tdef/tdef_vty_config_root_test.c:' for \ref command /build/_osmocom_api/libosmocore/src/core/tdef.c:61: warning: unable to resolve reference to 'tests/tdef/tdef_vty_config_subnode_test.c:' for \ref command /build/_osmocom_api/libosmocore/src/core/tdef.c:68: warning: unable to resolve reference to 'tests/tdef/tdef_vty_dynamic_test.c:' for \ref command /build/_osmocom_api/libosmocore/src/core/tdef.c:84: warning: unable to resolve reference to 'tdef_vty.h' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h:181: warning: argument 'tdefs' of command @param is not found in the argument list of osmo_tdef_groups_for_each(g, tdef_groups) /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h:181: warning: The following parameter of osmo_tdef_groups_for_each(g, tdef_groups) is not documented: parameter 'tdef_groups' /build/_osmocom_api/libosmocore/src/core/tdef.c:331: warning: The following parameters of _osmo_tdef_fsm_inst_state_chg(struct osmo_fsm_inst *fi, uint32_t state, const struct osmo_tdef_state_timeout *timeouts_array, const struct osmo_tdef *tdefs, long default_timeout, const char *file, int line) are not documented: parameter 'fi' parameter 'state' parameter 'timeouts_array' parameter 'tdefs' parameter 'default_timeout' /build/_osmocom_api/libosmocore/src/core/tdef.c:269: warning: argument 'tdef' of command @param is not found in the argument list of osmo_tdef_range_str_buf(char *buf, size_t buf_len, struct osmo_tdef *t) /build/_osmocom_api/libosmocore/src/core/tdef.c:269: warning: The following parameter of osmo_tdef_range_str_buf(char *buf, size_t buf_len, struct osmo_tdef *t) is not documented: parameter 't' /build/_osmocom_api/libosmocore/src/core/use_count.c:228: warning: The following parameters of _osmo_use_count_get_put(struct osmo_use_count *uc, const char *use, int32_t change, const char *file, int line) are not documented: parameter 'uc' parameter 'use' parameter 'change' /build/_osmocom_api/libosmocore/src/core/netdev.c:754: warning: argument 'data_ind_cb' of command @param is not found in the argument list of osmo_netdev_set_ifupdown_ind_cb(struct osmo_netdev *netdev, osmo_netdev_ifupdown_ind_cb_t ifupdown_ind_cb) /build/_osmocom_api/libosmocore/src/core/netdev.c:754: warning: The following parameter of osmo_netdev_set_ifupdown_ind_cb(struct osmo_netdev *netdev, osmo_netdev_ifupdown_ind_cb_t ifupdown_ind_cb) is not documented: parameter 'ifupdown_ind_cb' /build/_osmocom_api/libosmocore/src/core/netdev.c:737: warning: The following parameter of osmo_netdev_set_priv_data(struct osmo_netdev *netdev, void *priv_data) is not documented: parameter 'priv_data' /build/_osmocom_api/libosmocore/src/core/tun.c:458: warning: The following parameter of osmo_tundev_set_priv_data(struct osmo_tundev *tundev, void *priv_data) is not documented: parameter 'priv_data' or file src/core/plugin.c... Generating docs for file src/core/prbs.c... Generating docs for file src/core/prim.c... Generating docs for file src/core/probes.d... Generating docs for file src/core/rate_ctr.c... Generating docs for file src/core/rbtree.c... Generating docs for file src/core/select.c... Generating docs for file src/core/sercomm.c... Generating docs for file src/core/serial.c... Generating docs for file src/core/signal.c... Generating docs for file src/core/sockaddr_str.c... Generating docs for file src/core/socket.c... Generating docs for file src/core/soft_uart.c... Generating docs for file src/core/stat_item.c... Generating docs for file src/core/stat_item_internal.h... Generating docs for file src/core/stats.c... Generating docs for file src/core/stats_statsd.c... Generating docs for file src/core/stats_tcp.c... Generating docs for file src/core/strrb.c... Generating docs for file src/core/tdef.c... Generating docs for file src/core/thread.c... Generating docs for file src/core/time_cc.c... Generating docs for file src/core/timer.c... Generating docs for file src/core/timer_clockgettime.c... Generating docs for file src/core/timer_gettimeofday.c... Generating docs for file src/core/tun.c... Generating docs for file src/core/use_count.c... Generating docs for file src/core/utils.c... Generating docs for file src/core/write_queue.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound _gsmtap_inst_legacy... Generating docs for compound bitvec... Generating docs for compound gsmtap_hdr... Generating docs for compound gsmtap_inst... Generating docs for compound gsmtap_osmocore_log_hdr... Generating docs for compound hlist_head... Generating docs for compound hlist_node... Generating docs for compound iofd_backend_ops... Generating docs for compound iofd_msghdr... Generating docs for compound llist_head... Generating docs for compound log_category... Generating docs for compound log_context... Generating docs for compound log_info... Generating docs for compound log_info_cat... Generating docs for compound log_target... Generating docs for compound msgb... Generating docs for compound netdev_netns_ctx... Generating docs for compound osmo_config_entry... Generating docs for compound osmo_config_list... Generating docs for compound osmo_conv_code... Generating docs for compound osmo_conv_decoder... Generating docs for compound osmo_conv_encoder... Generating docs for compound osmo_counter... Generating docs for compound osmo_crc16gen_code... Generating docs for compound osmo_crc32gen_code... Generating docs for compound osmo_crc64gen_code... Generating docs for compound osmo_crc8gen_code... Generating docs for compound osmo_fd... Generating docs for compound osmo_fsm... Generating docs for compound osmo_fsm_inst... Generating docs for compound osmo_fsm_state... Generating docs for compound osmo_io_fd... Generating docs for compound osmo_io_ops... Generating docs for compound osmo_isdnhdlc_vars... Generating docs for compound osmo_it_q... Generating docs for compound osmo_mnl... Generating docs for compound osmo_netdev... Generating docs for compound osmo_prbs... Generating docs for compound osmo_prbs_state... Generating docs for compound osmo_prim_event_map... Generating docs for compound osmo_prim_hdr... Generating docs for compound osmo_sercomm_inst... Generating docs for compound osmo_signalfd... Generating docs for compound osmo_sock_init2_multiaddr_pars... Generating docs for compound osmo_sockaddr... Generating docs for compound osmo_sockaddr_str... Generating docs for compound osmo_soft_uart... Generating docs for compound osmo_soft_uart_cfg... Generating docs for compound osmo_stat_item... Generating docs for compound osmo_stat_item_desc... Generating docs for compound osmo_stat_item_group... Generating docs for compound osmo_stat_item_group_desc... Generating docs for compound osmo_stat_item_period... Generating docs for compound osmo_stats_config... Generating docs for compound osmo_stats_reporter... Generating docs for co/build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h:77: warning: explicit link request to 'define' could not be resolved /build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h:79: warning: explicit link request to 'define' could not be resolved /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command mpound osmo_strbuf... Generating docs for compound osmo_strrb... Generating docs for compound osmo_talloc_contexts... Generating docs for compound osmo_tcp_stats_config... Generating docs for compound osmo_tdef... Generating docs for compound osmo_tdef_group... Generating docs for compound osmo_tdef_state_timeout... Generating docs for compound osmo_time_cc... Generating docs for compound osmo_time_cc_cfg... Generating docs for compound osmo_timer_list... Generating docs for compound osmo_tundev... Generating docs for compound osmo_use_count... Generating docs for compound osmo_use_count_entry... Generating docs for compound osmo_wqueue... Generating docs for compound rate_ctr... Generating docs for compound rate_ctr_desc... Generating docs for compound rate_ctr_group... Generating docs for compound rate_ctr_group_desc... Generating docs for compound rate_ctr_per_intv... Generating docs for compound rb_node... Generating docs for compound rb_root... Generating docs for compound signal_handler... Generating docs for compound stats_tcp_entry... Generating docs for compound value_string... Generating docs for compound vdecoder... Generating docs for compound vtrellis... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 2934/65536 hits=29011 misses=3134 finished... touch "doc/libosmocore.tag.prep" rm -rf ./doc/gsm; mkdir -p ./doc/gsm rm -rf ./doc/libosmogsm.map /usr/bin/doxygen ./Doxyfile.gsm warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! error: Tag file 'doc/libosmoisdn.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmovty.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocodec.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocoding.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmoctrl.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gsm Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/crypt Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm/milenage Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm/tuak Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm/kdf Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/a5.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/a5.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/abis_nm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/abis_nm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/apn.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/apn.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bitvec_gsm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bitvec_gsm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bsslap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bsslap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bssmap_le.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bssmap_le.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bts_features.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bts_features.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/cbsp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/cbsp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128v23.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128v23.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gad.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gad.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gan.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gan.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gea.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gea.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0341.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0341.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smr.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smr.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0480.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0480.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0502.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0502.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0503.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0503.h/build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29205.h:39: warning: end of file while inside a group /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48.h:57: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) ... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_lcs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_lcs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23003.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23003.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23236.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23236.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29118.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29118.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29205.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29205.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm44021.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm44021.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_arfcn_range_encode.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_arfcn_range_encode.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_ie.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_ie.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_rest_octets.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_rest_octets.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup_sms.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup_sms.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/i460_mux.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/i460_mux.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/ipa.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/ipa.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/iuup.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/iuup.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/kasumi.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/kasumi.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/l1sap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/l1sap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapd_core.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapd_core.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapdm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapdm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/meas_rep.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/meas_rep.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/mncc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/mncc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap_client.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap_client.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/prim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/prim.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_40.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_40.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_41.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_41.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_11.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_11.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_12.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_12.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_14.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_14.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_80.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_80.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_09_02.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_09_02.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_003.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_003.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_032.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_032.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_041.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_041.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_25_415.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_25_415.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_29_118.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_29_118.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_004.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_004.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_060.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_060.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_068.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_068.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_318.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_318.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_049.h... Parsing file /build/build/_osmocom_api/libosmocore/include/osmocom/crypt/auth.h:151: warning: end of file while inside a group /build/_osmocom_api/libosmocore/include/osmocom/crypt/kdf.h:22: warning: end of file while inside a group /_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_049.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_071.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_071.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_49_031.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_49_031.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/ipaccess.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/ipaccess.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/smpp34_osmocom.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/smpp34_osmocom.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/rlp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/rlp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/rsl.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/rsl.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/rxlev_stat.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/rxlev_stat.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/sysinfo.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/sysinfo.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/tlv.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/tlv.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/auth.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/auth.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/gprs_cipher.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/gprs_cipher.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/kdf.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/kdf.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/utran_cipher.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/utran_cipher.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/a5.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/a5.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/apn.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/apn.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v1.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v1.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v23.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v23.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_core.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_core.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_milenage.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_milenage.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_tuak.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_tuak.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_xor.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_xor.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_xor_2g.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_xor_2g.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/bsslap.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/bsslap.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/bts_features.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/bts_features.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/cbsp.c... Parsing file /build/_osmocom_api/li/build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2561: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/gsm/gsm29205.c:114: warning: end of file while inside a group bosmocore/src/gsm/cbsp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/comp128.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/comp128.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/comp128v23.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/comp128v23.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gad.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gad.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gan.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gan.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gea.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gea.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gprs_cipher_core.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gprs_cipher_core.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gprs_gea.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gprs_gea.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gprs_rlc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gprs_rlc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0341.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0341.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smr.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smr.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0414.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0414.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0502.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0502.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0503_conv.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0503_conv.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm29118.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm29118.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm29205.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm29205.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm44068.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm44068.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48049.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48049.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48_ie.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48_ie.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm_04_08_gprs.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm_04_08_gprs.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsup.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsup.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsup_sms.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsup_sms.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/ipa.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/ipa.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/iuup.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/iuup.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kasumi.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kasumi.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/common.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/common.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1_i.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1_i.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256_i.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256_i.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/lapdm.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/lapdm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal-enc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal-enc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_i.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_i.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_wrap.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_wrap.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/common.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/common.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/crypto.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/crypto.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/includes.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/includes.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c... Preprocessing /build/_osmocom_api/libosmocore/sr:21284: warning: group bitvec: ignoring title "Bit vectors" that does not match old title "helpers for GSM" /build/_osmocom_api/libosmocore/src/gsm/iuup.c:1: warning: the name 'iu_up.c' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:270: warning: no matching file member found for uint16_t pdp_type osmo_gsup_pdp_info::@9::OSMO_DEPRECATED("use pdp_type_org and pdp_type_nr instead") Possible candidates: '#define OSMO_DEPRECATED(text)' at line 1 of file /build/_osmocom_api/libosmocore/doc/libosmocore.tag '#define OSMO_DEPRECATED(text)' at line 1 of file /build/_osmocom_api/libosmocore/doc/libosmocore.tag /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:502: warning: no uniquely matching class member found for struct gsm48_chan_desc::@61::@62 gsm48_chan_desc::@61::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:502: warning: no uniquely matching class member found for struct gsm48_chan_desc::@61::@63 gsm48_chan_desc::@61::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:0: warning: no uniquely matching class member found for struct @66::@67 @66::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:0: warning: no uniquely matching class member found for struct @66::@68 @66::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h:333: warning: no uniquely matching class member found for struct gsm48_pdp_address::@71::@74::@75 gsm48_pdp_address::@71::@74::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h:18: warning: no uniquely matching class member found for struct @76::@78::@79 @76::@78::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:143: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:144: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:145: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:151: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:135: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:136: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:252: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:253: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:254: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:255: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:267: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:237: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:238: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:239: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:240: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:220: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:221: warning: Found unknown command '@iv' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:222: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:223: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:193: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:194: warning: Found unknown command '@hash' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:196: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:166: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:167: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:168: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:181: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:182: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:183: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:431: warning: Found unknown command '@base' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:432: warning: Found unknown command '@base_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:433: warning: Found unknown command '@power' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:434: warning: Found unknown command '@power_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:435: warning: Found unknown command '@modulus' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:436: warning: Found unknown command '@modulus_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:346: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:347: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:348: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:349: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:350: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:390: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:297: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:298: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:299: warning: Found unknown command '@passwd' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:363: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:364: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:365: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:366: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:367: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:400: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:401: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:402: warning: Found unknown command '@crypt_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:403: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:404: warning: Found unknown command '@plain_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:329: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:330: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:331: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:332: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:333: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:380: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:312: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:313: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:281: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:282: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:105: warning: Found unknown command '@clear' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:106: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:107: warning: Found unknown command '@cypher' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:79: warning: Found unknown command '@seed' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:80: warning: Found unknown command '@seed_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:81: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:82: warning: Found unknown command '@xlen' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:32: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:33: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:34: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:35: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:42: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:43: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:44: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:45: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:30: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:0: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:456: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:457: warning: Found unknown command '@keylen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:458: warning: expected whitespace after \skip command /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:459: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:460: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:29: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:30: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:31: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:32: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:24: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:25: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:26: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:27: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' c/gsm/milenage/milenage.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/mncc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/mncc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/oap.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/oap.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/oap_client.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/oap_client.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/rlp.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/rlp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/rsl.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/rsl.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/rxlev_stat.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/rxlev_stat.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/sysinfo.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/sysinfo.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tlv_parser.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tlv_parser.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/crypt/auth.h... Generating code for file include/osmocom/crypt/gprs_cipher.h... Generating code for file include/osmocom/crypt/kdf.h... Generating code for file include/osmocom/crypt/utran_cipher.h... Generating code for file include/osmocom/gsm/a5.h... Generating code for file include/osmocom/gsm/abis_nm.h... Generating code for file include/osmocom/gsm/apn.h... Generating code for file include/osmocom/gsm/bitvec_gsm.h... Generating code for file include/osmocom/gsm/bsslap.h... Generating code for file include/osmocom/gsm/bssmap_le.h... Generating code for file include/osmocom/gsm/bts_features.h... Generating code for file include/osmocom/gsm/cbsp.h... Generating code for file include/osmocom/gsm/comp128.h... Generating code for file include/osmocom/gsm/comp128v23.h... Generating code for file include/osmocom/gsm/gad.h... Generating code for file include/osmocom/gsm/gan.h... Generating code for file include/osmocom/gsm/gea.h... Generating code for file include/osmocom/gsm/gsm0341.h... Generating code for file include/osmocom/gsm/gsm0411_smc.h... Generating code for file include/osmocom/gsm/gsm0411_smr.h... Generating code for file include/osmocom/gsm/gsm0411_utils.h... Generating code for file include/osmocom/gsm/gsm0480.h... Generating code for file include/osmocom/gsm/gsm0502.h... Generating code for file include/osmocom/gsm/gsm0503.h... Generating code for file include/osmocom/gsm/gsm0808.h... Generating code for file include/osmocom/gsm/gsm0808_lcs.h... Generating code for file include/osmocom/gsm/gsm0808_utils.h... Generating code for file include/osmocom/gsm/gsm23003.h... Generating code for file include/osmocom/gsm/gsm23236.h... Generating code for file include/osmocom/gsm/gsm29118.h... Generating code for file include/osmocom/gsm/gsm29205.h... Generating code for file include/osmocom/gsm/gsm44021.h... Generating code for file include/osmocom/gsm/gsm48.h... Generating code for file include/osmocom/gsm/gsm48_arfcn_range_encode.h... Generating code for file include/osmocom/gsm/gsm48_ie.h... Generating code for file include/osmocom/gsm/gsm48_rest_octets.h... Generating code for file include/osmocom/gsm/gsm_utils.h... Generating code for file include/osmocom/gsm/gsup.h... Generating code for file include/osmocom/gsm/gsup_sms.h... Generating code for file include/osmocom/gsm/i460_mux.h... Generating code for file include/osmocom/gsm/ipa.h... Generating code for file include/osmocom/gsm/iuup.h... Generating code for file include/osmocom/gsm/kasumi.h... Generating code for file include/osmocom/gsm/l1sap.h... Generating code for file include/osmocom/gsm/lapd_core.h... Generating code for file include/osmocom/gsm/lapdm.h... Generating code for file include/osmocom/gsm/meas_rep.h... Generating code for file include/osmocom/gsm/mncc.h... Generating code for file include/osmocom/gsm/oap.h... Generating code for file include/osmocom/gsm/oap_client.h... Generating code for file include/osmocom/gsm/prim.h... Generating code for file include/osmocom/gsm/protocol/gsm_03_40.h... Generating code for file include/osmocom/gsm/protocol/gsm_03_41.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_08.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_11.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_12.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_14.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_80.h... Generating code for file include/osmocom/gsm/protocol/gsm_08_08.h... Generating code for file include/osmocom/gsm/protocol/gsm_08_58.h... Generating code for file include/osmocom/gsm/protocol/gsm_09_02.h... Generating code for file include/osmocom/gsm/protocol/gsm_12_21.h... Generating code for file include/osmocom/gsm/protocol/gsm_23_003.h... Generating code for file include/osmocom/gsm/protocol/gsm_23_032.h... Generating code for file include/osmocom/gsm/protocol/gsm_23_041.h... Generating code for file include/osmocom/gsm/protocol/gsm_25_415.h... Generating code for file include/osmocom/gsm/protocol/gsm_29_118.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_004.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_060.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_068.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_318.h... Generating code for file include/osmocom/gsm/protocol/gsm_48_049.h... Generating code for file include/osmocom/gsm/protocol/gsm_48_071.h... Generating code for file include/osmocom/gsm/protocol/gsm_49_031.h... Generating code for file include/osmocom/gsm/protocol/ipaccess.h... Generating code for file include/osmocom/gsm/protocol/smpp34_osmocom.h... Generating code for file include/osmocom/gsm/rlp.h... Generating code for file include/osmocom/gsm/rsl.h... Generating code for file include/osmocom/gsm/rxlev_stat.h... Generating code for file include/osmocom/gsm/sysinfo.h... Generating code for file include/osmocom/gsm/tlv.h... Parsing code for file src/gsm/a5.c... Parsing code for file src/gsm/abis_nm.c... Parsing code for file src/gsm/apn.c... Parsing code for file src/gsm/auth_comp128v1.c... Parsing code for file src/gsm/auth_comp128v23.c... Parsing code for file src/gsm/auth_core.c... Parsing code for file src/gsm/auth_milenage.c... Parsing code for file src/gsm/auth_tuak.c... Parsing code for file src/gsm/auth_xor.c... Parsing code for file src/gsm/auth_xor_2g.c... Parsing code for file src/gsm/bsslap.c... Parsing code for file src/gsm/bssmap_le.c... Parsing code for file src/gsm/bts_features.c... Parsing code for file src/gsm/cbsp.c... Parsing code for file src/gsm/comp128.c... Parsing code for file src/gsm/comp128v23.c... Parsing code for file src/gsm/gad.c... Parsing code for file src/gsm/gan.c... Parsing code for file src/gsm/gea.c... Parsing code for file src/gsm/gprs_cipher_core.c... Parsing code for file src/gsm/gprs_gea.c... Parsing code for file src/gsm/gprs_rlc.c... Parsing code for file src/gsm/gsm0341.c... Parsing code for file src/gsm/gsm0411_smc.c... Parsing code for file src/gsm/gsm0411_smr.c... Parsing code for file src/gsm/gsm0411_utils.c... Parsing code for file src/gsm/gsm0414.c... Parsing code for file src/gsm/gsm0480.c... Parsing code for file src/gsm/gsm0502.c... Parsing code for file src/gsm/gsm0503_conv.c... Parsing code for file src/gsm/gsm0808.c... Parsing code for file src/gsm/gsm0808_utils.c... Parsing code for file src/gsm/gsm23003.c... Parsing code for file src/gsm/gsm23236.c... Parsing code for file src/gsm/gsm29118.c... Parsing code for file src/gsm/gsm29205.c... Parsing code for file src/gsm/gsm44021.c... Parsing code for file src/gsm/gsm44068.c... Parsing code for file src/gsm/gsm48.c... Parsing code for file src/gsm/gsm48049.c... Parsing code for file src/gsm/gsm48_arfcn_range_encode.c... Parsing code for file src/gsm/gsm48_ie.c... Parsing code for file src/gsm/gsm48_rest_octets.c... Parsing code for file src/gsm/gsm_04_08_gprs.c... Parsing code for file src/gsm/gsm_utils.c... Parsing code for file src/gsm/gsup.c... Parsing code for file src/gsm/gsup_sms.c... Parsing code for file src/gsm/ipa.c... Parsing code for file src/gsm/iuup.c... Parsing code for file src/gsm/kasumi.c... Parsing code for file src/gsm/kdf.c... Parsing code for file src/gsm/kdf/sha1-internal.c... Parsing code for file src/gsm/kdf/sha1.c... Generating code for file src/gsm/kdf/sha1.h... Generating code for file src/gsm/kdf/sha1_i.h... Parsing code for file src/gsm/kdf/sha256-internal.c... Parsing code for file src/gsm/kdf/sha256.c... Generating code for file src/gsm/kdf/sha256.h... Generating code for file src/gsm/kdf/sha256_i.h... Parsing code for file src/gsm/lapdm.c... Parsing code for file src/gsm/milenage/aes-encblock.c... Parsing code for file src/gsm/milenage/aes-internal-enc.c... Parsing code for file src/gsm/milenage/aes-internal.c... Generating code for file src/gsm/milenage/aes.h... Generating code for file src/gsm/milenage/aes_i.h... Generating code for file src/gsm/milenage/aes_wrap.h... Generating code for file src/gsm/kdf/common.h... Generating code for file src/gsm/milenage/common.h... Generating code for file src/gsm/kdf/crypto.h... Generating code for file src/gsm/milenage/crypto.h... Generating code for file src/gsm/milenage/includes.h... Parsing code for file src/gsm/milenage/milenage.c... Generating code for file src/gsm/milenage/milenage.h... Parsing code for file src/gsm/mncc.c... Parsing code for file src/gsm/oap.c... Parsing code for file src/gsm/oap_client.c... Parsing code /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:235: warning: unable to resolve reference to 'ie_tag' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:236: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:237: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:238: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:239: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: argument 'cgi' of command @param is not found in the argument list of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: The following parameter of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) is not documented: parameter 'cgi_ps' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_home_network_domain(char *out, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'out' from the argument list of osmo_gen_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_domain(char *out, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'out' from the argument list of osmo_gen_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'out' from the argument list of osmo_gen_mme_group_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf_len' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: The following parameter of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'out' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'in' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'out' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'in' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: argument 'nri_range' of command @param is not found in the argument list of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: The following parameter of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) is not documented: parameter 'range' /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:93: warning: The following parameter of osmo_nri_v_limit_by_ranges(int16_t *nri_v, const struct osmo_nri_ranges *nri_ranges, uint32_t nri_bitlen) is not documented: parameter 'nri_bitlen' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: The following parameters of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: The following parameters of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c:127: warning: The following parameter of osmo_gsm48_range_enc_arfcns(enum osmo_gsm48_range range, const int *arfcns, int size, int *out, const int index) is not documented: parameter 'index' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: The following parameter of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: The following parameter of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:66: warning: argument 'decoded' of command @param is not found in the argument list of gsm_7bit_decode_n(char *text, size_t n, const uint8_t *user_data, uint8_t septet_l) /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:66: warning: argument 'length' of command @param is not found in the argument list of gsm_7bit_decode_n(char *text, size_t n, const uint8_t *user_data, uint8_t septet_l) /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:66: warning: The following parameters of gsm_7bit_decode_n(char *text, size_t n, const uint8_t *user_data, uint8_t septet_l) are not documented: parameter 'text' parameter 'septet_l' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'octets_written' of command @param is not found in the argument list of gsm_7bit_encode_n(uint8_t *result, size_t n, const char *data, int *octets) /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'result' from the argument list of gsm_7bit_encode_n has multiple @param documentation sections /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'n' from the argument list of gsm_7bit_encode_n has multiple @param documentation sections /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'data' from the argument list of gsm_7bit_encode_n has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:728: warning: Found unknown command '\arfcn' /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: argument 'GSM' of command @param is not found in the argument list of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: The following parameter of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) is not documented: parameter 'band' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items for file src/gsm/rlp.c... Parsing code for file src/gsm/rsl.c... Parsing code for file src/gsm/rxlev_stat.c... Parsing code for file src/gsm/sysinfo.c... Parsing code for file src/gsm/tlv_parser.c... Parsing code for file src/gsm/tuak/KeccakP-1600-3gpp.c... Generating code for file src/gsm/tuak/KeccakP-1600-3gpp.h... Parsing code for file src/gsm/tuak/tuak.c... Generating code for file src/gsm/tuak/tuak.h... Generating file documentation... Generating docs for file include/osmocom/crypt/auth.h... Generating docs for file include/osmocom/crypt/gprs_cipher.h... Generating docs for file include/osmocom/crypt/kdf.h... Generating docs for file include/osmocom/crypt/utran_cipher.h... Generating docs for file include/osmocom/gsm/a5.h... Generating docs for file include/osmocom/gsm/abis_nm.h... Generating docs for file include/osmocom/gsm/apn.h... Generating docs for file include/osmocom/gsm/bitvec_gsm.h... Generating docs for file include/osmocom/gsm/bsslap.h... Generating docs for file include/osmocom/gsm/bssmap_le.h... Generating docs for file include/osmocom/gsm/bts_features.h... Generating docs for file include/osmocom/gsm/cbsp.h... Generating docs for file include/osmocom/gsm/comp128.h... Generating docs for file include/osmocom/gsm/comp128v23.h... Generating docs for file include/osmocom/gsm/gad.h... Generating docs for file include/osmocom/gsm/gan.h... Generating docs for file include/osmocom/gsm/gea.h... Generating docs for file include/osmocom/gsm/gsm0341.h... Generating docs for file include/osmocom/gsm/gsm0411_smc.h... Generating docs for file include/osmocom/gsm/gsm0411_smr.h... Generating docs for file include/osmocom/gsm/gsm0411_utils.h... Generating docs for file include/osmocom/gsm/gsm0480.h... Generating docs for file include/osmocom/gsm/gsm0502.h... Generating docs for file include/osmocom/gsm/gsm0503.h... Generating docs for file include/osmocom/gsm/gsm0808.h... Generating docs for file include/osmocom/gsm/gsm0808_lcs.h... Generating docs for file include/osmocom/gsm/gsm0808_utils.h... Generating docs for file include/osmocom/gsm/gsm23003.h... Generating docs for file include/osmocom/gsm/gsm23236.h... Generating docs for file include/osmocom/gsm/gsm29118.h... Generating docs for file include/osmocom/gsm/gsm29205.h... Generating docs for file include/osmocom/gsm/gsm44021.h... Generating docs for file include/osmocom/gsm/gsm48.h... Generating docs for file include/osmocom/gsm/gsm48_arfcn_range_encode.h... Generating docs for file include/osmocom/gsm/gsm48_ie.h... Generating docs for file include/osmocom/gsm/gsm48_rest_octets.h... Generating docs for file include/osmocom/gsm/gsm_utils.h... Generating docs for file include/osmocom/gsm/gsup.h... Generating docs for file include/osmocom/gsm/gsup_sms.h... Generating docs for file include/osmocom/gsm/i460_mux.h... Generating docs for file include/osmocom/gsm/ipa.h... Generating docs for file include/osmocom/gsm/iuup.h... Generating docs for file include/osmocom/gsm/kasumi.h... Generating docs for file include/osmocom/gsm/l1sap.h... Generating docs for file include/osmocom/gsm/lapd_core.h... Generating docs for file include/osmocom/gsm/lapdm.h... Generating docs for file include/osmocom/gsm/meas_rep.h... Generating docs for file include/osmocom/gsm/mncc.h... Generating docs for file include/osmocom/gsm/oap.h... Generating docs for file include/osmocom/gsm/oap_client.h... Generating docs for file include/osmocom/gsm/prim.h... Generating docs for file include/osmocom/gsm/protocol/gsm_03_40.h... Generating docs for file include/osmocom/gsm/protocol/gsm_03_41.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_08.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_11.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_12.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_14.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_80.h... Generating docs for file include/osmocom/gsm/protocol/gsm_08_08.h... Generating docs for file incl/build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:0: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:0: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:235: warning: unable to resolve reference to 'ie_tag' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:236: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:237: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:238: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:239: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: argument 'cgi' of command @param is not found in the argument list of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: The following parameter of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) is not documented: parameter 'cgi_ps' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_home_network_domain(char *out, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'out' from the argument list of osmo_gen_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_domain(char *out, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'out' from the argument list of osmo_gen_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'out' from the argument list of osmo_gen_mme_group_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf_len' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: The following parameter of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'out' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'in' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'out' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'in' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: argument 'nri_range' of command @param is not found in the argument list of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: The following parameter of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) is not documented: parameter 'range' /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:93: warning: The following parameter of osmo_nri_v_limit_by_ranges(int16_t *nri_v, const struct osmo_nri_ranges *nri_ranges, uint32_t nri_bitlen) is not documented: parameter 'nri_bitlen' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: The following parameters of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: The following parameters of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c:127: warning: The following parameter of osmo_gsm48_range_enc_arfcns(enum osmo_gsm48_range range, const int *arfcns, int size, int *out, const int index) is not documented: parameter 'index' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: The following parameter of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: The following parameter of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:728: warning: Found unknown command '\arfcn' /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: argument 'GSM' of command @param is not found in the argument list of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: The following parameter of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) is not documented: parameter 'band' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:29: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:30: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:31: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:32: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:29: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:30: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:31: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:32: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' ude/osmocom/gsm/protocol/gsm_08_58.h... Generating docs for file include/osmocom/gsm/protocol/gsm_09_02.h... Generating docs for file include/osmocom/gsm/protocol/gsm_12_21.h... Generating docs for file include/osmocom/gsm/protocol/gsm_23_003.h... Generating docs for file include/osmocom/gsm/protocol/gsm_23_032.h... Generating docs for file include/osmocom/gsm/protocol/gsm_23_041.h... Generating docs for file include/osmocom/gsm/protocol/gsm_25_415.h... Generating docs for file include/osmocom/gsm/protocol/gsm_29_118.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_004.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_060.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_068.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_318.h... Generating docs for file include/osmocom/gsm/protocol/gsm_48_049.h... Generating docs for file include/osmocom/gsm/protocol/gsm_48_071.h... Generating docs for file include/osmocom/gsm/protocol/gsm_49_031.h... Generating docs for file include/osmocom/gsm/protocol/ipaccess.h... Generating docs for file include/osmocom/gsm/protocol/smpp34_osmocom.h... Generating docs for file include/osmocom/gsm/rlp.h... Generating docs for file include/osmocom/gsm/rsl.h... Generating docs for file include/osmocom/gsm/rxlev_stat.h... Generating docs for file include/osmocom/gsm/sysinfo.h... Generating docs for file include/osmocom/gsm/tlv.h... Generating docs for file src/gsm/a5.c... Generating docs for file src/gsm/abis_nm.c... Generating docs for file src/gsm/apn.c... Generating docs for file src/gsm/auth_comp128v1.c... Generating docs for file src/gsm/auth_comp128v23.c... Generating docs for file src/gsm/auth_core.c... Generating docs for file src/gsm/auth_milenage.c... Generating docs for file src/gsm/auth_tuak.c... Generating docs for file src/gsm/auth_xor.c... Generating docs for file src/gsm/auth_xor_2g.c... Generating docs for file src/gsm/bsslap.c... Generating docs for file src/gsm/bssmap_le.c... Generating docs for file src/gsm/bts_features.c... Generating docs for file src/gsm/cbsp.c... Generating docs for file src/gsm/comp128.c... Generating docs for file src/gsm/comp128v23.c... Generating docs for file src/gsm/gad.c... Generating docs for file src/gsm/gan.c... Generating docs for file src/gsm/gea.c... Generating docs for file src/gsm/gprs_cipher_core.c... Generating docs for file src/gsm/gprs_gea.c... Generating docs for file src/gsm/gprs_rlc.c... Generating docs for file src/gsm/gsm0341.c... Generating docs for file src/gsm/gsm0411_smc.c... Generating docs for file src/gsm/gsm0411_smr.c... Generating docs for file src/gsm/gsm0411_utils.c... Generating docs for file src/gsm/gsm0414.c... Generating docs for file src/gsm/gsm0480.c... Generating docs for file src/gsm/gsm0502.c... Generating docs for file src/gsm/gsm0503_conv.c... Generating docs for file src/gsm/gsm0808.c... Generating docs for file src/gsm/gsm0808_utils.c... Generating docs for file src/gsm/gsm23003.c... Generating docs for file src/gsm/gsm23236.c... Generating docs for file src/gsm/gsm29118.c... Generating docs for file src/gsm/gsm29205.c... Generating docs for file src/gsm/gsm44021.c... Generating docs for file src/gsm/gsm44068.c... Generating docs for file src/gsm/gsm48.c... Generating docs for file src/gsm/gsm48049.c... Generating docs for file src/gsm/gsm48_arfcn_range_encode.c... Generating docs for file src/gsm/gsm48_ie.c... Generating docs for file src/gsm/gsm48_rest_octets.c... Generating docs for file src/gsm/gsm_04_08_gprs.c... Generating docs for file src/gsm/gsm_utils.c... Generating docs for file src/gsm/gsup.c... Generating docs for file src/gsm/gsup_sms.c... Generating docs for file src/gsm/ipa.c... Generating docs for file src/gsm/iuup.c... Generating docs for file src/gsm/kasumi.c... Generating docs for file src/gsm/kdf.c... Generating docs for file src/gsm/kdf/sha1-internal.c... Generating docs for file src/gsm/kdf/sha1.c... Generating docs for file src/gsm/kdf/sha1.h... Generating docs for file src/gsm/kdf/sha1_i.h... Generating docs for file src/gs/build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:24: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:25: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:26: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:27: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:24: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:25: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:26: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:27: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c:787: warning: found documented return type for rijndaelKeySetupEnc that does not return anything /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c:787: warning: found documented return type for rijndaelKeySetupEnc that does not return anything /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:32: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:33: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:34: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:35: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:42: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:43: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:44: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:45: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:79: warning: Found unknown command '@seed' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:80: warning: Found unknown command '@seed_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:81: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:82: warning: Found unknown command '@xlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:105: warning: Found unknown command '@clear' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:106: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:107: warning: Found unknown command '@cypher' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:135: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:136: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:143: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:144: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:145: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:151: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:166: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:167: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:168: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:181: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:182: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:183: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:193: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:194: warning: Found unknown command '@hash' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:196: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:220: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:221: warning: Found unknown command '@iv' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:222: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:223: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:237: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:238: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:239: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:240: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:252: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:253: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:254: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:255: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:267: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:281: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:282: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:297: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:298: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:299: warning: Found unknown command '@passwd' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:312: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:313: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:329: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:330: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:331: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:332: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:333: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:346: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:347: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:348: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:349: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:350: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:363: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:364: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:365: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:366: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:367: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:380: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:390: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:400: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:401: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:402: warning: Found unknown command '@crypt_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:403: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:404: warning: Found unknown command '@plain_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:431: warning: Found unknown command '@base' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:432: warning: Found unknown command '@base_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:433: warning: Found unknown command '@power' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:434: warning: Found unknown command '@power_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:435: warning: Found unknown command '@modulus' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:436: warning: Found unknown command '@modulus_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:456: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:457: warning: Found unknown command '@keylen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:458: warning: expected whitespace after \skip command /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:459: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:460: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:143: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:144: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:145: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:151: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:135: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:136: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:252: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:253: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:254: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:255: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:267: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:237: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:238: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:239: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:240: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:220: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:221: warning: Found unknown command '@iv' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:222: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:223: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:193: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:194: warning: Found unknown command '@hash' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:196: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:166: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:167: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:168: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:181: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:182: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:183: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:431: warning: Found unknown command '@base' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:432: warning: Found unknown command '@base_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:433: warning: Found unknown command '@power' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:434: warning: Found unknown command '@power_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:435: warning: Found unknown command '@modulus' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:436: warning: Found unknown command '@modulus_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:438: warning: Found unknown command '@result_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:346: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:347: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:348: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:349: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:350: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:390: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:297: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:298: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:299: warning: Found unknown command '@passwd' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:363: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:364: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:365: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:366: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:367: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:400: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:401: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:402: warning: Found unknown command '@crypt_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:403: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:404: warning: Found unknown command '@plain_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:329: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:330: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:331: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:332: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:333: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:380: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:312: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:313: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:281: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:282: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:105: warning: Found unknown command '@clear' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:106: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:107: warning: Found unknown command '@cypher' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:79: warning: Found unknown command '@seed' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:80: warning: Found unknown command '@seed_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:81: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:82: warning: Found unknown command '@xlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:32: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:33: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:34: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:35: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:42: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:43: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:44: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:45: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:456: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:457: warning: Found unknown command '@keylen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:458: warning: expected whitespace after \skip command /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:459: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:460: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/a5.c:48: warning: argument 'key' of command @param is not found in the argument list of _a5_4(const uint8_t *ck, uint32_t fn, ubit_t *dl, ubit_t *ul, bool fn_correct) /build/_osmocom_api/libosmocore/src/gsm/a5.c:48: warning: The following parameter of _a5_4(const uint8_t *ck, uint32_t fn, ubit_t *dl, ubit_t *ul, bool fn_correct) is not documented: parameter 'ck' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:929: warning: argument 'len' of command @param is not found in the argument list of abis_nm_get_sw_desc(struct abis_nm_sw_desc *sw, const uint8_t *buf, size_t length) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:929: warning: The following parameter of abis_nm_get_sw_desc(struct abis_nm_sw_desc *sw, const uint8_t *buf, size_t length) is not documented: parameter 'length' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:867: warning: argument 'put_sw_descr' of command @param is not found in the argument list of abis_nm_put_sw_desc(struct msgb *msg, const struct abis_nm_sw_desc *sw, bool put_sw_desc) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:867: warning: The following parameter of abis_nm_put_sw_desc(struct msgb *msg, const struct abis_nm_sw_desc *sw, bool put_sw_desc) is not documented: parameter 'put_sw_desc' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:884: warning: argument 'put_sw_descr' of command @param is not found in the argument list of abis_nm_put_sw_file(struct msgb *msg, const char *id, const char *ver, bool put_sw_desc) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:884: warning: argument 'id' from the argument list of abis_nm_put_sw_file has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:884: warning: The following parameters of abis_nm_put_sw_file(struct msgb *msg, const char *id, const char *ver, bool put_sw_desc) are not documented: parameter 'ver' parameter 'put_sw_desc' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:856: warning: argument 'put_sw_descr' of command @param is not found in the argument list of abis_nm_sw_desc_len(const struct abis_nm_sw_desc *sw, bool put_sw_desc) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:856: warning: The following parameter of abis_nm_sw_desc_len(const struct abis_nm_sw_desc *sw, bool put_sw_desc) is not documented: parameter 'put_sw_desc' /build/_osmocom_api/libosmocore/src/gsm/gea.c:45: warning: argument 'direct' of command @param is not found in the argument list of gea3(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) /build/_osmocom_api/libosmocore/src/gsm/gea.c:45: warning: The following parameter of gea3(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) is not documented: parameter 'direction' /build/_osmocom_api/libosmocore/src/gsm/gea.c:31: warning: argument 'direct' of command @param is not found in the argument list of gea4(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) /build/_osmocom_api/libosmocore/src/gsm/gea.c:31: warning: The following parameter of gea4(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) is not documented: parameter 'direction' /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c:59: warning: argument 'integer' of command @param is not found in the argument list of gsm411_bcdify(uint8_t value) /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c:59: warning: The following parameter of gsm411_bcdify(uint8_t value) is not documented: parameter 'value' /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1449: warning: argument 'out' of command @param is not found in the argument list of gsm0808_cell_id_list_add(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id_list2 *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1449: warning: argument 'in' of command @param is not found in the argument list of gsm0808_cell_id_list_add(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id_list2 *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1491: warning: argument 'out' of command @param is not found in the argument list of gsm0808_cell_id_to_list(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1491: warning: argument 'in' of command @param is not found in the argument list of gsm0808_cell_id_to_list(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:236: warning: argument 'kc128' of command @param is not found in the argument list of gsm0808_create_cipher(const struct gsm0808_encrypt_info *ei, const uint8_t *cipher_response_mode) /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:487: warning: argument 'cause' of command @param is not found in the argument list of gsm0808_create_sapi_reject(uint8_t link_id) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2341: warning: argument 'di' of command @param is not found in the argument list of gsm0808_dec_data_identity(struct gsm0808_data_identity *ti, const uint8_t *elem, uint8_t len) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2341: warning: The following parameter of gsm0808_dec_data_identity(struct gsm0808_data_identity *ti, const uint8_t *elem, uint8_t len) is not documented: parameter 'ti' /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2319: warning: argument 'di' of command @param is not found in the argument list of gsm0808_enc_data_identity(struct msgb *msg, const struct gsm0808_data_identity *ti) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2319: warning: The following parameter of gsm0808_enc_data_identity(struct msgb *msg, const struct gsm0808_data_identity *ti) is not documented: parameter 'ti' /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:1382: warning: argument 'msgb' of command @param is not found in the argument list of gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id) /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:1382: warning: The following parameter of gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id) is not documented: parameter 'msg' /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1662: warning: argument 'hint' of command @param is not found in the argument list of gsm0808_sc_cfg_from_gsm48_mr_cfg(const struct gsm48_multi_rate_conf *cfg, bool fr) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1662: warning: The following parameter of gsm0808_sc_cfg_from_gsm48_mr_cfg(const struct gsm48_multi_rate_conf *cfg, bool fr) is not documented: parameter 'fr' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1668: warning: unexpected token TK_COMMAND_BS in comment block while parsing the argument of command param /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1668: warning: The following parameter of lapdm_channel_set_t200_fn(struct lapdm_channel *lc, const uint32_t *t200_fn_dcch, const uint32_t *t200_fn_acch) is not documented: parameter 'lc' /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:185: warning: argument 'name' of command @param is not found in the argument list of lapdm_entity_init3(struct lapdm_entity *le, enum lapdm_mode mode, const int *t200_ms, int n200, const char *name_pfx) /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:185: warning: The following parameter of lapdm_entity_init3(struct lapdm_entity *le, enum lapdm_mode mode, const int *t200_ms, int n200, const char *name_pfx) is not documented: parameter 'name_pfx' /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1657: warning: unexpected token TK_COMMAND_BS in comment block while parsing the argument of command param /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1657: warning: The following parameter of lapdm_entity_set_t200_fn(struct lapdm_entity *le, const uint32_t *t200_fn) is not documented: parameter 'le' /build/_osmocom_api/libosmocore/src/gsm/oap.c:38: warning: argument 'data' of command @param is not found in the argument list of osmo_oap_decode(struct osmo_oap_message *oap_msg, const uint8_t *const_data, size_t data_len) /build/_osmocom_api/libosmocore/src/gsm/oap.c:38: warning: The following parameter of osmo_oap_decode(struct osmo_oap_message *oap_msg, const uint8_t *const_data, size_t data_len) is not documented: parameter 'const_data' /build/_osmocom_api/libosmocore/src/gsm/gad.c:409: warning: argument 'gad' of command @param is not found in the argument list of osmo_gad_raw_to_str_buf(char *buf, size_t buflen, const union gad_raw *raw) /build/_osmocom_api/libosmocore/src/gsm/gad.c:409: warning: The following parameter of osmo_gad_raw_to_str_buf(char *buf, size_t buflen, const union gad_raw *raw) is not documented: parameter 'raw' /build/_osmocom_api/libosmocore/src/gsm/gad.c:482: warning: argument 'val' of command @param is not found in the argument list of osmo_gad_to_str_c(void *ctx, const struct osmo_gad *gad) /build/_osmocom_api/libosmocore/src/gsm/gad.c:482: warning: The following parameter of osmo_gad_to_str_c(void *ctx, const struct osmo_gad *gad) is not documented: parameter 'gad' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:779: warning: argument 'data' of command @param is not found in the argument list of osmo_bssap_le_dec(struct bssap_le_pdu *pdu, struct osmo_bssap_le_err **err, void *err_ctx, struct msgb *msg) /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:779: warning: argument 'len' of command @param is not found in the argument list of osmo_bssap_le_dec(struct bssap_le_pdu *pdu, struct osmo_bssap_le_err **err, void *err_ctx, struct msgb *msg) /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:779: warning: The following parameters of osmo_bssap_le_dec(struct bssap_le_pdu *pdu, struct osmo_bssap_le_err **err, void *err_ctx, struct msgb *msg) are not documented: parameter 'err' parameter 'err_ctx' parameter 'msg' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:701: warning: The following parameters of osmo_bssmap_le_dec(struct bssmap_le_pdu *pdu, struct osmo_bssmap_le_err **err, void *err_ctx, const uint8_t *data, size_t len) are not documented: parameter 'err' parameter 'err_ctx' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:172: warning: The following parameters of osmo_bssmap_le_ie_dec_location_type(struct bssmap_le_location_type *lt, enum bssmap_le_msgt msgt, enum bssmap_le_iei iei, struct osmo_bssmap_le_err **err, void *err_ctx, const uint8_t *elem, uint8_t len) are not documented: parameter 'msgt' parameter 'iei' parameter 'err' parameter 'err_ctx' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:292: warning: argument 'priority' of command @param is not found in the argument list of osmo_bssmap_le_ie_enc_lcs_qos(struct msgb *msg, const struct osmo_bssmap_le_lcs_qos *qos) /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:292: warning: The following parameter of osmo_bssmap_le_ie_enc_lcs_qos(struct msgb *msg, const struct osmo_bssmap_le_lcs_qos *qos) is not documented: parameter 'qos' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:339: warning: The following parameters of osmo_lcs_cause_dec(struct lcs_cause_ie *lcs_cause, enum bssmap_le_msgt msgt, enum bssmap_le_iei iei, struct osmo_bssmap_le_err **err, void *err_ctx, const uint8_t *data, uint8_t len) are not documented: parameter 'msgt' parameter 'iei' parameter 'err' parameter 'err_ctx' /build/_osmocom_api/libosmocore/src/gsm/rsl.c:151: warning: argument 'Channel' of command @param is not found in the argument list of rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot) /build/_osmocom_api/libosmocore/src/gsm/rsl.c:151: warning: The following parameter of rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot) is not documented: parameter 'type' /build/_osmocom_api/libosmocore/src/gsm/rsl.c:543: warning: argument 'chan_hr' of command @param is not found in the argument list of rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent) /build/_osmocom_api/libosmocore/src/gsm/rsl.c:543: warning: The following parameter of rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent) is not documented: parameter 'chan_nr' /build/_osmocom_api/libosmocore/src/gsm/tlv_parser.c:230: warning: unable to resolve reference to 'o_val' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm48_ie.c:884: warning: The following parameters of gsm48_decode_freq_list(struct gsm_sysinfo_freq *f, const uint8_t *cd, uint8_t len, uint8_t mask, uint8_t frqt) are not documented: parameter 'mask' parameter 'frqt' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1165: warning: argument 'Location' of command @param is not found in the argument list of gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc, uint16_t *mnc, uint16_t *lac) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1165: warning: The following parameter of gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc, uint16_t *mnc, uint16_t *lac) is not documented: parameter 'lai' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1185: warning: argument 'Location' of command @param is not found in the argument list of gsm48_decode_lai2(const struct gsm48_loc_area_id *lai, struct osmo_location_area_id *decoded) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1185: warning: The following parameter of gsm48_decode_lai2(const struct gsm48_loc_area_id *lai, struct osmo_location_area_id *decoded) is not documented: parameter 'lai' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1407: warning: argument 'Caller' of command @param is not found in the argument list of gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1407: warning: argument 'provided' of command @param is not found in the argument list of gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1407: warning: The following parameter of gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf) is not documented: parameter 'raid' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1916: warning: The following parameters of osmo_gsm48_classmark_a5_name_buf(char *buf, size_t buf_len, const struct osmo_gsm48_classmark *cm) are not documented: parameter 'buf' parameter 'buf_len' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1000: warning: The following parameter of osmo_mobile_identity_decode_from_l3(struct osmo_mobile_identity *mi, struct msgb *msg, bool allow_hex) is not documented: parameter 'allow_hex' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:865: warning: The following parameter of osmo_mobile_identity_decode_from_l3_buf(struct osmo_mobile_identity *mi, const uint8_t *l3_data, size_t l3_len, bool allow_hex) is not documented: parameter 'allow_hex' /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:30: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:30: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command m/kdf/sha256-internal.c... Generating docs for file src/gsm/kdf/sha256.c... Generating docs for file src/gsm/kdf/sha256.h... Generating docs for file src/gsm/kdf/sha256_i.h... Generating docs for file src/gsm/lapdm.c... Generating docs for file src/gsm/milenage/aes-encblock.c... Generating docs for file src/gsm/milenage/aes-internal-enc.c... Generating docs for file src/gsm/milenage/aes-internal.c... Generating docs for file src/gsm/milenage/aes.h... Generating docs for file src/gsm/milenage/aes_i.h... Generating docs for file src/gsm/milenage/aes_wrap.h... Generating docs for file src/gsm/kdf/common.h... Generating docs for file src/gsm/milenage/common.h... Generating docs for file src/gsm/kdf/crypto.h... Generating docs for file src/gsm/milenage/crypto.h... Generating docs for file src/gsm/milenage/includes.h... Generating docs for file src/gsm/milenage/milenage.c... Generating docs for file src/gsm/milenage/milenage.h... Generating docs for file src/gsm/mncc.c... Generating docs for file src/gsm/oap.c... Generating docs for file src/gsm/oap_client.c... Generating docs for file src/gsm/rlp.c... Generating docs for file src/gsm/rsl.c... Generating docs for file src/gsm/rxlev_stat.c... Generating docs for file src/gsm/sysinfo.c... Generating docs for file src/gsm/tlv_parser.c... Generating docs for file src/gsm/tuak/KeccakP-1600-3gpp.c... Generating docs for file src/gsm/tuak/KeccakP-1600-3gpp.h... Generating docs for file src/gsm/tuak/tuak.c... Generating docs for file src/gsm/tuak/tuak.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound abis_nm_channel... Generating docs for compound abis_nm_ipacc_att_bssgp_cfg... Generating docs for compound abis_nm_ipacc_att_ns_cfg... Generating docs for compound abis_nm_ipacc_att_rlc_cfg... Generating docs for compound abis_nm_ipacc_att_rlc_cfg_2... Generating docs for compound abis_nm_ipacc_att_rlc_cfg_3... Generating docs for compound abis_nm_sw_desc... Generating docs for compound abis_om_fom_hdr... Generating docs for compound abis_om_hdr... Generating docs for compound abis_om_obj_inst... Generating docs for compound abis_rsl_cchan_hdr... Generating docs for compound abis_rsl_chan_nr... Generating docs for compound abis_rsl_common_hdr... Generating docs for compound abis_rsl_dchan_hdr... Generating docs for compound abis_rsl_link_id... Generating docs for compound abis_rsl_osmo_rep_acch_cap... Generating docs for compound abis_rsl_osmo_temp_ovp_acch_cap... Generating docs for compound abis_rsl_rll_hdr... Generating docs for compound bssap_le_pdu... Generating docs for compound bsslap_pdu... Generating docs for compound bsslap_reset... Generating docs for compound bsslap_ta_layer3... Generating docs for compound bsslap_ta_response... Generating docs for compound bssmap_header... Generating docs for compound bssmap_le_conn_oriented_info... Generating docs for compound bssmap_le_location_type... Generating docs for compound bssmap_le_pdu... Generating docs for compound bssmap_le_perform_loc_req... Generating docs for compound bssmap_le_perform_loc_resp... Generating docs for compound cbsp_header... Generating docs for compound dtap_header... Generating docs for compound egprs_cps... Generating docs for compound fn_remap_table... Generating docs for compound gad_raw... Generating docs for compound gad_raw_ell_arc... Generating docs for compound gad_raw_ell_point... Generating docs for compound gad_raw_ell_point_alt... Generating docs for compound gad_raw_ell_point_alt_unc_ell... Generating docs for compound gad_raw_ell_point_unc_circle... Generating docs for compound gad_raw_ell_point_unc_ellipse... Generating docs for compound gad_raw_ha_ell_point_alt_unc_ell... Generating docs for compound gad_raw_ha_ell_point_unc_ell... Generating docs for compound gad_raw_head... Generating docs for compound gad_raw_polygon... Generating docs for compound gan_cch_desc_ie... Generating docs for compound gan_rc_csr_hdr... Generating docs for compound gprs_cipher_impl... Generating docs for compound gprs_cs_desc... Generating docs for compound gprs_ra_id... Generating docs for compound gprs_rlc_dl_header_egprs_1... Generating docs for compound gprs_rlc_dl_header_egprs_2... Generating docs for compound gprs_rlc_dl_header_egprs_3... Generating docs for compound gprs_rlc_ul_header_egprs_1... Generating docs for compound gprs_rlc_ul_header_egprs_2... Generating docs for compound gprs_rlc_ul_header_egprs_3... Generating docs for compound gsm0408_vgcs_ul_grant... Generating docs for compound gsm0808_application_data... Generating docs for compound gsm0808_cell_id... Generating docs for compound gsm0808_cell_id_list... Generating docs for compound gsm0808_cell_id_list2... Generating docs for compound gsm0808_cell_id_list_segment... Generating docs for compound gsm0808_cell_id_u... Generating docs for compound gsm0808_channel_type... Generating docs for compound gsm0808_cipher_mode_command... Generating docs for compound gsm0808_circuit_pool_list... Generating docs for compound gsm0808_data_identity... Generating docs for compound gsm0808_diagnostics... Generating docs for compound gsm0808_encrypt_info... Generating docs for compound gsm0808_group_callref... Generating docs for compound gsm0808_handover_command... Generating docs for compound gsm0808_handover_complete... Generating docs for compound gsm0808_handover_failure... Generating docs for compound gsm0808_handover_performed... Generating docs for compound gsm0808_handover_request... Generating docs for compound gsm0808_handover_request_ack... Generating docs for compound gsm0808_handover_required... Generating docs for compound gsm0808_handover_required_reject... Generating docs for compound gsm0808_layer_3_information... Generating docs for compound gsm0808_notification_data... Generating docs for compound gsm0808_old_bss_to_new_bss_info... Generating docs for compound gsm0808_perform_location_request... Generating docs for compound gsm0808_perform_location_response... Generating docs for compound gsm0808_priority... Generating docs for compound gsm0808_sms_to_vgcs... Generating docs for compound gsm0808_speech_codec... Generating docs for compound gsm0808_speech_codec_list... Generating docs for compound gsm0808_talker_identity... Generating docs for compound gsm0808_uplink_app_data... Generating docs for compound gsm0808_uplink_reject_cmd... Generating docs for compound gsm0808_uplink_release_ind... Generating docs for compound gsm0808_uplink_request... Generating docs for compound gsm0808_uplink_request_ack... Generating docs for compound gsm0808_uplink_request_cnf... Generating docs for compound gsm0808_uplink_seized_cmd... Generating docs for compound gsm0808_vgcs_feature_flags... Generating docs for compound gsm0808_vgcs_vbs_area_cell_info... Generating docs for compound gsm0808_vgcs_vbs_assign_fail... Generating docs for compound gsm0808_vgcs_vbs_assign_req... Generating docs for compound gsm0808_vgcs_vbs_assign_res... Generating docs for compound gsm0808_vgcs_vbs_assign_stat... Generating docs for compound gsm0808_vgcs_vbs_setup... Generating docs for compound gsm0808_vgcs_vbs_setup_ack... Generating docs for compound gsm23041_etws_primary_gsm... Generating docs for compound gsm23041_msg_param_gsm... Generating docs for compound gsm23041_msg_param_umts... Generating docs for compound gsm29118_paging_req... Generating docs for compound gsm29118_reset_msg... Generating docs for compound gsm341_etws_message... Generating docs for compound gsm341_ms_message... Generating docs for compound gsm411_rp_hdr... Generating docs for compound gsm411_smc_inst... Generating docs for compound gsm411_smr_inst... Generating docs for compound gsm412_block_type... Generating docs for compound gsm412_sched_msg... Generating docs for compound gsm414_close_mslot_loop_ack... Generating docs for compound gsm414_close_mslot_loop_cmd... Generating docs for compound gsm414_egprs_st_sb_loop_cmd... Generating docs for compound gsm414_gprs_test_mode_cmd... Generating docs for compound gsm48_act_pdp_ctx_req... Generating docs for compound gsm48_add_ass... Generating docs for compound gsm48_ass_cmd... Generating docs for compound gsm48_ass_cpl... Generating docs for compound gsm48_ass_fail... Generating docs for compound gsm48_attach_ack... Generating docs for compound gsm48_auth_ciph_req... Generating docs for compound gsm48_auth_ciph_resp... Generating docs for compound gsm48_auth_req... Generating docs for compound gsm48_auth_resp... Generating docs for compound gsm48_cell_desc... Generating docs for compound gsm48_cell_options... Generating docs for compound gsm48_cell_sel_par... Generating docs for compound gsm48_chan_desc... Generating docs for compound gsm48_chan_mode_modify... Generating docs for compound gsm48_chan_rel... Generating docs for compound gsm48_cip_mode_cmd... Generating docs for compound gsm48_classmark1... Generating docs for compound gsm48_classmark2... Generating docs for compound gsm48_classmark3... Generating docs for compound gsm48_cm_change... Generating docs for compound gsm48_control_channel_descr... Generating docs for compound gsm48_frq_redef... Generating docs for compound gsm48_gprs_susp_req... Generating docs for compound gsm48_hdr... Generating docs for compound gsm48_hdr_sh... Generating docs for compound gsm48_ho_cmd... Generating docs for compound gsm48_ho_cpl... Generating docs for compound gsm48_ho_fail... Generating docs for compound gsm48_imm_ass... Generating docs for compound gsm48_imm_ass_ext... Generating docs for compound gsm48_imm_ass_rej... Generating docs for compound gsm48_imsi_detach_ind... Generating docs for compound gsm48_loc_area_id... Generating docs for compound gsm48_loc_upd_req... Generating docs for compound gsm48_meas_res... Generating docs for compound gsm48_multi_rate_conf... Generating docs for compound gsm48_notification_nch... Generating docs for compound gsm48_pag_resp... Generating docs for compound gsm48_pag_rsp... Generating docs for compound gsm48_paging1... Generating docs for compound gsm48_paging2... Generating docs for compound gsm48_paging3... Generating docs for compound gsm48_pdp_address... Generating docs for compound gsm48_power_cmd... Generating docs for compound gsm48_qos... Generating docs for compound gsm48_ra_id... Generating docs for compound gsm48_ra_upd_ack... Generating docs for compound gsm48_rach_control... Generating docs for compound gsm48_range_1024... Generating docs for compound gsm48_range_128... Generating docs for compound gsm48_range_256... Generating docs for compound gsm48_range_512... Generating docs for compound gsm48_req_ref... Generating docs for compound gsm48_rr_status... Generating docs for compound gsm48_service_request... Generating docs for compound gsm48_start_time... Generating docs for compound gsm48_sync_ind... Generating docs for compound gsm48_system_information_type_1... Generating docs for compound gsm48_system_information_type_10... Generating docs for compound gsm48_system_information_type_13... Generating docs for compound gsm48_system_information_type_2... Generating docs for compound gsm48_system_information_type_2bis... Generating docs for compound gsm48_system_information_type_2quater... Generating docs for compound gsm48_system_information_type_2ter... Generating docs for compound gsm48_system_information_type_3... Generating docs for compound gsm48_system_information_type_4... Generating docs for compound gsm48_system_information_type_5... Generating docs for compound gsm48_system_information_type_5bis... Generating docs for compound gsm48_system_information_type_5ter... Generating docs for compound gsm48_system_information_type_6... Generating docs for compound gsm48_system_information_type_header... Generating docs for compound gsm48_talker_indication... Generating docs for compound gsm48_uplink_release... Generating docs for compound gsm48_var_bit... Generating docs for compound gsm_freq_range... Generating docs for compound gsm_meas_rep_unidir... Generating docs for compound gsm_mncc_bearer_cap... Generating docs for compound gsm_mncc_cause... Generating docs for compound gsm_mncc_cccap... Generating docs for compound gsm_mncc_facility... Generating docs for compound gsm_mncc_number... Generating docs for compound gsm_mncc_progress... Generating docs for compound gsm_mncc_ssversion... Generating docs for compound gsm_mncc_useruser... Generating docs for compound gsm_rx_lev_qual... Generating docs for compound gsm_sacch_l1_hdr... Generating docs for compound gsm_sysinfo_freq... Generating docs for compound gsm_time... Generating docs for compound info_act_cnf_param... Generating docs for compound info_act_req_param... Generating docs for compound info_ciph_req_param... Generating docs for compound info_meas_ind_param... Generating docs for compound info_time_ind_param... Generating docs for compound info_ulacc_req_param... Generating docs for compound ipac_preproc_ave_cfg... Generating docs for compound ipac_preproc_cfg... Generating docs for compound ipac_preproc_ho_candidates... Generating docs for compound ipac_preproc_ho_comp... Generating docs for compound ipac_preproc_ho_ctl_param... Generating docs for compound ipac_preproc_ho_thresh... Generating docs for compound ipac_preproc_ncell_dflts... Generating docs for compound ipac_preproc_pc_comp... Generating docs for compound ipac_preproc_pc_comp_field... Generating docs for compound ipac_preproc_pc_thresh... Generating docs for compound ipaccess_head... Generating docs for compound ipaccess_head_ext... Generating docs for compound ipaccess_unit... Generating docs for compound iuup_ctrl_ack... Generating docs for compound iuup_ctrl_error_event... Generating docs for compound iuup_ctrl_init_hdr... Generating docs for compound iuup_ctrl_init_rfci_hdr... Generating docs for compound iuup_ctrl_init_tail... Generating docs for compound iuup_ctrl_nack... Generating docs for compound iuup_pdutype0_hdr... Generating docs for compound iuup_pdutype14_hdr... Generating docs for compound iuup_pdutype1_hdr... Generating docs for compound lapdm_channel... Generating docs for compound lapdm_datalink... Generating docs for compound lapdm_entity... Generating docs for compound lapdm_msg_ctx... Generating docs for compound lcs_cause_ie... Generating docs for compound mph_info_param... Generating docs for compound nch_pos... Generating docs for compound osmo_auth_impl... Generating docs for compound osmo_auth_vector... Generating docs for compound osmo_bssap_le_err... Generating docs for compound osmo_bssap_le_header... Generating docs for compound osmo_bsslap_err... Generating docs for compound osmo_bssmap_le_err... Generating docs for compound osmo_bssmap_le_lcs_qos... Generating docs for compound osmo_cbsp_cell_ent... Generating docs for compound osmo_cbsp_cell_list... Generating docs for compound osmo_cbsp_content... Generating docs for compound osmo_cbsp_decoded... Generating docs for compound osmo_cbsp_error_ind... Generating docs for compound osmo_cbsp_fail_ent... Generating docs for compound osmo_cbsp_failure... Generating docs for compound osmo_cbsp_keep_alive... Generating docs for compound osmo_cbsp_keep_alive_complete... Generating docs for compound osmo_cbsp_kill... Generating docs for compound osmo_cbsp_kill_complete... Generating docs for compound osmo_cbsp_kill_failure... Generating docs for compound osmo_cbsp_load_query... Generating docs for compound osmo_cbsp_load_query_complete... Generating docs for compound osmo_cbsp_load_query_failure... Generating docs for compound osmo_cbsp_loading_ent... Generating docs for compound osmo_cbsp_loading_list... Generating docs for compound osmo_cbsp_msg_status_query... Generating docs for compound osmo_cbsp_msg_status_query_complete... Generating docs for compound osmo_cbsp_msg_status_query_failure... Generating docs for compound osmo_cbsp_num_compl_ent... Generating docs for compound osmo_cbsp_num_compl_list... Generating docs for compound osmo_cbsp_reset... Generating docs for compound osmo_cbsp_reset_complete... Generating docs for compound osmo_cbsp_reset_failure... Generating docs for compound osmo_cbsp_restart... Generating docs for compound osmo_cbsp_write_replace... Generating docs for compound osmo_cbsp_write_replace_complete... Generating docs for compound osmo_cbsp_write_replace_failure... Generating docs for compound osmo_cell_global_id... Generating docs for compound osmo_cell_global_id_ps... Generating docs for compound osmo_earfcn_si2q... Generating docs for compound osmo_eutran_cell_global_id... Generating docs for compound osmo_gad... Generating docs for compound osmo_gad_ell_arc... Generating docs for compound osmo_gad_ell_point... Generating docs for compound osmo_gad_ell_point_alt... Generating docs for compound osmo_gad_ell_point_alt_unc_ell... Generating docs for compound osmo_gad_ell_point_unc_circle... Generating docs for compound osmo_gad_ell_point_unc_ellipse... Generating docs for compound osmo_gad_err... Generating docs for compound osmo_gad_ha_ell_point_alt_unc_ell... Generating docs for compound osmo_gad_polygon... Generating docs for compound osmo_gcr_parsed... Generating docs for compound osmo_gprs_cell_options... Generating docs for compound osmo_gprs_power_ctrl_pars... Generating docs for compound osmo_gsm48_classmark... Generating docs for compound osmo_gsm48_lsa_params... Generating docs for compound osmo_gsm48_si13_info... Generating docs for compound osmo_gsm48_si3_gprs_ind... Generating docs for compound osmo_gsm48_si6_ro_info... Generating docs for compound osmo_gsm48_si_dtm_support... Generating docs for compound osmo_gsm48_si_gprs_ms_txpwr_max_ccch... Generating docs for compound osmo_gsm48_si_pch_nch_info... Generating docs for compound osmo_gsm48_si_power_offset... Generating docs for compound osmo_gsm48_si_ro_info... Generating docs for compound osmo_gsm48_si_selection_params... Generating docs for compound osmo_gsm48_si_vbs_vgcs_options... Generating docs for compound osmo_gsn_address... Generating docs for compound osmo_gsup_an_apdu... Generating docs for compound osmo_gsup_message... Generating docs for compound osmo_gsup_pdp_info... Generating docs for compound osmo_gummei... Generating docs for compound osmo_guti... Generating docs for compound osmo_iuup_instance... Generating docs for compound osmo_iuup_rfci... Generating docs for compound osmo_iuup_rnl_config... Generating docs for compound osmo_iuup_rnl_config_timer... Generating docs for compound osmo_iuup_rnl_data... Generating docs for compound osmo_iuup_rnl_prim... Generating docs for compound osmo_iuup_rnl_status... Generating docs for compound osmo_iuup_tnl_prim... Generating docs for compound osmo_lac_and_ci_id... Generating docs for compound osmo_lcls... Generating docs for compound osmo_location_area_id... Generating docs for compound osmo_mme_id... Generating docs for compound osmo_nri_range... Generating docs for compound osmo_nri_ranges... Generating docs for compound osmo_oap_client_config... Generating docs for compound osmo_oap_client_state... Generating docs for compound osmo_oap_message... Generating docs for compound osmo_phsap_prim... Generating docs for compound osmo_plmn_id... Generating docs for compound osmo_preproc_ave_cfg... Generating docs for compound osmo_preproc_ave_cfg_field... Generating docs for compound osmo_preproc_pc_comp... Generating docs for compound osmo_preproc_pc_thresh... Generating docs for compound osmo_rlp_frame_decoded... Generating docs for compound osmo_routing_area_id... Generating docs for compound osmo_service_area_id... Generating docs for compound osmo_shared_network_area_id... Generating docs for compound osmo_sub_auth_data... Generating docs for compound osmo_sub_auth_data2... Generating docs for compound osmo_timer_nt... Generating docs for compound osmo_tlv_prot_def... Generating docs for compound osmo_tlv_prot_ie_def... Generating docs for compound osmo_tlv_prot_msg_def... Generating docs for compound osmo_tracking_area_id... Generating docs for compound ph_conn_ind_param... Generating docs for compound ph_data_param... Generating docs for compound ph_rach_ind_param... Generating docs for compound ph_rach_req_param... Generating docs for compound ph_tch_param... Generating docs for compound rsl_ie_cb_cmd_type... Generating docs for compound rsl_ie_chan_ident... Generating docs for compound rsl_ie_chan_mode... Generating docs for compound rsl_ie_nch_drx_info... Generating docs for compound rsl_l1_info... Generating docs for compound rsl_mrpci... Generating docs for compound rxlev_stats... Generating docs for compound sdp_firmware... Generating docs for compound sdp_header_entry... Generating docs for compound SHA1Context... Generating docs for compound sha256_state... Generating docs for compound smcdatastate... Generating docs for compound smcdownstate... Generating docs for compound smrdatastate... Generating docs for compound smrdownstate... Generating docs for compound ss_request... Generating docs for compound tlv_def... Generating docs for compound tlv_definition... Generating docs for compound tlv_p_entry... Generating docs for compound tlv_parsed... Generating docs for compound ussd_request... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 10061/65536 hits=51625 misses=10812 finished... touch "doc/libosmogsm.tag.prep" rm -rf ./doc/isdn; mkdir -p ./doc/isdn rm -rf ./doc/libosmoisdn.map /usr/bin/doxygen ./Doxyfile.isdn warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! error: Tag file 'doc/libosmovty.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocodec.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocoding.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmoctrl.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... /build/_osmocom_api/libosmocore/include/osmocom/isdn/i460_mux.h:120: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/isdn/i460_mux.c:387: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/isdn Searching for files in directory /build/_osmocom_api/libosmocore/src/isdn Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/i460_mux.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/i460_mux.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/lapd_core.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/lapd_core.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110_ta.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110_ta.h... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/i460_mux.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/i460_mux.c... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/v110.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/v110.c... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/v110_ta.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/v110_ta.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/isdn/i460_mux.h... Generating code for file include/osmocom/isdn/lapd_core.h... Generating code for file include/osmocom/isdn/v110.h... Generating code for file include/osmocom/isdn/v110_ta.h... Parsing code for file src/isdn/i460_mux.c... Parsing code for file src/isdn/lapd_core.c... Parsing code for file src/isdn/v110.c... Parsing code for file src/isdn/v110_ta.c... Generating file documentation... Generating docs for file include/osmocom/isdn/i/build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: argument 'input' of command @param is not found in the argument list of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: The following parameter of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) is not documented: parameter 'fr' /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: argument 'input' of command @param is not found in the argument list of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: The following parameter of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) is not documented: parameter 'fr' /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:402: warning: unable to resolve reference to 'lapd_flags' for \ref command /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:1794: warning: argument 'rc' of command @param is not found in the argument list of lapd_ph_rts_ind(struct lapd_msg_ctx *lctx) /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command 460_mux.h... Generating docs for file include/osmocom/isdn/lapd_core.h... Generating docs for file include/osmocom/isdn/v110.h... Generating docs for file include/osmocom/isdn/v110_ta.h... Generating docs for file src/isdn/i460_mux.c... Generating docs for file src/isdn/lapd_core.c... Generating docs for file src/isdn/v110.c... Generating docs for file src/isdn/v110_ta.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound dl_rel_req_param... Generating docs for compound l2downstate... Generating docs for compound lapd_cr_ent... Generating docs for compound lapd_datalink... Generating docs for compound lapd_history... Generating docs for compound lapd_msg_ctx... Generating docs for compound mdl_error_ind_param... Generating docs for compound osmo_dlsap_prim... Generating docs for compound osmo_i460_schan_desc... Generating docs for compound osmo_i460_subchan... Generating docs for compound osmo_i460_subchan_demux... Generating docs for compound osmo_i460_subchan_mux... Generating docs for compound osmo_i460_timeslot... Generating docs for compound osmo_v110_decoded_frame... Generating docs for compound osmo_v110_sync_ra1... Generating docs for compound osmo_v110_ta... Generating docs for compound osmo_v110_ta_cfg... Generating docs for compound v110_ta_state... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 653/65536 hits=9836 misses=875 finished... touch "doc/libosmoisdn.tag.prep" rm -rf ./doc/vty/html ./doc/vty/latex rm -rf ./doc/libosmovty.map /usr/bin/doxygen ./Doxyfile.vty warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found error: Tag file 'doc/libosmocodec.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmocoding.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmoctrl.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... /build/_osmocom_api/libosmocore/src/vty/vty.c:1928: warning: unbalanced grouping commands Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/vty Searching for files in directory /build/_osmocom_api/libosmocore/src/vty Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/buffer.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/buffer.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/command.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/command.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/cpu_sched_vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/cpu_sched_vty.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/logging.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/logging.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/misc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/misc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/ports.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/ports.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/stats.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/stats.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/tdef_vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/tdef_vty.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/telnet_interface.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/telnet_interface.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/vector.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/vector.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h... Preprocessing /build/_osmocom_api/libosmocore/src/vty/buffer.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/buffer.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/command.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/command.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/cpu_sched_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/cpu_sched_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/fsm_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/fsm_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/logging_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/logging_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/stats_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/stats_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/talloc_ctx_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/talloc_ctx_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/tdef_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/tdef_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/utils.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/vector.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/vector.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/vty.c... Building macro definition list... Building group :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h:176: warning: unable to resolve reference to 'talloc' for \ref command list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/vty/buffer.h... Generating code for file include/osmocom/vty/command.h... Generating code for file include/osmocom/vty/cpu_sched_vty.h... Generating code for file include/osmocom/vty/logging.h... Generating code for file include/osmocom/vty/misc.h... Generating code for file include/osmocom/vty/ports.h... Generating code for file include/osmocom/vty/stats.h... Generating code for file include/osmocom/vty/tdef_vty.h... Generating code for file include/osmocom/vty/telnet_interface.h... Generating code for file include/osmocom/vty/vector.h... Generating code for file include/osmocom/vty/vty.h... Parsing code for file src/vty/buffer.c... Parsing code for file src/vty/command.c... Parsing code for file src/vty/cpu_sched_vty.c... Parsing code for file src/vty/fsm_vty.c... Parsing code for file src/vty/logging_vty.c... Parsing code for file src/vty/stats_vty.c... Parsing code for file src/vty/talloc_ctx_vty.c... Parsing code for file src/vty/tdef_vty.c... Parsing code for file src/vty/telnet_interface.c... Parsing code for file src/vty/utils.c... Parsing code for file src/vty/vector.c... Parsing code for file src/vty/vty.c... Generating file documentation... Generating docs for file include/osmocom/vty/buffer.h... Generating docs for file include/osmocom/vty/command.h... Generating docs for file include/osmocom/vty/cpu_sched_vty.h... Generating docs for file include/osmocom/vty/logging.h... Generating docs for file include/osmocom/vty/misc.h... Generating docs for file include/osmocom/vty/ports.h... Generating docs for file include/osmocom/vty/stats.h... Generating docs for file include/osmocom/vty/tdef_vty.h... Generating docs for file include/osmocom/vty/telnet_interface.h... Generating docs for file include/osmocom/vty/vector.h... Generating docs for file include/osmocom/vty/vty.h... Generating docs for file src/vty/buffer.c... Generating docs for file src/vty/command.c... Generating docs for file src/vty/cpu_sched_vty.c... Generating docs for file src/vty/fsm_vty.c... Generating docs for file src/vty/logging_vty.c... Generating docs for file src/vty/stats_vty.c... Generating docs for file src/vty/talloc_ctx_vty.c... Generating docs for file src/vty/tdef_vty.c... Generating docs fo/build/_osmocom_api/libosmocore/src/vty/command.c:527: warning: argument 'unsafe' of command @param is not found in the argument list of osmo_asciidoc_escape(const char *inp) /build/_osmocom_api/libosmocore/src/vty/command.c:527: warning: The following parameter of osmo_asciidoc_escape(const char *inp) is not documented: parameter 'inp' /build/_osmocom_api/libosmocore/src/vty/command.c:4367: warning: argument 'vty' of command @param is not found in the argument list of osmo_vty_write_config_file(const char *filename) /build/_osmocom_api/libosmocore/src/vty/cpu_sched_vty.c:598: warning: found documented return type for osmo_cpu_sched_vty_init that does not return anything /build/_osmocom_api/libosmocore/src/vty/tdef_vty.c:355: warning: Unsupported xml/html tag found /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c:93: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c:116: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c:104: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/vty/vty.c:1909: warning: unable to resolve reference to 'vty_read_file' for \ref command /build/_osmocom_api/libosmocore/src/vty/vty.c:1511: warning: unable to resolve reference to 'vty_read_file' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h:176: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h:176: warning: unable to resolve reference to 'talloc' for \ref command r file src/vty/telnet_interface.c... Generating docs for file src/vty/utils.c... Generating docs for file src/vty/vector.c... Generating docs for file src/vty/vty.c... Generating page documentation... Generating docs for page deprecated... Generating group documentation... Generating class documentation... Generating docs for compound _vector... Generating docs for compound buffer... Generating docs for compound buffer_data... Generating docs for compound cmd_element... Generating docs for compound cmd_node... Generating docs for compound cpu_affinity_it... Generating docs for compound desc... Generating docs for compound host... Generating docs for compound rctr_vty_ctx... Generating docs for compound sched_vty_opts... Generating docs for compound telnet_connection... Generating docs for compound vty... Generating docs for compound vty_app_info... Generating docs for compound vty_out_context... Generating docs for compound vty_parent_node... Generating docs for compound vty_signal_data... Generating docs for compound walk_cb_params... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 1367/65536 hits=21090 misses=2052 finished... touch "doc/libosmovty.tag.prep" rm -rf ./doc/codec; mkdir -p ./doc/codec rm -rf ./doc/libosmocodec.map /usr/bin/doxygen ./Doxyfile.codec warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found error: Tag file 'doc/libosmocoding.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmoctrl.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/codec Searching for files in directory /build/_osmocom_api/libosmocore/src/codec Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/codec/codec.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/codec/codec.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/codec/ecu.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/codec/ecu.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/codec/gsm610_bits.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/codec/gsm610_bits.h... Preprocessing /build/_osmocom_api/libosmocore/src/codec/ecu.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/ecu.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/ecu_fr.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/ecu_fr.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/ecu_fr_old.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/ecu_fr_old.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm610.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm610.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm620.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm620.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm660.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm660.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm690.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm690.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/o/build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: The following parameter of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: The following parameter of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: The following parameter of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: The following parameter of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' smocom/codec/codec.h... Generating code for file include/osmocom/codec/ecu.h... Generating code for file include/osmocom/codec/gsm610_bits.h... Parsing code for file src/codec/ecu.c... Parsing code for file src/codec/ecu_fr.c... Parsing code for file src/codec/ecu_fr_old.c... Parsing code for file src/codec/gsm610.c... Parsing code for file src/codec/gsm620.c... Parsing code for file src/codec/gsm660.c... Parsing code for file src/codec/gsm690.c... Generating file documentation... Generating docs for file include/osmocom/codec/codec.h... Generating docs for file include/osmocom/codec/ecu.h... Generating docs for file include/osmocom/codec/gsm610_bits.h... Generating docs for file src/codec/ecu.c... Generating docs for file src/codec/ecu_fr.c... Generating docs for file src/codec/ecu_fr_old.c... Generating docs for file src/codec/gsm610.c... Generating docs for file src/codec/gsm620.c... Generating docs for file src/codec/gsm660.c... Generating docs for file src/codec/gsm690.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound fr_ecu_state... Generating docs for compound osmo_ecu_fr_state... Generating docs for compound osmo_ecu_ops... Generating docs for compound osmo_ecu_state... Generating docs for compound ts26101_reorder_table... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 394/65536 hits=8758 misses=1130 finished... touch "doc/libosmocodec.tag.prep" rm -rf ./doc/coding; mkdir -p ./doc/coding rm -rf ./doc/libosmocoding.map /usr/bin/doxygen ./Doxyfile.coding warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found error: Tag file 'doc/libosmoctrl.tag' does not exist or is not a file. Skipping it... error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/coding Searching for files in directory /build/_osmocom_api/libosmocore/src/coding Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_amr_dtx.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_amr_dtx.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_coding.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_coding.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_interleaving.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_interleaving.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_mapping.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_mapping.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_parity.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_parity.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_tables.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_tables.h... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_amr_dtx.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_amr_dtx.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_coding.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_coding.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_mapping.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_mapping.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_parity.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_parity.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_tables.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_tables.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting docume/build/_osmocom_api/libosmocore/src/coding/gsm0503_amr_dtx.c:314: warning: argument 'mode_id' from the argument list of gsm0503_detect_ahs_dtx_frame2 has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:327: warning: argument 'iB' of command @param is not found in the argument list of gsm0503_mcs5_dl_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:327: warning: The following parameters of gsm0503_mcs5_dl_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) are not documented: parameter 'hi' parameter 'di' /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:278: warning: argument 'iB' of command @param is not found in the argument list of gsm0503_mcs5_ul_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:278: warning: The following parameters of gsm0503_mcs5_ul_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) are not documented: parameter 'hi' parameter 'di' ntation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/coding/gsm0503_amr_dtx.h... Generating code for file include/osmocom/coding/gsm0503_coding.h... Generating code for file include/osmocom/coding/gsm0503_interleaving.h... Generating code for file include/osmocom/coding/gsm0503_mapping.h... Generating code for file include/osmocom/coding/gsm0503_parity.h... Generating code for file include/osmocom/coding/gsm0503_tables.h... Parsing code for file src/coding/gsm0503_amr_dtx.c... Parsing code for file src/coding/gsm0503_coding.c... Parsing code for file src/coding/gsm0503_interleaving.c... Parsing code for file src/coding/gsm0503_mapping.c... Parsing code for file src/coding/gsm0503_parity.c... Parsing code for file src/coding/gsm0503_tables.c... Generating file documentation... Generating docs for file include/osmocom/coding/gsm0503_amr_dtx.h... Generating docs for file include/osmocom/coding/gsm0503_coding.h... Generating docs for file include/osmocom/coding/gsm0503_interleaving.h... Generating docs for file include/osmocom/coding/gsm0503_mapping.h... Generating docs for file include/osmocom/coding/gsm0503_parity.h... Generating docs for file include/osmocom/coding/gsm0503_tables.h... Generating docs for file src/coding/gsm0503_amr_dtx.c... Generating docs for file src/coding/gsm0503_coding.c... Generating docs for file src/coding/gsm0503_interleaving.c... Generating docs for file src/coding/gsm0503_mapping.c... Generating docs for file src/coding/gsm0503_parity.c... Generating docs for file src/coding/gsm0503_tables.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound gprs_rlc_dl_hdr_egprs... Generating docs for compound gprs_rlc_ul_hdr_egprs... Generating docs for compound gsm0503_mcs_code... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 590/65536 hits=14231 misses=1333 finished... touch "doc/libosmocoding.tag.prep" rm -rf ./doc/ctrl; mkdir -p ./doc/ctrl rm -rf ./doc/libosmoctrl.map /usr/bin/doxygen ./Doxyfile.ctrl warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found error: Tag file 'doc/libosmogb.tag' does not exist or is not a file. Skipping it... :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/ctrl Searching for files in directory /build/_osmocom_api/libosmocore/src/ctrl Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_cmd.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_cmd.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_if.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_if.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_vty.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/ports.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/ports.h... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/control_if.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/control_if.c... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/control_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/control_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/fsm_ctrl_commands.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/fsm_ctrl_commands.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/ctrl/control_cmd.h... Generating code f/build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: argument 'in' of command @param is not found in the argument list of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: The following parameter of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) is not documented: parameter 'cmd' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: argument 'Control' of command @param is not found in the argument list of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: The following parameters of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) are not documented: parameter 'ch' parameter 'cmdstr' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: argument 'queue' of command @param is not found in the argument list of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: The following parameter of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) is not documented: parameter 'ccon' /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: argument 'in' of command @param is not found in the argument list of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: The following parameter of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) is not documented: parameter 'cmd' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: argument 'Control' of command @param is not found in the argument list of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: The following parameters of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) are not documented: parameter 'ch' parameter 'cmdstr' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: argument 'queue' of command @param is not found in the argument list of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: The following parameter of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) is not documented: parameter 'ccon' /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_cmd.h:95: warning: Found unknown command '\r' or file include/osmocom/ctrl/control_if.h... Generating code for file include/osmocom/ctrl/control_vty.h... Generating code for file include/osmocom/ctrl/ports.h... Parsing code for file src/ctrl/control_cmd.c... Parsing code for file src/ctrl/control_if.c... Parsing code for file src/ctrl/control_vty.c... Parsing code for file src/ctrl/fsm_ctrl_commands.c... Generating file documentation... Generating docs for file include/osmocom/ctrl/control_cmd.h... Generating docs for file include/osmocom/ctrl/control_if.h... Generating docs for file include/osmocom/ctrl/control_vty.h... Generating docs for file include/osmocom/ctrl/ports.h... Generating docs for file src/ctrl/control_cmd.c... Generating docs for file src/ctrl/control_if.c... Generating docs for file src/ctrl/control_vty.c... Generating docs for file src/ctrl/fsm_ctrl_commands.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound ctrl_cmd... Generating docs for compound ctrl_cmd_def... Generating docs for compound ctrl_cmd_element... Generating docs for compound ctrl_cmd_map... Generating docs for compound ctrl_cmd_struct... Generating docs for compound ctrl_connection... Generating docs for compound ctrl_handle... Generating docs for compound lookup_helper... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 545/65536 hits=12259 misses=1314 finished... touch "doc/libosmoctrl.tag.prep" rm -rf ./doc/gb; mkdir -p ./doc/gb rm -rf ./doc/libosmogb.map /usr/bin/doxygen ./Doxyfile.gb warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns.h:258: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns2.h:276: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h:104: warning: end of file while inside a group Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gprs Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol Searching for files in directory /build/_osmocom_api/libosmocore/src/gb Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/bssgp_bvc_fsm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/bssgp_bvc_fsm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/frame_relay.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/frame_relay.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp2.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp2.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_bss.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_bss.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_rim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_rim.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_msgb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_msgb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns2.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns2.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns_frgre.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns_frgre.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_rlc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_rlc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_04_60.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_04_60.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_18.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_18.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_24_301.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_24_301.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/bssgp_bvc_fsm.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/bssgp_bvc_fsm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/common_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/common_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/common_vty.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/common_vty.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/frame_relay.c.:66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" .. Parsing file /build/_osmocom_api/libosmocore/src/gb/frame_relay.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gb_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/gb_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_bss.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_bss.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_util.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_util.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns_frgre.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns_frgre.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns_sns.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns_sns.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns_vty.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the/build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: argument 'The' of command @param is not found in the argument list of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: The following parameter of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) is not documented: parameter 'fc' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: argument 'new_bvci2' of command @param is not found in the argument list of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: The following parameter of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) is not documented: parameter 'new_bvci' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: argument 'msg' of command @param is not found in the argument list of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: The following parameter of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) is not documented: parameter 'orig_msg' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:37: warning: The following parameter of bssgp2_nsi_tx_ptp(struct gprs_ns2_inst *nsi, uint16_t nsei, uint16_t bvci, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:62: warning: The following parameter of bssgp2_nsi_tx_sig(struct gprs_ns2_inst *nsi, uint16_t nsei, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: The following parameters of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: The following parameters of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: The following parameters of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: The following parameters of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: The following parameters of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: The following parameters of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: The following parameters of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: The following parameters of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:400: warning: The following parameter of bssgp_enc_app_err_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_app_err_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:789: warning: The following parameter of bssgp_enc_ran_inf_ack_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_ack_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:323: warning: The following parameter of bssgp_enc_ran_inf_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:936: warning: The following parameter of bssgp_enc_ran_inf_app_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:863: warning: The following parameter of bssgp_enc_ran_inf_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:253: warning: The following parameter of bssgp_enc_ran_inf_req_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:562: warning: The following parameter of bssgp_enc_ran_inf_req_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:680: warning: The following parameter of bssgp_enc_ran_inf_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:55: warning: Found unknown command '\discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:53: warning: The following parameters of bssgp_parse_rim_ra(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len, uint8_t discr) are not documented: parameter 'len' parameter 'discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:100: warning: The following parameter of bssgp_parse_rim_ri(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:697: warning: The following parameter of gprs_ns2_fr_bind(struct gprs_ns2_inst *nsi, const char *name, const char *netif, struct osmo_fr_network *fr_network, enum osmo_fr_role fr_role, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: argument 'nsei' of command @param is not found in the argument list of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: The following parameters of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) are not documented: parameter 'nse' parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:915: warning: The following parameter of gprs_ns2_fr_connect2(struct gprs_ns2_vc_bind *bind, uint16_t nsei, uint16_t nsvci, uint16_t dlci) is not documented: parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c:549: warning: The following parameter of gprs_ns2_frgre_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c:272: warning: The following parameter of gprs_ns2_ip_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: The following parameter of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: The following parameter of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/gprs/bssgp_bvc_fsm.h... Generating code for file include/osmocom/gprs/frame_relay.h... Generating code for file include/osmocom/gprs/gprs_bssgp.h... Generating code for file include/osmocom/gprs/gprs_bssgp2.h... Generating code for file include/osmocom/gprs/gprs_bssgp_bss.h... Generating code for file include/osmocom/gprs/gprs_bssgp_rim.h... Generating code for file include/osmocom/gprs/gprs_msgb.h... Generating code for file include/osmocom/gprs/gprs_ns.h... Generating code for file include/osmocom/gprs/gprs_ns2.h... Generating code for file include/osmocom/gprs/gprs_ns_frgre.h... Generating code for file include/osmocom/gprs/gprs_rlc.h... Generating code for file include/osmocom/gprs/protocol/gsm_04_60.h... Generating code for file include/osmocom/gprs/protocol/gsm_08_16.h... Generating code for file include/osmocom/gprs/protocol/gsm_08_18.h... Generating code for file include/osmocom/gprs/protocol/gsm_24_301.h... Parsing code for file src/gb/bssgp_bvc_fsm.c... Parsing code for file src/gb/common_vty.c... Generating code for file src/gb/common_vty.h... Parsing code for file src/gb/frame_relay.c... Generating code for file src/gb/gb_internal.h... Parsing code for file src/gb/gprs_bssgp.c... Parsing code for file src/gb/gprs_bssgp2.c... Parsing code for file src/gb/gprs_bssgp_bss.c... Generating code for file src/gb/gprs_bssgp_internal.h... Parsing code for file src/gb/gprs_bssgp_rim.c... Parsing code for file src/gb/gprs_bssgp_util.c... Parsing code for file src/gb/gprs_bssgp_vty.c... Parsing code for file src/gb/gprs_ns.c... Parsing code for file src/gb/gprs_ns2.c... Parsing code for file src/gb/gprs_ns2_fr.c... Parsing code for file src/gb/gprs_ns2_frgre.c... Generating code for file src/gb/gprs_ns2_internal.h... Parsing code for file src/gb/gprs_ns2_message.c... Parsing code for file src/gb/gprs_ns2_sns.c... Parsing code for file src/gb/gprs_ns2_udp.c... Parsing code for file src/gb/gprs_ns2_vc_fsm.c... Parsing code for file src/gb/gprs_ns2_vty.c... Parsing code for file src/gb/gprs_ns_frgre.c... Parsing code for file src/gb/gprs_ns_sns.c... Parsing code for file src/gb/gprs_ns_vty.c... Generating file documentation... Generating docs for file include/osmocom/gprs/bssgp_bvc_fsm.h... Generating docs for file include/osmocom/gprs/frame_relay.h... Generating docs for file include/osmocom/gprs/gprs_bssgp.h... Generating docs for file include/osmocom/gprs/gprs_bssgp2.h... Generating docs for file include/osmocom/gprs/gprs_bssgp_bss.h... Generating docs for file include/osmocom/gprs/gprs_bssgp_rim.h... Generating docs for file include/osmocom/gprs/gprs_msgb.h... Generating docs for file include/osmocom/gprs/gprs_ns.h... Generating docs for file include/osmocom/gprs/gprs_ns2.h... Generating docs for file include/osmocom/gprs/gprs_ns_frgre.h... Generating docs for file include/osmocom/gprs/gprs_rlc.h... Generating docs for file include/osmocom/gprs/protocol/gsm_04_60.h... Generating docs for file include/osmocom/gprs/protocol/gsm_08_16.h... Generating docs for file include/osmocom/gprs/protocol/gsm_08_18.h... Generating docs for file include/osmocom/gprs/protocol/gsm_24_301.h... Generating docs for file src/gb/bssgp_bvc_fsm.c... Generating docs f/build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: argument 'The' of command @param is not found in the argument list of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: The following parameter of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) is not documented: parameter 'fc' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: argument 'new_bvci2' of command @param is not found in the argument list of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: The following parameter of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) is not documented: parameter 'new_bvci' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: argument 'msg' of command @param is not found in the argument list of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: The following parameter of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) is not documented: parameter 'orig_msg' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:37: warning: The following parameter of bssgp2_nsi_tx_ptp(struct gprs_ns2_inst *nsi, uint16_t nsei, uint16_t bvci, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:62: warning: The following parameter of bssgp2_nsi_tx_sig(struct gprs_ns2_inst *nsi, uint16_t nsei, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: The following parameters of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: The following parameters of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: The following parameters of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: The following parameters of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: The following parameters of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: The following parameters of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: The following parameters of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: The following parameters of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:400: warning: The following parameter of bssgp_enc_app_err_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_app_err_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:789: warning: The following parameter of bssgp_enc_ran_inf_ack_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_ack_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:323: warning: The following parameter of bssgp_enc_ran_inf_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:936: warning: The following parameter of bssgp_enc_ran_inf_app_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:863: warning: The following parameter of bssgp_enc_ran_inf_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:253: warning: The following parameter of bssgp_enc_ran_inf_req_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:562: warning: The following parameter of bssgp_enc_ran_inf_req_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:680: warning: The following parameter of bssgp_enc_ran_inf_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:55: warning: Found unknown command '\discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:53: warning: The following parameters of bssgp_parse_rim_ra(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len, uint8_t discr) are not documented: parameter 'len' parameter 'discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:100: warning: The following parameter of bssgp_parse_rim_ri(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:697: warning: The following parameter of gprs_ns2_fr_bind(struct gprs_ns2_inst *nsi, const char *name, const char *netif, struct osmo_fr_network *fr_network, enum osmo_fr_role fr_role, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: argument 'nsei' of command @param is not found in the argument list of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: The following parameters of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) are not documented: parameter 'nse' parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:915: warning: The following parameter of gprs_ns2_fr_connect2(struct gprs_ns2_vc_bind *bind, uint16_t nsei, uint16_t nsvci, uint16_t dlci) is not documented: parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c:549: warning: The following parameter of gprs_ns2_frgre_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: argument 'vc' of command @param is not found in the argument list of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: The following parameter of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:599: warning: The following parameters of ns2_tx_sns_ack(struct gprs_ns2_vc *nsvc, uint8_t trans_id, uint8_t *cause, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:662: warning: The following parameters of ns2_tx_sns_config(struct gprs_ns2_vc *nsvc, bool end_flag, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'ctx' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'vc' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: The following parameter of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: argument 'vc' of command @param is not found in the argument list of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: The following parameter of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:599: warning: The following parameters of ns2_tx_sns_ack(struct gprs_ns2_vc *nsvc, uint8_t trans_id, uint8_t *cause, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:662: warning: The following parameters of ns2_tx_sns_config(struct gprs_ns2_vc *nsvc, bool end_flag, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: The following parameter of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: The following parameter of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c:272: warning: The following parameter of gprs_ns2_ip_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'ctx' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'vc' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: The following parameter of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:883: warning: The following parameters of gprs_ns2_create_nse(struct gprs_ns2_inst *nsi, uint16_t nsei, enum gprs_ns2_ll linklayer, enum gprs_ns2_dialect dialect) are not documented: parameter 'linklayer' parameter 'dialect' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:802: warning: The following parameters of gprs_ns2_create_nse2(struct gprs_ns2_inst *nsi, uint16_t nsei, enum gprs_ns2_ll linklayer, enum gprs_ns2_dialect dialect, bool ip_sns_role_sgsn) are not documented: parameter 'linklayer' parameter 'dialect' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:1219: warning: The following parameter of gprs_ns2_ip_connect2(struct gprs_ns2_vc_bind *bind, const struct osmo_sockaddr *remote, uint16_t nsei, uint16_t nsvci, enum gprs_ns2_dialect dialect) is not documented: parameter 'dialect' /build/_osmocom_api/libosmocore/src/gb/gprs_ns.c:1879: warning: The following parameter of gprs_ns_instantiate(gprs_ns_cb_t *cb, void *ctx) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:547: warning: argument 'nsi' of command @param is not found in the argument list of ns2_prim_status_ind(struct gprs_ns2_nse *nse, struct gprs_ns2_vc *nsvc, uint16_t bvci, enum gprs_ns2_affecting_cause cause) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:547: warning: argument 'nsei' of command @param is not found in the argument list of ns2_prim_status_ind(struct gprs_ns2_nse *nse, struct gprs_ns2_vc *nsvc, uint16_t bvci, enum gprs_ns2_affecting_cause cause) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:547: warning: The following parameters of ns2_prim_status_ind(struct gprs_ns2_nse *nse, struct gprs_ns2_vc *nsvc, uint16_t bvci, enum gprs_ns2_affecting_cause cause) are not documented: parameter 'nse' parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:585: warning: The following parameter of ns2_vc_alloc(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, bool initiater, enum gprs_ns2_vc_mode vc_mode, const char *id) is not documented: parameter 'vc_mode' or file src/gb/common_vty.c... Generating docs for file src/gb/common_vty.h... Generating docs for file src/gb/frame_relay.c... Generating docs for file src/gb/gb_internal.h... Generating docs for file src/gb/gprs_bssgp.c... Generating docs for file src/gb/gprs_bssgp2.c... Generating docs for file src/gb/gprs_bssgp_bss.c... Generating docs for file src/gb/gprs_bssgp_internal.h... Generating docs for file src/gb/gprs_bssgp_rim.c... Generating docs for file src/gb/gprs_bssgp_util.c... Generating docs for file src/gb/gprs_bssgp_vty.c... Generating docs for file src/gb/gprs_ns.c... Generating docs for file src/gb/gprs_ns2.c... Generating docs for file src/gb/gprs_ns2_fr.c... Generating docs for file src/gb/gprs_ns2_frgre.c... Generating docs for file src/gb/gprs_ns2_internal.h... Generating docs for file src/gb/gprs_ns2_message.c... Generating docs for file src/gb/gprs_ns2_sns.c... Generating docs for file src/gb/gprs_ns2_udp.c... Generating docs for file src/gb/gprs_ns2_vc_fsm.c... Generating docs for file src/gb/gprs_ns2_vty.c... Generating docs for file src/gb/gprs_ns_frgre.c... Generating docs for file src/gb/gprs_ns_sns.c... Generating docs for file src/gb/gprs_ns_vty.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound bssgp2_flow_ctrl... Generating docs for compound bssgp_app_err_cont_nacc... Generating docs for compound bssgp_bvc_ctx... Generating docs for compound bssgp_bvc_fsm_ops... Generating docs for compound bssgp_dl_ud_par... Generating docs for compound bssgp_fc_queue_element... Generating docs for compound bssgp_flow_control... Generating docs for compound bssgp_lv... Generating docs for compound bssgp_normal_hdr... Generating docs for compound bssgp_paging_info... Generating docs for compound bssgp_ran_inf_ack_rim_cont... Generating docs for compound bssgp_ran_inf_app_cont_nacc... Generating docs for compound bssgp_ran_inf_app_err_rim_cont... Generating docs for compound bssgp_ran_inf_err_rim_cont... Generating docs for compound bssgp_ran_inf_req_app_cont_nacc... Generating docs for compound bssgp_ran_inf_req_rim_cont... Generating docs for compound bssgp_ran_inf_rim_cont... Generating docs for compound bssgp_ran_inf_x_cont... Generating docs for compound bssgp_ran_information_pdu... Generating docs for compound bssgp_rim_pdu_ind... Generating docs for compound bssgp_rim_routing_info... Generating docs for compound bssgp_ud_hdr... Generating docs for compound bvc_fsm_priv... Generating docs for compound gprs_ns2_inst... Generating docs for compound gprs_ns2_nse... Generating docs for compound gprs_ns2_vc... Generating docs for compound gprs_ns2_vc_bind... Generating docs for compound gprs_ns2_vc_driver... Generating docs for compound gprs_ns2_vc_priv... Generating docs for compound gprs_ns_hdr... Generating docs for compound gprs_ns_ie_ip4_elem... Generating docs for compound gprs_ns_ie_ip6_elem... Generating docs for compound gprs_ns_inst... Generating docs for compound gprs_nsvc... Generating docs for compound gprs_sns_state... Generating docs for compound gre_hdr... Generating docs for compound libgb_msgb_cb... Generating docs for compound ns2_sns_bind... Generating docs for compound ns2_sns_elems... Generating docs for compound ns2_sns_procedure... Generating docs for compound ns2_sns_state... Generating docs for compound ns_signal_data... Generating docs for compound osmo_bssgp_prim... Generating docs for compound osmo_eutran_tai... Generating docs for compound osmo_fr_dlc... Generating docs for compound osmo_fr_link... Generating docs for compound osmo_fr_network... Generating docs for compound osmo_gprs_ns2_prim... Generating docs for compound priv_bind... Generating docs for compound priv_vc... Generating docs for compound q933_a_hdr... Generating docs for compound q933_a_pvc_sts... Generating docs for compound sns_endpoint... Generating docs for compound vty_bind... Generating docs for compound vty_nse... Generating docs for compound vty_nse_bind... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 3017/65536 hits=51364 misses=3994 finished... touch "doc/libosmogb.tag.prep" rm -rf ./doc/sim; mkdir -p ./doc/sim rm -rf ./doc/libosmosim.map /usr/bin/doxygen ./Doxyfile.sim warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.sim' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/sim Searching for files in directory /build/_osmocom_api/libosmocore/src/sim Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/sim/class_tables.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/sim/class_tables.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/sim/sim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/sim/sim.h... Preprocessing /build/_osmocom_api/libosmocore/src/sim/card_fs_hpsim.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/card_fs_hpsim.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/card_fs_isim.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/card_fs_isim.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/card_fs_sim.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/card_fs_sim.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/card_fs_tetra.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/card_fs_tetra.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/card_fs_uicc.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/card_fs_uicc.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/card_fs_usim.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/card_fs_usim.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/class_tables.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/class_tables.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/core.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/core.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/gsm_int.h... Parsing file /build/_osmocom_api/libosmocore/src/sim/gsm_int.h... Preprocessing /build/_osmocom_api/libosmocore/src/sim/reader.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/reader.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/reader_pcsc.c... Parsing file /build/_osmocom_api/libosmocore/src/sim/reader_pcsc.c... Preprocessing /build/_osmocom_api/libosmocore/src/sim/sim_int.h... Parsing file /build/_osmocom_api/libosmocore/src/sim/sim_int.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/sim/class_tables.h... Generating code for file include/osmocom/sim/sim.h... Parsing code for file src/sim/card_fs_hpsim.c... Parsing code for file src/sim/card_fs_isim.c... Parsing code for file src/sim/card_fs_sim.c... Parsing code for file src/sim/card_fs_tetra.c... Parsing code for file src/sim/card_fs_uicc.c... Parsing code for file src/sim/card_fs_usim.c... Parsing code for file src/sim/class_tables.c... Parsing code for file src/sim/core.c... Generating code for file src/sim/gsm_int.h... Parsing code for file src/sim/reader.c... Parsing code for file src/sim/reader_pcsc.c... Generating code for file src/sim/sim_int.h... Generating file documentation... Generating docs for file include/osmocom/sim/class_tables.h... Generating docs for file include/osmocom/sim/sim.h... Generating docs for file src/sim/card_fs_hpsim.c... Generating docs for file src/sim/card_fs_isim.c... Generating docs for file src/sim/card_fs_sim.c... Generating docs for file src/sim/card_fs_tetra.c... Generating docs for file src/sim/card_fs_uicc.c... Generating docs for file src/sim/card_fs_usim.c... Generating docs for file src/sim/class_tables.c... Generating docs for file src/sim/core.c... Generating docs for file src/sim/gsm_int.h... Generating docs for file src/sim/reader.c... Generating docs for file src/sim/reader_pcsc.c... Generating docs for file src/sim/sim_int.h... Generating page documentation... Generating docs for page todo... Generating group documentation... Generating class documentation... Generating docs for compound osim_apdu_cmd_hdr... Generating docs for compound osim_card_app_hdl... Generating docs for compound osim_card_app_profile... Generating docs for compound osim_card_hdl... Generating docs for compound osim_card_profile... Generating docs for compound osim_card_sw... Generating docs for compound osim_chan_hdl... Generating docs for compound osim_cla_ins_card_profile... Generating docs for compound osim_cla_ins_case... Generating docs for compound osim_decoded_data... Generating docs for compound osim_decoded_element... Generating docs for compound osim_file... Generating docs for compound osim_file_desc... Generating docs for compound osim_file_ops... Generating docs for compound osim_msgb_cb... Generating docs for compound osim_reader_hdl... Generating docs for compound osim_reader_ops... Generating docs for compound pcsc_reader_state... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 584/65536 hits=9900 misses=1054 finished... touch "doc/libosmosim.tag.prep" rm -rf ./doc/usb; mkdir -p ./doc/usb rm -rf ./doc/libosmousb.map /usr/bin/doxygen ./Doxyfile.usb warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file './Doxyfile.usb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/src/usb/osmo_libusb.c:139: warning: argument 'talloc' of command @param is not found in the argument list of osmo_libusb_dev_get_path_c(void *ctx, libusb_device *dev) /build/_osmocom_api/libosmocore/src/usb/osmo_libusb.c:139: warning: The following parameter of osmo_libusb_dev_get_path_c(void *ctx, libusb_device *dev) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/usb/osmo_libusb.c:139: warning: argument 'talloc' of command @param is not found in the argument list of osmo_libusb_dev_get_path_c(void *ctx, libusb_device *dev) /build/_osmocom_api/libosmocore/src/usb/osmo_libusb.c:139: warning: The following parameter of osmo_libusb_dev_get_path_c(void *ctx, libusb_device *dev) is not documented: parameter 'ctx' Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/usb Searching for files in directory /build/_osmocom_api/libosmocore/src/usb Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/usb/libusb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/usb/libusb.h... Preprocessing /build/_osmocom_api/libosmocore/src/usb/osmo_libusb.c... Parsing file /build/_osmocom_api/libosmocore/src/usb/osmo_libusb.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/usb/libusb.h... Parsing code for file src/usb/osmo_libusb.c... Generating file documentation... Generating docs for file include/osmocom/usb/libusb.h... Generating docs for file src/usb/osmo_libusb.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound dev_id... Generating docs for compound osmo_usb_matchspec... Generating docs for compound usb_interface_match... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 184/65536 hits=6552 misses=618 finished... touch "doc/libosmousb.tag.prep" rm -rf ./doc/core; mkdir -p ./doc/core /usr/bin/doxygen Doxyfile.core warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.core' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/core Searching for files in directory /build/_osmocom_api/libosmocore/src/core Reading and parsing tag files Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/application.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/application.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/backtrace.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/backtrace.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/base64.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/base64.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bit16gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bit16gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bit32gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bit32gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bit64gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bit64gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bitcomp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bitcomp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bits.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bits.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/bitvec.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/bitvec.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/byteswap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/byteswap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/conv.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/conv.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc16.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc16.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc16gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc16gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc32gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc32gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc64gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc64gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crc8gen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crc8gen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/crcgen.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/crcgen.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/defs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/defs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/endian.h... Parsing file /build/_osmocom_api/libosmo/build/_osmocom_api/libosmocore/include/osmocom/core/netdev.h:49: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/include/osmocom/core/netns.h:24: warning: unbalanced grouping commands core/include/osmocom/core/endian.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/exec.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/exec.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/fsm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/fsm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap_util.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/gsmtap_util.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/hash.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/hash.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/isdnhdlc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/isdnhdlc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/it_q.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/it_q.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/linuxrbtree.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/linuxrbtree.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/logging.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/logging.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/logging_internal.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/logging_internal.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/loggingrb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/loggingrb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/macaddr.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/macaddr.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/mnl.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/mnl.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/msgb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/msgb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/msgfile.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/msgfile.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/netdev.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/netdev.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/netns.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/netns.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/osmo_io.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/osmo_io.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/panic.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/panic.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/plugin.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/plugin.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/prbs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/prbs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/prim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/prim.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/process.h... Parsing file /build/_osmoco/build/_osmocom_api/libosmocore/include/osmocom/core/thread.h:30: warning: end of file while inside a group /build/_osmocom_api/libosmocore/include/osmocom/core/tun.h:43: warning: unbalanced grouping commands m_api/libosmocore/include/osmocom/core/process.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/rate_ctr.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/rate_ctr.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/select.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/select.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/sercomm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/sercomm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/serial.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/serial.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/signal.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/signal.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/sockaddr_str.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/sockaddr_str.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/socket.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/socket.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/socket_compat.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/socket_compat.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/soft_uart.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/soft_uart.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/stat_item.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/stat_item.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/statistics.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/statistics.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/stats.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/stats.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/stats_tcp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/stats_tcp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/strrb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/strrb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/talloc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/talloc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/thread.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/thread.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/time_cc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/time_cc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/timer.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/timer.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/timer_compat.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/timer_compat.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/tun.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/tun.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/core/write_queue.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/core/write_queue.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/application.c... Parsing file /build/_osmocom_api/libosmocore/src/core/application.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/backtrac/build/_osmocom_api/libosmocore/src/core/context.c:47: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/core/logging_gsmtap.c:167: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/logging_syslog.c:90: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/logging_systemd.c:118: warning: end of file while inside a group e.c... Parsing file /build/_osmocom_api/libosmocore/src/core/backtrace.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/base64.c... Parsing file /build/_osmocom_api/libosmocore/src/core/base64.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/bitcomp.c... Parsing file /build/_osmocom_api/libosmocore/src/core/bitcomp.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/bits.c... Parsing file /build/_osmocom_api/libosmocore/src/core/bits.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/bitvec.c... Parsing file /build/_osmocom_api/libosmocore/src/core/bitvec.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/context.c... Parsing file /build/_osmocom_api/libosmocore/src/core/context.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_generic.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_generic.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_neon.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_neon.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_neon_impl.h... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_neon_impl.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_sse.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_sse.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_avx.c... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_avx.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_impl.h... Parsing file /build/_osmocom_api/libosmocore/src/core/conv_acc_sse_impl.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/counter.c... Parsing file /build/_osmocom_api/libosmocore/src/core/counter.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc16.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc16.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc16gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc16gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc32gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc32gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc64gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc64gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/crc8gen.c... Parsing file /build/_osmocom_api/libosmocore/src/core/crc8gen.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/exec.c... Parsing file /build/_osmocom_api/libosmocore/src/core/exec.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/fsm.c... Parsing file /build/_osmocom_api/libosmocore/src/core/fsm.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/gsmtap_util.c... Parsing file /build/_osmocom_api/libosmocore/src/core/gsmtap_util.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c... Parsing file /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/it_q.c... Parsing file /build/_osmocom_api/libosmocore/src/core/it_q.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging_gsmtap.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging_gsmtap.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging_syslog.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging_syslog.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/logging_systemd.c... Parsing file /build/_osmocom_api/libosmocore/src/core/logging_systemd.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/loggingrb.c... Parsing file /build/_osmocom_api/libosmocore/src/build/_osmocom_api/libosmocore/src/core/loggingrb.c:103: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/stats_statsd.c:203: warning: end of file while inside a group /build/_osmocom_api/libosmocore/src/core/stats_tcp.c:328: warning: end of file while inside a group /core/loggingrb.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/macaddr.c... Parsing file /build/_osmocom_api/libosmocore/src/core/macaddr.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/mnl.c... Parsing file /build/_osmocom_api/libosmocore/src/core/mnl.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/msgb.c... Parsing file /build/_osmocom_api/libosmocore/src/core/msgb.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/msgfile.c... Parsing file /build/_osmocom_api/libosmocore/src/core/msgfile.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/netdev.c... Parsing file /build/_osmocom_api/libosmocore/src/core/netdev.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/netns.c... Parsing file /build/_osmocom_api/libosmocore/src/core/netns.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io.c... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io_poll.c... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io_poll.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/osmo_io_uring.c... Parsing file /build/_osmocom_api/libosmocore/src/core/osmo_io_uring.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/panic.c... Parsing file /build/_osmocom_api/libosmocore/src/core/panic.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/plugin.c... Parsing file /build/_osmocom_api/libosmocore/src/core/plugin.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/prbs.c... Parsing file /build/_osmocom_api/libosmocore/src/core/prbs.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/prim.c... Parsing file /build/_osmocom_api/libosmocore/src/core/prim.c... Reading /build/_osmocom_api/libosmocore/src/core/probes.d... Parsing file /build/_osmocom_api/libosmocore/src/core/probes.d... Preprocessing /build/_osmocom_api/libosmocore/src/core/rate_ctr.c... Parsing file /build/_osmocom_api/libosmocore/src/core/rate_ctr.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/rbtree.c... Parsing file /build/_osmocom_api/libosmocore/src/core/rbtree.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/select.c... Parsing file /build/_osmocom_api/libosmocore/src/core/select.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/sercomm.c... Parsing file /build/_osmocom_api/libosmocore/src/core/sercomm.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/serial.c... Parsing file /build/_osmocom_api/libosmocore/src/core/serial.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/signal.c... Parsing file /build/_osmocom_api/libosmocore/src/core/signal.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/sockaddr_str.c... Parsing file /build/_osmocom_api/libosmocore/src/core/sockaddr_str.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/socket.c... Parsing file /build/_osmocom_api/libosmocore/src/core/socket.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/soft_uart.c... Parsing file /build/_osmocom_api/libosmocore/src/core/soft_uart.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stat_item.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stat_item.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stat_item_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/core/stat_item_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/core/stats.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stats.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stats_statsd.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stats_statsd.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/stats_tcp.c... Parsing file /build/_osmocom_api/libosmocore/src/core/stats_tcp.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/strrb.c... Parsing file /build/_osmocom_api/libosmocore/src/core/strr/build/_osmocom_api/libosmocore/src/core/thread.c:57: warning: end of file while inside a group :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" /build/_osmocom_api/libosmocore/include/osmocom/core/crc16gen.h:23: warning: the name 'crc16gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/crc32gen.h:23: warning: the name 'crc32gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/crc64gen.h:23: warning: the name 'crc64gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/crc8gen.h:23: warning: the name 'crc8gen.h.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/it_q.h:9: warning: the name 'osmo_it_q.h' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc16gen.c:25: warning: the name 'crc16gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc32gen.c:25: warning: the name 'crc32gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc64gen.c:25: warning: the name 'crc64gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/crc8gen.c:25: warning: the name 'crc8gen.c.tpl' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/time_cc.c:1: warning: the name 'foo.c' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/src/core/tun.c:28: warning: the name 'tundev.c' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:16: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:48: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:49: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:50: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:86: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:77: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:57: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:36: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command b.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/tdef.c... Parsing file /build/_osmocom_api/libosmocore/src/core/tdef.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/thread.c... Parsing file /build/_osmocom_api/libosmocore/src/core/thread.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/time_cc.c... Parsing file /build/_osmocom_api/libosmocore/src/core/time_cc.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/timer.c... Parsing file /build/_osmocom_api/libosmocore/src/core/timer.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/timer_clockgettime.c... Parsing file /build/_osmocom_api/libosmocore/src/core/timer_clockgettime.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/timer_gettimeofday.c... Parsing file /build/_osmocom_api/libosmocore/src/core/timer_gettimeofday.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/tun.c... Parsing file /build/_osmocom_api/libosmocore/src/core/tun.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/use_count.c... Parsing file /build/_osmocom_api/libosmocore/src/core/use_count.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/utils.c... Parsing file /build/_osmocom_api/libosmocore/src/core/utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/core/write_queue.c... Parsing file /build/_osmocom_api/libosmocore/src/core/write_queue.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/core/application.h... Generating code for file include/osmocom/core/backtrace.h... Generating code for file include/osmocom/core/base64.h... Generating code for file include/osmocom/core/bit16gen.h... Generating code for file include/osmocom/core/bit32gen.h... Generating code for file include/osmocom/core/bit64gen.h... Generating code for file include/osmocom/core/bitcomp.h... Generating code for file include/osmocom/core/bits.h... Generating code for file include/osmocom/core/bitvec.h... Generating code for file include/osmocom/core/byteswap.h... Generating code for file include/osmocom/core/conv.h... Generating code for file include/osmocom/core/counter.h... Generating code for file include/osmocom/core/crc16.h... Generating code for file include/osmocom/core/crc16gen.h... Generating code for file include/osmocom/core/crc32gen.h... Generating code for file include/osmocom/core/crc64gen.h... Generating code for file include/osmocom/core/crc8gen.h... Generating code for file include/osmocom/core/crcgen.h... Generating code for file include/osmocom/core/defs.h... Generating code for file include/osmocom/core/endian.h... Generating code for file include/osmocom/core/exec.h... Generating code for file include/osmocom/core/fsm.h... Generating code for file include/osmocom/core/gsmtap.h... Generating code for file include/osmocom/core/gsmtap_util.h... Generating code for file include/osmocom/core/hash.h... Generating code for file include/osmocom/core/hashtable.h... Generating code for file include/osmocom/core/isdnhdlc.h... Generating code for file include/osmocom/core/it_q.h... Generating code for file include/osmocom/core/linuxlist.h... Generating code for file include/osmocom/core/linuxrbtree.h... Generating code for file include/osmocom/core/log2.h... Generating code for file include/osmocom/core/logging.h... Generating code for file include/osmocom/core/logging_internal.h... Generating code for file include/osmocom/core/loggingrb.h... Generating code for file include/osmocom/core/macaddr.h... Generating code for file include/osmocom/core/mnl.h... Generating code for file include/osmocom/core/msgb.h... Generating code for file include/osmocom/core/msgfile.h... Generating code for file include/osmocom/core/netdev.h... Generating code for file include/osmocom/core/netns.h... Generating code for file include/osmocom/core/osmo_io.h... Generating code for file include/osmocom/core/panic.h... Generating code for file include/osmocom/core/plugin.h... Generating code for file include/osmocom/core/prbs.h... Generating code for file include/osmocom/core/prim.h... Generating code for file include/osmocom/core/process.h... Generating code for file include/osmocom/core/rate_ctr.h... Generating code for file include/osmocom/core/select.h... Generating code for file include/osmocom/core/sercomm.h... Generating code for file include/osmocom/core/serial.h... Generating code for file include/osmocom/core/signal.h... Generating code for file include/osmocom/core/sockaddr_str.h... Generating code for file include/osmocom/core/socket.h... Generating code for file include/osmocom/core/socket_compat.h... Generating code for file include/osmocom/core/soft_uart.h... Generating code for file include/osmocom/core/stat_item.h... Generating code for file include/osmocom/core/statistics.h... Generating code for file include/osmocom/core/stats.h... Generating code for file include/osmocom/core/stats_tcp.h... Generating code for file include/osmocom/core/strrb.h... Generating code for file include/osmocom/core/talloc.h... Generating code for file include/osmocom/core/tdef.h... Generating code for file include/osmocom/core/thread.h... Generating code for file include/osmocom/core/time_cc.h... Generating code for file include/osmocom/core/timer.h... Generating code for file include/osmocom/core/timer_compat.h... Generating code for file include/osmocom/core/tun.h... Generating code for file include/osmocom/core/use_count.h... Generating code for file include/osmocom/core/utils.h... Generating code for file include/osmocom/core/write_queue.h... Parsing code for file src/core/application.c... Parsing code for file src/core/backtrace.c... Parsing code for file src/core/base64.c... Parsing code for file src/core/bitcomp.c... Parsing code for file src/core/bits.c... Parsing code for file src/core/bitvec.c... Parsing code for file src/core/context.c... Parsing code for file src/core/conv.c... Parsing code for file src/core/conv_acc.c... Parsing code for file src/core/conv_acc_generic.c... Parsing code for file src/core/conv_acc_neon.c... Generating code for file src/core/conv_acc_neon_impl.h... Parsing code for file src/core/conv_acc_sse.c... Parsing code for file src/core/conv_acc_sse_avx.c... Generating code for file src/core/conv_acc_sse_impl.h... Parsing code for file src/core/counter.c... Parsing code for file src/cor/build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h:26: warning: argument 'Counter' of command @param is not found in the argument list of osmo_counter_inc(struct osmo_counter *ctr) /build/_osmocom_api/libosmocore/include/osmocom/core/counter.h:26: warning: The following parameter of osmo_counter_inc(struct osmo_counter *ctr) is not documented: parameter 'ctr' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:36: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:48: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:49: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:50: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:77: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:141: warning: Found unknown command '@obj' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:142: warning: Found unknown command '@tmp' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:143: warning: Found unknown command '@member' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:144: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:57: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:86: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:48: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:49: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:50: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:77: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:36: warning: Found unknown command '@hashtable' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:86: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/include/osmocom/core/hashtable.h:57: warning: Found unknown command '@node' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:94: warning: The following parameter of osmo_isdnhdlc_decode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, int slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:321: warning: The following parameter of osmo_isdnhdlc_encode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, uint16_t slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' e/crc16.c... Parsing code for file src/core/crc16gen.c... Parsing code for file src/core/crc32gen.c... Parsing code for file src/core/crc64gen.c... Parsing code for file src/core/crc8gen.c... Parsing code for file src/core/exec.c... Parsing code for file src/core/fsm.c... Parsing code for file src/core/gsmtap_util.c... Parsing code for file src/core/isdnhdlc.c... Parsing code for file src/core/it_q.c... Parsing code for file src/core/logging.c... Parsing code for file src/core/logging_gsmtap.c... Parsing code for file src/core/logging_syslog.c... Parsing code for file src/core/logging_systemd.c... Parsing code for file src/core/loggingrb.c... Parsing code for file src/core/macaddr.c... Parsing code for file src/core/mnl.c... Parsing code for file src/core/msgb.c... Parsing code for file src/core/msgfile.c... Parsing code for file src/core/netdev.c... Parsing code for file src/core/netns.c... Parsing code for file src/core/osmo_io.c... Generating code for file src/core/osmo_io_internal.h... Parsing code for file src/core/osmo_io_poll.c... Parsing code for file src/core/osmo_io_uring.c... Parsing code for file src/core/panic.c... Parsing code for file src/core/plugin.c... Parsing code for file src/core/prbs.c... Parsing code for file src/core/prim.c... Parsing code for file src/core/probes.d... Parsing code for file src/core/rate_ctr.c... Parsing code for file src/core/rbtree.c... Parsing code for file src/core/select.c... Parsing code for file src/core/sercomm.c... Parsing code for file src/core/serial.c... Parsing code for file src/core/signal.c... Parsing code for file src/core/sockaddr_str.c... Parsing code for file src/core/socket.c... Parsing code for file src/core/soft_uart.c... Parsing code for file src/core/stat_item.c... Generating code for file src/core/stat_item_internal.h... Parsing code for file src/core/stats.c... Parsing code for file src/core/stats_statsd.c... Parsing code for file src/core/stats_tcp.c... Parsing code for file src/core/strrb.c... Parsing code for file src/core/tdef.c... Parsing code for file src/core/thread.c... Parsing code for file src/core/time_cc.c... Parsing code for file src/core/timer.c... Parsing code for file src/core/timer_clockgettime.c... Parsing code for file src/core/timer_gettimeofday.c... Parsing code for file src/core/tun.c... Parsing code for file src/core/use_count.c... Parsing code for file src/core/utils.c... Parsing code for file src/core/write_queue.c... Generating file documentation... Generating docs for file include/osmocom/core/application.h... Generating docs for file include/osmocom/core/backtrace.h... Generating docs for file include/osmocom/core/base64.h... Generating docs for file include/osmocom/core/bit16gen.h... Generating docs for file include/osmocom/core/bit32gen.h... Generating docs for file include/osmocom/core/bit64gen.h... Generating docs for file include/osmocom/core/bitcomp.h... Generating docs for file include/osmocom/core/bits.h... Generating docs for file include/osmocom/core/bitvec.h... Generating docs for file include/osmocom/core/byteswap.h... Generating docs for file include/osmocom/core/conv.h... Generating docs for file include/osmocom/core/counter.h... Generating docs for file include/osmocom/core/crc16.h... Generating docs for file include/osmocom/core/crc16gen.h... Generating docs for file include/osmocom/core/crc32gen.h... Generating docs for file include/osmocom/core/crc64gen.h... Generating docs for file include/osmocom/core/crc8gen.h... Generating docs for file include/osmocom/core/crcgen.h... Generating docs for file include/osmocom/core/defs.h... Generating docs for file include/osmocom/core/endian.h... Generating docs for file include/osmocom/core/exec.h... Generating docs for file include/osmocom/core/fsm.h... Generating docs for file include/osmocom/core/gsmtap.h... Generating docs for file include/osmocom/core/gsmtap_util.h... Generating docs for file include/osmocom/core/hash.h... Generating docs for file include/osmocom/core/hashtable.h... Generating docs for file include/osmocom/core/isdnhdlc.h... Generating docs for file/build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:16: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:16: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:94: warning: The following parameter of osmo_isdnhdlc_decode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, int slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' /build/_osmocom_api/libosmocore/src/core/isdnhdlc.c:321: warning: The following parameter of osmo_isdnhdlc_encode(struct osmo_isdnhdlc_vars *hdlc, const uint8_t *src, uint16_t slen, int *count, uint8_t *dst, int dsize) is not documented: parameter 'hdlc' include/osmocom/core/it_q.h... Generating docs for file include/osmocom/core/linuxlist.h... Generating docs for file include/osmocom/core/linuxrbtree.h... Generating docs for file include/osmocom/core/log2.h... Generating docs for file include/osmocom/core/logging.h... Generating docs for file include/osmocom/core/logging_internal.h... Generating docs for file include/osmocom/core/loggingrb.h... Generating docs for file include/osmocom/core/macaddr.h... Generating docs for file include/osmocom/core/mnl.h... Generating docs for file include/osmocom/core/msgb.h... Generating docs for file include/osmocom/core/msgfile.h... Generating docs for file include/osmocom/core/netdev.h... Generating docs for file include/osmocom/core/netns.h... Generating docs for file include/osmocom/core/osmo_io.h... Generating docs for file include/osmocom/core/panic.h... Generating docs for file include/osmocom/core/plugin.h... Generating docs for file include/osmocom/core/prbs.h... Generating docs for file include/osmocom/core/prim.h... Generating docs for file include/osmocom/core/process.h... Generating docs for file include/osmocom/core/rate_ctr.h... Generating docs for file include/osmocom/core/select.h... Generating docs for file include/osmocom/core/sercomm.h... Generating docs for file include/osmocom/core/serial.h... Generating docs for file include/osmocom/core/signal.h... Generating docs for file include/osmocom/core/sockaddr_str.h... Generating docs for file include/osmocom/core/socket.h... Generating docs for file include/osmocom/core/socket_compat.h... Generating docs for file include/osmocom/core/soft_uart.h... Generating docs for file include/osmocom/core/stat_item.h... Generating docs for file include/osmocom/core/statistics.h... Generating docs for file include/osmocom/core/stats.h... Generating docs for file include/osmocom/core/stats_tcp.h... Generating docs for file include/osmocom/core/strrb.h... Generating docs for file include/osmocom/core/talloc.h... Generating docs for file include/osmocom/core/tdef.h... Generating docs for file include/osmocom/core/thread.h... Generating docs for file include/osmocom/core/time_cc.h... Generating docs for file include/osmocom/core/timer.h... Generating docs for file include/osmocom/core/timer_compat.h... Generating docs for file include/osmocom/core/tun.h... Generating docs for file include/osmocom/core/use_count.h... Generating docs for file include/osmocom/core/utils.h... Generating docs for file include/osmocom/core/write_queue.h... Generating docs for file src/core/application.c... Generating docs for file src/core/backtrace.c... Generating docs for file src/core/base64.c... Generating docs for file src/core/bitcomp.c... Generating docs for file src/core/bits.c... Generating docs for file src/core/bitvec.c... Generating docs for file src/core/context.c... Generating docs for file src/core/conv.c... Generating docs for file src/core/conv_acc.c... Generating docs for file src/core/conv_acc_generic.c... Generating docs for file src/core/conv_acc_neon.c... Generating docs for file src/core/conv_acc_neon_impl.h... Generating docs for file src/core/conv_acc_sse.c... Generating docs for file src/core/conv_acc_sse_avx.c... Generating docs for file src/core/conv_acc_sse_impl.h... Generating docs for file src/core/counter.c... Generating docs for file src/core/crc16.c... Generating docs for file src/core/crc16gen.c... Generating docs for file src/core/crc32gen.c... Generating docs for file src/core/crc64gen.c... Generating docs for file src/core/crc8gen.c... Generating docs for file src/core/exec.c... Generating docs for file src/core/fsm.c... Generating docs for file src/core/gsmtap_util.c... Generating docs for file src/core/isdnhdlc.c... Generating docs for file src/core/it_q.c... Generating docs for file src/core/logging.c... Generating docs for file src/core/logging_gsmtap.c... Generating docs for file src/core/logging_syslog.c... Generating docs for file src/core/logging_systemd.c... Generating docs for file src/core/loggingrb.c... Generating docs for file src/core/macaddr.c... Generat/build/_osmocom_api/libosmocore/include/osmocom/core/bits.h:27: warning: unable to resolve reference to 'pbit_t:' for \ref command /build/_osmocom_api/libosmocore/src/core/bits.c:140: warning: unable to resolve reference to 'out' for \ref command /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/src/core/bitvec.c:279: warning: Found unknown command '\fill' /build/_osmocom_api/libosmocore/src/core/bitvec.c:416: warning: argument 'bit' of command @param is not found in the argument list of bitvec_free(struct bitvec *bv) /build/_osmocom_api/libosmocore/src/core/bitvec.c:416: warning: The following parameter of bitvec_free(struct bitvec *bv) is not documented: parameter 'bv' /build/_osmocom_api/libosmocore/src/core/bitvec.c:426: warning: argument 'bitvec' of command @param is not found in the argument list of bitvec_pack(const struct bitvec *bv, uint8_t *buffer) /build/_osmocom_api/libosmocore/src/core/bitvec.c:426: warning: The following parameter of bitvec_pack(const struct bitvec *bv, uint8_t *buffer) is not documented: parameter 'bv' /build/_osmocom_api/libosmocore/src/core/bitvec.c:603: warning: Found unknown command '\go' /build/_osmocom_api/libosmocore/src/core/bitvec.c:503: warning: The following parameter of bitvec_write_field(struct bitvec *bv, unsigned int *write_index, uint64_t val, unsigned int len) is not documented: parameter 'val' /build/_osmocom_api/libosmocore/src/core/crc16.c:54: warning: argument 'in' of command @param is not found in the argument list of osmo_crc16(uint16_t crc, uint8_t const *buffer, size_t len) /build/_osmocom_api/libosmocore/src/core/crc16.c:54: warning: argument 'in' of command @param is not found in the argument list of osmo_crc16(uint16_t crc, uint8_t const *buffer, size_t len) /build/_osmocom_api/libosmocore/src/core/crc16.c:54: warning: argument 'in' of command @param is not found in the argument list of osmo_crc16(uint16_t crc, uint8_t const *buffer, size_t len) /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h:359: warning: The following parameter of OSMO_NAME_C_IMPL(CTX, INITIAL_BUFSIZE, ON_ERROR, FUNC_BUF, FUNC_BUF_ARGS...) is not documented: parameter 'CTX' /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h:134: warning: argument 'args' of command @param is not found in the argument list of osmo_talloc_asprintf(ctx, dest, fmt, args ...) /build/_osmocom_api/libosmocore/include/osmocom/core/utils.h:134: warning: The following parameter of osmo_talloc_asprintf(ctx, dest, fmt, args ...) is not documented: parameter 'args ...' /build/_osmocom_api/libosmocore/src/core/utils.c:986: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_cstr_c(void *ctx, const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:986: warning: The following parameters of osmo_escape_cstr_c(void *ctx, const char *str, int in_len) are not documented: parameter 'ctx' parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:852: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_str(const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:852: warning: The following parameter of osmo_escape_str(const char *str, int in_len) is not documented: parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:699: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_str_buf(const char *str, int in_len, char *buf, size_t bufsize) /build/_osmocom_api/libosmocore/src/core/utils.c:699: warning: The following parameter of osmo_escape_str_buf(const char *str, int in_len, char *buf, size_t bufsize) is not documented: parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:863: warning: argument 'len' of command @param is not found in the argument list of osmo_escape_str_c(const void *ctx, const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:863: warning: The following parameters of osmo_escape_str_c(const void *ctx, const char *str, int in_len) are not documented: parameter 'ctx' parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:1400: warning: The following parameter of osmo_int_to_float_str_buf(char *buf, size_t buflen, int64_t val, unsigned int precision) is not documented: parameter 'precision' /build/_osmocom_api/libosmocore/src/core/utils.c:1461: warning: The following parameter of osmo_int_to_float_str_c(void *ctx, int64_t val, unsigned int precision) is not documented: parameter 'precision' /build/_osmocom_api/libosmocore/src/core/utils.c:1016: warning: argument 'len' of command @param is not found in the argument list of osmo_quote_cstr_c(void *ctx, const char *str, int in_len) /build/_osmocom_api/libosmocore/src/core/utils.c:1016: warning: The following parameters of osmo_quote_cstr_c(void *ctx, const char *str, int in_len) are not documented: parameter 'ctx' parameter 'in_len' /build/_osmocom_api/libosmocore/src/core/utils.c:931: warning: The following parameters of osmo_quote_str_buf(const char *str, int in_len, char *buf, size_t bufsize) are not documented: parameter 'buf' parameter 'bufsize' /build/_osmocom_api/libosmocore/src/core/utils.c:960: warning: The following parameter of osmo_quote_str_c(const void *ctx, const char *str, int in_len) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: argument 'ctx' of command @param is not found in the argument list of osmo_strrb_create(void *talloc_ctx, size_t rb_size) /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: The following parameter of osmo_strrb_create(void *talloc_ctx, size_t rb_size) is not documented: parameter 'talloc_ctx' /build/_osmocom_api/libosmocore/src/core/fsm.c:175: warning: argument 'in' of command @param is not found in the argument list of osmo_fsm_set_dealloc_ctx(void *ctx) /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:520: warning: Found unknown command '@next' /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:580: warning: argument 'new' of command @param is not found in the argument list of hlist_move_list(struct hlist_head *old, struct hlist_head *_new) /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:580: warning: The following parameter of hlist_move_list(struct hlist_head *old, struct hlist_head *_new) is not documented: parameter '_new' /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:444: warning: argument 'n' of command @param is not found in the argument list of hlist_unhashed_lockless(const struct hlist_node *h) /build/_osmocom_api/libosmocore/include/osmocom/core/linuxlist.h:444: warning: The following parameter of hlist_unhashed_lockless(const struct hlist_node *h) is not documented: parameter 'h' /build/_osmocom_api/libosmocore/src/core/logging.c:1503: warning: Found unknown command '\retruns' /build/_osmocom_api/libosmocore/src/core/logging.c:789: warning: The following parameter of logp(int subsys, const char *file, int line, int cont, const char *format,...) is not documented: parameter 'line' /build/_osmocom_api/libosmocore/src/core/logging.c:805: warning: The following parameter of logp2(int subsys, unsigned int level, const char *file, int line, int cont, const char *format,...) is not documented: parameter 'line' /build/_osmocom_api/libosmocore/src/core/logging.c:747: warning: The following parameter of osmo_vlogp(int subsys, int level, const char *file, int line, int cont, const char *format, va_list ap) is not documented: parameter 'line' /build/_osmocom_api/libosmocore/src/core/msgb.c:44: warning: unable to resolve reference to 'msgb:' for \ref command /build/_osmocom_api/libosmocore/src/core/msgb.c:364: warning: The following parameter of msgb_copy_resize(const struct msgb *msg, uint16_t new_len, const char *name) is not documented: parameter 'new_len' /build/_osmocom_api/libosmocore/src/core/osmo_io.c:864: warning: argument 'size' of command @param is not found in the argument list of osmo_iofd_set_txqueue_max_length(struct osmo_io_fd *iofd, unsigned int max_length) /build/_osmocom_api/libosmocore/src/core/osmo_io.c:864: warning: The following parameter of osmo_iofd_set_txqueue_max_length(struct osmo_io_fd *iofd, unsigned int max_length) is not documented: parameter 'max_length' /build/_osmocom_api/libosmocore/src/core/rate_ctr.c:41: warning: unable to resolve reference to 'rate_ctr:' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/core/log2.h:52: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/core/sercomm.c:123: warning: argument 'n' of command @param is not found in the argument list of osmo_sercomm_tx_queue_depth(struct osmo_sercomm_inst *sercomm, uint8_t dlci) /build/_osmocom_api/libosmocore/src/core/sercomm.c:123: warning: The following parameter of osmo_sercomm_tx_queue_depth(struct osmo_sercomm_inst *sercomm, uint8_t dlci) is not documented: parameter 'sercomm' /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command /build/_osmocom_api/libosmocore/src/core/stat_item.c:347: warning: argument 'name' of command @param is not found in the argument list of osmo_stat_item_get_group_by_name_idxname(const char *group_name, const char *idx_name) /build/_osmocom_api/libosmocore/src/core/stat_item.c:347: warning: The following parameter of osmo_stat_item_get_group_by_name_idxname(const char *group_name, const char *idx_name) is not documented: parameter 'group_name' /build/_osmocom_api/libosmocore/src/core/stat_item.c:175: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/core/stat_item.c:173: warning: argument 'desc' of command @param is not found in the argument list of osmo_stat_item_group_alloc(void *ctx, const struct osmo_stat_item_group_desc *group_desc, unsigned int idx) /build/_osmocom_api/libosmocore/src/core/stat_item.c:173: warning: The following parameter of osmo_stat_item_group_alloc(void *ctx, const struct osmo_stat_item_group_desc *group_desc, unsigned int idx) is not documented: parameter 'group_desc' /build/_osmocom_api/libosmocore/src/core/stats_tcp.c:191: warning: argument 'human' of command @param is not found in the argument list of osmo_stats_tcp_osmo_fd_register(const struct osmo_fd *fd, const char *name) /build/_osmocom_api/libosmocore/src/core/stats_tcp.c:191: warning: The following parameter of osmo_stats_tcp_osmo_fd_register(const struct osmo_fd *fd, const char *name) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: argument 'ctx' of command @param is not found in the argument list of osmo_strrb_create(void *talloc_ctx, size_t rb_size) /build/_osmocom_api/libosmocore/src/core/strrb.c:48: warning: The following parameter of osmo_strrb_create(void *talloc_ctx, size_t rb_size) is not documented: parameter 'talloc_ctx' /build/_osmocom_api/libosmocore/src/core/tdef.c:57: warning: unable to resolve reference to 'tests/tdef/tdef_vty_config_root_test.c:' for \ref command /build/_osmocom_api/libosmocore/src/core/tdef.c:61: warning: unable to resolve reference to 'tests/tdef/tdef_vty_config_subnode_test.c:' for \ref command /build/_osmocom_api/libosmocore/src/core/tdef.c:68: warning: unable to resolve reference to 'tests/tdef/tdef_vty_dynamic_test.c:' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h:181: warning: argument 'tdefs' of command @param is not found in the argument list of osmo_tdef_groups_for_each(g, tdef_groups) /build/_osmocom_api/libosmocore/include/osmocom/core/tdef.h:181: warning: The following parameter of osmo_tdef_groups_for_each(g, tdef_groups) is not documented: parameter 'tdef_groups' /build/_osmocom_api/libosmocore/src/core/tdef.c:331: warning: The following parameters of _osmo_tdef_fsm_inst_state_chg(struct osmo_fsm_inst *fi, uint32_t state, const struct osmo_tdef_state_timeout *timeouts_array, const struct osmo_tdef *tdefs, long default_timeout, const char *file, int line) are not documented: parameter 'fi' parameter 'state' parameter 'timeouts_array' parameter 'tdefs' parameter 'default_timeout' /build/_osmocom_api/libosmocore/src/core/tdef.c:269: warning: argument 'tdef' of command @param is not found in the argument list of osmo_tdef_range_str_buf(char *buf, size_t buf_len, struct osmo_tdef *t) /build/_osmocom_api/libosmocore/src/core/tdef.c:269: warning: The following parameter of osmo_tdef_range_str_buf(char *buf, size_t buf_len, struct osmo_tdef *t) is not documented: parameter 't' /build/_osmocom_api/libosmocore/src/core/use_count.c:228: warning: The following parameters of _osmo_use_count_get_put(struct osmo_use_count *uc, const char *use, int32_t change, const char *file, int line) are not documented: parameter 'uc' parameter 'use' parameter 'change' /build/_osmocom_api/libosmocore/src/core/netdev.c:754: warning: argument 'data_ind_cb' of command @param is not found in the argument list of osmo_netdev_set_ifupdown_ind_cb(struct osmo_netdev *netdev, osmo_netdev_ifupdown_ind_cb_t ifupdown_ind_cb) /build/_osmocom_api/libosmocore/src/core/netdev.c:754: warning: The following parameter of osmo_netdev_set_ifupdown_ind_cb(struct osmo_netdev *netdev, osmo_netdev_ifupdown_ind_cb_t ifupdown_ind_cb) is not documented: parameter 'ifupdown_ind_cb' /build/_osmocom_api/libosmocore/src/core/netdev.c:737: warning: The following parameter of osmo_netdev_set_priv_data(struct osmo_netdev *netdev, void *priv_data) is not documented: parameter 'priv_data' /build/_osmocom_api/libosmocore/src/core/tun.c:458: warning: The following parameter of osmo_tundev_set_priv_data(struct osmo_tundev *tundev, void *priv_data) is not documented: parameter 'priv_data' ing docs for file src/core/mnl.c... Generating docs for file src/core/msgb.c... Generating docs for file src/core/msgfile.c... Generating docs for file src/core/netdev.c... Generating docs for file src/core/netns.c... Generating docs for file src/core/osmo_io.c... Generating docs for file src/core/osmo_io_internal.h... Generating docs for file src/core/osmo_io_poll.c... Generating docs for file src/core/osmo_io_uring.c... Generating docs for file src/core/panic.c... Generating docs for file src/core/plugin.c... Generating docs for file src/core/prbs.c... Generating docs for file src/core/prim.c... Generating docs for file src/core/probes.d... Generating docs for file src/core/rate_ctr.c... Generating docs for file src/core/rbtree.c... Generating docs for file src/core/select.c... Generating docs for file src/core/sercomm.c... Generating docs for file src/core/serial.c... Generating docs for file src/core/signal.c... Generating docs for file src/core/sockaddr_str.c... Generating docs for file src/core/socket.c... Generating docs for file src/core/soft_uart.c... Generating docs for file src/core/stat_item.c... Generating docs for file src/core/stat_item_internal.h... Generating docs for file src/core/stats.c... Generating docs for file src/core/stats_statsd.c... Generating docs for file src/core/stats_tcp.c... Generating docs for file src/core/strrb.c... Generating docs for file src/core/tdef.c... Generating docs for file src/core/thread.c... Generating docs for file src/core/time_cc.c... Generating docs for file src/core/timer.c... Generating docs for file src/core/timer_clockgettime.c... Generating docs for file src/core/timer_gettimeofday.c... Generating docs for file src/core/tun.c... Generating docs for file src/core/use_count.c... Generating docs for file src/core/utils.c... Generating docs for file src/core/write_queue.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound _gsmtap_inst_legacy... Generating docs for compound bitvec... Generating docs for compound gsmtap_hdr... Generating docs for compound gsmtap_inst... Generating docs for compound gsmtap_osmocore_log_hdr... Generating docs for compound hlist_head... Generating docs for compound hlist_node... Generating docs for compound iofd_backend_ops... Generating docs for compound iofd_msghdr... Generating docs for compound llist_head... Generating docs for compound log_category... Generating docs for compound log_context... Generating docs for compound log_info... Generating docs for compound log_info_cat... Generating docs for compound log_target... Generating docs for compound msgb... Generating docs for compound netdev_netns_ctx... Generating docs for compound osmo_config_entry... Generating docs for compound osmo_config_list... Generating docs for compound osmo_conv_code... Generating docs for compound osmo_conv_decoder... Generating docs for compound osmo_conv_encoder... Generating docs for compound osmo_counter... Generating docs for compound osmo_crc16gen_code... Generating docs for compound osmo_crc32gen_code... Generating docs for compound osmo_crc64gen_code... Generating docs for compound osmo_crc8gen_code... Generating docs for compound osmo_fd... Generating docs for compound osmo_fsm... Generating docs for compound osmo_fsm_inst... Generating docs for compound osmo_fsm_state... Generating docs for compound osmo_io_fd... Generating docs for compound osmo_io_ops... Generating docs for compound osmo_isdnhdlc_vars... Generating docs for compound osmo_it_q... Generating docs for compound osmo_mnl... Generating docs for compound osmo_netdev... Generating docs for compound osmo_prbs... Generating docs for compound osmo_prbs_state... Generating docs for compound osmo_prim_event_map... Generating docs for compound osmo_prim_hdr... Generating docs for compound osmo_sercomm_inst... Generating docs for compound osmo_signalfd... Generating docs for compound osmo_sock_init2_multiaddr_pars... Generating docs for compound osmo_sockaddr... Generating docs for compound osmo_sockaddr_str../build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h:77: warning: explicit link request to 'define' could not be resolved /build/_osmocom_api/libosmocore/include/osmocom/core/use_count.h:79: warning: explicit link request to 'define' could not be resolved /build/_osmocom_api/libosmocore/src/core/stat_item.c:25: warning: unable to resolve reference to 'osmo_counter_group' for \ref command . Generating docs for compound osmo_soft_uart... Generating docs for compound osmo_soft_uart_cfg... Generating docs for compound osmo_stat_item... Generating docs for compound osmo_stat_item_desc... Generating docs for compound osmo_stat_item_group... Generating docs for compound osmo_stat_item_group_desc... Generating docs for compound osmo_stat_item_period... Generating docs for compound osmo_stats_config... Generating docs for compound osmo_stats_reporter... Generating docs for compound osmo_strbuf... Generating docs for compound osmo_strrb... Generating docs for compound osmo_talloc_contexts... Generating docs for compound osmo_tcp_stats_config... Generating docs for compound osmo_tdef... Generating docs for compound osmo_tdef_group... Generating docs for compound osmo_tdef_state_timeout... Generating docs for compound osmo_time_cc... Generating docs for compound osmo_time_cc_cfg... Generating docs for compound osmo_timer_list... Generating docs for compound osmo_tundev... Generating docs for compound osmo_use_count... Generating docs for compound osmo_use_count_entry... Generating docs for compound osmo_wqueue... Generating docs for compound rate_ctr... Generating docs for compound rate_ctr_desc... Generating docs for compound rate_ctr_group... Generating docs for compound rate_ctr_group_desc... Generating docs for compound rate_ctr_per_intv... Generating docs for compound rb_node... Generating docs for compound rb_root... Generating docs for compound signal_handler... Generating docs for compound stats_tcp_entry... Generating docs for compound value_string... Generating docs for compound vdecoder... Generating docs for compound vtrellis... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 3286/65536 hits=45119 misses=4232 finished... rm -rf ./doc/gsm; mkdir -p ./doc/gsm /usr/bin/doxygen Doxyfile.gsm warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.gsm' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gsm Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/crypt Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm/milenage Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm/tuak Searching for files in directory /build/_osmocom_api/libosmocore/src/gsm/kdf Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/a5.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/a5.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/abis_nm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/abis_nm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/apn.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/apn.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bitvec_gsm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bitvec_gsm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bsslap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bsslap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bssmap_le.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bssmap_le.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/bts_features.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/bts_features.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/cbsp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/cbsp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128v23.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/comp128v23.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gad.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gad.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gan.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gan.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gea.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gea.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0341.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0341.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smr.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_smr.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0411_utils.h... Preprocessing /build/_osmocom_api/libosmocore/i/build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29205.h:39: warning: end of file while inside a group /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48.h:57: warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) nclude/osmocom/gsm/gsm0480.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0480.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0502.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0502.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0503.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0503.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_lcs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_lcs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm0808_utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23003.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23003.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23236.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm23236.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29118.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29118.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29205.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm29205.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm44021.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm44021.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_arfcn_range_encode.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_arfcn_range_encode.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_ie.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_ie.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_rest_octets.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm48_rest_octets.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup_sms.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup_sms.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/i460_mux.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/i460_mux.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/ipa.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/ipa.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/iuup.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/iuup.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/kasumi.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/kasumi.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/l1sap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/l1sap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapd_core.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapd_core.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapdm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/lapdm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/meas_rep.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/meas_rep.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/mncc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/mncc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap_client.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/oap_client.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/prim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/prim.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_40.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_40.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_41.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_03_41.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_11.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_11.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_12.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_12.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_14.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_14.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_80.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_80.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_09_02.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_09_02.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_003.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_003.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_032.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_032.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_041.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_23_041.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_25_415.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_25_415.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_29_118.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_29_118.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_004.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_004.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_060.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_060.h... Preprocessing /build/_osmocom_api/libosmocore/includ/build/_osmocom_api/libosmocore/include/osmocom/crypt/auth.h:151: warning: end of file while inside a group /build/_osmocom_api/libosmocore/include/osmocom/crypt/kdf.h:22: warning: end of file while inside a group e/osmocom/gsm/protocol/gsm_44_068.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_068.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_318.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_44_318.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_049.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_049.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_071.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_48_071.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_49_031.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_49_031.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/ipaccess.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/ipaccess.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/smpp34_osmocom.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/smpp34_osmocom.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/rlp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/rlp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/rsl.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/rsl.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/rxlev_stat.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/rxlev_stat.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/sysinfo.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/sysinfo.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gsm/tlv.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gsm/tlv.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/auth.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/auth.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/gprs_cipher.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/gprs_cipher.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/kdf.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/kdf.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/crypt/utran_cipher.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/crypt/utran_cipher.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/a5.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/a5.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/apn.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/apn.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v1.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v1.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v23.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_comp128v23.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_core.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_core.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_milenage.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_milenage.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_tuak.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_tuak.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_xor.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_xor.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/auth_xor_2g.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/auth_xor_2g.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/bsslap.c... Parsing file /build/_osm/build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2561: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/gsm/gsm29205.c:114: warning: end of file while inside a group ocom_api/libosmocore/src/gsm/bsslap.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/bts_features.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/bts_features.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/cbsp.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/cbsp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/comp128.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/comp128.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/comp128v23.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/comp128v23.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gad.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gad.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gan.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gan.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gea.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gea.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gprs_cipher_core.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gprs_cipher_core.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gprs_gea.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gprs_gea.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gprs_rlc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gprs_rlc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0341.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0341.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smr.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0411_smr.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0414.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0414.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0502.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0502.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0503_conv.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0503_conv.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm29118.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm29118.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm29205.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm29205.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm44068.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm44068.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48049.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48049.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48_ie.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48_ie.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm_04_08_gprs.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm_04_08_gprs.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsup.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsup.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/gsup_sms.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/gsup_sms.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/ipa.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/ipa.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/iuup.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/iuup.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kasumi.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kasumi.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/common.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/common.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1_i.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1_i.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256_i.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256_i.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/lapdm.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/lapdm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal-enc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal-enc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_i.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_i.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_wrap.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/aes_wrap.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/common.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/common.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/crypto.h... Parsing :21277: warning: group bitvec: ignoring title "Bit vectors" that does not match old title "helpers for GSM" /build/_osmocom_api/libosmocore/src/gsm/iuup.c:1: warning: the name 'iu_up.c' supplied as the argument in the \file statement is not an input file /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:270: warning: no matching file member found for uint16_t pdp_type osmo_gsup_pdp_info::@9::OSMO_DEPRECATED("use pdp_type_org and pdp_type_nr instead") Possible candidates: '#define OSMO_DEPRECATED(text)' at line 1 of file /build/_osmocom_api/libosmocore/doc/libosmocore.tag '#define OSMO_DEPRECATED(text)' at line 1 of file /build/_osmocom_api/libosmocore/doc/libosmocore.tag /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:502: warning: no uniquely matching class member found for struct gsm48_chan_desc::@61::@62 gsm48_chan_desc::@61::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:502: warning: no uniquely matching class member found for struct gsm48_chan_desc::@61::@63 gsm48_chan_desc::@61::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:0: warning: no uniquely matching class member found for struct @66::@67 @66::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h:0: warning: no uniquely matching class member found for struct @66::@68 @66::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h:333: warning: no uniquely matching class member found for struct gsm48_pdp_address::@71::@74::@75 gsm48_pdp_address::@71::@74::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08_gprs.h:18: warning: no uniquely matching class member found for struct @76::@78::@79 @76::@78::__attribute__((packed)) Possible candidates: 'union dtap_header::@80 dtap_header::__attribute__' at line 61 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_08.h 'union abis_rsl_rll_hdr::@94 abis_rsl_rll_hdr::__attribute__' at line 92 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'union gsm48_chan_desc::@61 gsm48_chan_desc::__attribute__((packed))' at line 502 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_04_08.h 'struct abis_rsl_chan_nr::@90 abis_rsl_chan_nr::__attribute__((packed))' at line 1 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h 'struct abis_rsl_link_id::@92 abis_rsl_link_id::__attribute__((packed))' at line 9 of file /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_08_58.h /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:143: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:144: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:145: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:151: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:135: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:136: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:252: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:253: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:254: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:255: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:267: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:237: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:238: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:239: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:240: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:220: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:221: warning: Found unknown command '@iv' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:222: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:223: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:193: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:194: warning: Found unknown command '@hash' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:196: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:166: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:167: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:168: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:181: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:182: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:183: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:431: warning: Found unknown command '@base' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:432: warning: Found unknown command '@base_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:433: warning: Found unknown command '@power' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:434: warning: Found unknown command '@power_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:435: warning: Found unknown command '@modulus' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:436: warning: Found unknown command '@modulus_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:346: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:347: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:348: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:349: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:350: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:390: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:297: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:298: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:299: warning: Found unknown command '@passwd' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:363: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:364: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:365: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:366: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:367: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:400: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:401: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:402: warning: Found unknown command '@crypt_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:403: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:404: warning: Found unknown command '@plain_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:329: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:330: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:331: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:332: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:333: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:380: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:312: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:313: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:281: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:282: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:105: warning: Found unknown command '@clear' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:106: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:107: warning: Found unknown command '@cypher' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:79: warning: Found unknown command '@seed' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:80: warning: Found unknown command '@seed_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:81: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:82: warning: Found unknown command '@xlen' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:32: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:33: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:34: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:35: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:42: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:43: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:44: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:45: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:30: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:0: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:456: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:457: warning: Found unknown command '@keylen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:458: warning: expected whitespace after \skip command /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:459: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:460: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:29: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:30: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:31: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:32: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:24: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:25: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:26: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:27: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' file /build/_osmocom_api/libosmocore/src/gsm/milenage/crypto.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/includes.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/includes.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/mncc.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/mncc.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/oap.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/oap.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/oap_client.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/oap_client.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/rlp.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/rlp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/rsl.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/rsl.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/rxlev_stat.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/rxlev_stat.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/sysinfo.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/sysinfo.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tlv_parser.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tlv_parser.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/KeccakP-1600-3gpp.h... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c... Preprocessing /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.h... Parsing file /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/crypt/auth.h... Generating code for file include/osmocom/crypt/gprs_cipher.h... Generating code for file include/osmocom/crypt/kdf.h... Generating code for file include/osmocom/crypt/utran_cipher.h... Generating code for file include/osmocom/gsm/a5.h... Generating code for file include/osmocom/gsm/abis_nm.h... Generating code for file include/osmocom/gsm/apn.h... Generating code for file include/osmocom/gsm/bitvec_gsm.h... Generating code for file include/osmocom/gsm/bsslap.h... Generating code for file include/osmocom/gsm/bssmap_le.h... Generating code for file include/osmocom/gsm/bts_features.h... Generating code for file include/osmocom/gsm/cbsp.h... Generating code for file include/osmocom/gsm/comp128.h... Generating code for file include/osmocom/gsm/comp128v23.h... Generating code for file include/osmocom/gsm/gad.h... Generating code for file include/osmocom/gsm/gan.h... Generating code for file include/osmocom/gsm/gea.h... Generating code for file include/osmocom/gsm/gsm0341.h... Generating code for file include/osmocom/gsm/gsm0411_smc.h... Generating code for file include/osmocom/gsm/gsm0411_smr.h... Generating code for file include/osmocom/gsm/gsm0411_utils.h... Generating code for file include/osmocom/gsm/gsm0480.h... Generating code for file include/osmocom/gsm/gsm0502.h... Generating code for file include/osmocom/gsm/gsm0503.h... Generating code for file include/osmocom/gsm/gsm0808.h... Generating code for file include/osmocom/gsm/gsm0808_lcs.h... Generating code for file include/osmocom/gsm/gsm0808_utils.h... Generating code for file include/osmocom/gsm/gsm23003.h... Generating code for file include/osmocom/gsm/gsm23236.h... Generating code for file include/osmocom/gsm/gsm29118.h... Generating code for file include/osmocom/gsm/gsm29205.h... Generating code for file include/osmocom/gsm/gsm44021.h... Generating code for file include/osmocom/gsm/gsm48.h... Generating code for file include/osmocom/gsm/gsm48_arfcn_range_encode.h... Generating code for file include/osmocom/gsm/gsm48_ie.h... Generating code for file include/osmocom/gsm/gsm48_rest_octets.h... Generating code for file include/osmocom/gsm/gsm_utils.h... Generating code for file include/osmocom/gsm/gsup.h... Generating code for file include/osmocom/gsm/gsup_sms.h... Generating code for file include/osmocom/gsm/i460_mux.h... Generating code for file include/osmocom/gsm/ipa.h... Generating code for file include/osmocom/gsm/iuup.h... Generating code for file include/osmocom/gsm/kasumi.h... Generating code for file include/osmocom/gsm/l1sap.h... Generating code for file include/osmocom/gsm/lapd_core.h... Generating code for file include/osmocom/gsm/lapdm.h... Generating code for file include/osmocom/gsm/meas_rep.h... Generating code for file include/osmocom/gsm/mncc.h... Generating code for file include/osmocom/gsm/oap.h... Generating code for file include/osmocom/gsm/oap_client.h... Generating code for file include/osmocom/gsm/prim.h... Generating code for file include/osmocom/gsm/protocol/gsm_03_40.h... Generating code for file include/osmocom/gsm/protocol/gsm_03_41.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_08.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_08_gprs.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_11.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_12.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_14.h... Generating code for file include/osmocom/gsm/protocol/gsm_04_80.h... Generating code for file include/osmocom/gsm/protocol/gsm_08_08.h... Generating code for file include/osmocom/gsm/protocol/gsm_08_58.h... Generating code for file include/osmocom/gsm/protocol/gsm_09_02.h... Generating code for file include/osmocom/gsm/protocol/gsm_12_21.h... Generating code for file include/osmocom/gsm/protocol/gsm_23_003.h... Generating code for file include/osmocom/gsm/protocol/gsm_23_032.h... Generating code for file include/osmocom/gsm/protocol/gsm_23_041.h... Generating code for file include/osmocom/gsm/protocol/gsm_25_415.h... Generating code for file include/osmocom/gsm/protocol/gsm_29_118.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_004.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_060.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_068.h... Generating code for file include/osmocom/gsm/protocol/gsm_44_318.h... Generating code for file include/osmocom/gsm/protocol/gsm_48_049.h... Generating code for file include/osmocom/gsm/protocol/gsm_48_071.h... Generating code for file include/osmocom/gsm/protocol/gsm_49_031.h... Generating code for file include/osmocom/gsm/protocol/ipaccess.h... Generating code for file include/osmocom/gsm/protocol/smpp34_osmocom.h... Generating code for file include/osmocom/gsm/rlp.h... Generating code for file include/osmocom/gsm/rsl.h... Generating code for file include/osmocom/gsm/rxlev_stat.h... Generating code for file include/osmocom/gsm/sysinfo.h... Generating code for file include/osmocom/gsm/tlv.h... Parsing code for file src/gsm/a5.c... Parsing code for file src/gsm/abis_nm.c... Parsing code for file src/gsm/apn.c... Parsing code for file src/gsm/auth_comp128v1.c... Parsing code for file src/gsm/auth_comp128v23.c... Parsing code for file src/gsm/auth_core.c... Parsing code for file src/gsm/auth_milenage.c... Parsing code for file src/gsm/auth_tuak.c... Parsing code for file src/gsm/auth_xor.c... Parsing code for file src/gsm/auth_xor_2g.c... Parsing code for file src/gsm/bsslap.c... Parsing code for file src/gsm/bssmap_le.c... Parsing code for file src/gsm/bts_features.c... Parsing code for file src/gsm/cbsp.c... Parsing code for file src/gsm/comp128.c... Parsing code for file src/gsm/comp128v23.c... Parsing code for file src/gsm/gad.c... Parsing code for file src/gsm/gan.c... Parsing code for file src/gsm/gea.c... Parsing code for file src/gsm/gprs_cipher_core.c... Parsing code for file src/gsm/gprs_gea.c... Parsing code for file src/gsm/gprs_rlc.c... Parsing code for file src/gsm/gsm0341.c... Parsing code for file src/gsm/gsm0411_smc.c... Parsing code for file src/gsm/gsm0411_smr.c... Parsing code for file src/gsm/gsm0411_utils.c... Parsing code for file src/gsm/gsm0414.c... Parsing code for file src/gsm/gsm0480.c... Parsing code for file src/gsm/gsm0502.c... Parsing code for file src/gsm/gsm0503_conv.c... Parsing code for file src/gsm/gsm0808.c... Parsing code for file src/gsm/gsm0808_utils.c... Parsing code for file src/gsm/gsm23003.c... Parsing code for file src/gsm/gsm23236.c... Parsing code for file src/gsm/gsm29118.c... Parsing code for file src/gsm/gsm29205.c... Parsing code for file src/gsm/gsm44021.c... Parsing code for file src/gsm/gsm44068.c... Parsing code for file src/gsm/gsm48.c... Parsing code for file src/gsm/gsm48049.c... Parsing code for file src/gsm/gsm48_arfcn_range_encode.c... Parsing code for file src/gsm/gsm48_ie.c... Parsing code for file src/gsm/gsm48_rest_octets.c... Parsing code for file src/gsm/gsm_04_08_gprs.c... Parsing code for file src/gsm/gsm_utils.c... Parsing code for file src/gsm/gsup.c... Parsing code for file src/gsm/gsup_sms.c... Parsing code for file src/gsm/ipa.c... Parsing code for file src/gsm/iuup.c... Parsing code for file src/gsm/kasumi.c... Parsing code for file src/gsm/kdf.c... Parsing code for file src/gsm/kdf/sha1-internal.c... Parsing code for file src/gsm/kdf/sha1.c... Generating code for file src/gsm/kdf/sha1.h... Generating code for file src/gsm/kdf/sha1_i.h... Parsing code for file src/gsm/kdf/sha256-internal.c... Parsing code for file src/gsm/kdf/sha256.c... Generating code for file src/gsm/kdf/sha256.h... Generating code for file src/gsm/kdf/sha256_i.h... Parsing code for file src/gsm/lapdm.c... Parsing code for file src/gsm/milenage/aes-encblock.c... Parsing code for file src/gsm/milenage/aes-internal-enc.c... Parsing code for file src/gsm/milenage/aes-internal.c... Generating code for file src/gsm/milenage/aes.h... Generating code for file src/gsm/milenage/aes_i.h... Generating code for file src/gsm/milenage/aes_wrap.h... Generating code for file src/gsm/kdf/common.h... Generating code for file src/gsm/milenag/build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:235: warning: unable to resolve reference to 'ie_tag' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:236: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:237: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:238: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:239: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: argument 'cgi' of command @param is not found in the argument list of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: The following parameter of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) is not documented: parameter 'cgi_ps' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_home_network_domain(char *out, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'out' from the argument list of osmo_gen_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_domain(char *out, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'out' from the argument list of osmo_gen_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'out' from the argument list of osmo_gen_mme_group_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf_len' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: The following parameter of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'out' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'in' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'out' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'in' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: argument 'nri_range' of command @param is not found in the argument list of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: The following parameter of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) is not documented: parameter 'range' /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:93: warning: The following parameter of osmo_nri_v_limit_by_ranges(int16_t *nri_v, const struct osmo_nri_ranges *nri_ranges, uint32_t nri_bitlen) is not documented: parameter 'nri_bitlen' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: The following parameters of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: The following parameters of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c:127: warning: The following parameter of osmo_gsm48_range_enc_arfcns(enum osmo_gsm48_range range, const int *arfcns, int size, int *out, const int index) is not documented: parameter 'index' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: The following parameter of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: The following parameter of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:66: warning: argument 'decoded' of command @param is not found in the argument list of gsm_7bit_decode_n(char *text, size_t n, const uint8_t *user_data, uint8_t septet_l) /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:66: warning: argument 'length' of command @param is not found in the argument list of gsm_7bit_decode_n(char *text, size_t n, const uint8_t *user_data, uint8_t septet_l) /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:66: warning: The following parameters of gsm_7bit_decode_n(char *text, size_t n, const uint8_t *user_data, uint8_t septet_l) are not documented: parameter 'text' parameter 'septet_l' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'octets_written' of command @param is not found in the argument list of gsm_7bit_encode_n(uint8_t *result, size_t n, const char *data, int *octets) /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'result' from the argument list of gsm_7bit_encode_n has multiple @param documentation sections /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'n' from the argument list of gsm_7bit_encode_n has multiple @param documentation sections /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsm_utils.h:89: warning: argument 'data' from the argument list of gsm_7bit_encode_n has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:728: warning: Found unknown command '\arfcn' /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: argument 'GSM' of command @param is not found in the argument list of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: The following parameter of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) is not documented: parameter 'band' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items e/common.h... Generating code for file src/gsm/kdf/crypto.h... Generating code for file src/gsm/milenage/crypto.h... Generating code for file src/gsm/milenage/includes.h... Parsing code for file src/gsm/milenage/milenage.c... Generating code for file src/gsm/milenage/milenage.h... Parsing code for file src/gsm/mncc.c... Parsing code for file src/gsm/oap.c... Parsing code for file src/gsm/oap_client.c... Parsing code for file src/gsm/rlp.c... Parsing code for file src/gsm/rsl.c... Parsing code for file src/gsm/rxlev_stat.c... Parsing code for file src/gsm/sysinfo.c... Parsing code for file src/gsm/tlv_parser.c... Parsing code for file src/gsm/tuak/KeccakP-1600-3gpp.c... Generating code for file src/gsm/tuak/KeccakP-1600-3gpp.h... Parsing code for file src/gsm/tuak/tuak.c... Generating code for file src/gsm/tuak/tuak.h... Generating file documentation... Generating docs for file include/osmocom/crypt/auth.h... Generating docs for file include/osmocom/crypt/gprs_cipher.h... Generating docs for file include/osmocom/crypt/kdf.h... Generating docs for file include/osmocom/crypt/utran_cipher.h... Generating docs for file include/osmocom/gsm/a5.h... Generating docs for file include/osmocom/gsm/abis_nm.h... Generating docs for file include/osmocom/gsm/apn.h... Generating docs for file include/osmocom/gsm/bitvec_gsm.h... Generating docs for file include/osmocom/gsm/bsslap.h... Generating docs for file include/osmocom/gsm/bssmap_le.h... Generating docs for file include/osmocom/gsm/bts_features.h... Generating docs for file include/osmocom/gsm/cbsp.h... Generating docs for file include/osmocom/gsm/comp128.h... Generating docs for file include/osmocom/gsm/comp128v23.h... Generating docs for file include/osmocom/gsm/gad.h... Generating docs for file include/osmocom/gsm/gan.h... Generating docs for file include/osmocom/gsm/gea.h... Generating docs for file include/osmocom/gsm/gsm0341.h... Generating docs for file include/osmocom/gsm/gsm0411_smc.h... Generating docs for file include/osmocom/gsm/gsm0411_smr.h... Generating docs for file include/osmocom/gsm/gsm0411_utils.h... Generating docs for file include/osmocom/gsm/gsm0480.h... Generating docs for file include/osmocom/gsm/gsm0502.h... Generating docs for file include/osmocom/gsm/gsm0503.h... Generating docs for file include/osmocom/gsm/gsm0808.h... Generating docs for file include/osmocom/gsm/gsm0808_lcs.h... Generating docs for file include/osmocom/gsm/gsm0808_utils.h... Generating docs for file include/osmocom/gsm/gsm23003.h... Generating docs for file include/osmocom/gsm/gsm23236.h... Generating docs for file include/osmocom/gsm/gsm29118.h... Generating docs for file include/osmocom/gsm/gsm29205.h... Generating docs for file include/osmocom/gsm/gsm44021.h... Generating docs for file include/osmocom/gsm/gsm48.h... Generating docs for file include/osmocom/gsm/gsm48_arfcn_range_encode.h... Generating docs for file include/osmocom/gsm/gsm48_ie.h... Generating docs for file include/osmocom/gsm/gsm48_rest_octets.h... Generating docs for file include/osmocom/gsm/gsm_utils.h... Generating docs for file include/osmocom/gsm/gsup.h... Generating docs for file include/osmocom/gsm/gsup_sms.h... Generating docs for file include/osmocom/gsm/i460_mux.h... Generating docs for file include/osmocom/gsm/ipa.h... Generating docs for file include/osmocom/gsm/iuup.h... Generating docs for file include/osmocom/gsm/kasumi.h... Generating docs for file include/osmocom/gsm/l1sap.h... Generating docs for file include/osmocom/gsm/lapd_core.h... Generating docs for file include/osmocom/gsm/lapdm.h... Generating docs for file include/osmocom/gsm/meas_rep.h... Generating docs for file include/osmocom/gsm/mncc.h... Generating docs for file include/osmocom/gsm/oap.h... Generating docs for file include/osmocom/gsm/oap_client.h... Generating docs for file include/osmocom/gsm/prim.h... Generating docs for file include/osmocom/gsm/protocol/gsm_03_40.h... Generating docs for file include/osmocom/gsm/protocol/gsm_03_41.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_08.h... Generating docs for file inc/build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:0: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:0: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:235: warning: unable to resolve reference to 'ie_tag' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:236: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:237: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:238: warning: unable to resolve reference to 'ie' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm0480.c:239: warning: unable to resolve reference to 'ie_len' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: argument 'cgi' of command @param is not found in the argument list of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:350: warning: The following parameter of osmo_cgi_ps_name2(const struct osmo_cell_global_id_ps *cgi_ps) is not documented: parameter 'cgi_ps' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_home_network_domain(char *out, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:660: warning: argument 'out' from the argument list of osmo_gen_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_domain(char *out, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:690: warning: argument 'out' from the argument list of osmo_gen_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'in' of command @param is not found in the argument list of osmo_gen_mme_group_domain(char *out, uint16_t mmegi, const struct osmo_plmn_id *plmn) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:723: warning: argument 'out' from the argument list of osmo_gen_mme_group_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: argument 'buf_len' of command @param is not found in the argument list of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:450: warning: The following parameter of osmo_gummei_name_c(const void *ctx, const struct osmo_gummei *gummei) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'out' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:673: warning: argument 'in' from the argument list of osmo_parse_home_network_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'out' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23003.c:704: warning: argument 'in' from the argument list of osmo_parse_mme_domain has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: argument 'nri_range' of command @param is not found in the argument list of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:215: warning: The following parameter of osmo_nri_range_validate(const struct osmo_nri_range *range, uint8_t nri_bitlen) is not documented: parameter 'range' /build/_osmocom_api/libosmocore/src/gsm/gsm23236.c:93: warning: The following parameter of osmo_nri_v_limit_by_ranges(int16_t *nri_v, const struct osmo_nri_ranges *nri_ranges, uint32_t nri_bitlen) is not documented: parameter 'nri_bitlen' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:25: warning: The following parameters of osmo_csd_12k_6k_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'caller' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: argument 'allocated' of command @param is not found in the argument list of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) /build/_osmocom_api/libosmocore/src/gsm/gsm44021.c:117: warning: The following parameters of osmo_csd_3k6_decode_frame(struct osmo_v110_decoded_frame *fr, const ubit_t *ra_bits, size_t n_bits) are not documented: parameter 'fr' parameter 'n_bits' /build/_osmocom_api/libosmocore/src/gsm/gsm48_arfcn_range_encode.c:127: warning: The following parameter of osmo_gsm48_range_enc_arfcns(enum osmo_gsm48_range range, const int *arfcns, int size, int *out, const int index) is not documented: parameter 'index' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:897: warning: The following parameter of osmo_gsm48_rest_octets_si13_decode(struct osmo_gsm48_si13_info *si13, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: argument 'encoded' of command @param is not found in the argument list of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) /build/_osmocom_api/libosmocore/src/gsm/gsm48_rest_octets.c:1188: warning: The following parameter of osmo_gsm48_rest_octets_si3_decode(struct osmo_gsm48_si_ro_info *si3, const uint8_t *data) is not documented: parameter 'data' /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:728: warning: Found unknown command '\arfcn' /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: argument 'GSM' of command @param is not found in the argument list of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) /build/_osmocom_api/libosmocore/src/gsm/gsm_utils.c:551: warning: The following parameter of ms_pwr_ctl_lvl(enum gsm_band band, unsigned int dbm) is not documented: parameter 'band' lude/osmocom/gsm/protocol/gsm_04_08_gprs.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_11.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_12.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_14.h... Generating docs for file include/osmocom/gsm/protocol/gsm_04_80.h... Generating docs for file include/osmocom/gsm/protocol/gsm_08_08.h... Generating docs for file include/osmocom/gsm/protocol/gsm_08_58.h... Generating docs for file include/osmocom/gsm/protocol/gsm_09_02.h... Generating docs for file include/osmocom/gsm/protocol/gsm_12_21.h... Generating docs for file include/osmocom/gsm/protocol/gsm_23_003.h... Generating docs for file include/osmocom/gsm/protocol/gsm_23_032.h... Generating docs for file include/osmocom/gsm/protocol/gsm_23_041.h... Generating docs for file include/osmocom/gsm/protocol/gsm_25_415.h... Generating docs for file include/osmocom/gsm/protocol/gsm_29_118.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_004.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_060.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_068.h... Generating docs for file include/osmocom/gsm/protocol/gsm_44_318.h... Generating docs for file include/osmocom/gsm/protocol/gsm_48_049.h... Generating docs for file include/osmocom/gsm/protocol/gsm_48_071.h... Generating docs for file include/osmocom/gsm/protocol/gsm_49_031.h... Generating docs for file include/osmocom/gsm/protocol/ipaccess.h... Generating docs for file include/osmocom/gsm/protocol/smpp34_osmocom.h... Generating docs for file include/osmocom/gsm/rlp.h... Generating docs for file include/osmocom/gsm/rsl.h... Generating docs for file include/osmocom/gsm/rxlev_stat.h... Generating docs for file include/osmocom/gsm/sysinfo.h... Generating docs for file include/osmocom/gsm/tlv.h... Generating docs for file src/gsm/a5.c... Generating docs for file src/gsm/abis_nm.c... Generating docs for file src/gsm/apn.c... Generating docs for file src/gsm/auth_comp128v1.c... Generating docs for file src/gsm/auth_comp128v23.c... Generating docs for file src/gsm/auth_core.c... Generating docs for file src/gsm/auth_milenage.c... Generating docs for file src/gsm/auth_tuak.c... Generating docs for file src/gsm/auth_xor.c... Generating docs for file src/gsm/auth_xor_2g.c... Generating docs for file src/gsm/bsslap.c... Generating docs for file src/gsm/bssmap_le.c... Generating docs for file src/gsm/bts_features.c... Generating docs for file src/gsm/cbsp.c... Generating docs for file src/gsm/comp128.c... Generating docs for file src/gsm/comp128v23.c... Generating docs for file src/gsm/gad.c... Generating docs for file src/gsm/gan.c... Generating docs for file src/gsm/gea.c... Generating docs for file src/gsm/gprs_cipher_core.c... Generating docs for file src/gsm/gprs_gea.c... Generating docs for file src/gsm/gprs_rlc.c... Generating docs for file src/gsm/gsm0341.c... Generating docs for file src/gsm/gsm0411_smc.c... Generating docs for file src/gsm/gsm0411_smr.c... Generating docs for file src/gsm/gsm0411_utils.c... Generating docs for file src/gsm/gsm0414.c... Generating docs for file src/gsm/gsm0480.c... Generating docs for file src/gsm/gsm0502.c... Generating docs for file src/gsm/gsm0503_conv.c... Generating docs for file src/gsm/gsm0808.c... Generating docs for file src/gsm/gsm0808_utils.c... Generating docs for file src/gsm/gsm23003.c... Generating docs for file src/gsm/gsm23236.c... Generating docs for file src/gsm/gsm29118.c... Generating docs for file src/gsm/gsm29205.c... Generating docs for file src/gsm/gsm44021.c... Generating docs for file src/gsm/gsm44068.c... Generating docs for file src/gsm/gsm48.c... Generating docs for file src/gsm/gsm48049.c... Generating docs for file src/gsm/gsm48_arfcn_range_encode.c... Generating docs for file src/gsm/gsm48_ie.c... Generating docs for file src/gsm/gsm48_rest_octets.c... Generating docs for file src/gsm/gsm_04_08_gprs.c... Generating docs for file src/gsm/gsm_utils.c... Generating docs for file src/gsm/gsup.c... Generating docs for file src//build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:29: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:30: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:31: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:32: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:29: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:30: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:31: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1-internal.c:32: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:98: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:99: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:100: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:101: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:102: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:114: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:115: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:116: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:117: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:118: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:119: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha1.c:120: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:24: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:25: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:26: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:27: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:24: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:25: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:26: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256-internal.c:27: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:95: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:96: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:97: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:98: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:99: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:23: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:24: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:25: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:26: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:27: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:28: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:110: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:111: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:112: warning: Found unknown command '@label' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:113: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:114: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:115: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/sha256.c:116: warning: Found unknown command '@buf_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c:787: warning: found documented return type for rijndaelKeySetupEnc that does not return anything /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-internal.c:787: warning: found documented return type for rijndaelKeySetupEnc that does not return anything /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:26: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:27: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/milenage/aes-encblock.c:28: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:32: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:33: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:34: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:35: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:42: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:43: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:44: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:45: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:79: warning: Found unknown command '@seed' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:80: warning: Found unknown command '@seed_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:81: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:82: warning: Found unknown command '@xlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:105: warning: Found unknown command '@clear' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:106: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:107: warning: Found unknown command '@cypher' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:135: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:136: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:143: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:144: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:145: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:151: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:166: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:167: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:168: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:181: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:182: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:183: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:193: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:194: warning: Found unknown command '@hash' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:196: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:220: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:221: warning: Found unknown command '@iv' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:222: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:223: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:237: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:238: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:239: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:240: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:252: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:253: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:254: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:255: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:267: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:281: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:282: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:297: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:298: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:299: warning: Found unknown command '@passwd' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:312: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:313: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:329: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:330: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:331: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:332: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:333: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:346: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:347: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:348: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:349: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:350: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:363: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:364: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:365: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:366: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:367: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:380: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:390: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:400: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:401: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:402: warning: Found unknown command '@crypt_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:403: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:404: warning: Found unknown command '@plain_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:431: warning: Found unknown command '@base' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:432: warning: Found unknown command '@base_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:433: warning: Found unknown command '@power' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:434: warning: Found unknown command '@power_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:435: warning: Found unknown command '@modulus' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:436: warning: Found unknown command '@modulus_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:456: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:457: warning: Found unknown command '@keylen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:458: warning: expected whitespace after \skip command /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:459: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:460: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:143: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:144: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:145: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:151: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:135: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:136: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:121: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:122: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:123: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:129: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:113: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:114: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:252: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:253: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:254: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:255: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:267: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:237: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:238: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:239: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:240: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:220: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:221: warning: Found unknown command '@iv' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:222: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:223: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:193: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:194: warning: Found unknown command '@hash' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:196: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:166: warning: Found unknown command '@alg' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:167: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:168: warning: Found unknown command '@key_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:181: warning: Found unknown command '@ctx' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:182: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:183: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:431: warning: Found unknown command '@base' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:432: warning: Found unknown command '@base_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:433: warning: Found unknown command '@power' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:434: warning: Found unknown command '@power_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:435: warning: Found unknown command '@modulus' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:436: warning: Found unknown command '@modulus_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:438: warning: Found unknown command '@result_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:346: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:347: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:348: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:349: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:350: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:390: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:297: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:298: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:299: warning: Found unknown command '@passwd' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:363: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:364: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:365: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:366: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:367: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:400: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:401: warning: Found unknown command '@crypt' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:402: warning: Found unknown command '@crypt_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:403: warning: Found unknown command '@plain' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:404: warning: Found unknown command '@plain_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:329: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:330: warning: Found unknown command '@in' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:331: warning: Found unknown command '@inlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:332: warning: Found unknown command '@out' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:333: warning: Found unknown command '@outlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:380: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:312: warning: Found unknown command '@buf' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:313: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:281: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:282: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:105: warning: Found unknown command '@clear' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:106: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:107: warning: Found unknown command '@cypher' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:79: warning: Found unknown command '@seed' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:80: warning: Found unknown command '@seed_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:81: warning: Found unknown command '@x' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:82: warning: Found unknown command '@xlen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:32: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:33: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:34: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:35: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:42: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:43: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:44: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:45: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:456: warning: Found unknown command '@key' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:457: warning: Found unknown command '@keylen' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:458: warning: expected whitespace after \skip command /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:459: warning: Found unknown command '@data' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:460: warning: Found unknown command '@data_len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:68: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:69: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:70: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:71: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:94: warning: Found unknown command '@num_elem' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:95: warning: Found unknown command '@addr' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:96: warning: Found unknown command '@len' /build/_osmocom_api/libosmocore/src/gsm/kdf/crypto.h:97: warning: Found unknown command '@mac' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:237: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:238: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:239: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:240: warning: Found unknown command '@sres' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:241: warning: Found unknown command '@kc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:210: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:211: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:212: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:213: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:214: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:260: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:261: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:262: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:263: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:264: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:265: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:266: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:267: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:268: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:269: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:36: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:37: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:38: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:39: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:40: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:41: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:42: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:87: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:88: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:89: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:90: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:91: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:92: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:93: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:94: warning: Found unknown command '@akstar' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:171: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:172: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:173: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:174: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:175: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:176: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:177: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:178: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/milenage/milenage.c:180: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:327: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:328: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:329: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:330: warning: Found unknown command '@auts' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:331: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:80: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:81: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:82: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:83: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:84: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:85: warning: Found unknown command '@mac_a' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:128: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:129: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:130: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:131: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:132: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:133: warning: Found unknown command '@mac_s' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:176: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:177: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:178: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:179: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:180: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:181: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:182: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:258: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:259: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:260: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:261: warning: Found unknown command '@ak' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:289: warning: Found unknown command '@opc' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:290: warning: Found unknown command '@amf' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:291: warning: Found unknown command '@k' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:292: warning: Found unknown command '@sqn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:293: warning: Found unknown command '@_rand' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:294: warning: Found unknown command '@autn' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:295: warning: Found unknown command '@ik' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:296: warning: Found unknown command '@ck' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:297: warning: Found unknown command '@res' /build/_osmocom_api/libosmocore/src/gsm/tuak/tuak.c:298: warning: Found unknown command '@res_len' /build/_osmocom_api/libosmocore/src/gsm/a5.c:48: warning: argument 'key' of command @param is not found in the argument list of _a5_4(const uint8_t *ck, uint32_t fn, ubit_t *dl, ubit_t *ul, bool fn_correct) /build/_osmocom_api/libosmocore/src/gsm/a5.c:48: warning: The following parameter of _a5_4(const uint8_t *ck, uint32_t fn, ubit_t *dl, ubit_t *ul, bool fn_correct) is not documented: parameter 'ck' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:929: warning: argument 'len' of command @param is not found in the argument list of abis_nm_get_sw_desc(struct abis_nm_sw_desc *sw, const uint8_t *buf, size_t length) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:929: warning: The following parameter of abis_nm_get_sw_desc(struct abis_nm_sw_desc *sw, const uint8_t *buf, size_t length) is not documented: parameter 'length' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:867: warning: argument 'put_sw_descr' of command @param is not found in the argument list of abis_nm_put_sw_desc(struct msgb *msg, const struct abis_nm_sw_desc *sw, bool put_sw_desc) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:867: warning: The following parameter of abis_nm_put_sw_desc(struct msgb *msg, const struct abis_nm_sw_desc *sw, bool put_sw_desc) is not documented: parameter 'put_sw_desc' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:884: warning: argument 'put_sw_descr' of command @param is not found in the argument list of abis_nm_put_sw_file(struct msgb *msg, const char *id, const char *ver, bool put_sw_desc) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:884: warning: argument 'id' from the argument list of abis_nm_put_sw_file has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:884: warning: The following parameters of abis_nm_put_sw_file(struct msgb *msg, const char *id, const char *ver, bool put_sw_desc) are not documented: parameter 'ver' parameter 'put_sw_desc' /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:856: warning: argument 'put_sw_descr' of command @param is not found in the argument list of abis_nm_sw_desc_len(const struct abis_nm_sw_desc *sw, bool put_sw_desc) /build/_osmocom_api/libosmocore/src/gsm/abis_nm.c:856: warning: The following parameter of abis_nm_sw_desc_len(const struct abis_nm_sw_desc *sw, bool put_sw_desc) is not documented: parameter 'put_sw_desc' /build/_osmocom_api/libosmocore/src/gsm/gea.c:45: warning: argument 'direct' of command @param is not found in the argument list of gea3(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) /build/_osmocom_api/libosmocore/src/gsm/gea.c:45: warning: The following parameter of gea3(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) is not documented: parameter 'direction' /build/_osmocom_api/libosmocore/src/gsm/gea.c:31: warning: argument 'direct' of command @param is not found in the argument list of gea4(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) /build/_osmocom_api/libosmocore/src/gsm/gea.c:31: warning: The following parameter of gea4(uint8_t *out, uint16_t len, uint8_t *kc, uint32_t iv, enum gprs_cipher_direction direction) is not documented: parameter 'direction' /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c:59: warning: argument 'integer' of command @param is not found in the argument list of gsm411_bcdify(uint8_t value) /build/_osmocom_api/libosmocore/src/gsm/gsm0411_utils.c:59: warning: The following parameter of gsm411_bcdify(uint8_t value) is not documented: parameter 'value' /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1449: warning: argument 'out' of command @param is not found in the argument list of gsm0808_cell_id_list_add(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id_list2 *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1449: warning: argument 'in' of command @param is not found in the argument list of gsm0808_cell_id_list_add(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id_list2 *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1491: warning: argument 'out' of command @param is not found in the argument list of gsm0808_cell_id_to_list(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1491: warning: argument 'in' of command @param is not found in the argument list of gsm0808_cell_id_to_list(struct gsm0808_cell_id_list2 *dst, const struct gsm0808_cell_id *src) /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:236: warning: argument 'kc128' of command @param is not found in the argument list of gsm0808_create_cipher(const struct gsm0808_encrypt_info *ei, const uint8_t *cipher_response_mode) /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:487: warning: argument 'cause' of command @param is not found in the argument list of gsm0808_create_sapi_reject(uint8_t link_id) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2341: warning: argument 'di' of command @param is not found in the argument list of gsm0808_dec_data_identity(struct gsm0808_data_identity *ti, const uint8_t *elem, uint8_t len) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2341: warning: The following parameter of gsm0808_dec_data_identity(struct gsm0808_data_identity *ti, const uint8_t *elem, uint8_t len) is not documented: parameter 'ti' /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2319: warning: argument 'di' of command @param is not found in the argument list of gsm0808_enc_data_identity(struct msgb *msg, const struct gsm0808_data_identity *ti) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:2319: warning: The following parameter of gsm0808_enc_data_identity(struct msgb *msg, const struct gsm0808_data_identity *ti) is not documented: parameter 'ti' /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:1382: warning: argument 'msgb' of command @param is not found in the argument list of gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id) /build/_osmocom_api/libosmocore/src/gsm/gsm0808.c:1382: warning: The following parameter of gsm0808_prepend_dtap_header(struct msgb *msg, uint8_t link_id) is not documented: parameter 'msg' /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1662: warning: argument 'hint' of command @param is not found in the argument list of gsm0808_sc_cfg_from_gsm48_mr_cfg(const struct gsm48_multi_rate_conf *cfg, bool fr) /build/_osmocom_api/libosmocore/src/gsm/gsm0808_utils.c:1662: warning: The following parameter of gsm0808_sc_cfg_from_gsm48_mr_cfg(const struct gsm48_multi_rate_conf *cfg, bool fr) is not documented: parameter 'fr' /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmocore/include/osmocom/gsm/gsup.h:131: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1668: warning: unexpected token TK_COMMAND_BS in comment block while parsing the argument of command param /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1668: warning: The following parameter of lapdm_channel_set_t200_fn(struct lapdm_channel *lc, const uint32_t *t200_fn_dcch, const uint32_t *t200_fn_acch) is not documented: parameter 'lc' /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:185: warning: argument 'name' of command @param is not found in the argument list of lapdm_entity_init3(struct lapdm_entity *le, enum lapdm_mode mode, const int *t200_ms, int n200, const char *name_pfx) /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:185: warning: The following parameter of lapdm_entity_init3(struct lapdm_entity *le, enum lapdm_mode mode, const int *t200_ms, int n200, const char *name_pfx) is not documented: parameter 'name_pfx' /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1657: warning: unexpected token TK_COMMAND_BS in comment block while parsing the argument of command param /build/_osmocom_api/libosmocore/src/gsm/lapdm.c:1657: warning: The following parameter of lapdm_entity_set_t200_fn(struct lapdm_entity *le, const uint32_t *t200_fn) is not documented: parameter 'le' /build/_osmocom_api/libosmocore/src/gsm/oap.c:38: warning: argument 'data' of command @param is not found in the argument list of osmo_oap_decode(struct osmo_oap_message *oap_msg, const uint8_t *const_data, size_t data_len) /build/_osmocom_api/libosmocore/src/gsm/oap.c:38: warning: The following parameter of osmo_oap_decode(struct osmo_oap_message *oap_msg, const uint8_t *const_data, size_t data_len) is not documented: parameter 'const_data' /build/_osmocom_api/libosmocore/src/gsm/gad.c:409: warning: argument 'gad' of command @param is not found in the argument list of osmo_gad_raw_to_str_buf(char *buf, size_t buflen, const union gad_raw *raw) /build/_osmocom_api/libosmocore/src/gsm/gad.c:409: warning: The following parameter of osmo_gad_raw_to_str_buf(char *buf, size_t buflen, const union gad_raw *raw) is not documented: parameter 'raw' /build/_osmocom_api/libosmocore/src/gsm/gad.c:482: warning: argument 'val' of command @param is not found in the argument list of osmo_gad_to_str_c(void *ctx, const struct osmo_gad *gad) /build/_osmocom_api/libosmocore/src/gsm/gad.c:482: warning: The following parameter of osmo_gad_to_str_c(void *ctx, const struct osmo_gad *gad) is not documented: parameter 'gad' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:779: warning: argument 'data' of command @param is not found in the argument list of osmo_bssap_le_dec(struct bssap_le_pdu *pdu, struct osmo_bssap_le_err **err, void *err_ctx, struct msgb *msg) /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:779: warning: argument 'len' of command @param is not found in the argument list of osmo_bssap_le_dec(struct bssap_le_pdu *pdu, struct osmo_bssap_le_err **err, void *err_ctx, struct msgb *msg) /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:779: warning: The following parameters of osmo_bssap_le_dec(struct bssap_le_pdu *pdu, struct osmo_bssap_le_err **err, void *err_ctx, struct msgb *msg) are not documented: parameter 'err' parameter 'err_ctx' parameter 'msg' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:701: warning: The following parameters of osmo_bssmap_le_dec(struct bssmap_le_pdu *pdu, struct osmo_bssmap_le_err **err, void *err_ctx, const uint8_t *data, size_t len) are not documented: parameter 'err' parameter 'err_ctx' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:172: warning: The following parameters of osmo_bssmap_le_ie_dec_location_type(struct bssmap_le_location_type *lt, enum bssmap_le_msgt msgt, enum bssmap_le_iei iei, struct osmo_bssmap_le_err **err, void *err_ctx, const uint8_t *elem, uint8_t len) are not documented: parameter 'msgt' parameter 'iei' parameter 'err' parameter 'err_ctx' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:292: warning: argument 'priority' of command @param is not found in the argument list of osmo_bssmap_le_ie_enc_lcs_qos(struct msgb *msg, const struct osmo_bssmap_le_lcs_qos *qos) /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:292: warning: The following parameter of osmo_bssmap_le_ie_enc_lcs_qos(struct msgb *msg, const struct osmo_bssmap_le_lcs_qos *qos) is not documented: parameter 'qos' /build/_osmocom_api/libosmocore/src/gsm/bssmap_le.c:339: warning: The following parameters of osmo_lcs_cause_dec(struct lcs_cause_ie *lcs_cause, enum bssmap_le_msgt msgt, enum bssmap_le_iei iei, struct osmo_bssmap_le_err **err, void *err_ctx, const uint8_t *data, uint8_t len) are not documented: parameter 'msgt' parameter 'iei' parameter 'err' parameter 'err_ctx' /build/_osmocom_api/libosmocore/src/gsm/rsl.c:151: warning: argument 'Channel' of command @param is not found in the argument list of rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot) /build/_osmocom_api/libosmocore/src/gsm/rsl.c:151: warning: The following parameter of rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot) is not documented: parameter 'type' /build/_osmocom_api/libosmocore/src/gsm/rsl.c:543: warning: argument 'chan_hr' of command @param is not found in the argument list of rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent) /build/_osmocom_api/libosmocore/src/gsm/rsl.c:543: warning: The following parameter of rsl_rll_push_l3(struct msgb *msg, uint8_t msg_type, uint8_t chan_nr, uint8_t link_id, int transparent) is not documented: parameter 'chan_nr' /build/_osmocom_api/libosmocore/src/gsm/tlv_parser.c:230: warning: unable to resolve reference to 'o_val' for \ref command /build/_osmocom_api/libosmocore/src/gsm/gsm48_ie.c:884: warning: The following parameters of gsm48_decode_freq_list(struct gsm_sysinfo_freq *f, const uint8_t *cd, uint8_t len, uint8_t mask, uint8_t frqt) are not documented: parameter 'mask' parameter 'frqt' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1165: warning: argument 'Location' of command @param is not found in the argument list of gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc, uint16_t *mnc, uint16_t *lac) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1165: warning: The following parameter of gsm48_decode_lai(struct gsm48_loc_area_id *lai, uint16_t *mcc, uint16_t *mnc, uint16_t *lac) is not documented: parameter 'lai' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1185: warning: argument 'Location' of command @param is not found in the argument list of gsm48_decode_lai2(const struct gsm48_loc_area_id *lai, struct osmo_location_area_id *decoded) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1185: warning: The following parameter of gsm48_decode_lai2(const struct gsm48_loc_area_id *lai, struct osmo_location_area_id *decoded) is not documented: parameter 'lai' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1407: warning: argument 'Caller' of command @param is not found in the argument list of gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1407: warning: argument 'provided' of command @param is not found in the argument list of gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf) /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1407: warning: The following parameter of gsm48_parse_ra(struct gprs_ra_id *raid, const uint8_t *buf) is not documented: parameter 'raid' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1916: warning: The following parameters of osmo_gsm48_classmark_a5_name_buf(char *buf, size_t buf_len, const struct osmo_gsm48_classmark *cm) are not documented: parameter 'buf' parameter 'buf_len' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:1000: warning: The following parameter of osmo_mobile_identity_decode_from_l3(struct osmo_mobile_identity *mi, struct msgb *msg, bool allow_hex) is not documented: parameter 'allow_hex' /build/_osmocom_api/libosmocore/src/gsm/gsm48.c:865: warning: The following parameter of osmo_mobile_identity_decode_from_l3_buf(struct osmo_mobile_identity *mi, const uint8_t *l3_data, size_t l3_len, bool allow_hex) is not documented: parameter 'allow_hex' /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:30: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/gsm/protocol/gsm_12_21.h:30: warning: unable to resolve reference to 'abis_oml_mdisc' for \ref command gsm/gsup_sms.c... Generating docs for file src/gsm/ipa.c... Generating docs for file src/gsm/iuup.c... Generating docs for file src/gsm/kasumi.c... Generating docs for file src/gsm/kdf.c... Generating docs for file src/gsm/kdf/sha1-internal.c... Generating docs for file src/gsm/kdf/sha1.c... Generating docs for file src/gsm/kdf/sha1.h... Generating docs for file src/gsm/kdf/sha1_i.h... Generating docs for file src/gsm/kdf/sha256-internal.c... Generating docs for file src/gsm/kdf/sha256.c... Generating docs for file src/gsm/kdf/sha256.h... Generating docs for file src/gsm/kdf/sha256_i.h... Generating docs for file src/gsm/lapdm.c... Generating docs for file src/gsm/milenage/aes-encblock.c... Generating docs for file src/gsm/milenage/aes-internal-enc.c... Generating docs for file src/gsm/milenage/aes-internal.c... Generating docs for file src/gsm/milenage/aes.h... Generating docs for file src/gsm/milenage/aes_i.h... Generating docs for file src/gsm/milenage/aes_wrap.h... Generating docs for file src/gsm/kdf/common.h... Generating docs for file src/gsm/milenage/common.h... Generating docs for file src/gsm/kdf/crypto.h... Generating docs for file src/gsm/milenage/crypto.h... Generating docs for file src/gsm/milenage/includes.h... Generating docs for file src/gsm/milenage/milenage.c... Generating docs for file src/gsm/milenage/milenage.h... Generating docs for file src/gsm/mncc.c... Generating docs for file src/gsm/oap.c... Generating docs for file src/gsm/oap_client.c... Generating docs for file src/gsm/rlp.c... Generating docs for file src/gsm/rsl.c... Generating docs for file src/gsm/rxlev_stat.c... Generating docs for file src/gsm/sysinfo.c... Generating docs for file src/gsm/tlv_parser.c... Generating docs for file src/gsm/tuak/KeccakP-1600-3gpp.c... Generating docs for file src/gsm/tuak/KeccakP-1600-3gpp.h... Generating docs for file src/gsm/tuak/tuak.c... Generating docs for file src/gsm/tuak/tuak.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound abis_nm_channel... Generating docs for compound abis_nm_ipacc_att_bssgp_cfg... Generating docs for compound abis_nm_ipacc_att_ns_cfg... Generating docs for compound abis_nm_ipacc_att_rlc_cfg... Generating docs for compound abis_nm_ipacc_att_rlc_cfg_2... Generating docs for compound abis_nm_ipacc_att_rlc_cfg_3... Generating docs for compound abis_nm_sw_desc... Generating docs for compound abis_om_fom_hdr... Generating docs for compound abis_om_hdr... Generating docs for compound abis_om_obj_inst... Generating docs for compound abis_rsl_cchan_hdr... Generating docs for compound abis_rsl_chan_nr... Generating docs for compound abis_rsl_common_hdr... Generating docs for compound abis_rsl_dchan_hdr... Generating docs for compound abis_rsl_link_id... Generating docs for compound abis_rsl_osmo_rep_acch_cap... Generating docs for compound abis_rsl_osmo_temp_ovp_acch_cap... Generating docs for compound abis_rsl_rll_hdr... Generating docs for compound bssap_le_pdu... Generating docs for compound bsslap_pdu... Generating docs for compound bsslap_reset... Generating docs for compound bsslap_ta_layer3... Generating docs for compound bsslap_ta_response... Generating docs for compound bssmap_header... Generating docs for compound bssmap_le_conn_oriented_info... Generating docs for compound bssmap_le_location_type... Generating docs for compound bssmap_le_pdu... Generating docs for compound bssmap_le_perform_loc_req... Generating docs for compound bssmap_le_perform_loc_resp... Generating docs for compound cbsp_header... Generating docs for compound dtap_header... Generating docs for compound egprs_cps... Generating docs for compound fn_remap_table... Generating docs for compound gad_raw... Generating docs for compound gad_raw_ell_arc... Generating docs for compound gad_raw_ell_point... Generating docs for compound gad_raw_ell_point_alt... Generating docs for compound gad_raw_ell_point_alt_unc_ell... Generating docs for compound gad_raw_ell_point_unc_circle... Generating docs for compound gad_raw_ell_point_unc_ellipse... Generating docs for compound gad_raw_ha_ell_point_alt_unc_ell... Generating docs for compound gad_raw_ha_ell_point_unc_ell... Generating docs for compound gad_raw_head... Generating docs for compound gad_raw_polygon... Generating docs for compound gan_cch_desc_ie... Generating docs for compound gan_rc_csr_hdr... Generating docs for compound gprs_cipher_impl... Generating docs for compound gprs_cs_desc... Generating docs for compound gprs_ra_id... Generating docs for compound gprs_rlc_dl_header_egprs_1... Generating docs for compound gprs_rlc_dl_header_egprs_2... Generating docs for compound gprs_rlc_dl_header_egprs_3... Generating docs for compound gprs_rlc_ul_header_egprs_1... Generating docs for compound gprs_rlc_ul_header_egprs_2... Generating docs for compound gprs_rlc_ul_header_egprs_3... Generating docs for compound gsm0408_vgcs_ul_grant... Generating docs for compound gsm0808_application_data... Generating docs for compound gsm0808_cell_id... Generating docs for compound gsm0808_cell_id_list... Generating docs for compound gsm0808_cell_id_list2... Generating docs for compound gsm0808_cell_id_list_segment... Generating docs for compound gsm0808_cell_id_u... Generating docs for compound gsm0808_channel_type... Generating docs for compound gsm0808_cipher_mode_command... Generating docs for compound gsm0808_circuit_pool_list... Generating docs for compound gsm0808_data_identity... Generating docs for compound gsm0808_diagnostics... Generating docs for compound gsm0808_encrypt_info... Generating docs for compound gsm0808_group_callref... Generating docs for compound gsm0808_handover_command... Generating docs for compound gsm0808_handover_complete... Generating docs for compound gsm0808_handover_failure... Generating docs for compound gsm0808_handover_performed... Generating docs for compound gsm0808_handover_request... Generating docs for compound gsm0808_handover_request_ack... Generating docs for compound gsm0808_handover_required... Generating docs for compound gsm0808_handover_required_reject... Generating docs for compound gsm0808_layer_3_information... Generating docs for compound gsm0808_notification_data... Generating docs for compound gsm0808_old_bss_to_new_bss_info... Generating docs for compound gsm0808_perform_location_request... Generating docs for compound gsm0808_perform_location_response... Generating docs for compound gsm0808_priority... Generating docs for compound gsm0808_sms_to_vgcs... Generating docs for compound gsm0808_speech_codec... Generating docs for compound gsm0808_speech_codec_list... Generating docs for compound gsm0808_talker_identity... Generating docs for compound gsm0808_uplink_app_data... Generating docs for compound gsm0808_uplink_reject_cmd... Generating docs for compound gsm0808_uplink_release_ind... Generating docs for compound gsm0808_uplink_request... Generating docs for compound gsm0808_uplink_request_ack... Generating docs for compound gsm0808_uplink_request_cnf... Generating docs for compound gsm0808_uplink_seized_cmd... Generating docs for compound gsm0808_vgcs_feature_flags... Generating docs for compound gsm0808_vgcs_vbs_area_cell_info... Generating docs for compound gsm0808_vgcs_vbs_assign_fail... Generating docs for compound gsm0808_vgcs_vbs_assign_req... Generating docs for compound gsm0808_vgcs_vbs_assign_res... Generating docs for compound gsm0808_vgcs_vbs_assign_stat... Generating docs for compound gsm0808_vgcs_vbs_setup... Generating docs for compound gsm0808_vgcs_vbs_setup_ack... Generating docs for compound gsm23041_etws_primary_gsm... Generating docs for compound gsm23041_msg_param_gsm... Generating docs for compound gsm23041_msg_param_umts... Generating docs for compound gsm29118_paging_req... Generating docs for compound gsm29118_reset_msg... Generating docs for compound gsm341_etws_message... Generating docs for compound gsm341_ms_message... Generating docs for compound gsm411_rp_hdr... Generating docs for compound gsm411_smc_inst... Generating docs for compound gsm411_smr_inst... Generating docs for compound gsm412_block_type... Generating docs for compound gsm412_sched_msg... Generating docs for compound gsm414_close_mslot_loop_ack... Generating docs for compound gsm414_close_mslot_loop_cmd... Generating docs for compound gsm414_egprs_st_sb_loop_cmd... Generating docs for compound gsm414_gprs_test_mode_cmd... Generating docs for compound gsm48_act_pdp_ctx_req... Generating docs for compound gsm48_add_ass... Generating docs for compound gsm48_ass_cmd... Generating docs for compound gsm48_ass_cpl... Generating docs for compound gsm48_ass_fail... Generating docs for compound gsm48_attach_ack... Generating docs for compound gsm48_auth_ciph_req... Generating docs for compound gsm48_auth_ciph_resp... Generating docs for compound gsm48_auth_req... Generating docs for compound gsm48_auth_resp... Generating docs for compound gsm48_cell_desc... Generating docs for compound gsm48_cell_options... Generating docs for compound gsm48_cell_sel_par... Generating docs for compound gsm48_chan_desc... Generating docs for compound gsm48_chan_mode_modify... Generating docs for compound gsm48_chan_rel... Generating docs for compound gsm48_cip_mode_cmd... Generating docs for compound gsm48_classmark1... Generating docs for compound gsm48_classmark2... Generating docs for compound gsm48_classmark3... Generating docs for compound gsm48_cm_change... Generating docs for compound gsm48_control_channel_descr... Generating docs for compound gsm48_frq_redef... Generating docs for compound gsm48_gprs_susp_req... Generating docs for compound gsm48_hdr... Generating docs for compound gsm48_hdr_sh... Generating docs for compound gsm48_ho_cmd... Generating docs for compound gsm48_ho_cpl... Generating docs for compound gsm48_ho_fail... Generating docs for compound gsm48_imm_ass... Generating docs for compound gsm48_imm_ass_ext... Generating docs for compound gsm48_imm_ass_rej... Generating docs for compound gsm48_imsi_detach_ind... Generating docs for compound gsm48_loc_area_id... Generating docs for compound gsm48_loc_upd_req... Generating docs for compound gsm48_meas_res... Generating docs for compound gsm48_multi_rate_conf... Generating docs for compound gsm48_notification_nch... Generating docs for compound gsm48_pag_resp... Generating docs for compound gsm48_pag_rsp... Generating docs for compound gsm48_paging1... Generating docs for compound gsm48_paging2... Generating docs for compound gsm48_paging3... Generating docs for compound gsm48_pdp_address... Generating docs for compound gsm48_power_cmd... Generating docs for compound gsm48_qos... Generating docs for compound gsm48_ra_id... Generating docs for compound gsm48_ra_upd_ack... Generating docs for compound gsm48_rach_control... Generating docs for compound gsm48_range_1024... Generating docs for compound gsm48_range_128... Generating docs for compound gsm48_range_256... Generating docs for compound gsm48_range_512... Generating docs for compound gsm48_req_ref... Generating docs for compound gsm48_rr_status... Generating docs for compound gsm48_service_request... Generating docs for compound gsm48_start_time... Generating docs for compound gsm48_sync_ind... Generating docs for compound gsm48_system_information_type_1... Generating docs for compound gsm48_system_information_type_10... Generating docs for compound gsm48_system_information_type_13... Generating docs for compound gsm48_system_information_type_2... Generating docs for compound gsm48_system_information_type_2bis... Generating docs for compound gsm48_system_information_type_2quater... Generating docs for compound gsm48_system_information_type_2ter... Generating docs for compound gsm48_system_information_type_3... Generating docs for compound gsm48_system_information_type_4... Generating docs for compound gsm48_system_information_type_5... Generating docs for compound gsm48_system_information_type_5bis... Generating docs for compound gsm48_system_information_type_5ter... Generating docs for compound gsm48_system_information_type_6... Generating docs for compound gsm48_system_information_type_header... Generating docs for compound gsm48_talker_indication... Generating docs for compound gsm48_uplink_release... Generating docs for compound gsm48_var_bit... Generating docs for compound gsm_freq_range... Generating docs for compound gsm_meas_rep_unidir... Generating docs for compound gsm_mncc_bearer_cap... Generating docs for compound gsm_mncc_cause... Generating docs for compound gsm_mncc_cccap... Generating docs for compound gsm_mncc_facility... Generating docs for compound gsm_mncc_number... Generating docs for compound gsm_mncc_progress... Generating docs for compound gsm_mncc_ssversion... Generating docs for compound gsm_mncc_useruser... Generating docs for compound gsm_rx_lev_qual... Generating docs for compound gsm_sacch_l1_hdr... Generating docs for compound gsm_sysinfo_freq... Generating docs for compound gsm_time... Generating docs for compound info_act_cnf_param... Generating docs for compound info_act_req_param... Generating docs for compound info_ciph_req_param... Generating docs for compound info_meas_ind_param... Generating docs for compound info_time_ind_param... Generating docs for compound info_ulacc_req_param... Generating docs for compound ipac_preproc_ave_cfg... Generating docs for compound ipac_preproc_cfg... Generating docs for compound ipac_preproc_ho_candidates... Generating docs for compound ipac_preproc_ho_comp... Generating docs for compound ipac_preproc_ho_ctl_param... Generating docs for compound ipac_preproc_ho_thresh... Generating docs for compound ipac_preproc_ncell_dflts... Generating docs for compound ipac_preproc_pc_comp... Generating docs for compound ipac_preproc_pc_comp_field... Generating docs for compound ipac_preproc_pc_thresh... Generating docs for compound ipaccess_head... Generating docs for compound ipaccess_head_ext... Generating docs for compound ipaccess_unit... Generating docs for compound iuup_ctrl_ack... Generating docs for compound iuup_ctrl_error_event... Generating docs for compound iuup_ctrl_init_hdr... Generating docs for compound iuup_ctrl_init_rfci_hdr... Generating docs for compound iuup_ctrl_init_tail... Generating docs for compound iuup_ctrl_nack... Generating docs for compound iuup_pdutype0_hdr... Generating docs for compound iuup_pdutype14_hdr... Generating docs for compound iuup_pdutype1_hdr... Generating docs for compound lapdm_channel... Generating docs for compound lapdm_datalink... Generating docs for compound lapdm_entity... Generating docs for compound lapdm_msg_ctx... Generating docs for compound lcs_cause_ie... Generating docs for compound mph_info_param... Generating docs for compound nch_pos... Generating docs for compound osmo_auth_impl... Generating docs for compound osmo_auth_vector... Generating docs for compound osmo_bssap_le_err... Generating docs for compound osmo_bssap_le_header... Generating docs for compound osmo_bsslap_err... Generating docs for compound osmo_bssmap_le_err... Generating docs for compound osmo_bssmap_le_lcs_qos... Generating docs for compound osmo_cbsp_cell_ent... Generating docs for compound osmo_cbsp_cell_list... Generating docs for compound osmo_cbsp_content... Generating docs for compound osmo_cbsp_decoded... Generating docs for compound osmo_cbsp_error_ind... Generating docs for compound osmo_cbsp_fail_ent... Generating docs for compound osmo_cbsp_failure... Generating docs for compound osmo_cbsp_keep_alive... Generating docs for compound osmo_cbsp_keep_alive_complete... Generating docs for compound osmo_cbsp_kill... Generating docs for compound osmo_cbsp_kill_complete... Generating docs for compound osmo_cbsp_kill_failure... Generating docs for compound osmo_cbsp_load_query... Generating docs for compound osmo_cbsp_load_query_complete... Generating docs for compound osmo_cbsp_load_query_failure... Generating docs for compound osmo_cbsp_loading_ent... Generating docs for compound osmo_cbsp_loading_list... Generating docs for compound osmo_cbsp_msg_status_query... Generating docs for compound osmo_cbsp_msg_status_query_complete... Generating docs for compound osmo_cbsp_msg_status_query_failure... Generating docs for compound osmo_cbsp_num_compl_ent... Generating docs for compound osmo_cbsp_num_compl_list... Generating docs for compound osmo_cbsp_reset... Generating docs for compound osmo_cbsp_reset_complete... Generating docs for compound osmo_cbsp_reset_failure... Generating docs for compound osmo_cbsp_restart... Generating docs for compound osmo_cbsp_write_replace... Generating docs for compound osmo_cbsp_write_replace_complete... Generating docs for compound osmo_cbsp_write_replace_failure... Generating docs for compound osmo_cell_global_id... Generating docs for compound osmo_cell_global_id_ps... Generating docs for compound osmo_earfcn_si2q... Generating docs for compound osmo_eutran_cell_global_id... Generating docs for compound osmo_gad... Generating docs for compound osmo_gad_ell_arc... Generating docs for compound osmo_gad_ell_point... Generating docs for compound osmo_gad_ell_point_alt... Generating docs for compound osmo_gad_ell_point_alt_unc_ell... Generating docs for compound osmo_gad_ell_point_unc_circle... Generating docs for compound osmo_gad_ell_point_unc_ellipse... Generating docs for compound osmo_gad_err... Generating docs for compound osmo_gad_ha_ell_point_alt_unc_ell... Generating docs for compound osmo_gad_polygon... Generating docs for compound osmo_gcr_parsed... Generating docs for compound osmo_gprs_cell_options... Generating docs for compound osmo_gprs_power_ctrl_pars... Generating docs for compound osmo_gsm48_classmark... Generating docs for compound osmo_gsm48_lsa_params... Generating docs for compound osmo_gsm48_si13_info... Generating docs for compound osmo_gsm48_si3_gprs_ind... Generating docs for compound osmo_gsm48_si6_ro_info... Generating docs for compound osmo_gsm48_si_dtm_support... Generating docs for compound osmo_gsm48_si_gprs_ms_txpwr_max_ccch... Generating docs for compound osmo_gsm48_si_pch_nch_info... Generating docs for compound osmo_gsm48_si_power_offset... Generating docs for compound osmo_gsm48_si_ro_info... Generating docs for compound osmo_gsm48_si_selection_params... Generating docs for compound osmo_gsm48_si_vbs_vgcs_options... Generating docs for compound osmo_gsn_address... Generating docs for compound osmo_gsup_an_apdu... Generating docs for compound osmo_gsup_message... Generating docs for compound osmo_gsup_pdp_info... Generating docs for compound osmo_gummei... Generating docs for compound osmo_guti... Generating docs for compound osmo_iuup_instance... Generating docs for compound osmo_iuup_rfci... Generating docs for compound osmo_iuup_rnl_config... Generating docs for compound osmo_iuup_rnl_config_timer... Generating docs for compound osmo_iuup_rnl_data... Generating docs for compound osmo_iuup_rnl_prim... Generating docs for compound osmo_iuup_rnl_status... Generating docs for compound osmo_iuup_tnl_prim... Generating docs for compound osmo_lac_and_ci_id... Generating docs for compound osmo_lcls... Generating docs for compound osmo_location_area_id... Generating docs for compound osmo_mme_id... Generating docs for compound osmo_nri_range... Generating docs for compound osmo_nri_ranges... Generating docs for compound osmo_oap_client_config... Generating docs for compound osmo_oap_client_state... Generating docs for compound osmo_oap_message... Generating docs for compound osmo_phsap_prim... Generating docs for compound osmo_plmn_id... Generating docs for compound osmo_preproc_ave_cfg... Generating docs for compound osmo_preproc_ave_cfg_field... Generating docs for compound osmo_preproc_pc_comp... Generating docs for compound osmo_preproc_pc_thresh... Generating docs for compound osmo_rlp_frame_decoded... Generating docs for compound osmo_routing_area_id... Generating docs for compound osmo_service_area_id... Generating docs for compound osmo_shared_network_area_id... Generating docs for compound osmo_sub_auth_data... Generating docs for compound osmo_sub_auth_data2... Generating docs for compound osmo_timer_nt... Generating docs for compound osmo_tlv_prot_def... Generating docs for compound osmo_tlv_prot_ie_def... Generating docs for compound osmo_tlv_prot_msg_def... Generating docs for compound osmo_tracking_area_id... Generating docs for compound ph_conn_ind_param... Generating docs for compound ph_data_param... Generating docs for compound ph_rach_ind_param... Generating docs for compound ph_rach_req_param... Generating docs for compound ph_tch_param... Generating docs for compound rsl_ie_cb_cmd_type... Generating docs for compound rsl_ie_chan_ident... Generating docs for compound rsl_ie_chan_mode... Generating docs for compound rsl_ie_nch_drx_info... Generating docs for compound rsl_l1_info... Generating docs for compound rsl_mrpci... Generating docs for compound rxlev_stats... Generating docs for compound sdp_firmware... Generating docs for compound sdp_header_entry... Generating docs for compound SHA1Context... Generating docs for compound sha256_state... Generating docs for compound smcdatastate... Generating docs for compound smcdownstate... Generating docs for compound smrdatastate... Generating docs for compound smrdownstate... Generating docs for compound ss_request... Generating docs for compound tlv_def... Generating docs for compound tlv_definition... Generating docs for compound tlv_p_entry... Generating docs for compound tlv_parsed... Generating docs for compound ussd_request... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 10213/65536 hits=59923 misses=11267 finished... rm -rf ./doc/isdn; mkdir -p ./doc/isdn /usr/bin/doxygen Doxyfile.isdn warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.isdn' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/include/osmocom/isdn/i460_mux.h:120: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/isdn/i460_mux.c:387: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/isdn Searching for files in directory /build/_osmocom_api/libosmocore/src/isdn Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/i460_mux.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/i460_mux.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/lapd_core.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/lapd_core.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110_ta.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/isdn/v110_ta.h... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/i460_mux.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/i460_mux.c... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/v110.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/v110.c... Preprocessing /build/_osmocom_api/libosmocore/src/isdn/v110_ta.c... Parsing file /build/_osmocom_api/libosmocore/src/isdn/v110_ta.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/isdn/i460_mux.h... Generating code for file include/osmocom/isdn/lapd_core.h... Generating code for f/build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: argument 'input' of command @param is not found in the argument list of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: The following parameter of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) is not documented: parameter 'fr' /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: argument 'input' of command @param is not found in the argument list of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) /build/_osmocom_api/libosmocore/src/isdn/v110.c:80: warning: The following parameter of osmo_v110_encode_frame(ubit_t *ra_bits, size_t n_bits, const struct osmo_v110_decoded_frame *fr) is not documented: parameter 'fr' /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:402: warning: unable to resolve reference to 'lapd_flags' for \ref command /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:1794: warning: argument 'rc' of command @param is not found in the argument list of lapd_ph_rts_ind(struct lapd_msg_ctx *lctx) /build/_osmocom_api/libosmocore/src/isdn/lapd_core.c:431: warning: unable to resolve reference to 'lapdm_mode' for \ref command ile include/osmocom/isdn/v110.h... Generating code for file include/osmocom/isdn/v110_ta.h... Parsing code for file src/isdn/i460_mux.c... Parsing code for file src/isdn/lapd_core.c... Parsing code for file src/isdn/v110.c... Parsing code for file src/isdn/v110_ta.c... Generating file documentation... Generating docs for file include/osmocom/isdn/i460_mux.h... Generating docs for file include/osmocom/isdn/lapd_core.h... Generating docs for file include/osmocom/isdn/v110.h... Generating docs for file include/osmocom/isdn/v110_ta.h... Generating docs for file src/isdn/i460_mux.c... Generating docs for file src/isdn/lapd_core.c... Generating docs for file src/isdn/v110.c... Generating docs for file src/isdn/v110_ta.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound dl_rel_req_param... Generating docs for compound l2downstate... Generating docs for compound lapd_cr_ent... Generating docs for compound lapd_datalink... Generating docs for compound lapd_history... Generating docs for compound lapd_msg_ctx... Generating docs for compound mdl_error_ind_param... Generating docs for compound osmo_dlsap_prim... Generating docs for compound osmo_i460_schan_desc... Generating docs for compound osmo_i460_subchan... Generating docs for compound osmo_i460_subchan_demux... Generating docs for compound osmo_i460_subchan_mux... Generating docs for compound osmo_i460_timeslot... Generating docs for compound osmo_v110_decoded_frame... Generating docs for compound osmo_v110_sync_ra1... Generating docs for compound osmo_v110_ta... Generating docs for compound osmo_v110_ta_cfg... Generating docs for compound v110_ta_state... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 709/65536 hits=13279 misses=1181 finished... rm -rf ./doc/vty/html ./doc/vty/latex /usr/bin/doxygen Doxyfile.vty warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.vty' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/vty Searching for files in directory /build/_osmocom_api/libosmocore/src/vty Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/buffer.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/buffer.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/command.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/command.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/cpu_sched_vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/cpu_sched_vty.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/logging.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/logging.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/misc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/misc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/ports.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/ports.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/stats.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/stats.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/tdef_vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/tdef_vty.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/telnet_interface.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/telnet_interface.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/vector.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/vector.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h... Preprocessing /build/_osmocom_api/libosmocore/src/vty/buffer.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/buffer.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/command.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/command.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/cpu_sched_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/cpu_sched_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/fsm_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/fsm_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/logging_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/logging_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/stats_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/stats_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/talloc_ctx_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/talloc_ctx_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/tdef_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/tdef_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/utils.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/utils.c... Preprocessing /build/_o/build/_osmocom_api/libosmocore/src/vty/vty.c:1928: warning: unbalanced grouping commands :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h:176: warning: unable to resolve reference to 'talloc' for \ref command smocom_api/libosmocore/src/vty/vector.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/vector.c... Preprocessing /build/_osmocom_api/libosmocore/src/vty/vty.c... Parsing file /build/_osmocom_api/libosmocore/src/vty/vty.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/vty/buffer.h... Generating code for file include/osmocom/vty/command.h... Generating code for file include/osmocom/vty/cpu_sched_vty.h... Generating code for file include/osmocom/vty/logging.h... Generating code for file include/osmocom/vty/misc.h... Generating code for file include/osmocom/vty/ports.h... Generating code for file include/osmocom/vty/stats.h... Generating code for file include/osmocom/vty/tdef_vty.h... Generating code for file include/osmocom/vty/telnet_interface.h... Generating code for file include/osmocom/vty/vector.h... Generating code for file include/osmocom/vty/vty.h... Parsing code for file src/vty/buffer.c... Parsing code for file src/vty/command.c... Parsing code for file src/vty/cpu_sched_vty.c... Parsing code for file src/vty/fsm_vty.c... Parsing code for file src/vty/logging_vty.c... Parsing code for file src/vty/stats_vty.c... Parsing code for file src/vty/talloc_ctx_vty.c... Parsing code for file src/vty/tdef_vty.c... Parsing code for file src/vty/telnet_interface.c... Parsing code for file src/vty/utils.c... Parsing code for file src/vty/vector.c... Parsing code for file src/vty/vty.c... Generating file documentation... Generating docs for file include/osmocom/vty/buffer.h... Generating docs for file include/osmocom/vty/command.h... Generating docs for file include/osmocom/vty/cpu_sched_vty.h... Generating docs for file include/osmocom/vty/logging.h... Generating docs for file include/osmocom/vty/misc.h... Generating docs for file include/osmocom/vty/ports.h... Generating docs for file include/osmocom/vty/stats.h... Generating docs for file include/osmocom/vty/tdef_vty.h... Generating docs for file include/osmocom/vty/telnet_interface.h... Generating docs for file include/osmocom/vty/vector.h... Generating docs for file include/osmocom/vty/vty.h... Generating docs for file src/vty/buffer.c... Generating docs for file src/vty/command.c... Generating docs for file src/vty/build/_osmocom_api/libosmocore/src/vty/command.c:527: warning: argument 'unsafe' of command @param is not found in the argument list of osmo_asciidoc_escape(const char *inp) /build/_osmocom_api/libosmocore/src/vty/command.c:527: warning: The following parameter of osmo_asciidoc_escape(const char *inp) is not documented: parameter 'inp' /build/_osmocom_api/libosmocore/src/vty/command.c:4367: warning: argument 'vty' of command @param is not found in the argument list of osmo_vty_write_config_file(const char *filename) /build/_osmocom_api/libosmocore/src/vty/cpu_sched_vty.c:598: warning: found documented return type for osmo_cpu_sched_vty_init that does not return anything /build/_osmocom_api/libosmocore/src/vty/tdef_vty.c:355: warning: Unsupported xml/html tag found /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c:93: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c:116: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/vty/telnet_interface.c:104: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/src/vty/vty.c:1909: warning: unable to resolve reference to 'vty_read_file' for \ref command /build/_osmocom_api/libosmocore/src/vty/vty.c:1511: warning: unable to resolve reference to 'vty_read_file' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h:176: warning: unable to resolve reference to 'talloc' for \ref command /build/_osmocom_api/libosmocore/include/osmocom/vty/vty.h:176: warning: unable to resolve reference to 'talloc' for \ref command /cpu_sched_vty.c... Generating docs for file src/vty/fsm_vty.c... Generating docs for file src/vty/logging_vty.c... Generating docs for file src/vty/stats_vty.c... Generating docs for file src/vty/talloc_ctx_vty.c... Generating docs for file src/vty/tdef_vty.c... Generating docs for file src/vty/telnet_interface.c... Generating docs for file src/vty/utils.c... Generating docs for file src/vty/vector.c... Generating docs for file src/vty/vty.c... Generating page documentation... Generating docs for page deprecated... Generating group documentation... Generating class documentation... Generating docs for compound _vector... Generating docs for compound buffer... Generating docs for compound buffer_data... Generating docs for compound cmd_element... Generating docs for compound cmd_node... Generating docs for compound cpu_affinity_it... Generating docs for compound desc... Generating docs for compound host... Generating docs for compound rctr_vty_ctx... Generating docs for compound sched_vty_opts... Generating docs for compound telnet_connection... Generating docs for compound vty... Generating docs for compound vty_app_info... Generating docs for compound vty_out_context... Generating docs for compound vty_parent_node... Generating docs for compound vty_signal_data... Generating docs for compound walk_cb_params... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 1425/65536 hits=23908 misses=2304 finished... rm -rf ./doc/codec; mkdir -p ./doc/codec /usr/bin/doxygen Doxyfile.codec warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.codec' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/codec Searching for files in directory /build/_osmocom_api/libosmocore/src/codec Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/codec/codec.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/codec/codec.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/codec/ecu.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/codec/ecu.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/codec/gsm610_bits.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/codec/gsm610_bits.h... Preprocessing /build/_osmocom_api/libosmocore/src/codec/ecu.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/ecu.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/ecu_fr.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/ecu_fr.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/ecu_fr_old.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/ecu_fr_old.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm610.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm610.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm620.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm620.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm660.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm660.c... Preprocessing /build/_osmocom_api/libosmocore/src/codec/gsm690.c... Parsing file /build/_osmocom_api/libosmocore/src/codec/gsm690.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: The following parameter of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: The following parameter of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:300: warning: The following parameter of osmo_amr_d_to_s(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: argument 'AMR' of command @param is not found in the argument list of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) /build/_osmocom_api/libosmocore/src/codec/gsm690.c:274: warning: The following parameter of osmo_amr_s_to_d(ubit_t *out, const ubit_t *in, uint16_t n_bits, enum osmo_amr_type amr_mode) is not documented: parameter 'amr_mode' Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/codec/codec.h... Generating code for file include/osmocom/codec/ecu.h... Generating code for file include/osmocom/codec/gsm610_bits.h... Parsing code for file src/codec/ecu.c... Parsing code for file src/codec/ecu_fr.c... Parsing code for file src/codec/ecu_fr_old.c... Parsing code for file src/codec/gsm610.c... Parsing code for file src/codec/gsm620.c... Parsing code for file src/codec/gsm660.c... Parsing code for file src/codec/gsm690.c... Generating file documentation... Generating docs for file include/osmocom/codec/codec.h... Generating docs for file include/osmocom/codec/ecu.h... Generating docs for file include/osmocom/codec/gsm610_bits.h... Generating docs for file src/codec/ecu.c... Generating docs for file src/codec/ecu_fr.c... Generating docs for file src/codec/ecu_fr_old.c... Generating docs for file src/codec/gsm610.c... Generating docs for file src/codec/gsm620.c... Generating docs for file src/codec/gsm660.c... Generating docs for file src/codec/gsm690.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound fr_ecu_state... Generating docs for compound osmo_ecu_fr_state... Generating docs for compound osmo_ecu_ops... Generating docs for compound osmo_ecu_state... Generating docs for compound ts26101_reorder_table... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 436/65536 hits=11229 misses=1359 finished... rm -rf ./doc/coding; mkdir -p ./doc/coding /usr/bin/doxygen Doxyfile.coding warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.coding' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/coding Searching for files in directory /build/_osmocom_api/libosmocore/src/coding Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_amr_dtx.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_amr_dtx.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_coding.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_coding.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_interleaving.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_interleaving.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_mapping.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_mapping.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_parity.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_parity.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_tables.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/coding/gsm0503_tables.h... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_amr_dtx.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_amr_dtx.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_coding.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_coding.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_mapping.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_mapping.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_parity.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_parity.c... Preprocessing /build/_osmocom_api/libosmocore/src/coding/gsm0503_tables.c... Parsing file /build/_osmocom_api/libosmocore/src/coding/gsm0503_tables.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member /build/_osmocom_api/libosmocore/src/coding/gsm0503_amr_dtx.c:314: warning: argument 'mode_id' from the argument list of gsm0503_detect_ahs_dtx_frame2 has multiple @param documentation sections /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:327: warning: argument 'iB' of command @param is not found in the argument list of gsm0503_mcs5_dl_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:327: warning: The following parameters of gsm0503_mcs5_dl_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) are not documented: parameter 'hi' parameter 'di' /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:278: warning: argument 'iB' of command @param is not found in the argument list of gsm0503_mcs5_ul_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) /build/_osmocom_api/libosmocore/src/coding/gsm0503_interleaving.c:278: warning: The following parameters of gsm0503_mcs5_ul_deinterleave(sbit_t *hc, sbit_t *dc, const sbit_t *hi, const sbit_t *di) are not documented: parameter 'hi' parameter 'di' relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/coding/gsm0503_amr_dtx.h... Generating code for file include/osmocom/coding/gsm0503_coding.h... Generating code for file include/osmocom/coding/gsm0503_interleaving.h... Generating code for file include/osmocom/coding/gsm0503_mapping.h... Generating code for file include/osmocom/coding/gsm0503_parity.h... Generating code for file include/osmocom/coding/gsm0503_tables.h... Parsing code for file src/coding/gsm0503_amr_dtx.c... Parsing code for file src/coding/gsm0503_coding.c... Parsing code for file src/coding/gsm0503_interleaving.c... Parsing code for file src/coding/gsm0503_mapping.c... Parsing code for file src/coding/gsm0503_parity.c... Parsing code for file src/coding/gsm0503_tables.c... Generating file documentation... Generating docs for file include/osmocom/coding/gsm0503_amr_dtx.h... Generating docs for file include/osmocom/coding/gsm0503_coding.h... Generating docs for file include/osmocom/coding/gsm0503_interleaving.h... Generating docs for file include/osmocom/coding/gsm0503_mapping.h... Generating docs for file include/osmocom/coding/gsm0503_parity.h... Generating docs for file include/osmocom/coding/gsm0503_tables.h... Generating docs for file src/coding/gsm0503_amr_dtx.c... Generating docs for file src/coding/gsm0503_coding.c... Generating docs for file src/coding/gsm0503_interleaving.c... Generating docs for file src/coding/gsm0503_mapping.c... Generating docs for file src/coding/gsm0503_parity.c... Generating docs for file src/coding/gsm0503_tables.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound gprs_rlc_dl_hdr_egprs... Generating docs for compound gprs_rlc_ul_hdr_egprs... Generating docs for compound gsm0503_mcs_code... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 630/65536 hits=15712 misses=1551 finished... rm -rf ./doc/ctrl; mkdir -p ./doc/ctrl /usr/bin/doxygen Doxyfile.ctrl warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.ctrl' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found :66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/ctrl Searching for files in directory /build/_osmocom_api/libosmocore/src/ctrl Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmogb.tag', location '../../gb/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_cmd.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_cmd.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_if.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_if.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_vty.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_vty.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/ctrl/ports.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/ctrl/ports.h... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/control_if.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/control_if.c... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/control_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/control_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/ctrl/fsm_ctrl_commands.c... Parsing file /build/_osmocom_api/libosmocore/src/ctrl/fsm_ctrl_commands.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating cod/build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: argument 'in' of command @param is not found in the argument list of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: The following parameter of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) is not documented: parameter 'cmd' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: argument 'Control' of command @param is not found in the argument list of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: The following parameters of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) are not documented: parameter 'ch' parameter 'cmdstr' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: argument 'queue' of command @param is not found in the argument list of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: The following parameter of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) is not documented: parameter 'ccon' /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: argument 'in' of command @param is not found in the argument list of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_cmd.c:258: warning: The following parameter of ctrl_cmd_cpy(void *ctx, struct ctrl_cmd *cmd) is not documented: parameter 'cmd' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: argument 'Control' of command @param is not found in the argument list of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:1084: warning: The following parameters of ctrl_cmd_exec_from_string(struct ctrl_handle *ch, const char *cmdstr) are not documented: parameter 'ch' parameter 'cmdstr' /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: argument 'queue' of command @param is not found in the argument list of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) /build/_osmocom_api/libosmocore/src/ctrl/control_if.c:126: warning: The following parameter of ctrl_cmd_send2(struct ctrl_connection *ccon, struct ctrl_cmd *cmd) is not documented: parameter 'ccon' /build/_osmocom_api/libosmocore/include/osmocom/ctrl/control_cmd.h:95: warning: Found unknown command '\r' e for file include/osmocom/ctrl/control_cmd.h... Generating code for file include/osmocom/ctrl/control_if.h... Generating code for file include/osmocom/ctrl/control_vty.h... Generating code for file include/osmocom/ctrl/ports.h... Parsing code for file src/ctrl/control_cmd.c... Parsing code for file src/ctrl/control_if.c... Parsing code for file src/ctrl/control_vty.c... Parsing code for file src/ctrl/fsm_ctrl_commands.c... Generating file documentation... Generating docs for file include/osmocom/ctrl/control_cmd.h... Generating docs for file include/osmocom/ctrl/control_if.h... Generating docs for file include/osmocom/ctrl/control_vty.h... Generating docs for file include/osmocom/ctrl/ports.h... Generating docs for file src/ctrl/control_cmd.c... Generating docs for file src/ctrl/control_if.c... Generating docs for file src/ctrl/control_vty.c... Generating docs for file src/ctrl/fsm_ctrl_commands.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound ctrl_cmd... Generating docs for compound ctrl_cmd_def... Generating docs for compound ctrl_cmd_element... Generating docs for compound ctrl_cmd_map... Generating docs for compound ctrl_cmd_struct... Generating docs for compound ctrl_connection... Generating docs for compound ctrl_handle... Generating docs for compound lookup_helper... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 586/65536 hits=13646 misses=1509 finished... rm -rf ./doc/gb; mkdir -p ./doc/gb /usr/bin/doxygen Doxyfile.gb warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile.gb' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmogsm.tag:79482: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmovty.tag:10235: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_intro found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_copyright found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_tracker found /build/_osmocom_api/libosmocore/doc/libosmocoding.tag:4826: warning: Duplicate anchor sec_contact found /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns.h:258: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns2.h:276: warning: unbalanced grouping commands /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h:104: warning: end of file while inside a group Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gprs Searching for files in directory /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol Searching for files in directory /build/_osmocom_api/libosmocore/src/gb Reading and parsing tag files Reading tag file 'doc/libosmocore.tag', location '../../core/html'... Reading tag file 'doc/libosmogsm.tag', location '../../gsm/html'... Reading tag file 'doc/libosmoisdn.tag', location '../../isdn/html'... Reading tag file 'doc/libosmovty.tag', location '../../vty/html'... Reading tag file 'doc/libosmocodec.tag', location '../../codec/html'... Reading tag file 'doc/libosmocoding.tag', location '../../coding/html'... Reading tag file 'doc/libosmoctrl.tag', location '../../ctrl/html'... Parsing files Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/bssgp_bvc_fsm.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/bssgp_bvc_fsm.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/frame_relay.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/frame_relay.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp2.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp2.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_bss.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_bss.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_rim.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_bssgp_rim.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_msgb.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_msgb.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns2.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns2.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns_frgre.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_ns_frgre.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_rlc.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/gprs_rlc.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_04_60.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_04_60.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_16.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_18.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_08_18.h... Preprocessing /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_24_301.h... Parsing file /build/_osmocom_api/libosmocore/include/osmocom/gprs/protocol/gsm_24_301.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/bssgp_bvc_fsm.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/bssgp_bvc_fsm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/common_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/common_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/common_vty.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/common_vty.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/frame_relay.c.:66166: warning: group bitvec: ignoring title "helpers for GSM" that does not match old title "Bit vectors" .. Parsing file /build/_osmocom_api/libosmocore/src/gb/frame_relay.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gb_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/gb_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_bss.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_bss.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_util.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_util.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_internal.h... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_internal.h... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vty.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns_frgre.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns_frgre.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns_sns.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns_sns.c... Preprocessing /build/_osmocom_api/libosmocore/src/gb/gprs_ns_vty.c... Parsing file /build/_osmocom_api/libosmocore/src/gb/gprs_ns_vty.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the/build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: argument 'The' of command @param is not found in the argument list of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: The following parameter of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) is not documented: parameter 'fc' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: argument 'new_bvci2' of command @param is not found in the argument list of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: The following parameter of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) is not documented: parameter 'new_bvci' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: argument 'msg' of command @param is not found in the argument list of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: The following parameter of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) is not documented: parameter 'orig_msg' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:37: warning: The following parameter of bssgp2_nsi_tx_ptp(struct gprs_ns2_inst *nsi, uint16_t nsei, uint16_t bvci, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:62: warning: The following parameter of bssgp2_nsi_tx_sig(struct gprs_ns2_inst *nsi, uint16_t nsei, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: The following parameters of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: The following parameters of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: The following parameters of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: The following parameters of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: The following parameters of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: The following parameters of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: The following parameters of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: The following parameters of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:400: warning: The following parameter of bssgp_enc_app_err_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_app_err_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:789: warning: The following parameter of bssgp_enc_ran_inf_ack_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_ack_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:323: warning: The following parameter of bssgp_enc_ran_inf_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:936: warning: The following parameter of bssgp_enc_ran_inf_app_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:863: warning: The following parameter of bssgp_enc_ran_inf_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:253: warning: The following parameter of bssgp_enc_ran_inf_req_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:562: warning: The following parameter of bssgp_enc_ran_inf_req_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:680: warning: The following parameter of bssgp_enc_ran_inf_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:55: warning: Found unknown command '\discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:53: warning: The following parameters of bssgp_parse_rim_ra(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len, uint8_t discr) are not documented: parameter 'len' parameter 'discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:100: warning: The following parameter of bssgp_parse_rim_ri(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:697: warning: The following parameter of gprs_ns2_fr_bind(struct gprs_ns2_inst *nsi, const char *name, const char *netif, struct osmo_fr_network *fr_network, enum osmo_fr_role fr_role, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: argument 'nsei' of command @param is not found in the argument list of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: The following parameters of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) are not documented: parameter 'nse' parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:915: warning: The following parameter of gprs_ns2_fr_connect2(struct gprs_ns2_vc_bind *bind, uint16_t nsei, uint16_t nsvci, uint16_t dlci) is not documented: parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c:549: warning: The following parameter of gprs_ns2_frgre_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c:272: warning: The following parameter of gprs_ns2_ip_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: The following parameter of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: The following parameter of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/gprs/bssgp_bvc_fsm.h... Generating code for file include/osmocom/gprs/frame_relay.h... Generating code for file include/osmocom/gprs/gprs_bssgp.h... Generating code for file include/osmocom/gprs/gprs_bssgp2.h... Generating code for file include/osmocom/gprs/gprs_bssgp_bss.h... Generating code for file include/osmocom/gprs/gprs_bssgp_rim.h... Generating code for file include/osmocom/gprs/gprs_msgb.h... Generating code for file include/osmocom/gprs/gprs_ns.h... Generating code for file include/osmocom/gprs/gprs_ns2.h... Generating code for file include/osmocom/gprs/gprs_ns_frgre.h... Generating code for file include/osmocom/gprs/gprs_rlc.h... Generating code for file include/osmocom/gprs/protocol/gsm_04_60.h... Generating code for file include/osmocom/gprs/protocol/gsm_08_16.h... Generating code for file include/osmocom/gprs/protocol/gsm_08_18.h... Generating code for file include/osmocom/gprs/protocol/gsm_24_301.h... Parsing code for file src/gb/bssgp_bvc_fsm.c... Parsing code for file src/gb/common_vty.c... Generating code for file src/gb/common_vty.h... Parsing code for file src/gb/frame_relay.c... Generating code for file src/gb/gb_internal.h... Parsing code for file src/gb/gprs_bssgp.c... Parsing code for file src/gb/gprs_bssgp2.c... Parsing code for file src/gb/gprs_bssgp_bss.c... Generating code for file src/gb/gprs_bssgp_internal.h... Parsing code for file src/gb/gprs_bssgp_rim.c... Parsing code for file src/gb/gprs_bssgp_util.c... Parsing code for file src/gb/gprs_bssgp_vty.c... Parsing code for file src/gb/gprs_ns.c... Parsing code for file src/gb/gprs_ns2.c... Parsing code for file src/gb/gprs_ns2_fr.c... Parsing code for file src/gb/gprs_ns2_frgre.c... Generating code for file src/gb/gprs_ns2_internal.h... Parsing code for file src/gb/gprs_ns2_message.c... Parsing code for file src/gb/gprs_ns2_sns.c... Parsing code for file src/gb/gprs_ns2_udp.c... Parsing code for file src/gb/gprs_ns2_vc_fsm.c... Parsing code for file src/gb/gprs_ns2_vty.c... Parsing code for file src/gb/gprs_ns_frgre.c... Parsing code for file src/gb/gprs_ns_sns.c... Parsing code for file src/gb/gprs_ns_vty.c... Generating file documentation... Generating docs for file include/osmocom/gprs/bssgp_bvc_fsm.h... Generating docs for file include/osmocom/gprs/frame_relay.h... Generating docs for file include/osmocom/gprs/gprs_bssgp.h... Generating docs for file include/osmocom/gprs/gprs_bssgp2.h... Generating docs for file include/osmocom/gprs/gprs_bssgp_bss.h... Generating docs for file include/osmocom/gprs/gprs_bssgp_rim.h... Generating docs for file include/osmocom/gprs/gprs_msgb.h... Generating docs for file include/osmocom/gprs/gprs_ns.h... Generating docs for file include/osmocom/gprs/gprs_ns2.h... Generating docs for file include/osmocom/gprs/gprs_ns_frgre.h... Generating docs for file include/osmocom/gprs/gprs_rlc.h... Generating docs for file include/osmocom/gprs/protocol/gsm_04_60.h... Generating docs for file include/osmocom/gprs/protocol/gsm_08_16.h... Generating docs for file include/osmocom/gprs/protocol/gsm_08_18.h... Generating docs for file include/osmocom/gprs/protocol/gsm_24_301.h... Generating docs for file src/gb/bssgp_bvc_fsm.c... Generating docs f/build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: argument 'The' of command @param is not found in the argument list of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp.c:1415: warning: The following parameter of bssgp_fc_flush_queue(struct bssgp_flow_control *fc) is not documented: parameter 'fc' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: argument 'new_bvci2' of command @param is not found in the argument list of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:353: warning: The following parameter of bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci, const uint16_t *new_bvci, const uint16_t *nsei) is not documented: parameter 'new_bvci' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: argument 'msg' of command @param is not found in the argument list of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:218: warning: The following parameter of bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len) is not documented: parameter 'orig_msg' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:37: warning: The following parameter of bssgp2_nsi_tx_ptp(struct gprs_ns2_inst *nsi, uint16_t nsei, uint16_t bvci, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp2.c:62: warning: The following parameter of bssgp2_nsi_tx_sig(struct gprs_ns2_inst *nsi, uint16_t nsei, struct msgb *msg, uint32_t lsp) is not documented: parameter 'lsp' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:376: warning: The following parameters of bssgp_dec_app_err_cont_nacc(struct bssgp_app_err_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:751: warning: The following parameters of bssgp_dec_ran_inf_ack_rim_cont(struct bssgp_ran_inf_ack_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:272: warning: The following parameters of bssgp_dec_ran_inf_app_cont_nacc(struct bssgp_ran_inf_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:896: warning: The following parameters of bssgp_dec_ran_inf_app_err_rim_cont(struct bssgp_ran_inf_app_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:818: warning: The following parameters of bssgp_dec_ran_inf_err_rim_cont(struct bssgp_ran_inf_err_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:234: warning: The following parameters of bssgp_dec_ran_inf_req_app_cont_nacc(struct bssgp_ran_inf_req_app_cont_nacc *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:490: warning: The following parameters of bssgp_dec_ran_inf_req_rim_cont(struct bssgp_ran_inf_req_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: argument 'user' of command @param is not found in the argument list of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:613: warning: The following parameters of bssgp_dec_ran_inf_rim_cont(struct bssgp_ran_inf_rim_cont *cont, const uint8_t *buf, size_t len) are not documented: parameter 'cont' parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:400: warning: The following parameter of bssgp_enc_app_err_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_app_err_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:789: warning: The following parameter of bssgp_enc_ran_inf_ack_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_ack_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:323: warning: The following parameter of bssgp_enc_ran_inf_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:936: warning: The following parameter of bssgp_enc_ran_inf_app_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_app_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:863: warning: The following parameter of bssgp_enc_ran_inf_err_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_err_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:253: warning: The following parameter of bssgp_enc_ran_inf_req_app_cont_nacc(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_app_cont_nacc *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:562: warning: The following parameter of bssgp_enc_ran_inf_req_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_req_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:680: warning: The following parameter of bssgp_enc_ran_inf_rim_cont(uint8_t *buf, size_t len, const struct bssgp_ran_inf_rim_cont *cont) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:55: warning: Found unknown command '\discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:53: warning: The following parameters of bssgp_parse_rim_ra(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len, uint8_t discr) are not documented: parameter 'len' parameter 'discr' /build/_osmocom_api/libosmocore/src/gb/gprs_bssgp_rim.c:100: warning: The following parameter of bssgp_parse_rim_ri(struct bssgp_rim_routing_info *ri, const uint8_t *buf, unsigned int len) is not documented: parameter 'len' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:697: warning: The following parameter of gprs_ns2_fr_bind(struct gprs_ns2_inst *nsi, const char *name, const char *netif, struct osmo_fr_network *fr_network, enum osmo_fr_role fr_role, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: argument 'nsei' of command @param is not found in the argument list of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:872: warning: The following parameters of gprs_ns2_fr_connect(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, uint16_t nsvci, uint16_t dlci) are not documented: parameter 'nse' parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_fr.c:915: warning: The following parameter of gprs_ns2_fr_connect2(struct gprs_ns2_vc_bind *bind, uint16_t nsei, uint16_t nsvci, uint16_t dlci) is not documented: parameter 'nsvci' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_frgre.c:549: warning: The following parameter of gprs_ns2_frgre_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: argument 'vc' of command @param is not found in the argument list of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: The following parameter of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:599: warning: The following parameters of ns2_tx_sns_ack(struct gprs_ns2_vc *nsvc, uint8_t trans_id, uint8_t *cause, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:662: warning: The following parameters of ns2_tx_sns_config(struct gprs_ns2_vc *nsvc, bool end_flag, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'ctx' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'vc' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: The following parameter of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: argument 'vc' of command @param is not found in the argument list of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:198: warning: The following parameter of ns2_tx_block(struct gprs_ns2_vc *nsvc, uint8_t cause, uint16_t *nsvci) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:599: warning: The following parameters of ns2_tx_sns_ack(struct gprs_ns2_vc *nsvc, uint8_t trans_id, uint8_t *cause, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_message.c:662: warning: The following parameters of ns2_tx_sns_config(struct gprs_ns2_vc *nsvc, bool end_flag, const struct gprs_ns_ie_ip4_elem *ip4_elems, unsigned int num_ip4_elems, const struct gprs_ns_ie_ip6_elem *ip6_elems, unsigned int num_ip6_elems) are not documented: parameter 'ip6_elems' parameter 'num_ip6_elems' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2469: warning: The following parameter of gprs_ns2_sns_add_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: argument 'sockaddr' of command @param is not found in the argument list of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_sns.c:2509: warning: The following parameter of gprs_ns2_sns_del_endpoint(struct gprs_ns2_nse *nse, const struct osmo_sockaddr *saddr) is not documented: parameter 'saddr' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_udp.c:272: warning: The following parameter of gprs_ns2_ip_bind(struct gprs_ns2_inst *nsi, const char *name, const struct osmo_sockaddr *local, int dscp, struct gprs_ns2_vc_bind **result) is not documented: parameter 'name' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'ctx' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: argument 'vc' of command @param is not found in the argument list of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2_vc_fsm.c:784: warning: The following parameter of ns2_vc_fsm_alloc(struct gprs_ns2_vc *nsvc, const char *id, bool initiator) is not documented: parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:883: warning: The following parameters of gprs_ns2_create_nse(struct gprs_ns2_inst *nsi, uint16_t nsei, enum gprs_ns2_ll linklayer, enum gprs_ns2_dialect dialect) are not documented: parameter 'linklayer' parameter 'dialect' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:802: warning: The following parameters of gprs_ns2_create_nse2(struct gprs_ns2_inst *nsi, uint16_t nsei, enum gprs_ns2_ll linklayer, enum gprs_ns2_dialect dialect, bool ip_sns_role_sgsn) are not documented: parameter 'linklayer' parameter 'dialect' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:1219: warning: The following parameter of gprs_ns2_ip_connect2(struct gprs_ns2_vc_bind *bind, const struct osmo_sockaddr *remote, uint16_t nsei, uint16_t nsvci, enum gprs_ns2_dialect dialect) is not documented: parameter 'dialect' /build/_osmocom_api/libosmocore/src/gb/gprs_ns.c:1879: warning: The following parameter of gprs_ns_instantiate(gprs_ns_cb_t *cb, void *ctx) is not documented: parameter 'ctx' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:547: warning: argument 'nsi' of command @param is not found in the argument list of ns2_prim_status_ind(struct gprs_ns2_nse *nse, struct gprs_ns2_vc *nsvc, uint16_t bvci, enum gprs_ns2_affecting_cause cause) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:547: warning: argument 'nsei' of command @param is not found in the argument list of ns2_prim_status_ind(struct gprs_ns2_nse *nse, struct gprs_ns2_vc *nsvc, uint16_t bvci, enum gprs_ns2_affecting_cause cause) /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:547: warning: The following parameters of ns2_prim_status_ind(struct gprs_ns2_nse *nse, struct gprs_ns2_vc *nsvc, uint16_t bvci, enum gprs_ns2_affecting_cause cause) are not documented: parameter 'nse' parameter 'nsvc' /build/_osmocom_api/libosmocore/src/gb/gprs_ns2.c:585: warning: The following parameter of ns2_vc_alloc(struct gprs_ns2_vc_bind *bind, struct gprs_ns2_nse *nse, bool initiater, enum gprs_ns2_vc_mode vc_mode, const char *id) is not documented: parameter 'vc_mode' or file src/gb/common_vty.c... Generating docs for file src/gb/common_vty.h... Generating docs for file src/gb/frame_relay.c... Generating docs for file src/gb/gb_internal.h... Generating docs for file src/gb/gprs_bssgp.c... Generating docs for file src/gb/gprs_bssgp2.c... Generating docs for file src/gb/gprs_bssgp_bss.c... Generating docs for file src/gb/gprs_bssgp_internal.h... Generating docs for file src/gb/gprs_bssgp_rim.c... Generating docs for file src/gb/gprs_bssgp_util.c... Generating docs for file src/gb/gprs_bssgp_vty.c... Generating docs for file src/gb/gprs_ns.c... Generating docs for file src/gb/gprs_ns2.c... Generating docs for file src/gb/gprs_ns2_fr.c... Generating docs for file src/gb/gprs_ns2_frgre.c... Generating docs for file src/gb/gprs_ns2_internal.h... Generating docs for file src/gb/gprs_ns2_message.c... Generating docs for file src/gb/gprs_ns2_sns.c... Generating docs for file src/gb/gprs_ns2_udp.c... Generating docs for file src/gb/gprs_ns2_vc_fsm.c... Generating docs for file src/gb/gprs_ns2_vty.c... Generating docs for file src/gb/gprs_ns_frgre.c... Generating docs for file src/gb/gprs_ns_sns.c... Generating docs for file src/gb/gprs_ns_vty.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound bssgp2_flow_ctrl... Generating docs for compound bssgp_app_err_cont_nacc... Generating docs for compound bssgp_bvc_ctx... Generating docs for compound bssgp_bvc_fsm_ops... Generating docs for compound bssgp_dl_ud_par... Generating docs for compound bssgp_fc_queue_element... Generating docs for compound bssgp_flow_control... Generating docs for compound bssgp_lv... Generating docs for compound bssgp_normal_hdr... Generating docs for compound bssgp_paging_info... Generating docs for compound bssgp_ran_inf_ack_rim_cont... Generating docs for compound bssgp_ran_inf_app_cont_nacc... Generating docs for compound bssgp_ran_inf_app_err_rim_cont... Generating docs for compound bssgp_ran_inf_err_rim_cont... Generating docs for compound bssgp_ran_inf_req_app_cont_nacc... Generating docs for compound bssgp_ran_inf_req_rim_cont... Generating docs for compound bssgp_ran_inf_rim_cont... Generating docs for compound bssgp_ran_inf_x_cont... Generating docs for compound bssgp_ran_information_pdu... Generating docs for compound bssgp_rim_pdu_ind... Generating docs for compound bssgp_rim_routing_info... Generating docs for compound bssgp_ud_hdr... Generating docs for compound bvc_fsm_priv... Generating docs for compound gprs_ns2_inst... Generating docs for compound gprs_ns2_nse... Generating docs for compound gprs_ns2_vc... Generating docs for compound gprs_ns2_vc_bind... Generating docs for compound gprs_ns2_vc_driver... Generating docs for compound gprs_ns2_vc_priv... Generating docs for compound gprs_ns_hdr... Generating docs for compound gprs_ns_ie_ip4_elem... Generating docs for compound gprs_ns_ie_ip6_elem... Generating docs for compound gprs_ns_inst... Generating docs for compound gprs_nsvc... Generating docs for compound gprs_sns_state... Generating docs for compound gre_hdr... Generating docs for compound libgb_msgb_cb... Generating docs for compound ns2_sns_bind... Generating docs for compound ns2_sns_elems... Generating docs for compound ns2_sns_procedure... Generating docs for compound ns2_sns_state... Generating docs for compound ns_signal_data... Generating docs for compound osmo_bssgp_prim... Generating docs for compound osmo_eutran_tai... Generating docs for compound osmo_fr_dlc... Generating docs for compound osmo_fr_link... Generating docs for compound osmo_fr_network... Generating docs for compound osmo_gprs_ns2_prim... Generating docs for compound priv_bind... Generating docs for compound priv_vc... Generating docs for compound q933_a_hdr... Generating docs for compound q933_a_pvc_sts... Generating docs for compound sns_endpoint... Generating docs for compound vty_bind... Generating docs for compound vty_nse... Generating docs for compound vty_nse_bind... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 3017/65536 hits=51364 misses=3994 finished... cd ./doc && tar cf html.tar */html make[3]: Entering directory '/build/_osmocom_api/libosmocore' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/bin' /usr/bin/install -c osmo-release.sh '/build/_osmocom_api/libosmocore/../install/bin' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/share/aclocal' /usr/bin/install -c -m 644 m4/osmo_ac_code_coverage.m4 m4/osmo_ax_code_coverage.m4 '/build/_osmocom_api/libosmocore/../install/share/aclocal' cd ./doc && tar cf html.tar */html /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/share/doc/libosmocore' /usr/bin/install -c -m 644 ./doc/html.tar '/build/_osmocom_api/libosmocore/../install/share/doc/libosmocore' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/lib/pkgconfig' /usr/bin/install -c -m 644 libosmocore.pc libosmocodec.pc libosmovty.pc libosmogsm.pc libosmogb.pc libosmoctrl.pc libosmocoding.pc libosmosim.pc libosmousb.pc libosmoisdn.pc '/build/_osmocom_api/libosmocore/../install/lib/pkgconfig' /usr/bin/mkdir -p '/build/_osmocom_api/libosmocore/../install/include' /usr/bin/install -c -m 644 osmo-release.mk '/build/_osmocom_api/libosmocore/../install/include' make install-data-hook make[4]: Entering directory '/build/_osmocom_api/libosmocore' cd /build/_osmocom_api/libosmocore/../install/share/doc/libosmocore && tar xf html.tar && rm -f html.tar make[4]: Leaving directory '/build/_osmocom_api/libosmocore' make[3]: Leaving directory '/build/_osmocom_api/libosmocore' make[2]: Leaving directory '/build/_osmocom_api/libosmocore' make[1]: Leaving directory '/build/_osmocom_api/libosmocore' + cd .. + osmo_git_clone_url libosmo-abis + echo https://gerrit.osmocom.org/libosmo-abis + git clone https://gerrit.osmocom.org/libosmo-abis Cloning into 'libosmo-abis'... + cd libosmo-abis + autoreconf -fi 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' configure.ac:67: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:67: 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:67: the top level configure.ac:76: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:76: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:76: the top level configure.ac:180: warning: AC_OUTPUT should be used without arguments. configure.ac:180: You should run autoupdate. configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/_osmocom_api/libosmo-abis/../install --with-systemdsystemunitdir=no 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking if gcc supports -fvisibility=hidden... yes checking for libosmocore >= 1.9.0... yes checking for libosmovty >= 1.9.0... yes checking for libosmogsm >= 1.9.0... yes checking for libosmocodec >= 1.9.0... yes checking for ortp >= 0.22.0... yes checking for dahdi/user.h... yes CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmoabis.pc config.status: creating libosmotrau.pc config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating contrib/libosmo-abis.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + make install echo 1.5.1.11-5277 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/_osmocom_api/libosmo-abis' Making install in include make[2]: Entering directory '/build/_osmocom_api/libosmo-abis/include' make[3]: Entering directory '/build/_osmocom_api/libosmo-abis/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-abis/../install/include' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-abis/../install/include/osmocom/abis' /usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipa_proxy.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/_osmocom_api/libosmo-abis/../install/include/osmocom/abis' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-abis/../install/include/osmocom/trau' /usr/bin/install -c -m 644 osmocom/trau/osmo_ortp.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_pcu_ericsson.h osmocom/trau/trau_rtp.h '/build/_osmocom_api/libosmo-abis/../install/include/osmocom/trau' make[3]: Leaving directory '/build/_osmocom_api/libosmo-abis/include' make[2]: Leaving directory '/build/_osmocom_api/libosmo-abis/include' Making install in src make[2]: Entering directory '/build/_osmocom_api/libosmo-abis/src' CC init.lo CC e1_input.lo CC e1_input_vty.lo CC ipa_proxy.lo CC subchan_demux.lo CC trau_frame.lo CC input/e1d.lo CC input/ipa.lo CC input/ipa_keepalive.lo CC input/ipaccess.lo CC input/lapd.lo CC input/lapd_pcap.lo CC input/misdn.lo CC input/rs232.lo CC input/unixsocket.lo CC input/dahdi.lo CCLD libosmoabis.la CC trau/libosmotrau_la-osmo_ortp.lo trau/osmo_ortp.c:235:9: note: '#pragma message: Using internal ortp API: rtp_session_rtcp_rec' 235 | #pragma message ("Using internal ortp API: rtp_session_rtcp_rec") | ^~~~~~~ CC trau/libosmotrau_la-trau_frame.lo CC trau/libosmotrau_la-trau_pcu_ericsson.lo CC trau/libosmotrau_la-trau_sync.lo CC trau/libosmotrau_la-trau_rtp_conv.lo CCLD libosmotrau.la make[3]: Entering directory '/build/_osmocom_api/libosmo-abis/src' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-abis/../install/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/_osmocom_api/libosmo-abis/../install/lib' libtool: install: /usr/bin/install -c .libs/libosmoabis.so.13.0.1 /build/_osmocom_api/libosmo-abis/../install/lib/libosmoabis.so.13.0.1 libtool: install: (cd /build/_osmocom_api/libosmo-abis/../install/lib && { ln -s -f libosmoabis.so.13.0.1 libosmoabis.so.13 || { rm -f libosmoabis.so.13 && ln -s libosmoabis.so.13.0.1 libosmoabis.so.13; }; }) libtool: install: (cd /build/_osmocom_api/libosmo-abis/../install/lib && { ln -s -f libosmoabis.so.13.0.1 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.13.0.1 libosmoabis.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/_osmocom_api/libosmo-abis/../install/lib/libosmoabis.la libtool: install: /usr/bin/install -c .libs/libosmotrau.so.2.7.1 /build/_osmocom_api/libosmo-abis/../install/lib/libosmotrau.so.2.7.1 libtool: install: (cd /build/_osmocom_api/libosmo-abis/../install/lib && { ln -s -f libosmotrau.so.2.7.1 libosmotrau.so.2 || { rm -f libosmotrau.so.2 && ln -s libosmotrau.so.2.7.1 libosmotrau.so.2; }; }) libtool: install: (cd /build/_osmocom_api/libosmo-abis/../install/lib && { ln -s -f libosmotrau.so.2.7.1 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.2.7.1 libosmotrau.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/_osmocom_api/libosmo-abis/../install/lib/libosmotrau.la libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/_osmocom_api/libosmo-abis/../install/lib/libosmoabis.a libtool: install: chmod 644 /build/_osmocom_api/libosmo-abis/../install/lib/libosmoabis.a libtool: install: ranlib /build/_osmocom_api/libosmo-abis/../install/lib/libosmoabis.a libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/_osmocom_api/libosmo-abis/../install/lib/libosmotrau.a libtool: install: chmod 644 /build/_osmocom_api/libosmo-abis/../install/lib/libosmotrau.a libtool: install: ranlib /build/_osmocom_api/libosmo-abis/../install/lib/libosmotrau.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmo-abis/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmo-abis/../install/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-abis/src' make[2]: Leaving directory '/build/_osmocom_api/libosmo-abis/src' Making install in tests make[2]: Entering directory '/build/_osmocom_api/libosmo-abis/tests' make[3]: Entering directory '/build/_osmocom_api/libosmo-abis/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/_osmocom_api/libosmo-abis/tests' make[2]: Leaving directory '/build/_osmocom_api/libosmo-abis/tests' make[2]: Entering directory '/build/_osmocom_api/libosmo-abis' make[3]: Entering directory '/build/_osmocom_api/libosmo-abis' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-abis/../install/lib/pkgconfig' /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/_osmocom_api/libosmo-abis/../install/lib/pkgconfig' make[3]: Leaving directory '/build/_osmocom_api/libosmo-abis' make[2]: Leaving directory '/build/_osmocom_api/libosmo-abis' make[1]: Leaving directory '/build/_osmocom_api/libosmo-abis' + cd .. + osmo_git_clone_url libosmo-dsp + echo https://gitea.osmocom.org/sdr/libosmo-dsp + git clone https://gitea.osmocom.org/sdr/libosmo-dsp Cloning into 'libosmo-dsp'... + cd libosmo-dsp + autoreconf -fi 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:80: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:80: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:80: the top level configure.ac:82: warning: AC_OUTPUT should be used without arguments. configure.ac:82: 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/_osmocom_api/libosmo-dsp/../install --with-systemdsystemunitdir=no 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 doxygen... /usr/bin/doxygen checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for fftw3f >= 3.2.0... yes checking for complex.h... yes checking for fcntl.h... yes checking for math.h... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/mman.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking if gcc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmodsp.pc config.status: creating contrib/libosmodsp.spec config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/dsp/Makefile config.status: creating src/Makefile config.status: creating Makefile config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + make install echo 0.4.0.8-9128 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/_osmocom_api/libosmo-dsp' Making install in include make[2]: Entering directory '/build/_osmocom_api/libosmo-dsp/include' Making install in osmocom make[3]: Entering directory '/build/_osmocom_api/libosmo-dsp/include/osmocom' Making install in dsp make[4]: Entering directory '/build/_osmocom_api/libosmo-dsp/include/osmocom/dsp' make[5]: Entering directory '/build/_osmocom_api/libosmo-dsp/include/osmocom/dsp' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-dsp/../install/include/osmocom/dsp' /usr/bin/install -c -m 644 cfile.h cxvec.h cxvec_math.h iqbal.h '/build/_osmocom_api/libosmo-dsp/../install/include/osmocom/dsp' make[5]: Leaving directory '/build/_osmocom_api/libosmo-dsp/include/osmocom/dsp' make[4]: Leaving directory '/build/_osmocom_api/libosmo-dsp/include/osmocom/dsp' make[4]: Entering directory '/build/_osmocom_api/libosmo-dsp/include/osmocom' make[5]: Entering directory '/build/_osmocom_api/libosmo-dsp/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/_osmocom_api/libosmo-dsp/include/osmocom' make[4]: Leaving directory '/build/_osmocom_api/libosmo-dsp/include/osmocom' make[3]: Leaving directory '/build/_osmocom_api/libosmo-dsp/include/osmocom' make[3]: Entering directory '/build/_osmocom_api/libosmo-dsp/include' make[4]: Entering directory '/build/_osmocom_api/libosmo-dsp/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/_osmocom_api/libosmo-dsp/include' make[3]: Leaving directory '/build/_osmocom_api/libosmo-dsp/include' make[2]: Leaving directory '/build/_osmocom_api/libosmo-dsp/include' Making install in src make[2]: Entering directory '/build/_osmocom_api/libosmo-dsp/src' CC cfile.lo CC cxvec.lo CC cxvec_math.lo CC iqbal.lo CCLD libosmodsp.la make[3]: Entering directory '/build/_osmocom_api/libosmo-dsp/src' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-dsp/../install/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmodsp.la '/build/_osmocom_api/libosmo-dsp/../install/lib' libtool: install: /usr/bin/install -c .libs/libosmodsp.so.0.0.1 /build/_osmocom_api/libosmo-dsp/../install/lib/libosmodsp.so.0.0.1 libtool: install: (cd /build/_osmocom_api/libosmo-dsp/../install/lib && { ln -s -f libosmodsp.so.0.0.1 libosmodsp.so.0 || { rm -f libosmodsp.so.0 && ln -s libosmodsp.so.0.0.1 libosmodsp.so.0; }; }) libtool: install: (cd /build/_osmocom_api/libosmo-dsp/../install/lib && { ln -s -f libosmodsp.so.0.0.1 libosmodsp.so || { rm -f libosmodsp.so && ln -s libosmodsp.so.0.0.1 libosmodsp.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmodsp.lai /build/_osmocom_api/libosmo-dsp/../install/lib/libosmodsp.la libtool: install: /usr/bin/install -c .libs/libosmodsp.a /build/_osmocom_api/libosmo-dsp/../install/lib/libosmodsp.a libtool: install: chmod 644 /build/_osmocom_api/libosmo-dsp/../install/lib/libosmodsp.a libtool: install: ranlib /build/_osmocom_api/libosmo-dsp/../install/lib/libosmodsp.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmo-dsp/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmo-dsp/../install/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-dsp/src' make[2]: Leaving directory '/build/_osmocom_api/libosmo-dsp/src' make[2]: Entering directory '/build/_osmocom_api/libosmo-dsp' mkdir -p doc /usr/bin/doxygen Doxyfile warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! warning: source 'images/' is not a readable file or directory... skipping. /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cxvec.h:38: warning: found documented #define CXVEC_FLG_REAL_ONLY but ignoring it because ENABLE_PREPROCESSING is NO. /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cxvec_math.h:45: warning: found documented #define M_PIf but ignoring it because ENABLE_PREPROCESSING is NO. Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp Searching for files in directory /build/_osmocom_api/libosmo-dsp/src Reading and parsing tag files Parsing files Reading /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cfile.h... Parsing file /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cfile.h... Reading /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cxvec.h... Parsing file /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cxvec.h... Reading /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cxvec_math.h... Parsing file /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/cxvec_math.h... Reading /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/iqbal.h... Parsing file /build/_osmocom_api/libosmo-dsp/include/osmocom/dsp/iqbal.h... Reading /build/_osmocom_api/libosmo-dsp/src/cfile.c... Parsing file /build/_osmocom_api/libosmo-dsp/src/cfile.c... Reading /build/_osmocom_api/libosmo-dsp/src/cxvec.c... Parsing file /build/_osmocom_api/libosmo-dsp/src/cxvec.c... Reading /build/_osmocom_api/libosmo-dsp/src/cxvec_math.c... Parsing file /build/_osmocom_api/libosmo-dsp/src/cxvec_math.c... Reading /build/_osmocom_api/libosmo-dsp/src/iqbal.c... Parsing file /build/_osmocom_api/libosmo-dsp/src/iqbal.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating images for formulas in HTML... Generating image form_0.png for formula Generating image form_1.png for formula Generating image form_2.png for formula Generating image form_3.png for formula Generating image form_4.png for formula Generating image form_5.png for formula Generating image form_6.png for formula Generating example documentation... Generating file sources... Generating code for file include/osmocom/dsp/cfile.h... Generating code for file include/osmocom/dsp/cxvec.h... Generating code for file include/osmocom/dsp/cxvec_math.h... Generating code for file include/osmocom/dsp/iqbal.h... Parsing code for file src/cfile.c... Parsing code for file src/cxvec.c... Parsing code for file src/cxvec_math.c... Parsing c/build/_osmocom_api/libosmo-dsp/src/cxvec_math.c:432: warning: argument 'Size' of command @param is not found in the argument list of osmo_cxvec_peaks_scan(const struct osmo_cxvec *cv, int *peaks_idx, int N) /build/_osmocom_api/libosmo-dsp/src/cxvec_math.c:434: warning: unable to resolve reference to 'peaks_idx' for \ref command /build/_osmocom_api/libosmo-dsp/src/cxvec_math.c:432: warning: The following parameter of osmo_cxvec_peaks_scan(const struct osmo_cxvec *cv, int *peaks_idx, int N) is not documented: parameter 'N' ode for file src/iqbal.c... Generating file documentation... Generating docs for file include/osmocom/dsp/cfile.h... Generating docs for file include/osmocom/dsp/cxvec.h... Generating docs for file include/osmocom/dsp/cxvec_math.h... Generating docs for file include/osmocom/dsp/iqbal.h... Generating docs for file src/cfile.c... Generating docs for file src/cxvec.c... Generating docs for file src/cxvec_math.c... Generating docs for file src/iqbal.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound _iqbal_estimate_state... Generating docs for compound _iqbal_state... Generating docs for compound cfile... Generating docs for compound osmo_cxvec... Generating docs for compound osmo_iqbal_opts... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 59/65536 hits=682 misses=65 finished... cd ./doc && tar cf html.tar html make[3]: Entering directory '/build/_osmocom_api/libosmo-dsp' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-dsp/../install/share/doc/libosmodsp' /usr/bin/install -c -m 644 ./doc/html.tar '/build/_osmocom_api/libosmo-dsp/../install/share/doc/libosmodsp' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-dsp/../install/lib/pkgconfig' /usr/bin/install -c -m 644 libosmodsp.pc '/build/_osmocom_api/libosmo-dsp/../install/lib/pkgconfig' make install-data-hook make[4]: Entering directory '/build/_osmocom_api/libosmo-dsp' cd /build/_osmocom_api/libosmo-dsp/../install/share/doc/libosmodsp && tar xf html.tar && rm -f html.tar make[4]: Leaving directory '/build/_osmocom_api/libosmo-dsp' make[3]: Leaving directory '/build/_osmocom_api/libosmo-dsp' make[2]: Leaving directory '/build/_osmocom_api/libosmo-dsp' make[1]: Leaving directory '/build/_osmocom_api/libosmo-dsp' + cd .. + osmo_git_clone_url libosmo-netif + echo https://gerrit.osmocom.org/libosmo-netif + git clone https://gerrit.osmocom.org/libosmo-netif Cloning into 'libosmo-netif'... + cd libosmo-netif + autoreconf -fi 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' configure.ac:25: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:25: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:25: the top level configure.ac:75: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:75: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:75: the top level configure.ac:90: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:90: 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:90: the top level configure.ac:141: warning: AC_OUTPUT should be used without arguments. configure.ac:141: You should run autoupdate. configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' examples/Makefile.am: installing './depcomp' + ./configure --prefix=/build/_osmocom_api/libosmo-netif/../install --with-systemdsystemunitdir=no 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 for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking for egrep... (cached) /usr/bin/grep -E checking for execinfo.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for syslog.h... yes checking for ctype.h... yes checking if gcc supports -fvisibility=hidden... yes checking for libosmocore >= 1.9.0... yes checking for libosmogsm >= 1.9.0... yes checking for libosmocodec >= 1.9.0... yes checking for netinet/sctp.h... yes checking for osmo_sock_init2_multiaddr in -losmocore... yes checking for library containing sctp_send... -lsctp checking for pcap.h... yes checking for doxygen... /usr/bin/doxygen checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmo-netif.pc config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/netif/Makefile config.status: creating src/Makefile config.status: creating examples/Makefile config.status: creating utils/Makefile config.status: creating tests/Makefile config.status: creating Doxyfile config.status: creating Makefile config.status: creating contrib/libosmo-netif.spec config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + make install echo 1.4.0.54-05ff > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/_osmocom_api/libosmo-netif' Making install in include make[2]: Entering directory '/build/_osmocom_api/libosmo-netif/include' Making install in osmocom make[3]: Entering directory '/build/_osmocom_api/libosmo-netif/include/osmocom' Making install in netif make[4]: Entering directory '/build/_osmocom_api/libosmo-netif/include/osmocom/netif' make[5]: Entering directory '/build/_osmocom_api/libosmo-netif/include/osmocom/netif' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-netif/../install/include/osmocom/netif' /usr/bin/install -c -m 644 amr.h datagram.h jibuf.h osmux.h ipa.h ipa_unit.h prim.h rs232.h rtp.h stream.h sctp.h '/build/_osmocom_api/libosmo-netif/../install/include/osmocom/netif' make[5]: Leaving directory '/build/_osmocom_api/libosmo-netif/include/osmocom/netif' make[4]: Leaving directory '/build/_osmocom_api/libosmo-netif/include/osmocom/netif' make[4]: Entering directory '/build/_osmocom_api/libosmo-netif/include/osmocom' make[5]: Entering directory '/build/_osmocom_api/libosmo-netif/include/osmocom' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/build/_osmocom_api/libosmo-netif/include/osmocom' make[4]: Leaving directory '/build/_osmocom_api/libosmo-netif/include/osmocom' make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif/include/osmocom' make[3]: Entering directory '/build/_osmocom_api/libosmo-netif/include' make[4]: Entering directory '/build/_osmocom_api/libosmo-netif/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmo-netif/include' make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif/include' make[2]: Leaving directory '/build/_osmocom_api/libosmo-netif/include' Making install in src make[2]: Entering directory '/build/_osmocom_api/libosmo-netif/src' CC amr.lo CC datagram.lo CC ipa.lo CC ipa_unit.lo CC jibuf.lo CC osmux.lo CC osmux_input.lo CC osmux_output.lo CC prim.lo CC rs232.lo CC rtp.lo CC stream_cli.lo CC stream_srv.lo CC stream.lo CC sctp.lo CCLD libosmonetif.la make[3]: Entering directory '/build/_osmocom_api/libosmo-netif/src' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-netif/../install/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmonetif.la '/build/_osmocom_api/libosmo-netif/../install/lib' libtool: install: /usr/bin/install -c .libs/libosmonetif.so.11.1.0 /build/_osmocom_api/libosmo-netif/../install/lib/libosmonetif.so.11.1.0 libtool: install: (cd /build/_osmocom_api/libosmo-netif/../install/lib && { ln -s -f libosmonetif.so.11.1.0 libosmonetif.so.11 || { rm -f libosmonetif.so.11 && ln -s libosmonetif.so.11.1.0 libosmonetif.so.11; }; }) libtool: install: (cd /build/_osmocom_api/libosmo-netif/../install/lib && { ln -s -f libosmonetif.so.11.1.0 libosmonetif.so || { rm -f libosmonetif.so && ln -s libosmonetif.so.11.1.0 libosmonetif.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmonetif.lai /build/_osmocom_api/libosmo-netif/../install/lib/libosmonetif.la libtool: install: /usr/bin/install -c .libs/libosmonetif.a /build/_osmocom_api/libosmo-netif/../install/lib/libosmonetif.a libtool: install: chmod 644 /build/_osmocom_api/libosmo-netif/../install/lib/libosmonetif.a libtool: install: ranlib /build/_osmocom_api/libosmo-netif/../install/lib/libosmonetif.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmo-netif/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmo-netif/../install/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif/src' make[2]: Leaving directory '/build/_osmocom_api/libosmo-netif/src' Making install in examples make[2]: Entering directory '/build/_osmocom_api/libosmo-netif/examples' CC ipa-stream-client.o CCLD ipa-stream-client CC ipa-stream-server.o CCLD ipa-stream-server CC stream-client.o CCLD stream-client CC stream-server.o CCLD stream-server CC rs232-read.o CCLD rs232-read CC rs232-write.o CCLD rs232-write CC rtp-udp-test-client.o CCLD rtp-udp-test-client CC rtp-udp-test-server.o CCLD rtp-udp-test-server CC udp-test-client.o CCLD udp-test-client CC udp-test-server.o CCLD udp-test-server CC osmux-test-input.o CCLD osmux-test-input CC osmux-test-output.o CCLD osmux-test-output make[3]: Entering directory '/build/_osmocom_api/libosmo-netif/examples' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif/examples' make[2]: Leaving directory '/build/_osmocom_api/libosmo-netif/examples' Making install in utils make[2]: Entering directory '/build/_osmocom_api/libosmo-netif/utils' CC osmo-amr-inspect.o CCLD osmo-amr-inspect make[3]: Entering directory '/build/_osmocom_api/libosmo-netif/utils' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif/utils' make[2]: Leaving directory '/build/_osmocom_api/libosmo-netif/utils' Making install in tests make[2]: Entering directory '/build/_osmocom_api/libosmo-netif/tests' make[3]: Entering directory '/build/_osmocom_api/libosmo-netif/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif/tests' make[2]: Leaving directory '/build/_osmocom_api/libosmo-netif/tests' make[2]: Entering directory '/build/_osmocom_api/libosmo-netif' mkdir -p doc /usr/bin/doxygen Doxyfile warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! /build/_osmocom_api/libosmo-netif/include/osmocom/netif/datagram.h:67: warning: end of file while inside a group /build/_osmocom_api/libosmo-netif/src/stream.c:54: warning: Conditional section with label 'private' does not have a corresponding \endcond command within this file. Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmo-netif/include/osmocom/netif Searching for files in directory /build/_osmocom_api/libosmo-netif/src Reading and parsing tag files Parsing files Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/amr.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/amr.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/datagram.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/datagram.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa_unit.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa_unit.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/prim.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/prim.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rs232.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rs232.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/sctp.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/sctp.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h... Preprocessing /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream_private.h... Parsing file /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream_private.h... Preprocessing /build/_osmocom_api/libosmo-netif/src/amr.c... Parsing file /build/_osmocom_api/libosmo-netif/src/amr.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/datagram.c... Parsing file /build/_osmocom_api/libosmo-netif/src/datagram.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/ipa.c... Parsing file /build/_osmocom_api/libosmo-netif/src/ipa.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/ipa_unit.c... Parsing file /build/_osmocom_api/libosmo-netif/src/ipa_unit.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/jibuf.c... Parsing file /build/_osmocom_api/libosmo-netif/src/jibuf.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/osmux.c... Parsing file /build/_osmocom_api/libosmo-netif/src/osmux.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/osmux_input.c... Parsing file /build/_osmocom_api/libosmo-netif/src/osmux_input.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/osmux_output.c... Parsing file /build/_osmocom_api/libosmo-netif/src/osmux_output.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/prim.c... Parsing file /build/_osmocom_api/libosmo-netif/src/prim.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/rs232.c... Parsing file /build/_osmocom_api/libosmo-netif/src/rs232.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/rtp.c... Parsing file /build/_osmocom_api/libosmo-netif/src/rtp.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/sctp.c... Parsing file /build/_osmocom_api/libosmo-netif/src/sctp.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/stream.c... Parsing file /build/_osmocom_api/libosmo-netif/src/stream.c... Preprocessing /build/_osmocom/build/_osmocom_api/libosmo-netif/include/osmocom/netif/amr.h:80: warning: Compound amr_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/amr.h:30: warning: Compound amr_hdr_bwe is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:10: warning: Compound ipa_head is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:16: warning: Compound ipa_head_ext is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:21: warning: Compound osmo_ipa_msgb_cb is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:43: warning: Compound rtcp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:7: warning: Compound rtp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:37: warning: Compound rtp_x_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:17: warning: Member osmo_jibuf_dequeue_cb)(struct msgb *msg, void *data) (typedef) of group jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:16: warning: Member OSMUX_DEFAULT_PORT (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:32: warning: Member OSMUX_FT_SIGNAL (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:33: warning: Member OSMUX_FT_VOICE_AMR (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:34: warning: Member OSMUX_FT_DUMMY (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:49: warning: Member OSMUX_CID_MAX (macro definition) of file osmux.h is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:80: warning: Member OSMUX_MAX_CONCURRENT_CALLS (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:108: warning: Member OSMUX_BATCH_DEFAULT_MAX (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:1: warning: Member rtp_msgb_alloc_cb_t)(void *rtp_msgb_alloc_priv_data, unsigned int msg_len) (typedef) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:1: warning: Member __attribute__((packed)) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:793: warning: Member osmux_xfrm_input_set_name(struct osmux_in_handle *h, const char *name) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:760: warning: Member osmux_xfrm_input_set_batch_factor(struct osmux_in_handle *h, uint8_t batch_factor) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:768: warning: Member osmux_xfrm_input_set_batch_size(struct osmux_in_handle *h, uint16_t batch_size) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:776: warning: Member osmux_xfrm_input_set_initial_seqnum(struct osmux_in_handle *h, uint8_t osmux_seqnum) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:781: warning: Member osmux_xfrm_input_set_deliver_cb(struct osmux_in_handle *h, void(*deliver_cb)(struct msgb *msg, void *data), void *data) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:788: warning: Member osmux_xfrm_input_get_deliver_cb_data(struct osmux_in_handle *h) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:799: warning: Member osmux_xfrm_input_open_circuit(struct osmux_in_handle *h, int ccid, int dummy) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:834: warning: Member osmux_xfrm_input_close_circuit(struct osmux_in_handle *h, int ccid) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:308: warning: Member osmux_xfrm_input_deliver(struct osmux_in_handle *h) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_output.c:57: warning: Member osmux_xfrm_output_pull(struct msgb *msg) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:10: warning: Member seq (variable) of file osmux.h is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:12: warning: Member circuit_id (variable) of file osmux.h is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:20: warning: Member data[0] (variable) of file osmux.h is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:78: warning: Member __attribute__ (variable) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:13: warning: Member msgb_sctp_msg_flags(msg) (macro definition) of file stream.h is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:65: warning: Member osmo_stream_srv_link_accept_cb_t)(struct osmo_stream_srv_link *link, int fd) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:103: warning: Member osmo_stream_srv_read_cb_t)(struct osmo_stream_srv *conn) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:104: warning: Member osmo_stream_srv_closed_cb_t)(struct osmo_stream_srv *conn) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:113: warning: Member osmo_stream_srv_segmentation_cb_t)(struct msgb *msg) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:179: warning: Member osmo_stream_cli_connect_cb_t)(struct osmo_stream_cli *cli) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:180: warning: Member osmo_stream_cli_disconnect_cb_t)(struct osmo_stream_cli *cli) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:181: warning: Member osmo_stream_cli_read_cb_t)(struct osmo_stream_cli *cli) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:190: warning: Member osmo_stream_cli_segmentation_cb_t)(struct msgb *msg) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:89: warning: Member osmo_stream_srv_link_param (enumeration) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:232: warning: Member osmo_stream_cli_param (enumeration) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:1196: warning: Member osmo_stream_srv_clear_tx_queue(struct osmo_stream_srv *conn) (function) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/src/datagram.c:44: warning: Member OSMO_DGRAM_CLI_F_RECONF (macro definition) of file datagram.c is not documented. /build/_osmocom_api/libosmo-netif/src/datagram.c:46: warning: Member OSMO_DGRAM_RX_F_RECONF (macro definition) of file datagram.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:35: warning: Member SAMPLES_PER_PKT (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:36: warning: Member SAMPLE_RATE (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:41: warning: Member JIBUF_DEFAULT_MIN_DELAY_MS (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:42: warning: Member JIBUF_DEFAULT_MAX_DELAY_MS (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:45: warning: Member JIBUF_REFERENCE_TS_FREQ (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:49: warning: Member JIBUF_BUFFER_RECALC_FREQ (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:52: warning: Member JIBUF_ALLOWED_PKT_DROP (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:54: warning: Member JIBUF_ALLOWED_PKT_CONSECUTIVE_DROP (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:56: warning: Member JIBUF_BUFFER_INC_STEP (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:57: warning: Member JIBUF_BUFFER_DEC_STEP (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:60: warning: Member JIBUF_SKEW_WEIGHT (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/jibuf.c:67: warning: Member JIBUF_MSGB_CB(__msgb) (macro definition) of file jibuf.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux.c:30: warning: Member SNPRINTF_BUFFER_SIZE(ret, remain, offset) (macro definition) of file osmux.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:37: warning: Member DELTA_RTP_MSG (macro definition) of file osmux_input.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:39: warning: Member DELTA_RTP_TIMESTAMP (macro definition) of file osmux_input.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:41: warning: Member LOGMUXLK_(link, lvl, fmt, args ...) (macro definition) of file osmux_input.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:47: warning: Member LOGMUXLK(link, lvl, fmt, args ...) (macro definition) of file osmux_input.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:50: warning: Member LOGMUXCID(link, circuit, lvl, fmt, args ...) (macro definition) of file osmux_input.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:308: warning: Member osmux_xfrm_input_deliver(struct osmux_in_handle *h) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:760: warning: Member osmux_xfrm_input_set_batch_factor(struct osmux_in_handle *h, uint8_t batch_factor) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:768: warning: Member osmux_xfrm_input_set_batch_size(struct osmux_in_handle *h, uint16_t batch_size) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:776: warning: Member osmux_xfrm_input_set_initial_seqnum(struct osmux_in_handle *h, uint8_t osmux_seqnum) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:781: warning: Member osmux_xfrm_input_set_deliver_cb(struct osmux_in_handle *h, void(*deliver_cb)(struct msgb *msg, void *data), void *data) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:788: warning: Member osmux_xfrm_input_get_deliver_cb_data(struct osmux_in_handle *h) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:793: warning: Member osmux_xfrm_input_set_name(struct osmux_in_handle *h, const char *name) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:799: warning: Member osmux_xfrm_input_open_circuit(struct osmux_in_handle *h, int ccid, int dummy) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:834: warning: Member osmux_xfrm_input_close_circuit(struct osmux_in_handle *h, int ccid) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_output.c:31: warning: Member DELTA_RTP_MSG (macro definition) of file osmux_output.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_output.c:33: warning: Member DELTA_RTP_TIMESTAMP (macro definition) of file osmux_output.c is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_output.c:57: warning: Member osmux_xfrm_output_pull(struct msgb *msg) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/stream_cli.c:56: warning: Member LOGSCLI(cli, level, fmt, args...) (macro definition) of file stream_cli.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_cli.c:83: warning: Member OSMO_STREAM_CLI_F_RECONF (macro definition) of file stream_cli.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_cli.c:84: warning: Member OSMO_STREAM_CLI_F_NODELAY (macro definition) of file stream_cli.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_cli.c:67: warning: Member osmo_stream_cli_state (enumeration) of file stream_cli.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:57: warning: Member LOGSLNK(link, level, fmt, args...) (macro definition) of file stream_srv.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:63: warning: Member LOGSSRV(srv, level, fmt, args...) (macro definition) of file stream_srv.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:72: warning: Member OSMO_STREAM_SRV_F_RECONF (macro definition) of file stream_srv.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:73: warning: Member OSMO_STREAM_SRV_F_NODELAY (macro definition) of file stream_srv.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:588: warning: Member OSMO_STREAM_SRV_F_FLUSH_DESTROY (macro definition) of file stream_srv.c is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:1196: warning: Member osmo_stream_srv_clear_tx_queue(struct osmo_stream_srv *conn) (function) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/src/datagram.c:410: warning: unable to resolve reference to 'osmo_dgram' for \ref command /build/_osmocom_api/libosmo-netif/src/datagram.c:412: warning: unable to resolve reference to 'osmo_dgram_tx' for \ref command /build/_osmocom_api/libosmo-netif/src/datagram.c:412: warning: unable to resolve reference to 'osmo_dgram_rx' for \ref command /build/_osmocom_api/libosmo-netif/src/datagram.c:292: warning: unable to resolve reference to 'osmo_dgram_rx' for \ref command /build/_osmocom_api/libosmo-netif/src/datagram.c:124: warning: unable to resolve reference to 'osmo_dgram_tx' for \ref command /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:17: warning: Member osmo_jibuf_dequeue_cb)(struct msgb *msg, void *data) (typedef) of group jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:65: warning: Member osmo_stream_srv_link_accept_cb_t)(struct osmo_stream_srv_link *link, int fd) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:103: warning: Member osmo_stream_srv_read_cb_t)(struct osmo_stream_srv *conn) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:104: warning: Member osmo_stream_srv_closed_cb_t)(struct osmo_stream_srv *conn) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:113: warning: Member osmo_stream_srv_segmentation_cb_t)(struct msgb *msg) (typedef) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:89: warning: Member osmo_stream_srv_link_param (enumeration) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:1196: warning: Member osmo_stream_srv_clear_tx_queue(struct osmo_stream_srv *conn) (function) of group stream_srv is not documented. /build/_osmocom_api/libosmo-netif/src/stream_srv.c:1026: warning: unable to resolve reference to 'osmo_fd' for \ref command /build/_osmocom_api/libosmo-netif/src/stream_srv.c:1011: warning: argument 'cli' of command @param is not found in the argument list of osmo_stream_srv_get_sockname(const struct osmo_stream_srv *conn) /build/_osmocom_api/libosmo-netif/src/stream_srv.c:1011: warning: The following parameter of osmo_stream_srv_get_sockname(const struct osmo_stream_srv *conn) is not documented: parameter 'conn' /build/_osmocom_api/libosmo-netif/src/stream_srv.c:428: warning: argument 'conn' of command @param is not found in the argument list of osmo_stream_srv_link_get_fd(const struct osmo_stream_srv_link *link) /build/_osmocom_api/libosmo-netif/src/stream_srv.c:428: warning: The following parameter of osmo_stream_srv_link_get_fd(const struct osmo_stream_srv_link *link) is not documented: parameter 'link' /build/_osmocom_api/libosmo-netif/src/stream_srv.c:420: warning: unable to resolve reference to 'osmo_fd' for \ref command /build/_osmocom_api/libosmo-netif/src/stream_srv.c:239: warning: The following parameter of osmo_stream_srv_link_set_addrs(struct osmo_stream_srv_link *link, const char **addr, size_t addrcnt) is not documented: parameter 'addrcnt' /build/_osmocom_api/libosmo-netif/src/stream_srv.c:311: warning: argument 'type' of command @param is not found in the argument list of osmo_stream_srv_link_set_domain(struct osmo_stream_srv_link *link, int domain) /build/_osmocom_api/libosmo-netif/src/stream_srv.c:311: warning: The following parameter of osmo_stream_srv_link_set_domain(struct osmo_stream_srv_link *link, int domain) is not documented: parameter 'domain' /build/_osmocom_api/libosmo-netif/src/stream_srv.c:538: warning: argument 'cli' of command @param is not found in the argument list of osmo_stream_srv_link_set_param(struct osmo_stream_srv_link *link, enum osmo_stream_srv_link_param par, void *val, size_t val_len) /build/_osmocom_api/libosmo-netif/src/stream_srv.c:538: warning: The following parameter of osmo_stream_srv_link_set_param(struct osmo_stream_srv_link *link, enum osmo_stream_srv_link_param par, void *val, size_t val_len) is not documented: parameter 'link' /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:179: warning: Member osmo_stream_cli_connect_cb_t)(struct osmo_stream_cli *cli) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:180: warning: Member osmo_stream_cli_disconnect_cb_t)(struct osmo_stream_cli *cli) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:181: warning: Member osmo_stream_cli_read_cb_t)(struct osmo_stream_cli *cli) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:190: warning: Member osmo_stream_cli_segmentation_cb_t)(struct msgb *msg) (typedef) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/stream.h:232: warning: Member osmo_stream_cli_param (enumeration) of group stream_cli is not documented. /build/_osmocom_api/libosmo-netif/src/stream_cli.c:413: warning: unable to resolve reference to 'osmo_stream_cli' for \ref command /build/_osmocom_api/libosmo-netif/src/stream_cli.c:788: warning: unable to resolve reference to 'osmo_fd' for \ref command /build/_osmocom_api/libosmo-netif/src/stream_cli.c:855: warning: argument 'reconect' of command @param is not found in the argument list of osmo_stream_cli_open2(struct osmo_stream_cli *cli, int reconnect) /build/_osmocom_api/libosmo-netif/src/stream_cli.c:855: warning: The following parameter of osmo_stream_cli_open2(struct osmo_stream_cli *cli, int reconnect) is not documented: parameter 'reconnect' /build/_osmocom_api/libosmo-netif/src/stream_cli.c:1049: warning: End of list marker found without any preceding list items /build/_osmocom_api/libosmo-netif/src/stream_cli.c:580: warning: The following parameter of osmo_stream_cli_set_addrs(struct osmo_stream_cli *cli, const char **addr, size_t addrcnt) is not documented: parameter 'addrcnt' /build/_osmocom_api/libosmo-netif/src/stream_cli.c:723: warning: argument 'type' of command @param is not found in the argument list of osmo_stream_cli_set_domain(struct osmo_stream_cli *cli, int domain) /build/_osmocom_api/libosmo-netif/src/stream_cli.c:723: warning: The following parameter of osmo_stream_cli_set_domain(struct osmo_stream_cli *cli, int domain) is not documented: parameter 'domain' /build/_osmocom_api/libosmo-netif/src/stream_cli.c:630: warning: argument 'port' of command @param is not found in the argument list of osmo_stream_cli_set_local_addr(struct osmo_stream_cli *cli, const char *addr) /build/_osmocom_api/libosmo-netif/src/stream_cli.c:630: warning: The following parameter of osmo_stream_cli_set_local_addr(struct osmo_stream_cli *cli, const char *addr) is not documented: parameter 'addr' /build/_osmocom_api/libosmo-netif/src/stream_cli.c:641: warning: The following parameter of osmo_stream_cli_set_local_addrs(struct osmo_stream_cli *cli, const char **addr, size_t addrcnt) is not documented: parameter 'addrcnt' /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:16: warning: Member OSMUX_DEFAULT_PORT (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:32: warning: Member OSMUX_FT_SIGNAL (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:33: warning: Member OSMUX_FT_VOICE_AMR (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:34: warning: Member OSMUX_FT_DUMMY (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:80: warning: Member OSMUX_MAX_CONCURRENT_CALLS (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:108: warning: Member OSMUX_BATCH_DEFAULT_MAX (macro definition) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:1: warning: Member rtp_msgb_alloc_cb_t)(void *rtp_msgb_alloc_priv_data, unsigned int msg_len) (typedef) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:1: warning: Member __attribute__((packed)) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:793: warning: Member osmux_xfrm_input_set_name(struct osmux_in_handle *h, const char *name) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:760: warning: Member osmux_xfrm_input_set_batch_factor(struct osmux_in_handle *h, uint8_t batch_factor) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:768: warning: Member osmux_xfrm_input_set_batch_size(struct osmux_in_handle *h, uint16_t batch_size) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:776: warning: Member osmux_xfrm_input_set_initial_seqnum(struct osmux_in_handle *h, uint8_t osmux_seqnum) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:781: warning: Member osmux_xfrm_input_set_deliver_cb(struct osmux_in_handle *h, void(*deliver_cb)(struct msgb *msg, void *data), void *data) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:788: warning: Member osmux_xfrm_input_get_deliver_cb_data(struct osmux_in_handle *h) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:799: warning: Member osmux_xfrm_input_open_circuit(struct osmux_in_handle *h, int ccid, int dummy) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:834: warning: Member osmux_xfrm_input_close_circuit(struct osmux_in_handle *h, int ccid) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_input.c:308: warning: Member osmux_xfrm_input_deliver(struct osmux_in_handle *h) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux_output.c:57: warning: Member osmux_xfrm_output_pull(struct msgb *msg) (function) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:78: warning: Member __attribute__ (variable) of group osmux is not documented. /build/_osmocom_api/libosmo-netif/src/osmux.c:99: warning: argument 'len' of command @param is not found in the argument list of osmux_snprintf(char *buf, size_t size, struct msgb *msg) /build/_osmocom_api/libosmo-netif/src/osmux.c:99: warning: argument 'msgb' of command @param is not found in the argument list of osmux_snprintf(char *buf, size_t size, struct msgb *msg) /build/_osmocom_api/libosmo-netif/src/osmux.c:99: warning: The following parameters of osmux_snprintf(char *buf, size_t size, struct msgb *msg) are not documented: parameter 'size' parameter 'msg' /build/_osmocom_api/libosmo-netif/src/osmux_input.c:605: warning: The following parameters of osmux_xfrm_input(struct osmux_in_handle *h, struct msgb *msg, int ccid) are not documented: parameter 'h' parameter 'ccid' /build/_osmocom_api/libosmo-netif/src/osmux_output.c:367: warning: unable to resolve reference to 'cb' for \ref command /build/_osmocom_api/libosmo-netif/src/osmux_output.c:365: warning: found documented return type for osmux_xfrm_output_set_rtp_msgb_alloc_cb that does not return anything /build/_osmocom_api/libosmo-netif/src/osmux_output.c:349: warning: argument 'osmuxh' of command @param is not found in the argument list of osmux_xfrm_output_set_tx_cb(struct osmux_out_handle *h, void(*tx_cb)(struct msgb *msg, void *data), void *data) /build/_osmocom_api/libosmo-netif/src/osmux_output.c:349: warning: The following parameters of osmux_xfrm_output_set_tx_cb(struct osmux_out_handle *h, void(*tx_cb)(struct msgb *msg, void *data), void *data) are not documented: parameter 'tx_cb' parameter 'data' /build/_osmocom_api/libosmo-netif/src/osmux_output.c:349: warning: found documented return type for osmux_xfrm_output_set_tx_cb that does not return anything _api/libosmo-netif/src/stream_cli.c... Parsing file /build/_osmocom_api/libosmo-netif/src/stream_cli.c... Preprocessing /build/_osmocom_api/libosmo-netif/src/stream_srv.c... Parsing file /build/_osmocom_api/libosmo-netif/src/stream_srv.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/netif/amr.h... Generating code for file include/osmocom/netif/datagram.h... Generating code for file include/osmocom/netif/ipa.h... Generating code for file include/osmocom/netif/ipa_unit.h... Generating code for file include/osmocom/netif/jibuf.h... Generating code for file include/osmocom/netif/osmux.h... Generating code for file include/osmocom/netif/prim.h... Generating code for file include/osmocom/netif/rs232.h... Generating code for file include/osmocom/netif/rtp.h... Generating code for file include/osmocom/netif/sctp.h... Generating code for file include/osmocom/netif/stream.h... Generating code for file include/osmocom/netif/stream_private.h... Parsing code for file src/amr.c... Parsing code for file src/datagram.c... Parsing code for file src/ipa.c... Parsing code for file src/ipa_unit.c... Parsing code for file src/jibuf.c... Parsing code for file src/osmux.c... Parsing code for file src/osmux_input.c... Parsing code for file src/osmux_output.c... Parsing code for file src/prim.c... Parsing code for file src/rs232.c... Parsing code for file src/rtp.c... Parsing code for file src/sctp.c... Parsing code for file src/stream.c... Parsing code for file src/stream_cli.c... Parsing code for file src/stream_srv.c... Generating file documentation... Generating docs for file include/osmocom/netif/datagram.h... Generating docs for file include/osmocom/netif/jibuf.h... Generating docs for file include/osmocom/netif/osmux.h... Generating docs for file include/osmocom/netif/stream.h... Generating docs for file src/datagram.c... Generating docs for file src/jibuf.c... Generating docs for file src/osmux.c... Generating docs for file src/osmux_input.c... Generating docs for file src/osmux_output.c... Generating docs for file src/stream_cli.c... Generating docs for file src/stream_srv.c... Generating page documentation... Generating docs for page deprecated... Generating group documentation... Gener/build/_osmocom_api/libosmo-netif/include/osmocom/netif/amr.h:95: warning: Member data[0] (variable) of struct amr_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/amr.h:43: warning: Member data[0] (variable) of struct amr_hdr_bwe is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:11: warning: Member len (variable) of struct ipa_head is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:12: warning: Member proto (variable) of struct ipa_head is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:13: warning: Member data[0] (variable) of struct ipa_head is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:17: warning: Member proto (variable) of struct ipa_head_ext is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:18: warning: Member data[0] (variable) of struct ipa_head_ext is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:22: warning: Member proto (variable) of struct osmo_ipa_msgb_cb is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/ipa.h:23: warning: Member proto_ext (variable) of struct osmo_ipa_msgb_cb is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:21: warning: Member talloc_ctx (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:22: warning: Member started (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:23: warning: Member timer (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:24: warning: Member msg_list (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:25: warning: Member min_delay (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:26: warning: Member max_delay (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:27: warning: Member threshold_delay (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:29: warning: Member dequeue_cb (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:30: warning: Member dequeue_cb_data (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:33: warning: Member last_dropped (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:34: warning: Member consecutive_drops (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:36: warning: Member ref_rx_ts (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:37: warning: Member ref_tx_ts (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:38: warning: Member ref_tx_seq (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:40: warning: Member last_enqueue_time (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:41: warning: Member next_dequeue_time (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:43: warning: Member skew_enabled (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:44: warning: Member skew_us (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/jibuf.h:49: warning: Member stats (variable) of struct osmo_jibuf is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:48: warning: Member seq (variable) of struct osmux_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:50: warning: Member circuit_id (variable) of struct osmux_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:58: warning: Member data[0] (variable) of struct osmux_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:65: warning: Member batch_factor (variable) of struct osmux_in_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:66: warning: Member batch_size (variable) of struct osmux_in_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:73: warning: Member stats (variable) of struct osmux_in_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:75: warning: Member deliver)(struct msgb *msg, void *data) (variable) of struct osmux_in_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:76: warning: Member data (variable) of struct osmux_in_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:77: warning: Member internal_data (variable) of struct osmux_in_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:86: warning: Member rtp_seq (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:87: warning: Member rtp_timestamp (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:88: warning: Member rtp_ssrc (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:89: warning: Member rtp_payload_type (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:90: warning: Member osmux_seq_ack (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:91: warning: Member timer (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:92: warning: Member list (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:93: warning: Member tx_cb)(struct msgb *msg, void *data) (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:94: warning: Member data (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:95: warning: Member rtp_msgb_alloc_cb (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/osmux.h:96: warning: Member rtp_msgb_alloc_cb_data (variable) of struct osmux_out_handle is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:44: warning: Member byte0 (variable) of struct rtcp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:45: warning: Member type (variable) of struct rtcp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:46: warning: Member length (variable) of struct rtcp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:20: warning: Member sequence (variable) of struct rtp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:21: warning: Member timestamp (variable) of struct rtp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:22: warning: Member ssrc (variable) of struct rtp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:23: warning: Member data[0] (variable) of struct rtp_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:38: warning: Member by_profile (variable) of struct rtp_x_hdr is not documented. /build/_osmocom_api/libosmo-netif/include/osmocom/netif/rtp.h:39: warning: Member length (variable) of struct rtp_x_hdr is not documented. ating class documentation... Generating docs for compound amr_hdr... Generating docs for compound amr_hdr_bwe... Generating docs for compound ipa_head... Generating docs for compound ipa_head_ext... Generating docs for compound osmo_ipa_msgb_cb... Generating docs for compound osmo_jibuf... Generating docs for compound osmux_hdr... Generating docs for compound osmux_in_handle... Generating docs for compound osmux_out_handle... Generating docs for compound rtcp_hdr... Generating docs for compound rtp_hdr... Generating docs for compound rtp_x_hdr... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 760/65536 hits=7541 misses=820 finished... cd ./doc && tar cf html.tar html make[3]: Entering directory '/build/_osmocom_api/libosmo-netif' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-netif/../install/share/doc/libosmo-netif' /usr/bin/install -c -m 644 ./doc/html.tar '/build/_osmocom_api/libosmo-netif/../install/share/doc/libosmo-netif' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-netif/../install/lib/pkgconfig' /usr/bin/install -c -m 644 libosmo-netif.pc '/build/_osmocom_api/libosmo-netif/../install/lib/pkgconfig' make install-data-hook make[4]: Entering directory '/build/_osmocom_api/libosmo-netif' cd /build/_osmocom_api/libosmo-netif/../install/share/doc/libosmo-netif && tar xf html.tar && rm -f html.tar make[4]: Leaving directory '/build/_osmocom_api/libosmo-netif' make[3]: Leaving directory '/build/_osmocom_api/libosmo-netif' make[2]: Leaving directory '/build/_osmocom_api/libosmo-netif' make[1]: Leaving directory '/build/_osmocom_api/libosmo-netif' + cd .. + osmo_git_clone_url libosmo-sccp + echo https://gerrit.osmocom.org/libosmo-sccp + git clone https://gerrit.osmocom.org/libosmo-sccp Cloning into 'libosmo-sccp'... + cd libosmo-sccp + autoreconf -fi libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:167: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:167: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:167: the top level configure.ac:184: warning: AC_OUTPUT should be used without arguments. configure.ac:184: 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' examples/Makefile.am: installing './depcomp' + ./configure --prefix=/build/_osmocom_api/libosmo-sccp/../install --with-systemdsystemunitdir=no 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 libosmocore >= 1.9.0... yes checking for libosmovty >= 1.9.0... yes checking for libosmogsm >= 1.9.0... yes checking for libosmo-netif >= 1.4.0... yes checking for library containing sctp_recvmsg... -lsctp checking if gcc supports -fvisibility=hidden... yes checking for doxygen... /usr/bin/doxygen checking whether to enable VTY/CTRL tests... no CFLAGS=" -std=gnu11 -Wall" CPPFLAGS=" -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmo-sigtran.pc config.status: creating libosmo-sccp.pc config.status: creating libosmo-mtp.pc config.status: creating libosmo-xua.pc config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/sccp/Makefile config.status: creating include/osmocom/mtp/Makefile config.status: creating include/osmocom/sigtran/Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/sccp/Makefile config.status: creating tests/mtp/Makefile config.status: creating tests/m2ua/Makefile config.status: creating tests/xua/Makefile config.status: creating tests/ss7/Makefile config.status: creating tests/vty/Makefile config.status: creating examples/Makefile config.status: creating stp/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 contrib/libosmo-sccp.spec config.status: creating Doxyfile config.status: creating Makefile config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands + make install echo 1.8.0.63-ee75 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/_osmocom_api/libosmo-sccp' Making install in include make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/include' Making install in osmocom make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom' Making install in mtp make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/mtp' make[5]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/mtp' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/mtp' /usr/bin/install -c -m 644 mtp_level3.h mtp_pcap.h '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/mtp' make[5]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/mtp' make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/mtp' Making install in sccp make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sccp' make[5]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sccp' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/sccp' /usr/bin/install -c -m 644 sccp_types.h sccp.h '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/sccp' make[5]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sccp' make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sccp' Making install in sigtran make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran' make[5]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/sigtran' /usr/bin/install -c -m 644 xua_types.h xua_msg.h m2ua_types.h sccp_sap.h sigtran_sap.h sccp_helpers.h mtp_sap.h osmo_ss7.h '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/sigtran' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/sigtran/protocol' /usr/bin/install -c -m 644 protocol/sua.h protocol/m3ua.h protocol/mtp.h protocol/sccp_scmg.h '/build/_osmocom_api/libosmo-sccp/../install/include/osmocom/sigtran/protocol' make[5]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran' make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/include/osmocom' make[5]: Entering directory '/build/_osmocom_api/libosmo-sccp/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/_osmocom_api/libosmo-sccp/include/osmocom' make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include/osmocom' make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/include' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/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/_osmocom_api/libosmo-sccp/include' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/include' Making install in src make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/src' CC sccp.o AR libsccp.a ar: `u' modifier ignored since `D' is the default (see `U') CC mtp_pcap.o AR libmtp.a ar: `u' modifier ignored since `D' is the default (see `U') CC libxua_a-xua_msg.o AR libxua.a ar: `u' modifier ignored since `D' is the default (see `U') CC ipa.lo CC m3ua.lo CC osmo_ss7.lo CC osmo_ss7_as.lo CC osmo_ss7_asp.lo CC osmo_ss7_asp_peer.lo CC osmo_ss7_hmrt.lo CC osmo_ss7_vty.lo CC osmo_ss7_xua_srv.lo CC sccp2sua.lo CC sccp_helpers.lo CC sccp_lbcs.lo CC sccp_sap.lo CC sccp_sclc.lo CC sccp_scmg.lo CC sccp_scrc.lo CC sccp_scoc.lo sccp_scoc.c: In function 'scoc_fsm_active': sccp_scoc.c:1200:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user' 1200 | #pragma message ("TODO: internal disco: send N-DISCONNECT.ind to user") | ^~~~~~~ CC sccp_types.lo CC sccp_user.lo CC sccp_vty.lo CC sua.lo CC xua_asp_fsm.lo CC xua_as_fsm.lo CC xua_default_lm_fsm.lo CC xua_msg.lo CC xua_rkm.lo CC xua_shared.lo CC xua_snm.lo CCLD libosmo-sigtran.la make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/src' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmo-sigtran.la '/build/_osmocom_api/libosmo-sccp/../install/lib' libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.so.9.0.0 /build/_osmocom_api/libosmo-sccp/../install/lib/libosmo-sigtran.so.9.0.0 libtool: install: (cd /build/_osmocom_api/libosmo-sccp/../install/lib && { ln -s -f libosmo-sigtran.so.9.0.0 libosmo-sigtran.so.9 || { rm -f libosmo-sigtran.so.9 && ln -s libosmo-sigtran.so.9.0.0 libosmo-sigtran.so.9; }; }) libtool: install: (cd /build/_osmocom_api/libosmo-sccp/../install/lib && { ln -s -f libosmo-sigtran.so.9.0.0 libosmo-sigtran.so || { rm -f libosmo-sigtran.so && ln -s libosmo-sigtran.so.9.0.0 libosmo-sigtran.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.lai /build/_osmocom_api/libosmo-sccp/../install/lib/libosmo-sigtran.la libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.a /build/_osmocom_api/libosmo-sccp/../install/lib/libosmo-sigtran.a libtool: install: chmod 644 /build/_osmocom_api/libosmo-sccp/../install/lib/libosmo-sigtran.a libtool: install: ranlib /build/_osmocom_api/libosmo-sccp/../install/lib/libosmo-sigtran.a libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/_osmocom_api/libosmo-sccp/../install/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/_osmocom_api/libosmo-sccp/../install/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/_osmocom_api/libosmo-sccp/../install/lib' /usr/bin/install -c -m 644 libsccp.a libmtp.a libxua.a '/build/_osmocom_api/libosmo-sccp/../install/lib' ( cd '/build/_osmocom_api/libosmo-sccp/../install/lib' && ranlib libsccp.a ) ( cd '/build/_osmocom_api/libosmo-sccp/../install/lib' && ranlib libmtp.a ) ( cd '/build/_osmocom_api/libosmo-sccp/../install/lib' && ranlib libxua.a ) make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/src' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/src' Making install in tests make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests' Making install in xua make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/xua' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/xua' 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/_osmocom_api/libosmo-sccp/tests/xua' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests/xua' Making install in sccp make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/sccp' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/sccp' 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/_osmocom_api/libosmo-sccp/tests/sccp' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests/sccp' Making install in mtp make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/mtp' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/mtp' 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/_osmocom_api/libosmo-sccp/tests/mtp' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests/mtp' Making install in m2ua make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/m2ua' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/m2ua' 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/_osmocom_api/libosmo-sccp/tests/m2ua' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests/m2ua' Making install in ss7 make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/ss7' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/ss7' 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/_osmocom_api/libosmo-sccp/tests/ss7' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests/ss7' Making install in vty make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/vty' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests/vty' 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/_osmocom_api/libosmo-sccp/tests/vty' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests/vty' make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/tests' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/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/_osmocom_api/libosmo-sccp/tests' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/tests' Making install in examples make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/examples' CC sccp_demo_user.o CC sccp_test_server.o CC sccp_test_vty.o CCLD sccp_demo_user make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/examples' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/examples' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/examples' Making install in stp make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/stp' CC stp_main.o CCLD osmo-stp make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/stp' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c osmo-stp '/build/_osmocom_api/libosmo-sccp/../install/bin' libtool: install: /usr/bin/install -c .libs/osmo-stp /build/_osmocom_api/libosmo-sccp/../install/bin/osmo-stp make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/stp' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/stp' Making install in doc make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/doc' Making install in examples make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/doc/examples' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/share/doc/libosmo-sccp/examples/osmo-stp' /usr/bin/install -c -m 644 osmo-stp.cfg osmo-stp-multihome.cfg '/build/_osmocom_api/libosmo-sccp/../install/share/doc/libosmo-sccp/examples/osmo-stp' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/etc/osmocom' /usr/bin/install -c -m 644 osmo-stp.cfg '/build/_osmocom_api/libosmo-sccp/../install/etc/osmocom' make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp/doc/examples' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/doc/examples' Making install in manuals make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/doc/manuals' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/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/_osmocom_api/libosmo-sccp/doc/manuals' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/doc/manuals' make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/doc' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/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/_osmocom_api/libosmo-sccp/doc' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/doc' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/doc' Making install in contrib make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp/contrib' Making install in systemd make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/contrib/systemd' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/contrib/systemd' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp/contrib/systemd' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/contrib/systemd' make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp/contrib' make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp/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/_osmocom_api/libosmo-sccp/contrib' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp/contrib' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp/contrib' make[2]: Entering directory '/build/_osmocom_api/libosmo-sccp' mkdir -p doc/sigtran /usr/bin/doxygen Doxyfile warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran Searching for files in directory /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol Searching for files in directory /build/_osmocom_api/libosmo-sccp/src Reading and parsing tag files Parsing files Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/m2ua_types.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/m2ua_types.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/mtp_sap.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/mtp_sap.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/m3ua.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/m3ua.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/mtp.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/mtp.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/sccp_scmg.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/sccp_scmg.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/sua.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/protocol/sua.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/sccp_helpers.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/sccp_helpers.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/sccp_sap.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/sccp_sap.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/sigtran_sap.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/sigtran_sap.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/xua_msg.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/xua_msg.h... Preprocessing /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/xua_types.h... Parsing file /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/xua_types.h... Preprocessing /build/_osmocom_api/libosmo-sccp/src/ipa.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/ipa.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/m3ua.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/m3ua.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/mtp_pcap.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/mtp_pcap.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_asp.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_asp.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_asp_peer.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_asp_peer.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_hmrt.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_hmrt.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_vty.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_vty.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_xua_srv.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_xua_srv.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_helpers.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_helpers.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_internal.h... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_internal.h... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_lbcs.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_lbcs.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_sap.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_sap.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_scmg.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_scmg.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_scoc.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_scoc.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_scrc.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_scrc.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_types.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_types.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_user.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_user.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sccp_vty.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sccp_vty.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/ss7_internal.h... Parsing file /build/_osmocom_api/libosmo-sccp/src/ss7_internal.h... Preprocessing /build/_osmocom_api/libosmo-sccp/src/sua.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/sua.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_as_fsm.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_as_fsm.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_as_fsm.h... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_as_fsm.h... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_asp_fsm.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_asp_fsm.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_asp_fsm.h... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_asp_fsm.h... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_default_lm_fsm.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_default_lm_fsm.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_internal.h... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_internal.h... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_msg.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_msg.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_rkm.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_rkm.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_shared.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_shared.c... Preprocessing /build/_osmocom_api/libosmo-sccp/src/xua_snm.c... Parsing file /build/_osmocom_api/libosmo-sccp/src/xua_snm.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation.../build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:514: warning: argument 'ppid_sid' of command @param is not found in the argument list of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:514: warning: The following parameter of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) is not documented: parameter 'ppid_mux' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:881: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:881: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented: parameter 'inst' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:97: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:97: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:98: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:97: warning: The following parameter of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: parameter 'asp_name' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:127: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:127: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:128: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:127: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: parameter 'asp_name' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7.c:1002: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7.c:733: warning: unable to resolve reference to 'pc' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: argument 'ctx' of command @param is not found in the argument list of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: The following parameter of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented: parameter 'inst' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented: parameter 'addr' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:136: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented: parameter 'prim_cb' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:123: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented: parameter 'prim_cb' /build/_osmocom_api/libosmo-sccp/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command /build/_osmocom_api/libosmo-sccp/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented: parameter 'num_maps' Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/sigtran/m2ua_types.h... Generating code for file include/osmocom/sigtran/mtp_sap.h... Generating code for file include/osmocom/sigtran/osmo_ss7.h... Generating code for file include/osmocom/sigtran/protocol/m3ua.h... Generating code for file include/osmocom/sigtran/protocol/mtp.h... Generating code for file include/osmocom/sigtran/protocol/sccp_scmg.h... Generating code for file include/osmocom/sigtran/protocol/sua.h... Generating code for file include/osmocom/sigtran/sccp_helpers.h... Generating code for file include/osmocom/sigtran/sccp_sap.h... Generating code for file include/osmocom/sigtran/sigtran_sap.h... Generating code for file include/osmocom/sigtran/xua_msg.h... Generating code for file include/osmocom/sigtran/xua_types.h... Parsing code for file src/ipa.c... Parsing code for file src/m3ua.c... Parsing code for file src/mtp_pcap.c... Parsing code for file src/osmo_ss7.c... Parsing code for file src/osmo_ss7_as.c... Parsing code for file src/osmo_ss7_asp.c... Parsing code for file src/osmo_ss7_asp_peer.c... Parsing code for file src/osmo_ss7_hmrt.c... Parsing code for file src/osmo_ss7_vty.c... Parsing code for file src/osmo_ss7_xua_srv.c... Parsing code for file src/sccp.c... Parsing code for file src/sccp2sua.c... Parsing code for file src/sccp_helpers.c... Generating code for file src/sccp_internal.h... Parsing code for file src/sccp_lbcs.c... Parsing code for file src/sccp_sap.c... Parsing code for file src/sccp_sclc.c... Parsing code for file src/sccp_scmg.c... Parsing code for file src/sccp_scoc.c... Parsing code for file src/sccp_scrc.c... Parsing code for file src/sccp_types.c... Parsing code for file src/sccp_user.c... Parsing code for file src/sccp_vty.c... Generating code for file src/ss7_internal.h... Parsing code for file src/sua.c... Parsing code for file src/xua_as_fsm.c... Generating code for file src/xua_as_fsm.h... Parsing code for file src/xua_asp_fsm.c... Generating code for file src/xua_asp_fsm.h... Parsing code for file src/xua_default_lm_fsm.c... Generating code for file src/xua_internal.h... Parsing code for file src/xua_msg.c... Parsing code for file src/xua_rkm.c... Parsing code for file src/xua_shared.c... Parsing code for file src/xua_snm.c... Generating file documentation... Generating docs for file include/osmocom/sigtran/m2ua_types.h... Generating docs for file include/osmocom/sigtran/mtp_sap.h... Generating docs for file include/osmocom/sigtran/osmo_ss7.h... Generating docs for file include/osmocom/sigtran/protocol/m3ua.h... Generating docs for file include/osmocom/sigtran/protocol/mtp.h... Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h... Generating docs for file include/osmocom/sigtran/protocol/sua.h... Generating docs for file include/osmocom/sigtran/sccp_helpers.h... Generating docs for file include/osmocom/sigtran/sccp_sap.h... Generating docs for file include/osmocom/sigtran/sigtran_sap.h... Generating docs for file include/osmocom/sigtran/xua_msg.h... Generating docs for file include/osmocom/sigtran/xua_types.h... Generating docs for file sr/build/_osmocom_api/libosmo-sccp/src/m3ua.c:685: warning: unable to resolve reference to 'msg' for \ref command /build/_osmocom_api/libosmo-sccp/src/m3ua.c:901: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/_osmocom_api/libosmo-sccp/src/m3ua.c:901: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /build/_osmocom_api/libosmo-sccp/src/m3ua.c:487: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7.c:1002: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7.c:733: warning: unable to resolve reference to 'pc' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:97: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:97: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:98: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:97: warning: The following parameter of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: parameter 'asp_name' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:127: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:127: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:128: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:127: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented: parameter 'asp_name' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'asp' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'as' for \ref command /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_asp.c:459: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented: parameter 'trans_proto' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented: parameter 'addr' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: argument 'ctx' of command @param is not found in the argument list of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: The following parameter of osmo_ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented: parameter 'inst' /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:92: warning: unable to resolve reference to 'in_digits' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:320: warning: unable to resolve reference to 'addr' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:682: warning: The following parameter of sccp_msg_add_sua_opt(enum sccp_message_types type, struct msgb *msg, const struct xua_msg_part *opt) is not documented: parameter 'type' /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1176: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1140: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1209: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1300: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1638: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1599: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1429: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1559: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:797: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1271: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1238: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1332: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1468: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1382: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1519: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1189: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1156: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:1221: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:565: warning: unable to resolve reference to 'opt' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:143: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:143: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:119: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:119: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:143: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:143: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:119: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /build/_osmocom_api/libosmo-sccp/src/sccp_sclc.c:119: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:881: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:881: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented: parameter 'inst' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:136: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented: parameter 'prim_cb' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:123: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented: parameter 'prim_cb' /build/_osmocom_api/libosmo-sccp/src/sccp_user.c:88: warning: The following parameter of sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented: parameter 'prim_cb' /build/_osmocom_api/libosmo-sccp/src/osmo_ss7_asp.c:459: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented: parameter 'trans_proto' /build/_osmocom_api/libosmo-sccp/src/sua.c:500: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sua.c:674: warning: unable to resolve reference to 'msg' for \ref command /build/_osmocom_api/libosmo-sccp/src/sua.c:910: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/_osmocom_api/libosmo-sccp/src/sua.c:910: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /build/_osmocom_api/libosmo-sccp/src/sua.c:302: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/m3ua.c:685: warning: unable to resolve reference to 'msg' for \ref command /build/_osmocom_api/libosmo-sccp/src/m3ua.c:901: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/_osmocom_api/libosmo-sccp/src/m3ua.c:901: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /build/_osmocom_api/libosmo-sccp/src/m3ua.c:487: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command /build/_osmocom_api/libosmo-sccp/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command /build/_osmocom_api/libosmo-sccp/src/sua.c:500: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/sua.c:674: warning: unable to resolve reference to 'msg' for \ref command /build/_osmocom_api/libosmo-sccp/src/sua.c:910: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /build/_osmocom_api/libosmo-sccp/src/sua.c:910: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /build/_osmocom_api/libosmo-sccp/src/sua.c:302: warning: unable to resolve reference to 'xua' for \ref command /build/_osmocom_api/libosmo-sccp/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command /build/_osmocom_api/libosmo-sccp/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented: parameter 'num_maps' /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command /build/_osmocom_api/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command c/ipa.c... Generating docs for file src/m3ua.c... Generating docs for file src/mtp_pcap.c... Generating docs for file src/osmo_ss7.c... Generating docs for file src/osmo_ss7_as.c... Generating docs for file src/osmo_ss7_asp.c... Generating docs for file src/osmo_ss7_asp_peer.c... Generating docs for file src/osmo_ss7_hmrt.c... Generating docs for file src/osmo_ss7_vty.c... Generating docs for file src/osmo_ss7_xua_srv.c... Generating docs for file src/sccp.c... Generating docs for file src/sccp2sua.c... Generating docs for file src/sccp_helpers.c... Generating docs for file src/sccp_internal.h... Generating docs for file src/sccp_lbcs.c... Generating docs for file src/sccp_sap.c... Generating docs for file src/sccp_sclc.c... Generating docs for file src/sccp_scmg.c... Generating docs for file src/sccp_scoc.c... Generating docs for file src/sccp_scrc.c... Generating docs for file src/sccp_types.c... Generating docs for file src/sccp_user.c... Generating docs for file src/sccp_vty.c... Generating docs for file src/ss7_internal.h... Generating docs for file src/sua.c... Generating docs for file src/xua_as_fsm.c... Generating docs for file src/xua_as_fsm.h... Generating docs for file src/xua_asp_fsm.c... Generating docs for file src/xua_asp_fsm.h... Generating docs for file src/xua_default_lm_fsm.c... Generating docs for file src/xua_internal.h... Generating docs for file src/xua_msg.c... Generating docs for file src/xua_rkm.c... Generating docs for file src/xua_shared.c... Generating docs for file src/xua_snm.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound ipa_asp_fsm_priv... Generating docs for compound lm_fsm_priv... Generating docs for compound m3ua_data_hdr... Generating docs for compound osmo_mtp_pause_param... Generating docs for compound osmo_mtp_prim... Generating docs for compound osmo_mtp_resume_param... Generating docs for compound osmo_mtp_status_param... Generating docs for compound osmo_mtp_transfer_param... Generating docs for compound osmo_sccp_addr... Generating docs for compound osmo_sccp_addr_entry... Generating docs for compound osmo_sccp_gt... Generating docs for compound osmo_sccp_instance... Generating docs for compound osmo_sccp_user... Generating docs for compound osmo_scu_connect_param... Generating docs for compound osmo_scu_data_param... Generating docs for compound osmo_scu_disconn_param... Generating docs for compound osmo_scu_notice_param... Generating docs for compound osmo_scu_pcstate_param... Generating docs for compound osmo_scu_prim... Generating docs for compound osmo_scu_reset_param... Generating docs for compound osmo_scu_state_param... Generating docs for compound osmo_scu_unitdata_param... Generating docs for compound osmo_ss7_as... Generating docs for compound osmo_ss7_asp... Generating docs for compound osmo_ss7_asp_peer... Generating docs for compound osmo_ss7_instance... Generating docs for compound osmo_ss7_link... Generating docs for compound osmo_ss7_linkset... Generating docs for compound osmo_ss7_pc_fmt... Generating docs for compound osmo_ss7_route... Generating docs for compound osmo_ss7_route_table... Generating docs for compound osmo_ss7_routing_key... Generating docs for compound osmo_ss7_user... Generating docs for compound osmo_xlm_prim... Generating docs for compound osmo_xlm_prim_error... Generating docs for compound osmo_xlm_prim_notify... Generating docs for compound osmo_xlm_prim_rk_dereg... Generating docs for compound osmo_xlm_prim_rk_reg... Generating docs for compound osmo_xua_layer_manager... Generating docs for compound osmo_xua_server... Generating docs for compound pcap_hdr... Generating docs for compound pcaprec_hdr... Generating docs for compound sccp_connection... Generating docs for compound sccp_data_callback... Generating docs for compound sccp_scmg_msg... Generating docs for compound sccp_system... Generating docs for compound udt_offsets... Generating docs for compound xua_as_fsm_priv... Generating docs for compound xua_asp_fsm_priv... Generating docs for compound xua_common_hdr... Generating docs for compound xua_dialect... Generating docs for compound xua_msg... Generating docs for compound xua_msg_class... Generating docs for compound xua_msg_event_map... Generating docs for compound xua_msg_part... Generating docs for compound xua_parameter_hdr... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 2216/65536 hits=24409 misses=2370 finished... cd ./doc && tar cf html.tar */html make[3]: Entering directory '/build/_osmocom_api/libosmo-sccp' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/share/doc/libosmo-sccp' /usr/bin/install -c -m 644 ./doc/html.tar '/build/_osmocom_api/libosmo-sccp/../install/share/doc/libosmo-sccp' /usr/bin/mkdir -p '/build/_osmocom_api/libosmo-sccp/../install/lib/pkgconfig' /usr/bin/install -c -m 644 libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc '/build/_osmocom_api/libosmo-sccp/../install/lib/pkgconfig' make install-data-hook make[4]: Entering directory '/build/_osmocom_api/libosmo-sccp' cd /build/_osmocom_api/libosmo-sccp/../install/share/doc/libosmo-sccp && tar xf html.tar && rm -f html.tar make[4]: Leaving directory '/build/_osmocom_api/libosmo-sccp' make[3]: Leaving directory '/build/_osmocom_api/libosmo-sccp' make[2]: Leaving directory '/build/_osmocom_api/libosmo-sccp' make[1]: Leaving directory '/build/_osmocom_api/libosmo-sccp' + cd .. + osmo_git_clone_url osmo-gmr + echo https://gitea.osmocom.org/satellite/osmo-gmr + git clone https://gitea.osmocom.org/satellite/osmo-gmr Cloning into 'osmo-gmr'... + cd osmo-gmr + autoreconf -fi 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:15: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:15: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:15: the top level configure.ac:28: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:28: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:28: the top level configure.ac:72: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:72: 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:72: the top level configure.ac:74: warning: AC_OUTPUT should be used without arguments. configure.ac:74: You should run autoupdate. configure.ac:12: installing './compile' configure.ac:14: installing './config.guess' configure.ac:14: installing './config.sub' configure.ac:5: installing './install-sh' configure.ac:5: installing './missing' src/Makefile.am: installing './depcomp' + ./configure --prefix=/build/_osmocom_api/osmo-gmr/../install --with-systemdsystemunitdir=no 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 doxygen... /usr/bin/doxygen checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libosmocore >= 0.4.1... yes checking for libosmodsp... yes checking for fftw3f >= 3.2.0... yes checking for egrep... (cached) /usr/bin/grep -E checking if gcc supports -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating include/Makefile config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/gmr1/Makefile config.status: creating include/osmocom/gmr1/codec/Makefile config.status: creating include/osmocom/gmr1/l1/Makefile config.status: creating include/osmocom/gmr1/sdr/Makefile config.status: creating src/Makefile config.status: creating src/codec/Makefile config.status: creating src/l1/Makefile config.status: creating src/sdr/Makefile config.status: creating Makefile config.status: creating Doxyfile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-systemdsystemunitdir + make install echo 0.2.104-2b98 > .version-t && mv .version-t .version make install-recursive make[1]: Entering directory '/build/_osmocom_api/osmo-gmr' Making install in include make[2]: Entering directory '/build/_osmocom_api/osmo-gmr/include' Making install in osmocom make[3]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom' Making install in gmr1 make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1' Making install in codec make[5]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec' make[6]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec' 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/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec' make[5]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec' Making install in l1 make[5]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1' make[6]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1' 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/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1' make[5]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1' Making install in sdr make[5]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr' make[6]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr' 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/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr' make[5]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr' make[5]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1' make[6]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1' 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/_osmocom_api/osmo-gmr/include/osmocom/gmr1' make[5]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1' make[4]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1' make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/include/osmocom' make[5]: Entering directory '/build/_osmocom_api/osmo-gmr/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/_osmocom_api/osmo-gmr/include/osmocom' make[4]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr/include/osmocom' make[3]: Entering directory '/build/_osmocom_api/osmo-gmr/include' make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/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/_osmocom_api/osmo-gmr/include' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr/include' make[2]: Leaving directory '/build/_osmocom_api/osmo-gmr/include' Making install in src make[2]: Entering directory '/build/_osmocom_api/osmo-gmr/src' Making install in codec make[3]: Entering directory '/build/_osmocom_api/osmo-gmr/src/codec' CC ambe.o CC codec.o CC frame.o CC math.o CC tables.o CC tone.o CC synth.o synth.c:57:20: warning: 'wr' defined but not used [-Wunused-const-variable=] 57 | static const float wr[] = { | ^~ AR libgmr1-codec.a ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/src/codec' 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/_osmocom_api/osmo-gmr/src/codec' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr/src/codec' Making install in l1 make[3]: Entering directory '/build/_osmocom_api/osmo-gmr/src/l1' CC conv.o CC crc.o CC interleave.o CC punct.o CC scramb.o CC a5.o CC bcch.o CC ccch.o CC rach.o CC facch3.o CC facch9.o CC tch3.o CC tch9.o CC xch_dc12.o AR libgmr1-l1.a ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/src/l1' 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/_osmocom_api/osmo-gmr/src/l1' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr/src/l1' Making install in sdr make[3]: Entering directory '/build/_osmocom_api/osmo-gmr/src/sdr' CC dkab.o CC fcch.o CC nb.o CC pi4cxpsk.o AR libgmr1-sdr.a ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/src/sdr' 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/_osmocom_api/osmo-gmr/src/sdr' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr/src/sdr' make[3]: Entering directory '/build/_osmocom_api/osmo-gmr/src' CC gmr1_rx.o gmr1_rx.c: In function 'fcch_multi_process': gmr1_rx.c:676:41: warning: unused variable 'e_cich' [-Wunused-variable] 676 | float freq_err, e_fcch, e_cich, snr; | ^~~~~~ gmr1_rx.c:676:33: warning: unused variable 'e_fcch' [-Wunused-variable] 676 | float freq_err, e_fcch, e_cich, snr; | ^~~~~~ CC gsmtap.o CCLD gmr1_rx CC gmr1_rach_gen.o CCLD gmr1_rach_gen CC gmr1_gen_mat.o CCLD gmr1_gen_mat CC gmr1_ambe_decode.o CCLD gmr1_ambe_decode make[4]: Entering directory '/build/_osmocom_api/osmo-gmr/src' /usr/bin/mkdir -p '/build/_osmocom_api/osmo-gmr/../install/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c gmr1_rx gmr1_rach_gen gmr1_gen_mat gmr1_ambe_decode '/build/_osmocom_api/osmo-gmr/../install/bin' libtool: install: /usr/bin/install -c gmr1_rx /build/_osmocom_api/osmo-gmr/../install/bin/gmr1_rx libtool: install: /usr/bin/install -c gmr1_rach_gen /build/_osmocom_api/osmo-gmr/../install/bin/gmr1_rach_gen libtool: install: /usr/bin/install -c gmr1_gen_mat /build/_osmocom_api/osmo-gmr/../install/bin/gmr1_gen_mat libtool: install: /usr/bin/install -c gmr1_ambe_decode /build/_osmocom_api/osmo-gmr/../install/bin/gmr1_ambe_decode make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/_osmocom_api/osmo-gmr/src' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr/src' make[2]: Leaving directory '/build/_osmocom_api/osmo-gmr/src' make[2]: Entering directory '/build/_osmocom_api/osmo-gmr' mkdir -p doc /usr/bin/doxygen Doxyfile warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1511 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'CLASS_DIAGRAMS' at line 1523 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1532 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! warning: source 'images/' is not a readable file or directory... skipping. Doxygen version used: 1.9.4 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1 Searching for files in directory /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr Searching for files in directory /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec Searching for files in directory /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1 Searching for files in directory /build/_osmocom_api/osmo-gmr/src Searching for files in directory /build/_osmocom_api/osmo-gmr/src/sdr Searching for files in directory /build/_osmocom_api/osmo-gmr/src/codec Searching for files in directory /build/_osmocom_api/osmo-gmr/src/l1 Reading and parsing tag files Reading tag file '../libosmo-dsp/doc/libosmodsp.tag', location '../../libosmodsp/html/'... Reading tag file '../libosmocore/doc/libosmocore.tag', location '../../libosmocore/core/html/'... Parsing files Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec/codec.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec/codec.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/gsmtap.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/gsmtap.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/a5.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/a5.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/bcch.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/bcch.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/ccch.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/ccch.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/conv.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/conv.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/crc.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/crc.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/defs.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/defs.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/facch3.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/facch3.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/facch9.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/facch9.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/interleave.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/interleave.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/punct.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/punct.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/rach.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/rach.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/scramb.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/scramb.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/tch3.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/tch3.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/tch9.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/tch9.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/xch_dc12.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/l1/xch_dc12.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/defs.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/defs.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/dkab.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/dkab.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/fcch.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/fcch.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/nb.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/nb.h... Preprocessing /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/pi4cxpsk.h... Parsing file /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/pi4cxpsk.h... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/ambe.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/ambe.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/codec.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/codec.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/frame.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/frame.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/math.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/math.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/private.h... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/private.h... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/synth.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/synth.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/tables.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/tables.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/codec/tone.c... Parsing file /build/_osmocom_api/osmo-gmr/src/codec/tone.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/gmr1_ambe_decode.c... Parsing file /build/_osmocom_api/osmo-gmr/src/gmr1_ambe_decode.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/gmr1_gen_mat.c... Parsing file /build/_osmocom_api/osmo-gmr/src/gmr1_gen_mat.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/gmr1_rach_gen.c... Parsing file /build/_osmocom_api/osmo-gmr/src/gmr1_rach_gen.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c... Parsing file /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/gsmtap.c... Parsing file /build/_osmocom_api/osmo-gmr/src/gsmtap.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/a5.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/a5.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/bcch.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/bcch.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/ccch.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/ccch.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/conv.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/conv.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/crc.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/crc.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/facch3.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/facch3.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/facch9.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/facch9.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/interleave.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/interleave.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/punct.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/punct.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/rach.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/rach.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/scramb.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/scramb.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/tch3.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/tch3.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/tch9.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/tch9.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/l1/xch_dc12.c... Parsing file /build/_osmocom_api/osmo-gmr/src/l1/xch_dc12.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/sdr/dkab.c... Parsing file /build/_osmocom_api/osmo-gmr/src/sdr/dkab.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/sdr/fcch.c... Parsing file /build/_osmocom_api/osmo-gmr/src/sdr/fcch.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/sdr/nb.c... Parsing file :21575: warning: group conv: ignoring title "Convolutional encoding and decoding routines" that does not match old title "Convolutional coding" :21743: warning: group crc: ignoring title "Osmocom CRC routines" that does not match old title "Cyclic Redundancy Check" :23175: warning: group gsmtap: ignoring title "GSMTAP" that does not match old title "GMR-1 GSMtap helpers" /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/codec/codec.h:23: warning: Refusing to add group codec to itself /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:93: warning: Compound chan_desc is not documented. /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/fcch.h:36: warning: Compound gmr1_fcch_burst is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:60: warning: Compound tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:82: warning: Compound tch9_state is not documented. Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories /build/_osmocom_api/osmo-gmr/src/sdr/nb.c... Preprocessing /build/_osmocom_api/osmo-gmr/src/sdr/pi4cxpsk.c... Parsing file /build/_osmocom_api/osmo-gmr/src/sdr/pi4cxpsk.c... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Building concept list... Computing nesting relations for classes... Associating documentation with classes... Associating documentation with concepts... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating images for formulas in HTML... Generating image form_0.png for formula Generating image form_1.png for formula Generating image form_2.png for formula Generating example documentation... Generating file sources... Generating code for file include/osmocom/gmr1/codec/codec.h... Generating code for file include/osmocom/gmr1/gsmtap.h... Generating code for file include/osmocom/gmr1/l1/a5.h... Generating code for file include/osmocom/gmr1/l1/bcch.h... Generating code for file include/osmocom/gmr1/l1/ccch.h... Generating code for file include/osmocom/gmr1/l1/conv.h... Generating code for file include/osmocom/gmr1/l1/crc.h... Generating code for file include/osmocom/gmr1/l1/facch3.h... Generating code for file include/osmocom/gmr1/l1/facch9.h... Generating code for file include/osmocom/gmr1/l1/interleave.h... Generating code for file include/osmocom/gmr1/l1/punct.h... Generating code for file include/osmocom/gmr1/l1/rach.h... Generating code for file include/osmocom/gmr1/l1/scramb.h... Generating code for file include/osmocom/gmr1/l1/tch3.h... Generating code for file include/osmocom/gmr1/l1/tch9.h... Generating code for file include/osmocom/gmr1/l1/xch_dc12.h... Generating code for file include/osmocom/gmr1/l1/defs.h... Generating code for file include/osmocom/gmr1/sdr/defs.h... Generating code for file include/osmocom/gmr1/sdr/dkab.h... Generating code for file include/osmocom/gmr1/sdr/fcch.h... Generating code for file include/osmocom/gmr1/sdr/nb.h... Generating code for file include/osmocom/gmr1/sdr/pi4cxpsk.h... Parsing code for file src/codec/ambe.c... Parsing code for file src/codec/codec.c... Parsing code for file src/codec/frame.c... Parsing code for file src/codec/math.c... Generating code for file src/codec/private.h... Parsing code for file src/codec/synth.c... Parsing code for file src/codec/tables.c... Parsing code for file src/codec/tone.c... Parsing code for file src/gmr1_ambe_decode.c... Parsing code for file src/gmr1_gen_mat.c... Parsing code for file src/gmr1_rach_gen.c... Parsing code for file src/gmr1_rx.c... Parsing code for file src/g/build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/defs.h:38: warning: Member DEBUG_SIGNAL(n, v) (macro definition) of group sdr is not documented. /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/dkab.h:38: warning: Member GMR1_DKAB_SYMS (macro definition) of group dkab is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:119: warning: Member A51_R1_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:120: warning: Member A51_R2_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:121: warning: Member A51_R3_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:122: warning: Member A51_R4_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:124: warning: Member A51_R1_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:125: warning: Member A51_R2_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:126: warning: Member A51_R3_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:127: warning: Member A51_R4_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:129: warning: Member A51_R1_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:130: warning: Member A51_R2_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:131: warning: Member A51_R3_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:132: warning: Member A51_R4_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:134: warning: Member A51_BIT(r, n) (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:196: warning: Member MAJ(rnum, rname, a, b, c) (macro definition) of file a5.c is not documented. /build/_osmocom_api/osmo-gmr/src/l1/scramb.c:39: warning: Member GMR1_SCRAMBLE_REG_INIT (macro definition) of group scramb is not documented. /build/_osmocom_api/osmo-gmr/src/gsmtap.c:39: warning: The following parameters of gmr1_gsmtap_makemsg(uint8_t chan_type, uint32_t fn, uint8_t tn, const uint8_t *l2, int len) are not documented: parameter 'fn' parameter 'tn' /build/_osmocom_api/osmo-gmr/src/l1/a5.c:119: warning: Member A51_R1_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:120: warning: Member A51_R2_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:121: warning: Member A51_R3_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:122: warning: Member A51_R4_LEN (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:124: warning: Member A51_R1_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:125: warning: Member A51_R2_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:126: warning: Member A51_R3_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:127: warning: Member A51_R4_MASK (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:129: warning: Member A51_R1_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:130: warning: Member A51_R2_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:131: warning: Member A51_R3_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:132: warning: Member A51_R4_TAPS (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/a5.c:134: warning: Member A51_BIT(r, n) (macro definition) of group a5 is not documented. /build/_osmocom_api/osmo-gmr/src/l1/scramb.c:39: warning: Member GMR1_SCRAMBLE_REG_INIT (macro definition) of group scramb is not documented. /build/_osmocom_api/osmo-gmr/src/l1/tch3.c:114: warning: found documented return type for gmr1_tch3_decode that does not return anything /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/defs.h:38: warning: Member DEBUG_SIGNAL(n, v) (macro definition) of group sdr is not documented. /build/_osmocom_api/osmo-gmr/include/osmocom/gmr1/sdr/dkab.h:38: warning: Member GMR1_DKAB_SYMS (macro definition) of group dkab is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:95: warning: Member bcch (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:96: warning: Member tch (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:97: warning: Member tch_csd (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:98: warning: Member sps (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:101: warning: Member align (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:102: warning: Member freq_err (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:105: warning: Member fn (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:106: warning: Member sa_sirfn_delay (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:107: warning: Member sa_bcch_stn (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:110: warning: Member tch3_state (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:111: warning: Member tch9_state (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:114: warning: Member kc[8] (variable) of struct chan_desc is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:62: warning: Member active (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:65: warning: Member tn (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:66: warning: Member p (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:67: warning: Member ciph (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:70: warning: Member energy_dkab (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:71: warning: Member energy_burst (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:73: warning: Member weak_cnt (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:76: warning: Member ebits[104 *4] (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:77: warning: Member bi_fn[4] (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:78: warning: Member sync_id (variable) of struct tch3_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:79: warning: Member burst_cnt (variable) of struct tch3_state is not documented. smtap.c... Parsing code for file src/l1/a5.c... Parsing code for file src/l1/bcch.c... Parsing code for file src/l1/ccch.c... Parsing code for file src/l1/conv.c... Parsing code for file src/l1/crc.c... Parsing code for file src/l1/facch3.c... Parsing code for file src/l1/facch9.c... Parsing code for file src/l1/interleave.c... Parsing code for file src/l1/punct.c... Parsing code for file src/l1/rach.c... Parsing code for file src/l1/scramb.c... Parsing code for file src/l1/tch3.c... Parsing code for file src/l1/tch9.c... Parsing code for file src/l1/xch_dc12.c... Parsing code for file src/sdr/dkab.c... Parsing code for file src/sdr/fcch.c... Parsing code for file src/sdr/nb.c... Parsing code for file src/sdr/pi4cxpsk.c... Generating file documentation... Generating docs for file include/osmocom/gmr1/codec/codec.h... Generating docs for file include/osmocom/gmr1/gsmtap.h... Generating docs for file include/osmocom/gmr1/l1/a5.h... Generating docs for file include/osmocom/gmr1/l1/bcch.h... Generating docs for file include/osmocom/gmr1/l1/ccch.h... Generating docs for file include/osmocom/gmr1/l1/conv.h... Generating docs for file include/osmocom/gmr1/l1/crc.h... Generating docs for file include/osmocom/gmr1/l1/facch3.h... Generating docs for file include/osmocom/gmr1/l1/facch9.h... Generating docs for file include/osmocom/gmr1/l1/interleave.h... Generating docs for file include/osmocom/gmr1/l1/punct.h... Generating docs for file include/osmocom/gmr1/l1/rach.h... Generating docs for file include/osmocom/gmr1/l1/scramb.h... Generating docs for file include/osmocom/gmr1/l1/tch3.h... Generating docs for file include/osmocom/gmr1/l1/tch9.h... Generating docs for file include/osmocom/gmr1/l1/xch_dc12.h... Generating docs for file include/osmocom/gmr1/l1/defs.h... Generating docs for file include/osmocom/gmr1/sdr/defs.h... Generating docs for file include/osmocom/gmr1/sdr/dkab.h... Generating docs for file include/osmocom/gmr1/sdr/fcch.h... Generating docs for file include/osmocom/gmr1/sdr/nb.h... Generating docs for file include/osmocom/gmr1/sdr/pi4cxpsk.h... Generating docs for file src/codec/ambe.c... Generating docs for file src/codec/codec.c... Generating docs for file src/codec/frame.c... Generating docs for file src/codec/math.c... Generating docs for file src/codec/private.h... Generating docs for file src/codec/synth.c... Generating docs for file src/codec/tables.c... Generating docs for file src/codec/tone.c... Generating docs for file src/gsmtap.c... Generating docs for file src/l1/a5.c... Generating docs for file src/l1/bcch.c... Generating docs for file src/l1/ccch.c... Generating docs for file src/l1/conv.c... Generating docs for file src/l1/crc.c... Generating docs for file src/l1/facch3.c... Generating docs for file src/l1/facch9.c... Generating docs for file src/l1/interleave.c... Generating docs for file src/l1/punct.c... Generating docs for file src/l1/rach.c... Generating docs for file src/l1/scramb.c... Generating docs for file src/l1/tch3.c... Generating docs for file src/l1/tch9.c... Generating docs for file src/l1/xch_dc12.c... Generating docs for file src/sdr/dkab.c... Generating docs for file src/sdr/fcch.c... Generating docs for file src/sdr/nb.c... Generating docs for file src/sdr/pi4cxpsk.c... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound ambe_decoder... Generating docs for compound ambe_raw_params... Generating docs for compound ambe_subframe... Generating docs for compound ambe_synth... Generating docs for compound chan_desc... Generating docs for compound gmr1_codec... Generating docs for compound gmr1_fcch_burst... Generating docs for compound gmr1_interleaver... Generating docs for compound gmr1_pi4cxpsk_burst... Generating docs for compound gmr1_pi4cxpsk_data... Generating docs for compound gmr1_pi4cxpsk_modulation... Generating docs for compound gmr1_pi4cxpsk_symbol... Generating docs for compound gmr1_pi4cxpsk_sync... Generating docs for compound gmr1_puncturer... Generating docs for compound tch3_state... Gene/build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:84: warning: Member active (variable) of struct tch9_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:87: warning: Member tn (variable) of struct tch9_state is not documented. /build/_osmocom_api/osmo-gmr/src/gmr1_rx.c:90: warning: Member il (variable) of struct tch9_state is not documented. rating docs for compound tch9_state... Generating docs for compound tone_desc... Generating concept documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating concept index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 534/65536 hits=8130 misses=740 finished... cd ./doc && tar cf html.tar html make[3]: Entering directory '/build/_osmocom_api/osmo-gmr' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/build/_osmocom_api/osmo-gmr/../install/share/doc/osmo-gmr' /usr/bin/install -c -m 644 ./doc/html.tar '/build/_osmocom_api/osmo-gmr/../install/share/doc/osmo-gmr' make install-data-hook make[4]: Entering directory '/build/_osmocom_api/osmo-gmr' cd /build/_osmocom_api/osmo-gmr/../install/share/doc/osmo-gmr && tar xf html.tar && rm -f html.tar make[4]: Leaving directory '/build/_osmocom_api/osmo-gmr' make[3]: Leaving directory '/build/_osmocom_api/osmo-gmr' make[2]: Leaving directory '/build/_osmocom_api/osmo-gmr' make[1]: Leaving directory '/build/_osmocom_api/osmo-gmr' + cd .. + [ -d libosmocore/doc ] + rsync -avz --delete -e ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 ./libosmocore/doc/ api@ftp.osmocom.org:web-files/latest/libosmocore/ sending incremental file list ./ .empty html.tar libosmocodec.tag libosmocodec.tag.prep libosmocoding.tag libosmocoding.tag.prep libosmocore.tag libosmocore.tag.prep libosmoctrl.tag libosmoctrl.tag.prep libosmogb.tag libosmogb.tag.prep libosmogsm.tag libosmogsm.tag.prep libosmoisdn.tag libosmoisdn.tag.prep libosmosim.tag libosmosim.tag.prep libosmousb.tag libosmousb.tag.prep libosmovty.tag libosmovty.tag.prep codec/ codec/html/ codec/html/annotated.html codec/html/annotated_dup.js codec/html/bc_s.png codec/html/bdwn.png codec/html/classes.html codec/html/closed.png codec/html/codec_8h.html codec/html/codec_8h.js codec/html/codec_8h_source.html codec/html/dir_151477fbb2004db53c35e14eac38e5d5.html codec/html/dir_151477fbb2004db53c35e14eac38e5d5.js codec/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html codec/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js codec/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html codec/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js codec/html/dir_b28332b7c67bf5065126b2ebef06f8f3.html codec/html/dir_b28332b7c67bf5065126b2ebef06f8f3.js codec/html/dir_d44c64559bbebec7f509842c48db8b23.html codec/html/dir_d44c64559bbebec7f509842c48db8b23.js codec/html/doc.png codec/html/doxygen.css codec/html/doxygen.svg codec/html/dynsections.js codec/html/ecu_8c.html codec/html/ecu_8c.js codec/html/ecu_8h.html codec/html/ecu_8h.js codec/html/ecu_8h_source.html codec/html/ecu__fr_8c.html codec/html/ecu__fr_8c.js codec/html/ecu__fr__old_8c.html codec/html/ecu__fr__old_8c.js codec/html/files.html codec/html/files_dup.js codec/html/folderclosed.png codec/html/folderopen.png codec/html/functions.html codec/html/functions_vars.html codec/html/globals.html codec/html/globals_a.html codec/html/globals_c.html codec/html/globals_defs.html codec/html/globals_dup.js codec/html/globals_e.html codec/html/globals_enum.html codec/html/globals_eval.html codec/html/globals_eval.js codec/html/globals_eval_a.html codec/html/globals_eval_g.html codec/html/globals_eval_o.html codec/html/globals_eval_s.html codec/html/globals_f.html codec/html/globals_func.html codec/html/globals_g.html codec/html/globals_o.html codec/html/globals_r.html codec/html/globals_s.html codec/html/globals_t.html codec/html/globals_vars.html codec/html/gsm610_8c.html codec/html/gsm610_8c.js codec/html/gsm610__bits_8h.html codec/html/gsm610__bits_8h.js codec/html/gsm610__bits_8h_source.html codec/html/gsm620_8c.html codec/html/gsm620_8c.js codec/html/gsm660_8c.html codec/html/gsm660_8c.js codec/html/gsm690_8c.html codec/html/gsm690_8c.js codec/html/index.html codec/html/jquery.js codec/html/menu.js codec/html/menudata.js codec/html/nav_f.png codec/html/nav_g.png codec/html/nav_h.png codec/html/navtree.css codec/html/navtree.js codec/html/navtreedata.js codec/html/navtreeindex0.js codec/html/navtreeindex1.js codec/html/open.png codec/html/resize.js codec/html/splitbar.png codec/html/structfr__ecu__state.html codec/html/structfr__ecu__state.js codec/html/structosmo__ecu__fr__state.html codec/html/structosmo__ecu__fr__state.js codec/html/structosmo__ecu__ops.html codec/html/structosmo__ecu__ops.js codec/html/structosmo__ecu__state.html codec/html/structosmo__ecu__state.js codec/html/structts26101__reorder__table.html codec/html/structts26101__reorder__table.js codec/html/sync_off.png codec/html/sync_on.png codec/html/tab_a.png codec/html/tab_b.png codec/html/tab_h.png codec/html/tab_s.png codec/html/tabs.css codec/html/search/ codec/html/search/all_0.html codec/html/search/all_0.js codec/html/search/all_1.html codec/html/search/all_1.js codec/html/search/all_10.html codec/html/search/all_10.js codec/html/search/all_11.html codec/html/search/all_11.js codec/html/search/all_12.html codec/html/search/all_12.js codec/html/search/all_13.html codec/html/search/all_13.js codec/html/search/all_14.html codec/html/search/all_14.js codec/html/search/all_15.html codec/html/search/all_15.js codec/html/search/all_16.html codec/html/search/all_16.js codec/html/search/all_17.html codec/html/search/all_17.js codec/html/search/all_18.html codec/html/search/all_18.js codec/html/search/all_19.html codec/html/search/all_19.js codec/html/search/all_2.html codec/html/search/all_2.js codec/html/search/all_3.html codec/html/search/all_3.js codec/html/search/all_4.html codec/html/search/all_4.js codec/html/search/all_5.html codec/html/search/all_5.js codec/html/search/all_6.html codec/html/search/all_6.js codec/html/search/all_7.html codec/html/search/all_7.js codec/html/search/all_8.html codec/html/search/all_8.js codec/html/search/all_9.html codec/html/search/all_9.js codec/html/search/all_a.html codec/html/search/all_a.js codec/html/search/all_b.html codec/html/search/all_b.js codec/html/search/all_c.html codec/html/search/all_c.js codec/html/search/all_d.html codec/html/search/all_d.js codec/html/search/all_e.html codec/html/search/all_e.js codec/html/search/all_f.html codec/html/search/all_f.js codec/html/search/classes_0.html codec/html/search/classes_0.js codec/html/search/classes_1.html codec/html/search/classes_1.js codec/html/search/classes_10.html codec/html/search/classes_10.js codec/html/search/classes_11.html codec/html/search/classes_11.js codec/html/search/classes_12.html codec/html/search/classes_12.js codec/html/search/classes_13.html codec/html/search/classes_13.js codec/html/search/classes_14.html codec/html/search/classes_14.js codec/html/search/classes_15.html codec/html/search/classes_15.js codec/html/search/classes_2.html codec/html/search/classes_2.js codec/html/search/classes_3.html codec/html/search/classes_3.js codec/html/search/classes_4.html codec/html/search/classes_4.js codec/html/search/classes_5.html codec/html/search/classes_5.js codec/html/search/classes_6.html codec/html/search/classes_6.js codec/html/search/classes_7.html codec/html/search/classes_7.js codec/html/search/classes_8.html codec/html/search/classes_8.js codec/html/search/classes_9.html codec/html/search/classes_9.js codec/html/search/classes_a.html codec/html/search/classes_a.js codec/html/search/classes_b.html codec/html/search/classes_b.js codec/html/search/classes_c.html codec/html/search/classes_c.js codec/html/search/classes_d.html codec/html/search/classes_d.js codec/html/search/classes_e.html codec/html/search/classes_e.js codec/html/search/classes_f.html codec/html/search/classes_f.js codec/html/search/close.svg codec/html/search/defines_0.html codec/html/search/defines_0.js codec/html/search/defines_1.html codec/html/search/defines_1.js codec/html/search/enums_0.html codec/html/search/enums_0.js codec/html/search/enums_1.html codec/html/search/enums_1.js codec/html/search/enums_2.html codec/html/search/enums_2.js codec/html/search/enums_3.html codec/html/search/enums_3.js codec/html/search/enums_4.html codec/html/search/enums_4.js codec/html/search/enums_5.html codec/html/search/enums_5.js codec/html/search/enums_6.html codec/html/search/enums_6.js codec/html/search/enums_7.html codec/html/search/enums_7.js codec/html/search/enums_8.html codec/html/search/enums_8.js codec/html/search/enums_9.html codec/html/search/enums_9.js codec/html/search/enums_a.html codec/html/search/enums_a.js codec/html/search/enums_b.html codec/html/search/enums_b.js codec/html/search/enums_c.html codec/html/search/enums_c.js codec/html/search/enumvalues_0.html codec/html/search/enumvalues_0.js codec/html/search/enumvalues_1.html codec/html/search/enumvalues_1.js codec/html/search/enumvalues_2.html codec/html/search/enumvalues_2.js codec/html/search/enumvalues_3.html codec/html/search/enumvalues_3.js codec/html/search/enumvalues_4.html codec/html/search/enumvalues_4.js codec/html/search/files_0.html codec/html/search/files_0.js codec/html/search/files_1.html codec/html/search/files_1.js codec/html/search/files_10.html codec/html/search/files_10.js codec/html/search/files_11.html codec/html/search/files_11.js codec/html/search/files_12.html codec/html/search/files_12.js codec/html/search/files_13.html codec/html/search/files_13.js codec/html/search/files_14.html codec/html/search/files_14.js codec/html/search/files_2.html codec/html/search/files_2.js codec/html/search/files_3.html codec/html/search/files_3.js codec/html/search/files_4.html codec/html/search/files_4.js codec/html/search/files_5.html codec/html/search/files_5.js codec/html/search/files_6.html codec/html/search/files_6.js codec/html/search/files_7.html codec/html/search/files_7.js codec/html/search/files_8.html codec/html/search/files_8.js codec/html/search/files_9.html codec/html/search/files_9.js codec/html/search/files_a.html codec/html/search/files_a.js codec/html/search/files_b.html codec/html/search/files_b.js codec/html/search/files_c.html codec/html/search/files_c.js codec/html/search/files_d.html codec/html/search/files_d.js codec/html/search/files_e.html codec/html/search/files_e.js codec/html/search/files_f.html codec/html/search/files_f.js codec/html/search/functions_0.html codec/html/search/functions_0.js codec/html/search/functions_1.html codec/html/search/functions_1.js codec/html/search/functions_10.html codec/html/search/functions_10.js codec/html/search/functions_11.html codec/html/search/functions_11.js codec/html/search/functions_12.html codec/html/search/functions_12.js codec/html/search/functions_13.html codec/html/search/functions_13.js codec/html/search/functions_14.html codec/html/search/functions_14.js codec/html/search/functions_15.html codec/html/search/functions_15.js codec/html/search/functions_2.html codec/html/search/functions_2.js codec/html/search/functions_3.html codec/html/search/functions_3.js codec/html/search/functions_4.html codec/html/search/functions_4.js codec/html/search/functions_5.html codec/html/search/functions_5.js codec/html/search/functions_6.html codec/html/search/functions_6.js codec/html/search/functions_7.html codec/html/search/functions_7.js codec/html/search/functions_8.html codec/html/search/functions_8.js codec/html/search/functions_9.html codec/html/search/functions_9.js codec/html/search/functions_a.html codec/html/search/functions_a.js codec/html/search/functions_b.html codec/html/search/functions_b.js codec/html/search/functions_c.html codec/html/search/functions_c.js codec/html/search/functions_d.html codec/html/search/functions_d.js codec/html/search/functions_e.html codec/html/search/functions_e.js codec/html/search/functions_f.html codec/html/search/functions_f.js codec/html/search/groups_0.html codec/html/search/groups_0.js codec/html/search/groups_1.html codec/html/search/groups_1.js codec/html/search/groups_10.html codec/html/search/groups_10.js codec/html/search/groups_11.html codec/html/search/groups_11.js codec/html/search/groups_2.html codec/html/search/groups_2.js codec/html/search/groups_3.html codec/html/search/groups_3.js codec/html/search/groups_4.html codec/html/search/groups_4.js codec/html/search/groups_5.html codec/html/search/groups_5.js codec/html/search/groups_6.html codec/html/search/groups_6.js codec/html/search/groups_7.html codec/html/search/groups_7.js codec/html/search/groups_8.html codec/html/search/groups_8.js codec/html/search/groups_9.html codec/html/search/groups_9.js codec/html/search/groups_a.html codec/html/search/groups_a.js codec/html/search/groups_b.html codec/html/search/groups_b.js codec/html/search/groups_c.html codec/html/search/groups_c.js codec/html/search/groups_d.html codec/html/search/groups_d.js codec/html/search/groups_e.html codec/html/search/groups_e.js codec/html/search/groups_f.html codec/html/search/groups_f.js codec/html/search/mag_sel.svg codec/html/search/nomatches.html codec/html/search/search.css codec/html/search/search.js codec/html/search/search_l.png codec/html/search/search_m.png codec/html/search/search_r.png codec/html/search/searchdata.js codec/html/search/typedefs_0.html codec/html/search/typedefs_0.js codec/html/search/typedefs_1.html codec/html/search/typedefs_1.js codec/html/search/typedefs_2.html codec/html/search/typedefs_2.js codec/html/search/typedefs_3.html codec/html/search/typedefs_3.js codec/html/search/typedefs_4.html codec/html/search/typedefs_4.js codec/html/search/typedefs_5.html codec/html/search/typedefs_5.js codec/html/search/typedefs_6.html codec/html/search/typedefs_6.js codec/html/search/variables_0.html codec/html/search/variables_0.js codec/html/search/variables_1.html codec/html/search/variables_1.js codec/html/search/variables_10.html codec/html/search/variables_10.js codec/html/search/variables_11.html codec/html/search/variables_11.js codec/html/search/variables_12.html codec/html/search/variables_12.js codec/html/search/variables_13.html codec/html/search/variables_13.js codec/html/search/variables_14.html codec/html/search/variables_14.js codec/html/search/variables_15.html codec/html/search/variables_15.js codec/html/search/variables_16.html codec/html/search/variables_16.js codec/html/search/variables_17.html codec/html/search/variables_17.js codec/html/search/variables_18.html codec/html/search/variables_18.js codec/html/search/variables_2.html codec/html/search/variables_2.js codec/html/search/variables_3.html codec/html/search/variables_3.js codec/html/search/variables_4.html codec/html/search/variables_4.js codec/html/search/variables_5.html codec/html/search/variables_5.js codec/html/search/variables_6.html codec/html/search/variables_6.js codec/html/search/variables_7.html codec/html/search/variables_7.js codec/html/search/variables_8.html codec/html/search/variables_8.js codec/html/search/variables_9.html codec/html/search/variables_9.js codec/html/search/variables_a.html codec/html/search/variables_a.js codec/html/search/variables_b.html codec/html/search/variables_b.js codec/html/search/variables_c.html codec/html/search/variables_c.js codec/html/search/variables_d.html codec/html/search/variables_d.js codec/html/search/variables_e.html codec/html/search/variables_e.js codec/html/search/variables_f.html codec/html/search/variables_f.js codec/latex/ codec/latex/Makefile codec/latex/annotated.tex codec/latex/codec_8h.tex codec/latex/codec_8h_source.tex codec/latex/dir_151477fbb2004db53c35e14eac38e5d5.tex codec/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex codec/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex codec/latex/dir_b28332b7c67bf5065126b2ebef06f8f3.tex codec/latex/dir_d44c64559bbebec7f509842c48db8b23.tex codec/latex/doxygen.sty codec/latex/ecu_8c.tex codec/latex/ecu_8h.tex codec/latex/ecu_8h_source.tex codec/latex/ecu__fr_8c.tex codec/latex/ecu__fr__old_8c.tex codec/latex/files.tex codec/latex/gsm610_8c.tex codec/latex/gsm610__bits_8h.tex codec/latex/gsm610__bits_8h_source.tex codec/latex/gsm620_8c.tex codec/latex/gsm660_8c.tex codec/latex/gsm690_8c.tex codec/latex/longtable_doxygen.sty codec/latex/refman.tex codec/latex/structfr__ecu__state.tex codec/latex/structosmo__ecu__fr__state.tex codec/latex/structosmo__ecu__ops.tex codec/latex/structosmo__ecu__state.tex codec/latex/structts26101__reorder__table.tex codec/latex/tabu_doxygen.sty coding/ coding/html/ coding/html/annotated.html coding/html/annotated_dup.js coding/html/bc_s.png coding/html/bdwn.png coding/html/classes.html coding/html/closed.png coding/html/dir_00db49a1f2ba5b22e7651fe853d80c1d.html coding/html/dir_00db49a1f2ba5b22e7651fe853d80c1d.js coding/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html coding/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js coding/html/dir_916c1715d144fbc7f4f6a590d03ffb1a.html coding/html/dir_916c1715d144fbc7f4f6a590d03ffb1a.js coding/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html coding/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js coding/html/dir_d44c64559bbebec7f509842c48db8b23.html coding/html/dir_d44c64559bbebec7f509842c48db8b23.js coding/html/doc.png coding/html/doxygen.css coding/html/doxygen.svg coding/html/dynsections.js coding/html/files.html coding/html/files_dup.js coding/html/folderclosed.png coding/html/folderopen.png coding/html/functions.html coding/html/functions_vars.html coding/html/globals.html coding/html/globals_a.html coding/html/globals_c.html coding/html/globals_d.html coding/html/globals_defs.html coding/html/globals_dup.js coding/html/globals_e.html coding/html/globals_enum.html coding/html/globals_eval.html coding/html/globals_func.html coding/html/globals_g.html coding/html/globals_i.html coding/html/globals_o.html coding/html/globals_r.html coding/html/globals_s.html coding/html/globals_t.html coding/html/globals_vars.html coding/html/group__Tdef.js coding/html/group__Tdef__VTY.js coding/html/group__a5.js coding/html/group__auth.js coding/html/group__bitcomp.js coding/html/group__bits.js coding/html/group__bitvec.js coding/html/group__bsslap.js coding/html/group__bssmap__le.js coding/html/group__coding.html coding/html/group__coding.js coding/html/group__command.js coding/html/group__conv.js coding/html/group__cpu__sched__VTY.js coding/html/group__crc.js coding/html/group__crypto.js coding/html/group__fsm.js coding/html/group__gad.js coding/html/group__gea.js coding/html/group__gsm0408.js coding/html/group__gsm0502.js coding/html/group__gsm0808.js coding/html/group__gsm29205.js coding/html/group__gsmtap.js coding/html/group__gsup.js coding/html/group__interleaving.html coding/html/group__interleaving.js coding/html/group__ipa.js coding/html/group__kdf.js coding/html/group__lapd.js coding/html/group__lapdm.js coding/html/group__libgb.js coding/html/group__linuxlist.js coding/html/group__logging.js coding/html/group__logging__internal.js coding/html/group__loggingrb.js coding/html/group__mapping.html coding/html/group__mapping.js coding/html/group__msgb.js coding/html/group__netdev.js coding/html/group__oap.js coding/html/group__oml.js coding/html/group__osmo__io.js coding/html/group__osmo__it__q.js coding/html/group__osmo__stat__item.js coding/html/group__osmo__strrb.js coding/html/group__parity.html coding/html/group__parity.js coding/html/group__prim.js coding/html/group__rate__ctr.js coding/html/group__rlp.js coding/html/group__rsl.js coding/html/group__select.js coding/html/group__sercomm.js coding/html/group__serial.js coding/html/group__signal.js coding/html/group__sms.js coding/html/group__sockaddr__str.js coding/html/group__socket.js coding/html/group__stats.js coding/html/group__tables.html coding/html/group__tables.js coding/html/group__telnet__interface.js coding/html/group__thread.js coding/html/group__time__cc.js coding/html/group__timer.js coding/html/group__tlv.js coding/html/group__tun.js coding/html/group__use__count.js coding/html/group__utils.js coding/html/group__vector.js coding/html/group__vty.js coding/html/group__write__queue.js coding/html/gsm0503__amr__dtx_8c.html coding/html/gsm0503__amr__dtx_8c.js coding/html/gsm0503__amr__dtx_8h.html coding/html/gsm0503__amr__dtx_8h.js coding/html/gsm0503__amr__dtx_8h_source.html coding/html/gsm0503__coding_8c.html coding/html/gsm0503__coding_8c.js coding/html/gsm0503__coding_8h.html coding/html/gsm0503__coding_8h.js coding/html/gsm0503__coding_8h_source.html coding/html/gsm0503__interleaving_8c.html coding/html/gsm0503__interleaving_8c.js coding/html/gsm0503__interleaving_8h.html coding/html/gsm0503__interleaving_8h.js coding/html/gsm0503__interleaving_8h_source.html coding/html/gsm0503__mapping_8c.html coding/html/gsm0503__mapping_8c.js coding/html/gsm0503__mapping_8h.html coding/html/gsm0503__mapping_8h.js coding/html/gsm0503__mapping_8h_source.html coding/html/gsm0503__parity_8c.html coding/html/gsm0503__parity_8c.js coding/html/gsm0503__parity_8h.html coding/html/gsm0503__parity_8h.js coding/html/gsm0503__parity_8h_source.html coding/html/gsm0503__tables_8c.html coding/html/gsm0503__tables_8c.js coding/html/gsm0503__tables_8h.html coding/html/gsm0503__tables_8h.js coding/html/gsm0503__tables_8h_source.html coding/html/index.html coding/html/jquery.js coding/html/menu.js coding/html/menudata.js coding/html/modules.html coding/html/modules.js coding/html/nav_f.png coding/html/nav_g.png coding/html/nav_h.png coding/html/navtree.css coding/html/navtree.js coding/html/navtreedata.js coding/html/navtreeindex0.js coding/html/navtreeindex1.js coding/html/navtreeindex10.js coding/html/navtreeindex11.js coding/html/navtreeindex12.js coding/html/navtreeindex13.js coding/html/navtreeindex14.js coding/html/navtreeindex15.js coding/html/navtreeindex16.js coding/html/navtreeindex17.js coding/html/navtreeindex2.js coding/html/navtreeindex3.js coding/html/navtreeindex4.js coding/html/navtreeindex5.js coding/html/navtreeindex6.js coding/html/navtreeindex7.js coding/html/navtreeindex8.js coding/html/navtreeindex9.js coding/html/open.png coding/html/resize.js coding/html/splitbar.png coding/html/structgsm0503__mcs__code.html coding/html/structgsm0503__mcs__code.js coding/html/sync_off.png coding/html/sync_on.png coding/html/tab_a.png coding/html/tab_b.png coding/html/tab_h.png coding/html/tab_s.png coding/html/tabs.css coding/html/uniongprs__rlc__dl__hdr__egprs.html coding/html/uniongprs__rlc__dl__hdr__egprs.js coding/html/uniongprs__rlc__ul__hdr__egprs.html coding/html/uniongprs__rlc__ul__hdr__egprs.js coding/html/search/ coding/html/search/all_0.html coding/html/search/all_0.js coding/html/search/all_1.html coding/html/search/all_1.js coding/html/search/all_10.html coding/html/search/all_10.js coding/html/search/all_11.html coding/html/search/all_11.js coding/html/search/all_12.html coding/html/search/all_12.js coding/html/search/all_13.html coding/html/search/all_13.js coding/html/search/all_14.html coding/html/search/all_14.js coding/html/search/all_15.html coding/html/search/all_15.js coding/html/search/all_16.html coding/html/search/all_16.js coding/html/search/all_17.html coding/html/search/all_17.js coding/html/search/all_18.html coding/html/search/all_18.js coding/html/search/all_19.html coding/html/search/all_19.js coding/html/search/all_2.html coding/html/search/all_2.js coding/html/search/all_3.html coding/html/search/all_3.js coding/html/search/all_4.html coding/html/search/all_4.js coding/html/search/all_5.html coding/html/search/all_5.js coding/html/search/all_6.html coding/html/search/all_6.js coding/html/search/all_7.html coding/html/search/all_7.js coding/html/search/all_8.html coding/html/search/all_8.js coding/html/search/all_9.html coding/html/search/all_9.js coding/html/search/all_a.html coding/html/search/all_a.js coding/html/search/all_b.html coding/html/search/all_b.js coding/html/search/all_c.html coding/html/search/all_c.js coding/html/search/all_d.html coding/html/search/all_d.js coding/html/search/all_e.html coding/html/search/all_e.js coding/html/search/all_f.html coding/html/search/all_f.js coding/html/search/classes_0.html coding/html/search/classes_0.js coding/html/search/classes_1.html coding/html/search/classes_1.js coding/html/search/classes_10.html coding/html/search/classes_10.js coding/html/search/classes_11.html coding/html/search/classes_11.js coding/html/search/classes_12.html coding/html/search/classes_12.js coding/html/search/classes_13.html coding/html/search/classes_13.js coding/html/search/classes_14.html coding/html/search/classes_14.js coding/html/search/classes_15.html coding/html/search/classes_15.js coding/html/search/classes_2.html coding/html/search/classes_2.js coding/html/search/classes_3.html coding/html/search/classes_3.js coding/html/search/classes_4.html coding/html/search/classes_4.js coding/html/search/classes_5.html coding/html/search/classes_5.js coding/html/search/classes_6.html coding/html/search/classes_6.js coding/html/search/classes_7.html coding/html/search/classes_7.js coding/html/search/classes_8.html coding/html/search/classes_8.js coding/html/search/classes_9.html coding/html/search/classes_9.js coding/html/search/classes_a.html coding/html/search/classes_a.js coding/html/search/classes_b.html coding/html/search/classes_b.js coding/html/search/classes_c.html coding/html/search/classes_c.js coding/html/search/classes_d.html coding/html/search/classes_d.js coding/html/search/classes_e.html coding/html/search/classes_e.js coding/html/search/classes_f.html coding/html/search/classes_f.js coding/html/search/close.svg coding/html/search/defines_0.html coding/html/search/defines_0.js coding/html/search/enums_0.html coding/html/search/enums_0.js coding/html/search/enums_1.html coding/html/search/enums_1.js coding/html/search/enums_2.html coding/html/search/enums_2.js coding/html/search/enums_3.html coding/html/search/enums_3.js coding/html/search/enums_4.html coding/html/search/enums_4.js coding/html/search/enums_5.html coding/html/search/enums_5.js coding/html/search/enums_6.html coding/html/search/enums_6.js coding/html/search/enums_7.html coding/html/search/enums_7.js coding/html/search/enums_8.html coding/html/search/enums_8.js coding/html/search/enums_9.html coding/html/search/enums_9.js coding/html/search/enums_a.html coding/html/search/enums_a.js coding/html/search/enums_b.html coding/html/search/enums_b.js coding/html/search/enums_c.html coding/html/search/enums_c.js coding/html/search/enumvalues_0.html coding/html/search/enumvalues_0.js coding/html/search/enumvalues_1.html coding/html/search/enumvalues_1.js coding/html/search/files_0.html coding/html/search/files_0.js coding/html/search/files_1.html coding/html/search/files_1.js coding/html/search/files_10.html coding/html/search/files_10.js coding/html/search/files_11.html coding/html/search/files_11.js coding/html/search/files_12.html coding/html/search/files_12.js coding/html/search/files_13.html coding/html/search/files_13.js coding/html/search/files_14.html coding/html/search/files_14.js coding/html/search/files_2.html coding/html/search/files_2.js coding/html/search/files_3.html coding/html/search/files_3.js coding/html/search/files_4.html coding/html/search/files_4.js coding/html/search/files_5.html coding/html/search/files_5.js coding/html/search/files_6.html coding/html/search/files_6.js coding/html/search/files_7.html coding/html/search/files_7.js coding/html/search/files_8.html coding/html/search/files_8.js coding/html/search/files_9.html coding/html/search/files_9.js coding/html/search/files_a.html coding/html/search/files_a.js coding/html/search/files_b.html coding/html/search/files_b.js coding/html/search/files_c.html coding/html/search/files_c.js coding/html/search/files_d.html coding/html/search/files_d.js coding/html/search/files_e.html coding/html/search/files_e.js coding/html/search/files_f.html coding/html/search/files_f.js coding/html/search/functions_0.html coding/html/search/functions_0.js coding/html/search/functions_1.html coding/html/search/functions_1.js coding/html/search/functions_10.html coding/html/search/functions_10.js coding/html/search/functions_11.html coding/html/search/functions_11.js coding/html/search/functions_12.html coding/html/search/functions_12.js coding/html/search/functions_13.html coding/html/search/functions_13.js coding/html/search/functions_14.html coding/html/search/functions_14.js coding/html/search/functions_15.html coding/html/search/functions_15.js coding/html/search/functions_2.html coding/html/search/functions_2.js coding/html/search/functions_3.html coding/html/search/functions_3.js coding/html/search/functions_4.html coding/html/search/functions_4.js coding/html/search/functions_5.html coding/html/search/functions_5.js coding/html/search/functions_6.html coding/html/search/functions_6.js coding/html/search/functions_7.html coding/html/search/functions_7.js coding/html/search/functions_8.html coding/html/search/functions_8.js coding/html/search/functions_9.html coding/html/search/functions_9.js coding/html/search/functions_a.html coding/html/search/functions_a.js coding/html/search/functions_b.html coding/html/search/functions_b.js coding/html/search/functions_c.html coding/html/search/functions_c.js coding/html/search/functions_d.html coding/html/search/functions_d.js coding/html/search/functions_e.html coding/html/search/functions_e.js coding/html/search/functions_f.html coding/html/search/functions_f.js coding/html/search/groups_0.html coding/html/search/groups_0.js coding/html/search/groups_1.html coding/html/search/groups_1.js coding/html/search/groups_10.html coding/html/search/groups_10.js coding/html/search/groups_11.html coding/html/search/groups_11.js coding/html/search/groups_2.html coding/html/search/groups_2.js coding/html/search/groups_3.html coding/html/search/groups_3.js coding/html/search/groups_4.html coding/html/search/groups_4.js coding/html/search/groups_5.html coding/html/search/groups_5.js coding/html/search/groups_6.html coding/html/search/groups_6.js coding/html/search/groups_7.html coding/html/search/groups_7.js coding/html/search/groups_8.html coding/html/search/groups_8.js coding/html/search/groups_9.html coding/html/search/groups_9.js coding/html/search/groups_a.html coding/html/search/groups_a.js coding/html/search/groups_b.html coding/html/search/groups_b.js coding/html/search/groups_c.html coding/html/search/groups_c.js coding/html/search/groups_d.html coding/html/search/groups_d.js coding/html/search/groups_e.html coding/html/search/groups_e.js coding/html/search/groups_f.html coding/html/search/groups_f.js coding/html/search/mag_sel.svg coding/html/search/nomatches.html coding/html/search/pages_0.html coding/html/search/pages_0.js coding/html/search/search.css coding/html/search/search.js coding/html/search/search_l.png coding/html/search/search_m.png coding/html/search/search_r.png coding/html/search/searchdata.js coding/html/search/typedefs_0.html coding/html/search/typedefs_0.js coding/html/search/typedefs_1.html coding/html/search/typedefs_1.js coding/html/search/typedefs_2.html coding/html/search/typedefs_2.js coding/html/search/typedefs_3.html coding/html/search/typedefs_3.js coding/html/search/typedefs_4.html coding/html/search/typedefs_4.js coding/html/search/typedefs_5.html coding/html/search/typedefs_5.js coding/html/search/typedefs_6.html coding/html/search/typedefs_6.js coding/html/search/variables_0.html coding/html/search/variables_0.js coding/html/search/variables_1.html coding/html/search/variables_1.js coding/html/search/variables_10.html coding/html/search/variables_10.js coding/html/search/variables_11.html coding/html/search/variables_11.js coding/html/search/variables_12.html coding/html/search/variables_12.js coding/html/search/variables_13.html coding/html/search/variables_13.js coding/html/search/variables_14.html coding/html/search/variables_14.js coding/html/search/variables_15.html coding/html/search/variables_15.js coding/html/search/variables_16.html coding/html/search/variables_16.js coding/html/search/variables_17.html coding/html/search/variables_17.js coding/html/search/variables_18.html coding/html/search/variables_18.js coding/html/search/variables_2.html coding/html/search/variables_2.js coding/html/search/variables_3.html coding/html/search/variables_3.js coding/html/search/variables_4.html coding/html/search/variables_4.js coding/html/search/variables_5.html coding/html/search/variables_5.js coding/html/search/variables_6.html coding/html/search/variables_6.js coding/html/search/variables_7.html coding/html/search/variables_7.js coding/html/search/variables_8.html coding/html/search/variables_8.js coding/html/search/variables_9.html coding/html/search/variables_9.js coding/html/search/variables_a.html coding/html/search/variables_a.js coding/html/search/variables_b.html coding/html/search/variables_b.js coding/html/search/variables_c.html coding/html/search/variables_c.js coding/html/search/variables_d.html coding/html/search/variables_d.js coding/html/search/variables_e.html coding/html/search/variables_e.js coding/html/search/variables_f.html coding/html/search/variables_f.js coding/latex/ coding/latex/Makefile coding/latex/annotated.tex coding/latex/dir_00db49a1f2ba5b22e7651fe853d80c1d.tex coding/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex coding/latex/dir_916c1715d144fbc7f4f6a590d03ffb1a.tex coding/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex coding/latex/dir_d44c64559bbebec7f509842c48db8b23.tex coding/latex/doxygen.sty coding/latex/files.tex coding/latex/group__coding.tex coding/latex/group__interleaving.tex coding/latex/group__mapping.tex coding/latex/group__parity.tex coding/latex/group__tables.tex coding/latex/gsm0503__amr__dtx_8c.tex coding/latex/gsm0503__amr__dtx_8h.tex coding/latex/gsm0503__amr__dtx_8h_source.tex coding/latex/gsm0503__coding_8c.tex coding/latex/gsm0503__coding_8h.tex coding/latex/gsm0503__coding_8h_source.tex coding/latex/gsm0503__interleaving_8c.tex coding/latex/gsm0503__interleaving_8h.tex coding/latex/gsm0503__interleaving_8h_source.tex coding/latex/gsm0503__mapping_8c.tex coding/latex/gsm0503__mapping_8h.tex coding/latex/gsm0503__mapping_8h_source.tex coding/latex/gsm0503__parity_8c.tex coding/latex/gsm0503__parity_8h.tex coding/latex/gsm0503__parity_8h_source.tex coding/latex/gsm0503__tables_8c.tex coding/latex/gsm0503__tables_8h.tex coding/latex/gsm0503__tables_8h_source.tex coding/latex/index.tex coding/latex/longtable_doxygen.sty coding/latex/modules.tex coding/latex/refman.tex coding/latex/structgsm0503__mcs__code.tex coding/latex/tabu_doxygen.sty coding/latex/uniongprs__rlc__dl__hdr__egprs.tex coding/latex/uniongprs__rlc__ul__hdr__egprs.tex core/ core/html/ core/html/annotated.html core/html/annotated_dup.js core/html/application_8c.html core/html/application_8c.js core/html/application_8h.html core/html/application_8h.js core/html/application_8h_source.html core/html/backtrace_8c.html core/html/backtrace_8c.js core/html/backtrace_8h.html core/html/backtrace_8h.js core/html/backtrace_8h_source.html core/html/base64_8c.html core/html/base64_8c.js core/html/base64_8h.html core/html/base64_8h.js core/html/base64_8h_source.html core/html/bc_s.png core/html/bdwn.png core/html/bit16gen_8h.html core/html/bit16gen_8h.js core/html/bit16gen_8h_source.html core/html/bit32gen_8h.html core/html/bit32gen_8h.js core/html/bit32gen_8h_source.html core/html/bit64gen_8h.html core/html/bit64gen_8h.js core/html/bit64gen_8h_source.html core/html/bitcomp_8c.html core/html/bitcomp_8c.js core/html/bitcomp_8h.html core/html/bitcomp_8h.js core/html/bitcomp_8h_source.html core/html/bits_8c.html core/html/bits_8c.js core/html/bits_8h.html core/html/bits_8h.js core/html/bits_8h_source.html core/html/bitvec_8c.html core/html/bitvec_8c.js core/html/bitvec_8h.html core/html/bitvec_8h.js core/html/bitvec_8h_source.html core/html/byteswap_8h.html core/html/byteswap_8h.js core/html/byteswap_8h_source.html core/html/classes.html core/html/closed.png core/html/context_8c.html core/html/context_8c.js core/html/conv_8c.html core/html/conv_8c.js core/html/conv_8h.html core/html/conv_8h.js core/html/conv_8h_source.html core/html/conv__acc_8c.html core/html/conv__acc_8c.js core/html/conv__acc__generic_8c.html core/html/conv__acc__generic_8c.js core/html/conv__acc__neon_8c.html core/html/conv__acc__neon_8c.js core/html/conv__acc__neon__impl_8h.html core/html/conv__acc__neon__impl_8h.js core/html/conv__acc__neon__impl_8h_source.html core/html/conv__acc__sse_8c.html core/html/conv__acc__sse_8c.js core/html/conv__acc__sse__avx_8c.html core/html/conv__acc__sse__avx_8c.js core/html/conv__acc__sse__impl_8h.html core/html/conv__acc__sse__impl_8h.js core/html/conv__acc__sse__impl_8h_source.html core/html/counter_8c.html core/html/counter_8c.js core/html/counter_8h.html core/html/counter_8h.js core/html/counter_8h_source.html core/html/crc16_8c.html core/html/crc16_8c.js core/html/crc16_8h.html core/html/crc16_8h.js core/html/crc16_8h_source.html core/html/crc16gen_8c.html core/html/crc16gen_8c.js core/html/crc16gen_8h.html core/html/crc16gen_8h.js core/html/crc16gen_8h_source.html core/html/crc32gen_8c.html core/html/crc32gen_8c.js core/html/crc32gen_8h.html core/html/crc32gen_8h.js core/html/crc32gen_8h_source.html core/html/crc64gen_8c.html core/html/crc64gen_8c.js core/html/crc64gen_8h.html core/html/crc64gen_8h.js core/html/crc64gen_8h_source.html core/html/crc8gen_8c.html core/html/crc8gen_8c.js core/html/crc8gen_8h.html core/html/crc8gen_8h.js core/html/crc8gen_8h_source.html core/html/crcgen_8h.html core/html/crcgen_8h_source.html core/html/defs_8h.html core/html/defs_8h.js core/html/defs_8h_source.html core/html/dir_4a15838024bb755c6d5f76ba8bfaacdb.html core/html/dir_4a15838024bb755c6d5f76ba8bfaacdb.js core/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html core/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js core/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html core/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js core/html/dir_aebb8dcc11953d78e620bbef0b9e2183.html core/html/dir_aebb8dcc11953d78e620bbef0b9e2183.js core/html/dir_d44c64559bbebec7f509842c48db8b23.html core/html/dir_d44c64559bbebec7f509842c48db8b23.js core/html/doc.png core/html/doxygen.css core/html/doxygen.svg core/html/dynsections.js core/html/endian_8h.html core/html/endian_8h.js core/html/endian_8h_source.html core/html/exec_8c.html core/html/exec_8c.js core/html/exec_8h.html core/html/exec_8h.js core/html/exec_8h_source.html core/html/files.html core/html/files_dup.js core/html/folderclosed.png core/html/folderopen.png core/html/fsm_8c.html core/html/fsm_8c.js core/html/fsm_8h.html core/html/fsm_8h.js core/html/fsm_8h_source.html core/html/functions.html core/html/functions_a.html core/html/functions_b.html core/html/functions_c.html core/html/functions_d.html core/html/functions_dup.js core/html/functions_e.html core/html/functions_f.html core/html/functions_g.html core/html/functions_h.html core/html/functions_i.html core/html/functions_k.html core/html/functions_l.html core/html/functions_m.html core/html/functions_n.html core/html/functions_o.html core/html/functions_p.html core/html/functions_r.html core/html/functions_s.html core/html/functions_t.html core/html/functions_u.html core/html/functions_v.html core/html/functions_vars.html core/html/functions_vars.js core/html/functions_vars_a.html core/html/functions_vars_b.html core/html/functions_vars_c.html core/html/functions_vars_d.html core/html/functions_vars_e.html core/html/functions_vars_f.html core/html/functions_vars_g.html core/html/functions_vars_h.html core/html/functions_vars_i.html core/html/functions_vars_k.html core/html/functions_vars_l.html core/html/functions_vars_m.html core/html/functions_vars_n.html core/html/functions_vars_o.html core/html/functions_vars_p.html core/html/functions_vars_r.html core/html/functions_vars_s.html core/html/functions_vars_t.html core/html/functions_vars_u.html core/html/functions_vars_v.html core/html/functions_vars_w.html core/html/functions_w.html core/html/globals.html core/html/globals_a.html core/html/globals_b.html core/html/globals_c.html core/html/globals_d.html core/html/globals_defs.html core/html/globals_defs.js core/html/globals_defs_a.html core/html/globals_defs_b.html core/html/globals_defs_c.html core/html/globals_defs_d.html core/html/globals_defs_g.html core/html/globals_defs_h.html core/html/globals_defs_i.html core/html/globals_defs_l.html core/html/globals_defs_m.html core/html/globals_defs_n.html core/html/globals_defs_o.html core/html/globals_defs_r.html core/html/globals_defs_s.html core/html/globals_defs_t.html core/html/globals_defs_w.html core/html/globals_dup.js core/html/globals_e.html core/html/globals_enum.html core/html/globals_eval.html core/html/globals_eval.js core/html/globals_eval_c.html core/html/globals_eval_g.html core/html/globals_eval_h.html core/html/globals_eval_i.html core/html/globals_eval_l.html core/html/globals_eval_o.html core/html/globals_eval_p.html core/html/globals_eval_r.html core/html/globals_eval_s.html core/html/globals_eval_z.html core/html/globals_f.html core/html/globals_func.html core/html/globals_func.js core/html/globals_func_a.html core/html/globals_func_b.html core/html/globals_func_c.html core/html/globals_func_d.html core/html/globals_func_f.html core/html/globals_func_g.html core/html/globals_func_h.html core/html/globals_func_i.html core/html/globals_func_l.html core/html/globals_func_m.html core/html/globals_func_n.html core/html/globals_func_o.html core/html/globals_func_p.html core/html/globals_func_r.html core/html/globals_func_s.html core/html/globals_func_t.html core/html/globals_func_u.html core/html/globals_func_v.html core/html/globals_g.html core/html/globals_h.html core/html/globals_i.html core/html/globals_l.html core/html/globals_m.html core/html/globals_n.html core/html/globals_o.html core/html/globals_p.html core/html/globals_r.html core/html/globals_s.html core/html/globals_t.html core/html/globals_type.html core/html/globals_u.html core/html/globals_v.html core/html/globals_vars.html core/html/globals_w.html core/html/globals_z.html core/html/group__Tdef.html core/html/group__Tdef.js core/html/group__Tdef__VTY.js core/html/group__a5.js core/html/group__auth.js core/html/group__bitcomp.html core/html/group__bitcomp.js core/html/group__bits.html core/html/group__bits.js core/html/group__bitvec.html core/html/group__bitvec.js core/html/group__bsslap.js core/html/group__bssmap__le.js core/html/group__coding.js core/html/group__command.js core/html/group__conv.html core/html/group__conv.js core/html/group__cpu__sched__VTY.js core/html/group__crc.html core/html/group__crc.js core/html/group__crypto.js core/html/group__fsm.html core/html/group__fsm.js core/html/group__gad.js core/html/group__gea.js core/html/group__gsm0408.js core/html/group__gsm0502.js core/html/group__gsm0808.js core/html/group__gsm29205.js core/html/group__gsmtap.html core/html/group__gsmtap.js core/html/group__gsup.js core/html/group__interleaving.js core/html/group__ipa.js core/html/group__it__q.html core/html/group__kdf.js core/html/group__lapd.js core/html/group__lapdm.js core/html/group__libgb.js core/html/group__linuxlist.html core/html/group__linuxlist.js core/html/group__logging.html core/html/group__logging.js core/html/group__logging__internal.html core/html/group__logging__internal.js core/html/group__loggingrb.html core/html/group__loggingrb.js core/html/group__mapping.js core/html/group__msgb.html core/html/group__msgb.js core/html/group__netdev.html core/html/group__netdev.js core/html/group__netns.html core/html/group__netns.js core/html/group__oap.js core/html/group__oml.js core/html/group__osmo__io.html core/html/group__osmo__io.js core/html/group__osmo__it__q.html core/html/group__osmo__it__q.js core/html/group__osmo__stat__item.html core/html/group__osmo__stat__item.js core/html/group__osmo__strrb.html core/html/group__osmo__strrb.js core/html/group__parity.js core/html/group__prim.html core/html/group__prim.js core/html/group__rate__ctr.html core/html/group__rate__ctr.js core/html/group__rlp.js core/html/group__rsl.js core/html/group__select.html core/html/group__select.js core/html/group__sercomm.html core/html/group__sercomm.js core/html/group__serial.html core/html/group__serial.js core/html/group__signal.html core/html/group__signal.js core/html/group__sms.js core/html/group__sockaddr__str.html core/html/group__sockaddr__str.js core/html/group__socket.html core/html/group__socket.js core/html/group__stats.html core/html/group__stats.js core/html/group__tables.js core/html/group__telnet__interface.js core/html/group__thread.html core/html/group__thread.js core/html/group__time__cc.html core/html/group__time__cc.js core/html/group__timer.html core/html/group__timer.js core/html/group__tlv.js core/html/group__tun.html core/html/group__tun.js core/html/group__use__count.html core/html/group__use__count.js core/html/group__utils.html core/html/group__utils.js core/html/group__vector.js core/html/group__vty.js core/html/group__write__queue.html core/html/group__write__queue.js core/html/gsmtap_8h.html core/html/gsmtap_8h.js core/html/gsmtap_8h_source.html core/html/gsmtap__util_8c.html core/html/gsmtap__util_8c.js core/html/gsmtap__util_8h.html core/html/gsmtap__util_8h.js core/html/gsmtap__util_8h_source.html core/html/hash_8h.html core/html/hash_8h.js core/html/hash_8h_source.html core/html/hashtable_8h.html core/html/hashtable_8h.js core/html/hashtable_8h_source.html core/html/index.html core/html/isdnhdlc_8c.html core/html/isdnhdlc_8c.js core/html/isdnhdlc_8h.html core/html/isdnhdlc_8h.js core/html/isdnhdlc_8h_source.html core/html/it__q_8c.html core/html/it__q_8h.html core/html/it__q_8h.js core/html/it__q_8h_source.html core/html/jquery.js core/html/linuxlist_8h.html core/html/linuxlist_8h.js core/html/linuxlist_8h_source.html core/html/linuxrbtree_8h.html core/html/linuxrbtree_8h.js core/html/linuxrbtree_8h_source.html core/html/log2_8h.html core/html/log2_8h.js core/html/log2_8h_source.html core/html/logging_8c.html core/html/logging_8c.js core/html/logging_8h.html core/html/logging_8h.js core/html/logging_8h_source.html core/html/logging__gsmtap_8c.html core/html/logging__gsmtap_8c.js core/html/logging__internal_8h.html core/html/logging__internal_8h.js core/html/logging__internal_8h_source.html core/html/logging__syslog_8c.html core/html/logging__systemd_8c.html core/html/logging__systemd_8c.js core/html/loggingrb_8c.html core/html/loggingrb_8c.js core/html/loggingrb_8h.html core/html/loggingrb_8h.js core/html/loggingrb_8h_source.html core/html/macaddr_8c.html core/html/macaddr_8c.js core/html/macaddr_8h.html core/html/macaddr_8h.js core/html/macaddr_8h_source.html core/html/menu.js core/html/menudata.js core/html/mnl_8c.html core/html/mnl_8c.js core/html/mnl_8h.html core/html/mnl_8h.js core/html/mnl_8h_source.html core/html/modules.html core/html/modules.js core/html/msgb_8c.html core/html/msgb_8c.js core/html/msgb_8h.html core/html/msgb_8h.js core/html/msgb_8h_source.html core/html/msgfile_8c.html core/html/msgfile_8c.js core/html/msgfile_8h.html core/html/msgfile_8h.js core/html/msgfile_8h_source.html core/html/nav_f.png core/html/nav_g.png core/html/nav_h.png core/html/navtree.css core/html/navtree.js core/html/navtreedata.js core/html/navtreeindex0.js core/html/navtreeindex1.js core/html/navtreeindex10.js core/html/navtreeindex11.js core/html/navtreeindex12.js core/html/navtreeindex13.js core/html/navtreeindex14.js core/html/navtreeindex15.js core/html/navtreeindex16.js core/html/navtreeindex17.js core/html/navtreeindex18.js core/html/navtreeindex19.js core/html/navtreeindex2.js core/html/navtreeindex20.js core/html/navtreeindex21.js core/html/navtreeindex22.js core/html/navtreeindex23.js core/html/navtreeindex24.js core/html/navtreeindex3.js core/html/navtreeindex4.js core/html/navtreeindex5.js core/html/navtreeindex6.js core/html/navtreeindex7.js core/html/navtreeindex8.js core/html/navtreeindex9.js core/html/netdev_8c.html core/html/netdev_8c.js core/html/netdev_8h.html core/html/netdev_8h.js core/html/netdev_8h_source.html core/html/netns_8c.html core/html/netns_8h.html core/html/netns_8h_source.html core/html/open.png core/html/osmo__io_8c.html core/html/osmo__io_8c.js core/html/osmo__io_8h.html core/html/osmo__io_8h.js core/html/osmo__io_8h_source.html core/html/osmo__io__internal_8h.html core/html/osmo__io__internal_8h.js core/html/osmo__io__internal_8h_source.html core/html/osmo__io__poll_8c.html core/html/osmo__io__poll_8c.js core/html/osmo__io__uring_8c.html core/html/panic_8c.html core/html/panic_8c.js core/html/panic_8h.html core/html/panic_8h.js core/html/panic_8h_source.html core/html/plugin_8c.html core/html/plugin_8c.js core/html/plugin_8h.html core/html/plugin_8h.js core/html/plugin_8h_source.html core/html/prbs_8c.html core/html/prbs_8c.js core/html/prbs_8h.html core/html/prbs_8h.js core/html/prbs_8h_source.html core/html/prim_8c.html core/html/prim_8c.js core/html/prim_8h.html core/html/prim_8h.js core/html/prim_8h_source.html core/html/probes_8d.html core/html/probes_8d.js core/html/process_8h.html core/html/process_8h_source.html core/html/rate__ctr_8c.html core/html/rate__ctr_8c.js core/html/rate__ctr_8h.html core/html/rate__ctr_8h.js core/html/rate__ctr_8h_source.html core/html/rbtree_8c.html core/html/rbtree_8c.js core/html/resize.js core/html/select_8c.html core/html/select_8h.html core/html/select_8h.js core/html/select_8h_source.html core/html/sercomm_8c.html core/html/sercomm_8c.js core/html/sercomm_8h.html core/html/sercomm_8h.js core/html/sercomm_8h_source.html core/html/serial_8c.html core/html/serial_8c.js core/html/serial_8h.html core/html/serial_8h.js core/html/serial_8h_source.html core/html/signal_8c.html core/html/signal_8c.js core/html/signal_8h.html core/html/signal_8h.js core/html/signal_8h_source.html core/html/sockaddr__str_8c.html core/html/sockaddr__str_8h.html core/html/sockaddr__str_8h.js core/html/sockaddr__str_8h_source.html core/html/socket_8c.html core/html/socket_8h.html core/html/socket_8h.js core/html/socket_8h_source.html core/html/socket__compat_8h.html core/html/socket__compat_8h.js core/html/socket__compat_8h_source.html core/html/soft__uart_8c.html core/html/soft__uart_8c.js core/html/soft__uart_8h.html core/html/soft__uart_8h.js core/html/soft__uart_8h_source.html core/html/splitbar.png core/html/stat__item_8c.html core/html/stat__item_8c.js core/html/stat__item_8h.html core/html/stat__item_8h.js core/html/stat__item_8h_source.html core/html/stat__item__internal_8h.html core/html/stat__item__internal_8h_source.html core/html/statistics_8h.html core/html/statistics_8h_source.html core/html/stats_8c.html core/html/stats_8c.js core/html/stats_8h.html core/html/stats_8h.js core/html/stats_8h_source.html core/html/stats__statsd_8c.html core/html/stats__statsd_8c.js core/html/stats__tcp_8c.html core/html/stats__tcp_8c.js core/html/stats__tcp_8h.html core/html/stats__tcp_8h.js core/html/stats__tcp_8h_source.html core/html/strrb_8c.html core/html/strrb_8c.js core/html/strrb_8h.html core/html/strrb_8h.js core/html/strrb_8h_source.html core/html/struct__gsmtap__inst__legacy.html core/html/struct__gsmtap__inst__legacy.js core/html/structbitvec.html core/html/structbitvec.js core/html/structgsmtap__hdr.html core/html/structgsmtap__hdr.js core/html/structgsmtap__inst.html core/html/structgsmtap__inst.js core/html/structgsmtap__osmocore__log__hdr.html core/html/structgsmtap__osmocore__log__hdr.js core/html/structhlist__head.html core/html/structhlist__head.js core/html/structhlist__node.html core/html/structhlist__node.js core/html/structiofd__backend__ops.html core/html/structiofd__backend__ops.js core/html/structiofd__msghdr.html core/html/structiofd__msghdr.js core/html/structllist__head.html core/html/structllist__head.js core/html/structlog__category.html core/html/structlog__category.js core/html/structlog__context.html core/html/structlog__context.js core/html/structlog__info.html core/html/structlog__info.js core/html/structlog__info__cat.html core/html/structlog__info__cat.js core/html/structlog__target.html core/html/structlog__target.js core/html/structmsgb.html core/html/structmsgb.js core/html/structnetdev__netns__ctx.html core/html/structnetdev__netns__ctx.js core/html/structosmo__config__entry.html core/html/structosmo__config__entry.js core/html/structosmo__config__list.html core/html/structosmo__config__list.js core/html/structosmo__conv__code.html core/html/structosmo__conv__code.js core/html/structosmo__conv__decoder.html core/html/structosmo__conv__decoder.js core/html/structosmo__conv__encoder.html core/html/structosmo__conv__encoder.js core/html/structosmo__counter.html core/html/structosmo__counter.js core/html/structosmo__crc16gen__code.html core/html/structosmo__crc16gen__code.js core/html/structosmo__crc32gen__code.html core/html/structosmo__crc32gen__code.js core/html/structosmo__crc64gen__code.html core/html/structosmo__crc64gen__code.js core/html/structosmo__crc8gen__code.html core/html/structosmo__crc8gen__code.js core/html/structosmo__fd.html core/html/structosmo__fd.js core/html/structosmo__fsm.html core/html/structosmo__fsm.js core/html/structosmo__fsm__inst.html core/html/structosmo__fsm__inst.js core/html/structosmo__fsm__state.html core/html/structosmo__fsm__state.js core/html/structosmo__io__fd.html core/html/structosmo__io__fd.js core/html/structosmo__io__ops.html core/html/structosmo__io__ops.js core/html/structosmo__isdnhdlc__vars.html core/html/structosmo__isdnhdlc__vars.js core/html/structosmo__it__q.html core/html/structosmo__it__q.js core/html/structosmo__mnl.html core/html/structosmo__mnl.js core/html/structosmo__netdev.html core/html/structosmo__netdev.js core/html/structosmo__prbs.html core/html/structosmo__prbs.js core/html/structosmo__prbs__state.html core/html/structosmo__prbs__state.js core/html/structosmo__prim__event__map.html core/html/structosmo__prim__event__map.js core/html/structosmo__prim__hdr.html core/html/structosmo__prim__hdr.js core/html/structosmo__sercomm__inst.html core/html/structosmo__sercomm__inst.js core/html/structosmo__signalfd.html core/html/structosmo__signalfd.js core/html/structosmo__sock__init2__multiaddr__pars.html core/html/structosmo__sock__init2__multiaddr__pars.js core/html/structosmo__sockaddr.html core/html/structosmo__sockaddr.js core/html/structosmo__sockaddr__str.html core/html/structosmo__sockaddr__str.js core/html/structosmo__soft__uart.html core/html/structosmo__soft__uart.js core/html/structosmo__soft__uart__cfg.html core/html/structosmo__soft__uart__cfg.js core/html/structosmo__stat__item.html core/html/structosmo__stat__item.js core/html/structosmo__stat__item__desc.html core/html/structosmo__stat__item__desc.js core/html/structosmo__stat__item__group.html core/html/structosmo__stat__item__group.js core/html/structosmo__stat__item__group__desc.html core/html/structosmo__stat__item__group__desc.js core/html/structosmo__stat__item__period.html core/html/structosmo__stat__item__period.js core/html/structosmo__stats__config.html core/html/structosmo__stats__config.js core/html/structosmo__stats__reporter.html core/html/structosmo__stats__reporter.js core/html/structosmo__strbuf.html core/html/structosmo__strbuf.js core/html/structosmo__strrb.html core/html/structosmo__strrb.js core/html/structosmo__talloc__contexts.html core/html/structosmo__talloc__contexts.js core/html/structosmo__tcp__stats__config.html core/html/structosmo__tcp__stats__config.js core/html/structosmo__tdef.html core/html/structosmo__tdef.js core/html/structosmo__tdef__group.html core/html/structosmo__tdef__group.js core/html/structosmo__tdef__state__timeout.html core/html/structosmo__tdef__state__timeout.js core/html/structosmo__time__cc.html core/html/structosmo__time__cc.js core/html/structosmo__time__cc__cfg.html core/html/structosmo__time__cc__cfg.js core/html/structosmo__timer__list.html core/html/structosmo__timer__list.js core/html/structosmo__tundev.html core/html/structosmo__tundev.js core/html/structosmo__use__count.html core/html/structosmo__use__count.js core/html/structosmo__use__count__entry.html core/html/structosmo__use__count__entry.js core/html/structosmo__wqueue.html core/html/structosmo__wqueue.js core/html/structrate__ctr.html core/html/structrate__ctr.js core/html/structrate__ctr__desc.html core/html/structrate__ctr__desc.js core/html/structrate__ctr__group.html core/html/structrate__ctr__group.js core/html/structrate__ctr__group__desc.html core/html/structrate__ctr__group__desc.js core/html/structrate__ctr__per__intv.html core/html/structrate__ctr__per__intv.js core/html/structrb__node.html core/html/structrb__node.js core/html/structrb__root.html core/html/structrb__root.js core/html/structsignal__handler.html core/html/structsignal__handler.js core/html/structstats__tcp__entry.html core/html/structstats__tcp__entry.js core/html/structvalue__string.html core/html/structvalue__string.js core/html/structvdecoder.html core/html/structvdecoder.js core/html/structvtrellis.html core/html/structvtrellis.js core/html/sync_off.png core/html/sync_on.png core/html/tab_a.png core/html/tab_b.png core/html/tab_h.png core/html/tab_s.png core/html/tabs.css core/html/talloc_8h.html core/html/talloc_8h.js core/html/talloc_8h_source.html core/html/tdef_8c.html core/html/tdef_8c.js core/html/tdef_8h.html core/html/tdef_8h.js core/html/tdef_8h_source.html core/html/thread_8c.html core/html/thread_8c.js core/html/thread_8h.html core/html/thread_8h.js core/html/thread_8h_source.html core/html/time__cc_8c.html core/html/time__cc_8h.html core/html/time__cc_8h.js core/html/time__cc_8h_source.html core/html/timer_8c.html core/html/timer_8c.js core/html/timer_8h.html core/html/timer_8h.js core/html/timer_8h_source.html core/html/timer__clockgettime_8c.html core/html/timer__compat_8h.html core/html/timer__compat_8h.js core/html/timer__compat_8h_source.html core/html/timer__gettimeofday_8c.html core/html/timer__gettimeofday_8c.js core/html/tun_8c.html core/html/tun_8c.js core/html/tun_8h.html core/html/tun_8h.js core/html/tun_8h_source.html core/html/use__count_8c.html core/html/use__count_8c.js core/html/use__count_8h.html core/html/use__count_8h.js core/html/use__count_8h_source.html core/html/utils_8c.html core/html/utils_8c.js core/html/utils_8h.html core/html/utils_8h.js core/html/utils_8h_source.html core/html/write__queue_8c.html core/html/write__queue_8c.js core/html/write__queue_8h.html core/html/write__queue_8h.js core/html/write__queue_8h_source.html core/html/search/ core/html/search/all_0.html core/html/search/all_0.js core/html/search/all_1.html core/html/search/all_1.js core/html/search/all_10.html core/html/search/all_10.js core/html/search/all_11.html core/html/search/all_11.js core/html/search/all_12.html core/html/search/all_12.js core/html/search/all_13.html core/html/search/all_13.js core/html/search/all_14.html core/html/search/all_14.js core/html/search/all_15.html core/html/search/all_15.js core/html/search/all_16.html core/html/search/all_16.js core/html/search/all_17.html core/html/search/all_17.js core/html/search/all_18.html core/html/search/all_18.js core/html/search/all_19.html core/html/search/all_19.js core/html/search/all_2.html core/html/search/all_2.js core/html/search/all_3.html core/html/search/all_3.js core/html/search/all_4.html core/html/search/all_4.js core/html/search/all_5.html core/html/search/all_5.js core/html/search/all_6.html core/html/search/all_6.js core/html/search/all_7.html core/html/search/all_7.js core/html/search/all_8.html core/html/search/all_8.js core/html/search/all_9.html core/html/search/all_9.js core/html/search/all_a.html core/html/search/all_a.js core/html/search/all_b.html core/html/search/all_b.js core/html/search/all_c.html core/html/search/all_c.js core/html/search/all_d.html core/html/search/all_d.js core/html/search/all_e.html core/html/search/all_e.js core/html/search/all_f.html core/html/search/all_f.js core/html/search/classes_0.html core/html/search/classes_0.js core/html/search/classes_1.html core/html/search/classes_1.js core/html/search/classes_10.html core/html/search/classes_10.js core/html/search/classes_11.html core/html/search/classes_11.js core/html/search/classes_12.html core/html/search/classes_12.js core/html/search/classes_13.html core/html/search/classes_13.js core/html/search/classes_14.html core/html/search/classes_14.js core/html/search/classes_15.html core/html/search/classes_15.js core/html/search/classes_2.html core/html/search/classes_2.js core/html/search/classes_3.html core/html/search/classes_3.js core/html/search/classes_4.html core/html/search/classes_4.js core/html/search/classes_5.html core/html/search/classes_5.js core/html/search/classes_6.html core/html/search/classes_6.js core/html/search/classes_7.html core/html/search/classes_7.js core/html/search/classes_8.html core/html/search/classes_8.js core/html/search/classes_9.html core/html/search/classes_9.js core/html/search/classes_a.html core/html/search/classes_a.js core/html/search/classes_b.html core/html/search/classes_b.js core/html/search/classes_c.html core/html/search/classes_c.js core/html/search/classes_d.html core/html/search/classes_d.js core/html/search/classes_e.html core/html/search/classes_e.js core/html/search/classes_f.html core/html/search/classes_f.js core/html/search/close.svg core/html/search/defines_0.html core/html/search/defines_0.js core/html/search/defines_1.html core/html/search/defines_1.js core/html/search/defines_2.html core/html/search/defines_2.js core/html/search/defines_3.html core/html/search/defines_3.js core/html/search/defines_4.html core/html/search/defines_4.js core/html/search/defines_5.html core/html/search/defines_5.js core/html/search/defines_6.html core/html/search/defines_6.js core/html/search/defines_7.html core/html/search/defines_7.js core/html/search/defines_8.html core/html/search/defines_8.js core/html/search/defines_9.html core/html/search/defines_9.js core/html/search/defines_a.html core/html/search/defines_a.js core/html/search/defines_b.html core/html/search/defines_b.js core/html/search/enums_0.html core/html/search/enums_0.js core/html/search/enums_1.html core/html/search/enums_1.js core/html/search/enums_2.html core/html/search/enums_2.js core/html/search/enums_3.html core/html/search/enums_3.js core/html/search/enums_4.html core/html/search/enums_4.js core/html/search/enums_5.html core/html/search/enums_5.js core/html/search/enums_6.html core/html/search/enums_6.js core/html/search/enums_7.html core/html/search/enums_7.js core/html/search/enums_8.html core/html/search/enums_8.js core/html/search/enums_9.html core/html/search/enums_9.js core/html/search/enums_a.html core/html/search/enums_a.js core/html/search/enums_b.html core/html/search/enums_b.js core/html/search/enums_c.html core/html/search/enums_c.js core/html/search/enumvalues_0.html core/html/search/enumvalues_0.js core/html/search/enumvalues_1.html core/html/search/enumvalues_1.js core/html/search/enumvalues_2.html core/html/search/enumvalues_2.js core/html/search/enumvalues_3.html core/html/search/enumvalues_3.js core/html/search/enumvalues_4.html core/html/search/enumvalues_4.js core/html/search/enumvalues_5.html core/html/search/enumvalues_5.js core/html/search/enumvalues_6.html core/html/search/enumvalues_6.js core/html/search/enumvalues_7.html core/html/search/enumvalues_7.js core/html/search/enumvalues_8.html core/html/search/enumvalues_8.js core/html/search/enumvalues_9.html core/html/search/enumvalues_9.js core/html/search/enumvalues_a.html core/html/search/enumvalues_a.js core/html/search/files_0.html core/html/search/files_0.js core/html/search/files_1.html core/html/search/files_1.js core/html/search/files_10.html core/html/search/files_10.js core/html/search/files_11.html core/html/search/files_11.js core/html/search/files_12.html core/html/search/files_12.js core/html/search/files_13.html core/html/search/files_13.js core/html/search/files_14.html core/html/search/files_14.js core/html/search/files_2.html core/html/search/files_2.js core/html/search/files_3.html core/html/search/files_3.js core/html/search/files_4.html core/html/search/files_4.js core/html/search/files_5.html core/html/search/files_5.js core/html/search/files_6.html core/html/search/files_6.js core/html/search/files_7.html core/html/search/files_7.js core/html/search/files_8.html core/html/search/files_8.js core/html/search/files_9.html core/html/search/files_9.js core/html/search/files_a.html core/html/search/files_a.js core/html/search/files_b.html core/html/search/files_b.js core/html/search/files_c.html core/html/search/files_c.js core/html/search/files_d.html core/html/search/files_d.js core/html/search/files_e.html core/html/search/files_e.js core/html/search/files_f.html core/html/search/files_f.js core/html/search/functions_0.html core/html/search/functions_0.js core/html/search/functions_1.html core/html/search/functions_1.js core/html/search/functions_10.html core/html/search/functions_10.js core/html/search/functions_11.html core/html/search/functions_11.js core/html/search/functions_12.html core/html/search/functions_12.js core/html/search/functions_13.html core/html/search/functions_13.js core/html/search/functions_14.html core/html/search/functions_14.js core/html/search/functions_15.html core/html/search/functions_15.js core/html/search/functions_2.html core/html/search/functions_2.js core/html/search/functions_3.html core/html/search/functions_3.js core/html/search/functions_4.html core/html/search/functions_4.js core/html/search/functions_5.html core/html/search/functions_5.js core/html/search/functions_6.html core/html/search/functions_6.js core/html/search/functions_7.html core/html/search/functions_7.js core/html/search/functions_8.html core/html/search/functions_8.js core/html/search/functions_9.html core/html/search/functions_9.js core/html/search/functions_a.html core/html/search/functions_a.js core/html/search/functions_b.html core/html/search/functions_b.js core/html/search/functions_c.html core/html/search/functions_c.js core/html/search/functions_d.html core/html/search/functions_d.js core/html/search/functions_e.html core/html/search/functions_e.js core/html/search/functions_f.html core/html/search/functions_f.js core/html/search/groups_0.html core/html/search/groups_0.js core/html/search/groups_1.html core/html/search/groups_1.js core/html/search/groups_10.html core/html/search/groups_10.js core/html/search/groups_11.html core/html/search/groups_11.js core/html/search/groups_2.html core/html/search/groups_2.js core/html/search/groups_3.html core/html/search/groups_3.js core/html/search/groups_4.html core/html/search/groups_4.js core/html/search/groups_5.html core/html/search/groups_5.js core/html/search/groups_6.html core/html/search/groups_6.js core/html/search/groups_7.html core/html/search/groups_7.js core/html/search/groups_8.html core/html/search/groups_8.js core/html/search/groups_9.html core/html/search/groups_9.js core/html/search/groups_a.html core/html/search/groups_a.js core/html/search/groups_b.html core/html/search/groups_b.js core/html/search/groups_c.html core/html/search/groups_c.js core/html/search/groups_d.html core/html/search/groups_d.js core/html/search/groups_e.html core/html/search/groups_e.js core/html/search/groups_f.html core/html/search/groups_f.js core/html/search/mag_sel.svg core/html/search/nomatches.html core/html/search/pages_0.html core/html/search/pages_0.js core/html/search/search.css core/html/search/search.js core/html/search/search_l.png core/html/search/search_m.png core/html/search/search_r.png core/html/search/searchdata.js core/html/search/typedefs_0.html core/html/search/typedefs_0.js core/html/search/typedefs_1.html core/html/search/typedefs_1.js core/html/search/typedefs_2.html core/html/search/typedefs_2.js core/html/search/typedefs_3.html core/html/search/typedefs_3.js core/html/search/typedefs_4.html core/html/search/typedefs_4.js core/html/search/typedefs_5.html core/html/search/typedefs_5.js core/html/search/typedefs_6.html core/html/search/typedefs_6.js core/html/search/variables_0.html core/html/search/variables_0.js core/html/search/variables_1.html core/html/search/variables_1.js core/html/search/variables_10.html core/html/search/variables_10.js core/html/search/variables_11.html core/html/search/variables_11.js core/html/search/variables_12.html core/html/search/variables_12.js core/html/search/variables_13.html core/html/search/variables_13.js core/html/search/variables_14.html core/html/search/variables_14.js core/html/search/variables_15.html core/html/search/variables_15.js core/html/search/variables_16.html core/html/search/variables_16.js core/html/search/variables_17.html core/html/search/variables_17.js core/html/search/variables_2.html core/html/search/variables_2.js core/html/search/variables_3.html core/html/search/variables_3.js core/html/search/variables_4.html core/html/search/variables_4.js core/html/search/variables_5.html core/html/search/variables_5.js core/html/search/variables_6.html core/html/search/variables_6.js core/html/search/variables_7.html core/html/search/variables_7.js core/html/search/variables_8.html core/html/search/variables_8.js core/html/search/variables_9.html core/html/search/variables_9.js core/html/search/variables_a.html core/html/search/variables_a.js core/html/search/variables_b.html core/html/search/variables_b.js core/html/search/variables_c.html core/html/search/variables_c.js core/html/search/variables_d.html core/html/search/variables_d.js core/html/search/variables_e.html core/html/search/variables_e.js core/html/search/variables_f.html core/html/search/variables_f.js core/latex/ core/latex/Makefile core/latex/annotated.tex core/latex/application_8c.tex core/latex/application_8h.tex core/latex/application_8h_source.tex core/latex/backtrace_8c.tex core/latex/backtrace_8h.tex core/latex/backtrace_8h_source.tex core/latex/base64_8c.tex core/latex/base64_8h.tex core/latex/base64_8h_source.tex core/latex/bit16gen_8h.tex core/latex/bit16gen_8h_source.tex core/latex/bit32gen_8h.tex core/latex/bit32gen_8h_source.tex core/latex/bit64gen_8h.tex core/latex/bit64gen_8h_source.tex core/latex/bitcomp_8c.tex core/latex/bitcomp_8h.tex core/latex/bitcomp_8h_source.tex core/latex/bits_8c.tex core/latex/bits_8h.tex core/latex/bits_8h_source.tex core/latex/bitvec_8c.tex core/latex/bitvec_8h.tex core/latex/bitvec_8h_source.tex core/latex/byteswap_8h.tex core/latex/byteswap_8h_source.tex core/latex/context_8c.tex core/latex/conv_8c.tex core/latex/conv_8h.tex core/latex/conv_8h_source.tex core/latex/conv__acc_8c.tex core/latex/conv__acc__generic_8c.tex core/latex/conv__acc__neon_8c.tex core/latex/conv__acc__neon__impl_8h.tex core/latex/conv__acc__neon__impl_8h_source.tex core/latex/conv__acc__sse_8c.tex core/latex/conv__acc__sse__avx_8c.tex core/latex/conv__acc__sse__impl_8h.tex core/latex/conv__acc__sse__impl_8h_source.tex core/latex/counter_8c.tex core/latex/counter_8h.tex core/latex/counter_8h_source.tex core/latex/crc16_8c.tex core/latex/crc16_8h.tex core/latex/crc16_8h_source.tex core/latex/crc16gen_8c.tex core/latex/crc16gen_8h.tex core/latex/crc16gen_8h_source.tex core/latex/crc32gen_8c.tex core/latex/crc32gen_8h.tex core/latex/crc32gen_8h_source.tex core/latex/crc64gen_8c.tex core/latex/crc64gen_8h.tex core/latex/crc64gen_8h_source.tex core/latex/crc8gen_8c.tex core/latex/crc8gen_8h.tex core/latex/crc8gen_8h_source.tex core/latex/crcgen_8h.tex core/latex/crcgen_8h_source.tex core/latex/defs_8h.tex core/latex/defs_8h_source.tex core/latex/dir_4a15838024bb755c6d5f76ba8bfaacdb.tex core/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex core/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex core/latex/dir_aebb8dcc11953d78e620bbef0b9e2183.tex core/latex/dir_d44c64559bbebec7f509842c48db8b23.tex core/latex/doxygen.sty core/latex/endian_8h.tex core/latex/endian_8h_source.tex core/latex/exec_8c.tex core/latex/exec_8h.tex core/latex/exec_8h_source.tex core/latex/files.tex core/latex/fsm_8c.tex core/latex/fsm_8h.tex core/latex/fsm_8h_source.tex core/latex/group__Tdef.tex core/latex/group__bitcomp.tex core/latex/group__bits.tex core/latex/group__bitvec.tex core/latex/group__conv.tex core/latex/group__crc.tex core/latex/group__fsm.tex core/latex/group__gsmtap.tex core/latex/group__it__q.tex core/latex/group__linuxlist.tex core/latex/group__logging.tex core/latex/group__logging__internal.tex core/latex/group__loggingrb.tex core/latex/group__msgb.tex core/latex/group__netdev.tex core/latex/group__netns.tex core/latex/group__osmo__io.tex core/latex/group__osmo__it__q.tex core/latex/group__osmo__stat__item.tex core/latex/group__osmo__strrb.tex core/latex/group__prim.tex core/latex/group__rate__ctr.tex core/latex/group__select.tex core/latex/group__sercomm.tex core/latex/group__serial.tex core/latex/group__signal.tex core/latex/group__sockaddr__str.tex core/latex/group__socket.tex core/latex/group__stats.tex core/latex/group__thread.tex core/latex/group__time__cc.tex core/latex/group__timer.tex core/latex/group__tun.tex core/latex/group__use__count.tex core/latex/group__utils.tex core/latex/group__write__queue.tex core/latex/gsmtap_8h.tex core/latex/gsmtap_8h_source.tex core/latex/gsmtap__util_8c.tex core/latex/gsmtap__util_8h.tex core/latex/gsmtap__util_8h_source.tex core/latex/hash_8h.tex core/latex/hash_8h_source.tex core/latex/hashtable_8h.tex core/latex/hashtable_8h_source.tex core/latex/index.tex core/latex/isdnhdlc_8c.tex core/latex/isdnhdlc_8h.tex core/latex/isdnhdlc_8h_source.tex core/latex/it__q_8c.tex core/latex/it__q_8h.tex core/latex/it__q_8h_source.tex core/latex/linuxlist_8h.tex core/latex/linuxlist_8h_source.tex core/latex/linuxrbtree_8h.tex core/latex/linuxrbtree_8h_source.tex core/latex/log2_8h.tex core/latex/log2_8h_source.tex core/latex/logging_8c.tex core/latex/logging_8h.tex core/latex/logging_8h_source.tex core/latex/logging__gsmtap_8c.tex core/latex/logging__internal_8h.tex core/latex/logging__internal_8h_source.tex core/latex/logging__syslog_8c.tex core/latex/logging__systemd_8c.tex core/latex/loggingrb_8c.tex core/latex/loggingrb_8h.tex core/latex/loggingrb_8h_source.tex core/latex/longtable_doxygen.sty core/latex/macaddr_8c.tex core/latex/macaddr_8h.tex core/latex/macaddr_8h_source.tex core/latex/mnl_8c.tex core/latex/mnl_8h.tex core/latex/mnl_8h_source.tex core/latex/modules.tex core/latex/msgb_8c.tex core/latex/msgb_8h.tex core/latex/msgb_8h_source.tex core/latex/msgfile_8c.tex core/latex/msgfile_8h.tex core/latex/msgfile_8h_source.tex core/latex/netdev_8c.tex core/latex/netdev_8h.tex core/latex/netdev_8h_source.tex core/latex/netns_8c.tex core/latex/netns_8h.tex core/latex/netns_8h_source.tex core/latex/osmo__io_8c.tex core/latex/osmo__io_8h.tex core/latex/osmo__io_8h_source.tex core/latex/osmo__io__internal_8h.tex core/latex/osmo__io__internal_8h_source.tex core/latex/osmo__io__poll_8c.tex core/latex/osmo__io__uring_8c.tex core/latex/panic_8c.tex core/latex/panic_8h.tex core/latex/panic_8h_source.tex core/latex/plugin_8c.tex core/latex/plugin_8h.tex core/latex/plugin_8h_source.tex core/latex/prbs_8c.tex core/latex/prbs_8h.tex core/latex/prbs_8h_source.tex core/latex/prim_8c.tex core/latex/prim_8h.tex core/latex/prim_8h_source.tex core/latex/probes_8d.tex core/latex/process_8h.tex core/latex/process_8h_source.tex core/latex/rate__ctr_8c.tex core/latex/rate__ctr_8h.tex core/latex/rate__ctr_8h_source.tex core/latex/rbtree_8c.tex core/latex/refman.tex core/latex/select_8c.tex core/latex/select_8h.tex core/latex/select_8h_source.tex core/latex/sercomm_8c.tex core/latex/sercomm_8h.tex core/latex/sercomm_8h_source.tex core/latex/serial_8c.tex core/latex/serial_8h.tex core/latex/serial_8h_source.tex core/latex/signal_8c.tex core/latex/signal_8h.tex core/latex/signal_8h_source.tex core/latex/sockaddr__str_8c.tex core/latex/sockaddr__str_8h.tex core/latex/sockaddr__str_8h_source.tex core/latex/socket_8c.tex core/latex/socket_8h.tex core/latex/socket_8h_source.tex core/latex/socket__compat_8h.tex core/latex/socket__compat_8h_source.tex core/latex/soft__uart_8c.tex core/latex/soft__uart_8h.tex core/latex/soft__uart_8h_source.tex core/latex/stat__item_8c.tex core/latex/stat__item_8h.tex core/latex/stat__item_8h_source.tex core/latex/stat__item__internal_8h.tex core/latex/stat__item__internal_8h_source.tex core/latex/statistics_8h.tex core/latex/statistics_8h_source.tex core/latex/stats_8c.tex core/latex/stats_8h.tex core/latex/stats_8h_source.tex core/latex/stats__statsd_8c.tex core/latex/stats__tcp_8c.tex core/latex/stats__tcp_8h.tex core/latex/stats__tcp_8h_source.tex core/latex/strrb_8c.tex core/latex/strrb_8h.tex core/latex/strrb_8h_source.tex core/latex/struct__gsmtap__inst__legacy.tex core/latex/structbitvec.tex core/latex/structgsmtap__hdr.tex core/latex/structgsmtap__inst.tex core/latex/structgsmtap__osmocore__log__hdr.tex core/latex/structhlist__head.tex core/latex/structhlist__node.tex core/latex/structiofd__backend__ops.tex core/latex/structiofd__msghdr.tex core/latex/structllist__head.tex core/latex/structlog__category.tex core/latex/structlog__context.tex core/latex/structlog__info.tex core/latex/structlog__info__cat.tex core/latex/structlog__target.tex core/latex/structmsgb.tex core/latex/structnetdev__netns__ctx.tex core/latex/structosmo__config__entry.tex core/latex/structosmo__config__list.tex core/latex/structosmo__conv__code.tex core/latex/structosmo__conv__decoder.tex core/latex/structosmo__conv__encoder.tex core/latex/structosmo__counter.tex core/latex/structosmo__crc16gen__code.tex core/latex/structosmo__crc32gen__code.tex core/latex/structosmo__crc64gen__code.tex core/latex/structosmo__crc8gen__code.tex core/latex/structosmo__fd.tex core/latex/structosmo__fsm.tex core/latex/structosmo__fsm__inst.tex core/latex/structosmo__fsm__state.tex core/latex/structosmo__io__fd.tex core/latex/structosmo__io__ops.tex core/latex/structosmo__isdnhdlc__vars.tex core/latex/structosmo__it__q.tex core/latex/structosmo__mnl.tex core/latex/structosmo__netdev.tex core/latex/structosmo__prbs.tex core/latex/structosmo__prbs__state.tex core/latex/structosmo__prim__event__map.tex core/latex/structosmo__prim__hdr.tex core/latex/structosmo__sercomm__inst.tex core/latex/structosmo__signalfd.tex core/latex/structosmo__sock__init2__multiaddr__pars.tex core/latex/structosmo__sockaddr.tex core/latex/structosmo__sockaddr__str.tex core/latex/structosmo__soft__uart.tex core/latex/structosmo__soft__uart__cfg.tex core/latex/structosmo__stat__item.tex core/latex/structosmo__stat__item__desc.tex core/latex/structosmo__stat__item__group.tex core/latex/structosmo__stat__item__group__desc.tex core/latex/structosmo__stat__item__period.tex core/latex/structosmo__stats__config.tex core/latex/structosmo__stats__reporter.tex core/latex/structosmo__strbuf.tex core/latex/structosmo__strrb.tex core/latex/structosmo__talloc__contexts.tex core/latex/structosmo__tcp__stats__config.tex core/latex/structosmo__tdef.tex core/latex/structosmo__tdef__group.tex core/latex/structosmo__tdef__state__timeout.tex core/latex/structosmo__time__cc.tex core/latex/structosmo__time__cc__cfg.tex core/latex/structosmo__timer__list.tex core/latex/structosmo__tundev.tex core/latex/structosmo__use__count.tex core/latex/structosmo__use__count__entry.tex core/latex/structosmo__wqueue.tex core/latex/structrate__ctr.tex core/latex/structrate__ctr__desc.tex core/latex/structrate__ctr__group.tex core/latex/structrate__ctr__group__desc.tex core/latex/structrate__ctr__per__intv.tex core/latex/structrb__node.tex core/latex/structrb__root.tex core/latex/structsignal__handler.tex core/latex/structstats__tcp__entry.tex core/latex/structvalue__string.tex core/latex/structvdecoder.tex core/latex/structvtrellis.tex core/latex/tabu_doxygen.sty core/latex/talloc_8h.tex core/latex/talloc_8h_source.tex core/latex/tdef_8c.tex core/latex/tdef_8h.tex core/latex/tdef_8h_source.tex core/latex/thread_8c.tex core/latex/thread_8h.tex core/latex/thread_8h_source.tex core/latex/time__cc_8c.tex core/latex/time__cc_8h.tex core/latex/time__cc_8h_source.tex core/latex/timer_8c.tex core/latex/timer_8h.tex core/latex/timer_8h_source.tex core/latex/timer__clockgettime_8c.tex core/latex/timer__compat_8h.tex core/latex/timer__compat_8h_source.tex core/latex/timer__gettimeofday_8c.tex core/latex/tun_8c.tex core/latex/tun_8h.tex core/latex/tun_8h_source.tex core/latex/use__count_8c.tex core/latex/use__count_8h.tex core/latex/use__count_8h_source.tex core/latex/utils_8c.tex core/latex/utils_8h.tex core/latex/utils_8h_source.tex core/latex/write__queue_8c.tex core/latex/write__queue_8h.tex core/latex/write__queue_8h_source.tex ctrl/ ctrl/html/ ctrl/html/annotated.html ctrl/html/annotated_dup.js ctrl/html/bc_s.png ctrl/html/bdwn.png ctrl/html/classes.html ctrl/html/closed.png ctrl/html/control__cmd_8c.html ctrl/html/control__cmd_8c.js ctrl/html/control__cmd_8h.html ctrl/html/control__cmd_8h.js ctrl/html/control__cmd_8h_source.html ctrl/html/control__if_8c.html ctrl/html/control__if_8c.js ctrl/html/control__if_8h.html ctrl/html/control__if_8h.js ctrl/html/control__if_8h_source.html ctrl/html/control__vty_8c.html ctrl/html/control__vty_8c.js ctrl/html/control__vty_8h.html ctrl/html/control__vty_8h.js ctrl/html/control__vty_8h_source.html ctrl/html/dir_3823441c25c78637c850098229107a9a.html ctrl/html/dir_3823441c25c78637c850098229107a9a.js ctrl/html/dir_661552763dbd867ebd895cbce5c3c045.html ctrl/html/dir_661552763dbd867ebd895cbce5c3c045.js ctrl/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html ctrl/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js ctrl/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html ctrl/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js ctrl/html/dir_d44c64559bbebec7f509842c48db8b23.html ctrl/html/dir_d44c64559bbebec7f509842c48db8b23.js ctrl/html/doc.png ctrl/html/doxygen.css ctrl/html/doxygen.svg ctrl/html/dynsections.js ctrl/html/files.html ctrl/html/files_dup.js ctrl/html/folderclosed.png ctrl/html/folderopen.png ctrl/html/fsm__ctrl__commands_8c.html ctrl/html/fsm__ctrl__commands_8c.js ctrl/html/functions.html ctrl/html/functions_vars.html ctrl/html/globals.html ctrl/html/globals_defs.html ctrl/html/globals_enum.html ctrl/html/globals_eval.html ctrl/html/globals_func.html ctrl/html/globals_type.html ctrl/html/globals_vars.html ctrl/html/index.html ctrl/html/jquery.js ctrl/html/menu.js ctrl/html/menudata.js ctrl/html/nav_f.png ctrl/html/nav_g.png ctrl/html/nav_h.png ctrl/html/navtree.css ctrl/html/navtree.js ctrl/html/navtreedata.js ctrl/html/navtreeindex0.js ctrl/html/open.png ctrl/html/ports_8h.html ctrl/html/ports_8h.js ctrl/html/ports_8h_source.html ctrl/html/resize.js ctrl/html/splitbar.png ctrl/html/structctrl__cmd.html ctrl/html/structctrl__cmd.js ctrl/html/structctrl__cmd__def.html ctrl/html/structctrl__cmd__def.js ctrl/html/structctrl__cmd__element.html ctrl/html/structctrl__cmd__element.js ctrl/html/structctrl__cmd__map.html ctrl/html/structctrl__cmd__map.js ctrl/html/structctrl__cmd__struct.html ctrl/html/structctrl__cmd__struct.js ctrl/html/structctrl__connection.html ctrl/html/structctrl__connection.js ctrl/html/structctrl__handle.html ctrl/html/structctrl__handle.js ctrl/html/structlookup__helper.html ctrl/html/structlookup__helper.js ctrl/html/sync_off.png ctrl/html/sync_on.png ctrl/html/tab_a.png ctrl/html/tab_b.png ctrl/html/tab_h.png ctrl/html/tab_s.png ctrl/html/tabs.css ctrl/html/search/ ctrl/html/search/all_0.html ctrl/html/search/all_0.js ctrl/html/search/all_1.html ctrl/html/search/all_1.js ctrl/html/search/all_10.html ctrl/html/search/all_10.js ctrl/html/search/all_11.html ctrl/html/search/all_11.js ctrl/html/search/all_12.html ctrl/html/search/all_12.js ctrl/html/search/all_13.html ctrl/html/search/all_13.js ctrl/html/search/all_14.html ctrl/html/search/all_14.js ctrl/html/search/all_15.html ctrl/html/search/all_15.js ctrl/html/search/all_16.html ctrl/html/search/all_16.js ctrl/html/search/all_17.html ctrl/html/search/all_17.js ctrl/html/search/all_18.html ctrl/html/search/all_18.js ctrl/html/search/all_19.html ctrl/html/search/all_19.js ctrl/html/search/all_2.html ctrl/html/search/all_2.js ctrl/html/search/all_3.html ctrl/html/search/all_3.js ctrl/html/search/all_4.html ctrl/html/search/all_4.js ctrl/html/search/all_5.html ctrl/html/search/all_5.js ctrl/html/search/all_6.html ctrl/html/search/all_6.js ctrl/html/search/all_7.html ctrl/html/search/all_7.js ctrl/html/search/all_8.html ctrl/html/search/all_8.js ctrl/html/search/all_9.html ctrl/html/search/all_9.js ctrl/html/search/all_a.html ctrl/html/search/all_a.js ctrl/html/search/all_b.html ctrl/html/search/all_b.js ctrl/html/search/all_c.html ctrl/html/search/all_c.js ctrl/html/search/all_d.html ctrl/html/search/all_d.js ctrl/html/search/all_e.html ctrl/html/search/all_e.js ctrl/html/search/all_f.html ctrl/html/search/all_f.js ctrl/html/search/classes_0.html ctrl/html/search/classes_0.js ctrl/html/search/classes_1.html ctrl/html/search/classes_1.js ctrl/html/search/classes_10.html ctrl/html/search/classes_10.js ctrl/html/search/classes_11.html ctrl/html/search/classes_11.js ctrl/html/search/classes_12.html ctrl/html/search/classes_12.js ctrl/html/search/classes_13.html ctrl/html/search/classes_13.js ctrl/html/search/classes_14.html ctrl/html/search/classes_14.js ctrl/html/search/classes_15.html ctrl/html/search/classes_15.js ctrl/html/search/classes_2.html ctrl/html/search/classes_2.js ctrl/html/search/classes_3.html ctrl/html/search/classes_3.js ctrl/html/search/classes_4.html ctrl/html/search/classes_4.js ctrl/html/search/classes_5.html ctrl/html/search/classes_5.js ctrl/html/search/classes_6.html ctrl/html/search/classes_6.js ctrl/html/search/classes_7.html ctrl/html/search/classes_7.js ctrl/html/search/classes_8.html ctrl/html/search/classes_8.js ctrl/html/search/classes_9.html ctrl/html/search/classes_9.js ctrl/html/search/classes_a.html ctrl/html/search/classes_a.js ctrl/html/search/classes_b.html ctrl/html/search/classes_b.js ctrl/html/search/classes_c.html ctrl/html/search/classes_c.js ctrl/html/search/classes_d.html ctrl/html/search/classes_d.js ctrl/html/search/classes_e.html ctrl/html/search/classes_e.js ctrl/html/search/classes_f.html ctrl/html/search/classes_f.js ctrl/html/search/close.svg ctrl/html/search/defines_0.html ctrl/html/search/defines_0.js ctrl/html/search/defines_1.html ctrl/html/search/defines_1.js ctrl/html/search/defines_2.html ctrl/html/search/defines_2.js ctrl/html/search/enums_0.html ctrl/html/search/enums_0.js ctrl/html/search/enums_1.html ctrl/html/search/enums_1.js ctrl/html/search/enums_2.html ctrl/html/search/enums_2.js ctrl/html/search/enums_3.html ctrl/html/search/enums_3.js ctrl/html/search/enums_4.html ctrl/html/search/enums_4.js ctrl/html/search/enums_5.html ctrl/html/search/enums_5.js ctrl/html/search/enums_6.html ctrl/html/search/enums_6.js ctrl/html/search/enums_7.html ctrl/html/search/enums_7.js ctrl/html/search/enums_8.html ctrl/html/search/enums_8.js ctrl/html/search/enums_9.html ctrl/html/search/enums_9.js ctrl/html/search/enums_a.html ctrl/html/search/enums_a.js ctrl/html/search/enums_b.html ctrl/html/search/enums_b.js ctrl/html/search/enums_c.html ctrl/html/search/enums_c.js ctrl/html/search/enums_d.html ctrl/html/search/enums_d.js ctrl/html/search/enumvalues_0.html ctrl/html/search/enumvalues_0.js ctrl/html/search/enumvalues_1.html ctrl/html/search/enumvalues_1.js ctrl/html/search/files_0.html ctrl/html/search/files_0.js ctrl/html/search/files_1.html ctrl/html/search/files_1.js ctrl/html/search/files_10.html ctrl/html/search/files_10.js ctrl/html/search/files_11.html ctrl/html/search/files_11.js ctrl/html/search/files_12.html ctrl/html/search/files_12.js ctrl/html/search/files_13.html ctrl/html/search/files_13.js ctrl/html/search/files_14.html ctrl/html/search/files_14.js ctrl/html/search/files_2.html ctrl/html/search/files_2.js ctrl/html/search/files_3.html ctrl/html/search/files_3.js ctrl/html/search/files_4.html ctrl/html/search/files_4.js ctrl/html/search/files_5.html ctrl/html/search/files_5.js ctrl/html/search/files_6.html ctrl/html/search/files_6.js ctrl/html/search/files_7.html ctrl/html/search/files_7.js ctrl/html/search/files_8.html ctrl/html/search/files_8.js ctrl/html/search/files_9.html ctrl/html/search/files_9.js ctrl/html/search/files_a.html ctrl/html/search/files_a.js ctrl/html/search/files_b.html ctrl/html/search/files_b.js ctrl/html/search/files_c.html ctrl/html/search/files_c.js ctrl/html/search/files_d.html ctrl/html/search/files_d.js ctrl/html/search/files_e.html ctrl/html/search/files_e.js ctrl/html/search/files_f.html ctrl/html/search/files_f.js ctrl/html/search/functions_0.html ctrl/html/search/functions_0.js ctrl/html/search/functions_1.html ctrl/html/search/functions_1.js ctrl/html/search/functions_10.html ctrl/html/search/functions_10.js ctrl/html/search/functions_11.html ctrl/html/search/functions_11.js ctrl/html/search/functions_12.html ctrl/html/search/functions_12.js ctrl/html/search/functions_13.html ctrl/html/search/functions_13.js ctrl/html/search/functions_14.html ctrl/html/search/functions_14.js ctrl/html/search/functions_15.html ctrl/html/search/functions_15.js ctrl/html/search/functions_2.html ctrl/html/search/functions_2.js ctrl/html/search/functions_3.html ctrl/html/search/functions_3.js ctrl/html/search/functions_4.html ctrl/html/search/functions_4.js ctrl/html/search/functions_5.html ctrl/html/search/functions_5.js ctrl/html/search/functions_6.html ctrl/html/search/functions_6.js ctrl/html/search/functions_7.html ctrl/html/search/functions_7.js ctrl/html/search/functions_8.html ctrl/html/search/functions_8.js ctrl/html/search/functions_9.html ctrl/html/search/functions_9.js ctrl/html/search/functions_a.html ctrl/html/search/functions_a.js ctrl/html/search/functions_b.html ctrl/html/search/functions_b.js ctrl/html/search/functions_c.html ctrl/html/search/functions_c.js ctrl/html/search/functions_d.html ctrl/html/search/functions_d.js ctrl/html/search/functions_e.html ctrl/html/search/functions_e.js ctrl/html/search/functions_f.html ctrl/html/search/functions_f.js ctrl/html/search/groups_0.html ctrl/html/search/groups_0.js ctrl/html/search/groups_1.html ctrl/html/search/groups_1.js ctrl/html/search/groups_10.html ctrl/html/search/groups_10.js ctrl/html/search/groups_11.html ctrl/html/search/groups_11.js ctrl/html/search/groups_2.html ctrl/html/search/groups_2.js ctrl/html/search/groups_3.html ctrl/html/search/groups_3.js ctrl/html/search/groups_4.html ctrl/html/search/groups_4.js ctrl/html/search/groups_5.html ctrl/html/search/groups_5.js ctrl/html/search/groups_6.html ctrl/html/search/groups_6.js ctrl/html/search/groups_7.html ctrl/html/search/groups_7.js ctrl/html/search/groups_8.html ctrl/html/search/groups_8.js ctrl/html/search/groups_9.html ctrl/html/search/groups_9.js ctrl/html/search/groups_a.html ctrl/html/search/groups_a.js ctrl/html/search/groups_b.html ctrl/html/search/groups_b.js ctrl/html/search/groups_c.html ctrl/html/search/groups_c.js ctrl/html/search/groups_d.html ctrl/html/search/groups_d.js ctrl/html/search/groups_e.html ctrl/html/search/groups_e.js ctrl/html/search/groups_f.html ctrl/html/search/groups_f.js ctrl/html/search/mag_sel.svg ctrl/html/search/nomatches.html ctrl/html/search/search.css ctrl/html/search/search.js ctrl/html/search/search_l.png ctrl/html/search/search_m.png ctrl/html/search/search_r.png ctrl/html/search/searchdata.js ctrl/html/search/typedefs_0.html ctrl/html/search/typedefs_0.js ctrl/html/search/typedefs_1.html ctrl/html/search/typedefs_1.js ctrl/html/search/typedefs_2.html ctrl/html/search/typedefs_2.js ctrl/html/search/typedefs_3.html ctrl/html/search/typedefs_3.js ctrl/html/search/typedefs_4.html ctrl/html/search/typedefs_4.js ctrl/html/search/typedefs_5.html ctrl/html/search/typedefs_5.js ctrl/html/search/typedefs_6.html ctrl/html/search/typedefs_6.js ctrl/html/search/typedefs_7.html ctrl/html/search/typedefs_7.js ctrl/html/search/variables_0.html ctrl/html/search/variables_0.js ctrl/html/search/variables_1.html ctrl/html/search/variables_1.js ctrl/html/search/variables_10.html ctrl/html/search/variables_10.js ctrl/html/search/variables_11.html ctrl/html/search/variables_11.js ctrl/html/search/variables_12.html ctrl/html/search/variables_12.js ctrl/html/search/variables_13.html ctrl/html/search/variables_13.js ctrl/html/search/variables_14.html ctrl/html/search/variables_14.js ctrl/html/search/variables_15.html ctrl/html/search/variables_15.js ctrl/html/search/variables_16.html ctrl/html/search/variables_16.js ctrl/html/search/variables_17.html ctrl/html/search/variables_17.js ctrl/html/search/variables_18.html ctrl/html/search/variables_18.js ctrl/html/search/variables_2.html ctrl/html/search/variables_2.js ctrl/html/search/variables_3.html ctrl/html/search/variables_3.js ctrl/html/search/variables_4.html ctrl/html/search/variables_4.js ctrl/html/search/variables_5.html ctrl/html/search/variables_5.js ctrl/html/search/variables_6.html ctrl/html/search/variables_6.js ctrl/html/search/variables_7.html ctrl/html/search/variables_7.js ctrl/html/search/variables_8.html ctrl/html/search/variables_8.js ctrl/html/search/variables_9.html ctrl/html/search/variables_9.js ctrl/html/search/variables_a.html ctrl/html/search/variables_a.js ctrl/html/search/variables_b.html ctrl/html/search/variables_b.js ctrl/html/search/variables_c.html ctrl/html/search/variables_c.js ctrl/html/search/variables_d.html ctrl/html/search/variables_d.js ctrl/html/search/variables_e.html ctrl/html/search/variables_e.js ctrl/html/search/variables_f.html ctrl/html/search/variables_f.js ctrl/latex/ ctrl/latex/Makefile ctrl/latex/annotated.tex ctrl/latex/control__cmd_8c.tex ctrl/latex/control__cmd_8h.tex ctrl/latex/control__cmd_8h_source.tex ctrl/latex/control__if_8c.tex ctrl/latex/control__if_8h.tex ctrl/latex/control__if_8h_source.tex ctrl/latex/control__vty_8c.tex ctrl/latex/control__vty_8h.tex ctrl/latex/control__vty_8h_source.tex ctrl/latex/dir_3823441c25c78637c850098229107a9a.tex ctrl/latex/dir_661552763dbd867ebd895cbce5c3c045.tex ctrl/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex ctrl/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex ctrl/latex/dir_d44c64559bbebec7f509842c48db8b23.tex ctrl/latex/doxygen.sty ctrl/latex/files.tex ctrl/latex/fsm__ctrl__commands_8c.tex ctrl/latex/longtable_doxygen.sty ctrl/latex/ports_8h.tex ctrl/latex/ports_8h_source.tex ctrl/latex/refman.tex ctrl/latex/structctrl__cmd.tex ctrl/latex/structctrl__cmd__def.tex ctrl/latex/structctrl__cmd__element.tex ctrl/latex/structctrl__cmd__map.tex ctrl/latex/structctrl__cmd__struct.tex ctrl/latex/structctrl__connection.tex ctrl/latex/structctrl__handle.tex ctrl/latex/structlookup__helper.tex ctrl/latex/tabu_doxygen.sty gb/ gb/html/ gb/html/annotated.html gb/html/annotated_dup.js gb/html/bc_s.png gb/html/bdwn.png gb/html/bssgp__bvc__fsm_8c.html gb/html/bssgp__bvc__fsm_8c.js gb/html/bssgp__bvc__fsm_8h.html gb/html/bssgp__bvc__fsm_8h.js gb/html/bssgp__bvc__fsm_8h_source.html gb/html/classes.html gb/html/closed.png gb/html/common__vty_8c.html gb/html/common__vty_8c.js gb/html/common__vty_8h.html gb/html/common__vty_8h.js gb/html/common__vty_8h_source.html gb/html/dir_192f31a432226a1704441fb4e440116e.html gb/html/dir_192f31a432226a1704441fb4e440116e.js gb/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html gb/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js gb/html/dir_7c12f4ae97f47d7beff08cb37df2dd26.html gb/html/dir_7c12f4ae97f47d7beff08cb37df2dd26.js gb/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html gb/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js gb/html/dir_d44c64559bbebec7f509842c48db8b23.html gb/html/dir_d44c64559bbebec7f509842c48db8b23.js gb/html/dir_deae211d9db0c21b50f4c200db59f13f.html gb/html/dir_deae211d9db0c21b50f4c200db59f13f.js gb/html/doc.png gb/html/doxygen.css gb/html/doxygen.svg gb/html/dynsections.js gb/html/files.html gb/html/files_dup.js gb/html/folderclosed.png gb/html/folderopen.png gb/html/frame__relay_8c.html gb/html/frame__relay_8c.js gb/html/frame__relay_8h.html gb/html/frame__relay_8h.js gb/html/frame__relay_8h_source.html gb/html/functions.html gb/html/functions_a.html gb/html/functions_b.html gb/html/functions_c.html gb/html/functions_d.html gb/html/functions_dup.js gb/html/functions_e.html gb/html/functions_f.html gb/html/functions_g.html gb/html/functions_i.html gb/html/functions_l.html gb/html/functions_m.html gb/html/functions_n.html gb/html/functions_o.html gb/html/functions_p.html gb/html/functions_q.html gb/html/functions_r.html gb/html/functions_s.html gb/html/functions_t.html gb/html/functions_u.html gb/html/functions_v.html gb/html/functions_vars.html gb/html/functions_vars.js gb/html/functions_vars_a.html gb/html/functions_vars_b.html gb/html/functions_vars_c.html gb/html/functions_vars_d.html gb/html/functions_vars_e.html gb/html/functions_vars_f.html gb/html/functions_vars_g.html gb/html/functions_vars_i.html gb/html/functions_vars_l.html gb/html/functions_vars_m.html gb/html/functions_vars_n.html gb/html/functions_vars_o.html gb/html/functions_vars_p.html gb/html/functions_vars_q.html gb/html/functions_vars_r.html gb/html/functions_vars_s.html gb/html/functions_vars_t.html gb/html/functions_vars_u.html gb/html/functions_vars_v.html gb/html/gb__internal_8h.html gb/html/gb__internal_8h.js gb/html/gb__internal_8h_source.html gb/html/globals.html gb/html/globals_a.html gb/html/globals_b.html gb/html/globals_c.html gb/html/globals_d.html gb/html/globals_defs.html gb/html/globals_dup.js gb/html/globals_e.html gb/html/globals_enum.html gb/html/globals_eval.html gb/html/globals_eval.js gb/html/globals_eval_b.html gb/html/globals_eval_f.html gb/html/globals_eval_g.html gb/html/globals_eval_n.html gb/html/globals_eval_p.html gb/html/globals_eval_q.html gb/html/globals_eval_r.html gb/html/globals_eval_s.html gb/html/globals_f.html gb/html/globals_func.html gb/html/globals_func.js gb/html/globals_func_a.html gb/html/globals_func_b.html gb/html/globals_func_c.html gb/html/globals_func_d.html gb/html/globals_func_e.html gb/html/globals_func_f.html gb/html/globals_func_g.html gb/html/globals_func_h.html gb/html/globals_func_i.html gb/html/globals_func_l.html gb/html/globals_func_m.html gb/html/globals_func_n.html gb/html/globals_func_o.html gb/html/globals_func_p.html gb/html/globals_func_q.html gb/html/globals_func_r.html gb/html/globals_func_s.html gb/html/globals_func_t.html gb/html/globals_func_u.html gb/html/globals_func_v.html gb/html/globals_g.html gb/html/globals_h.html gb/html/globals_i.html gb/html/globals_l.html gb/html/globals_m.html gb/html/globals_n.html gb/html/globals_o.html gb/html/globals_p.html gb/html/globals_q.html gb/html/globals_r.html gb/html/globals_s.html gb/html/globals_t.html gb/html/globals_type.html gb/html/globals_u.html gb/html/globals_v.html gb/html/globals_vars.html gb/html/gprs__bssgp2_8c.html gb/html/gprs__bssgp2_8c.js gb/html/gprs__bssgp2_8h.html gb/html/gprs__bssgp2_8h.js gb/html/gprs__bssgp2_8h_source.html gb/html/gprs__bssgp_8c.html gb/html/gprs__bssgp_8c.js gb/html/gprs__bssgp_8h.html gb/html/gprs__bssgp_8h.js gb/html/gprs__bssgp_8h_source.html gb/html/gprs__bssgp__bss_8c.html gb/html/gprs__bssgp__bss_8c.js gb/html/gprs__bssgp__bss_8h.html gb/html/gprs__bssgp__bss_8h.js gb/html/gprs__bssgp__bss_8h_source.html gb/html/gprs__bssgp__internal_8h.html gb/html/gprs__bssgp__internal_8h.js gb/html/gprs__bssgp__internal_8h_source.html gb/html/gprs__bssgp__rim_8c.html gb/html/gprs__bssgp__rim_8c.js gb/html/gprs__bssgp__rim_8h.html gb/html/gprs__bssgp__rim_8h.js gb/html/gprs__bssgp__rim_8h_source.html gb/html/gprs__bssgp__util_8c.html gb/html/gprs__bssgp__util_8c.js gb/html/gprs__bssgp__vty_8c.html gb/html/gprs__bssgp__vty_8c.js gb/html/gprs__msgb_8h.html gb/html/gprs__msgb_8h.js gb/html/gprs__msgb_8h_source.html gb/html/gprs__ns2_8c.html gb/html/gprs__ns2_8c.js gb/html/gprs__ns2_8h.html gb/html/gprs__ns2_8h.js gb/html/gprs__ns2_8h_source.html gb/html/gprs__ns2__fr_8c.html gb/html/gprs__ns2__fr_8c.js gb/html/gprs__ns2__frgre_8c.html gb/html/gprs__ns2__frgre_8c.js gb/html/gprs__ns2__internal_8h.html gb/html/gprs__ns2__internal_8h.js gb/html/gprs__ns2__internal_8h_source.html gb/html/gprs__ns2__message_8c.html gb/html/gprs__ns2__message_8c.js gb/html/gprs__ns2__sns_8c.html gb/html/gprs__ns2__sns_8c.js gb/html/gprs__ns2__udp_8c.html gb/html/gprs__ns2__udp_8c.js gb/html/gprs__ns2__vc__fsm_8c.html gb/html/gprs__ns2__vc__fsm_8c.js gb/html/gprs__ns2__vty_8c.html gb/html/gprs__ns2__vty_8c.js gb/html/gprs__ns_8c.html gb/html/gprs__ns_8c.js gb/html/gprs__ns_8h.html gb/html/gprs__ns_8h.js gb/html/gprs__ns_8h_source.html gb/html/gprs__ns__frgre_8c.html gb/html/gprs__ns__frgre_8c.js gb/html/gprs__ns__frgre_8h.html gb/html/gprs__ns__frgre_8h.js gb/html/gprs__ns__frgre_8h_source.html gb/html/gprs__ns__sns_8c.html gb/html/gprs__ns__sns_8c.js gb/html/gprs__ns__vty_8c.html gb/html/gprs__ns__vty_8c.js gb/html/gprs__rlc_8h.html gb/html/gprs__rlc_8h_source.html gb/html/group__Tdef.js gb/html/group__Tdef__VTY.js gb/html/group__a5.js gb/html/group__auth.js gb/html/group__bitcomp.js gb/html/group__bits.js gb/html/group__bitvec.js gb/html/group__bsslap.js gb/html/group__bssmap__le.js gb/html/group__coding.js gb/html/group__command.js gb/html/group__conv.js gb/html/group__cpu__sched__VTY.js gb/html/group__crc.js gb/html/group__crypto.js gb/html/group__fsm.js gb/html/group__gad.js gb/html/group__gea.js gb/html/group__gsm0408.js gb/html/group__gsm0502.js gb/html/group__gsm0808.js gb/html/group__gsm29205.js gb/html/group__gsmtap.js gb/html/group__gsup.js gb/html/group__interleaving.js gb/html/group__ipa.js gb/html/group__kdf.js gb/html/group__lapd.js gb/html/group__lapdm.js gb/html/group__libgb.html gb/html/group__libgb.js gb/html/group__linuxlist.js gb/html/group__logging.js gb/html/group__logging__internal.js gb/html/group__loggingrb.js gb/html/group__mapping.js gb/html/group__msgb.js gb/html/group__netdev.js gb/html/group__oap.js gb/html/group__oml.js gb/html/group__osmo__io.js gb/html/group__osmo__it__q.js gb/html/group__osmo__stat__item.js gb/html/group__osmo__strrb.js gb/html/group__parity.js gb/html/group__prim.js gb/html/group__rate__ctr.js gb/html/group__rlp.js gb/html/group__rsl.js gb/html/group__select.js gb/html/group__sercomm.js gb/html/group__serial.js gb/html/group__signal.js gb/html/group__sms.js gb/html/group__sockaddr__str.js gb/html/group__socket.js gb/html/group__stats.js gb/html/group__tables.js gb/html/group__telnet__interface.js gb/html/group__thread.js gb/html/group__time__cc.js gb/html/group__timer.js gb/html/group__tlv.js gb/html/group__tun.js gb/html/group__use__count.js gb/html/group__utils.js gb/html/group__vector.js gb/html/group__vty.js gb/html/group__write__queue.js gb/html/gsm__04__60_8h.html gb/html/gsm__04__60_8h_source.html gb/html/gsm__08__16_8h.html gb/html/gsm__08__16_8h.js gb/html/gsm__08__16_8h_source.html gb/html/gsm__08__18_8h.html gb/html/gsm__08__18_8h.js gb/html/gsm__08__18_8h_source.html gb/html/gsm__24__301_8h.html gb/html/gsm__24__301_8h.js gb/html/gsm__24__301_8h_source.html gb/html/index.html gb/html/jquery.js gb/html/menu.js gb/html/menudata.js gb/html/modules.html gb/html/modules.js gb/html/nav_f.png gb/html/nav_g.png gb/html/nav_h.png gb/html/navtree.css gb/html/navtree.js gb/html/navtreedata.js gb/html/navtreeindex0.js gb/html/navtreeindex1.js gb/html/navtreeindex10.js gb/html/navtreeindex11.js gb/html/navtreeindex12.js gb/html/navtreeindex13.js gb/html/navtreeindex14.js gb/html/navtreeindex15.js gb/html/navtreeindex16.js gb/html/navtreeindex17.js gb/html/navtreeindex18.js gb/html/navtreeindex19.js gb/html/navtreeindex2.js gb/html/navtreeindex20.js gb/html/navtreeindex21.js gb/html/navtreeindex22.js gb/html/navtreeindex23.js gb/html/navtreeindex24.js gb/html/navtreeindex25.js gb/html/navtreeindex26.js gb/html/navtreeindex3.js gb/html/navtreeindex4.js gb/html/navtreeindex5.js gb/html/navtreeindex6.js gb/html/navtreeindex7.js gb/html/navtreeindex8.js gb/html/navtreeindex9.js gb/html/open.png gb/html/resize.js gb/html/splitbar.png gb/html/structbssgp2__flow__ctrl.html gb/html/structbssgp2__flow__ctrl.js gb/html/structbssgp__app__err__cont__nacc.html gb/html/structbssgp__app__err__cont__nacc.js gb/html/structbssgp__bvc__ctx.html gb/html/structbssgp__bvc__ctx.js gb/html/structbssgp__bvc__fsm__ops.html gb/html/structbssgp__bvc__fsm__ops.js gb/html/structbssgp__dl__ud__par.html gb/html/structbssgp__dl__ud__par.js gb/html/structbssgp__fc__queue__element.html gb/html/structbssgp__fc__queue__element.js gb/html/structbssgp__flow__control.html gb/html/structbssgp__flow__control.js gb/html/structbssgp__lv.html gb/html/structbssgp__lv.js gb/html/structbssgp__normal__hdr.html gb/html/structbssgp__normal__hdr.js gb/html/structbssgp__paging__info.html gb/html/structbssgp__paging__info.js gb/html/structbssgp__ran__inf__ack__rim__cont.html gb/html/structbssgp__ran__inf__ack__rim__cont.js gb/html/structbssgp__ran__inf__app__cont__nacc.html gb/html/structbssgp__ran__inf__app__cont__nacc.js gb/html/structbssgp__ran__inf__app__err__rim__cont.html gb/html/structbssgp__ran__inf__app__err__rim__cont.js gb/html/structbssgp__ran__inf__err__rim__cont.html gb/html/structbssgp__ran__inf__err__rim__cont.js gb/html/structbssgp__ran__inf__req__app__cont__nacc.html gb/html/structbssgp__ran__inf__req__app__cont__nacc.js gb/html/structbssgp__ran__inf__req__rim__cont.html gb/html/structbssgp__ran__inf__req__rim__cont.js gb/html/structbssgp__ran__inf__rim__cont.html gb/html/structbssgp__ran__inf__rim__cont.js gb/html/structbssgp__ran__inf__x__cont.html gb/html/structbssgp__ran__inf__x__cont.js gb/html/structbssgp__ran__information__pdu.html gb/html/structbssgp__ran__information__pdu.js gb/html/structbssgp__rim__pdu__ind.html gb/html/structbssgp__rim__routing__info.html gb/html/structbssgp__rim__routing__info.js gb/html/structbssgp__ud__hdr.html gb/html/structbssgp__ud__hdr.js gb/html/structbvc__fsm__priv.html gb/html/structbvc__fsm__priv.js gb/html/structgprs__ns2__inst.html gb/html/structgprs__ns2__inst.js gb/html/structgprs__ns2__nse.html gb/html/structgprs__ns2__nse.js gb/html/structgprs__ns2__vc.html gb/html/structgprs__ns2__vc.js gb/html/structgprs__ns2__vc__bind.html gb/html/structgprs__ns2__vc__bind.js gb/html/structgprs__ns2__vc__driver.html gb/html/structgprs__ns2__vc__driver.js gb/html/structgprs__ns2__vc__priv.html gb/html/structgprs__ns2__vc__priv.js gb/html/structgprs__ns__hdr.html gb/html/structgprs__ns__hdr.js gb/html/structgprs__ns__ie__ip4__elem.html gb/html/structgprs__ns__ie__ip4__elem.js gb/html/structgprs__ns__ie__ip6__elem.html gb/html/structgprs__ns__ie__ip6__elem.js gb/html/structgprs__ns__inst.html gb/html/structgprs__ns__inst.js gb/html/structgprs__nsvc.html gb/html/structgprs__nsvc.js gb/html/structgprs__sns__state.html gb/html/structgprs__sns__state.js gb/html/structgre__hdr.html gb/html/structgre__hdr.js gb/html/structlibgb__msgb__cb.html gb/html/structlibgb__msgb__cb.js gb/html/structns2__sns__bind.html gb/html/structns2__sns__bind.js gb/html/structns2__sns__elems.html gb/html/structns2__sns__elems.js gb/html/structns2__sns__procedure.html gb/html/structns2__sns__procedure.js gb/html/structns2__sns__state.html gb/html/structns2__sns__state.js gb/html/structns__signal__data.html gb/html/structns__signal__data.js gb/html/structosmo__bssgp__prim.html gb/html/structosmo__bssgp__prim.js gb/html/structosmo__eutran__tai.html gb/html/structosmo__eutran__tai.js gb/html/structosmo__fr__dlc.html gb/html/structosmo__fr__dlc.js gb/html/structosmo__fr__link.html gb/html/structosmo__fr__link.js gb/html/structosmo__fr__network.html gb/html/structosmo__fr__network.js gb/html/structosmo__gprs__ns2__prim.html gb/html/structosmo__gprs__ns2__prim.js gb/html/structpriv__bind.html gb/html/structpriv__bind.js gb/html/structpriv__vc.html gb/html/structpriv__vc.js gb/html/structq933__a__hdr.html gb/html/structq933__a__hdr.js gb/html/structq933__a__pvc__sts.html gb/html/structsns__endpoint.html gb/html/structsns__endpoint.js gb/html/structvty__bind.html gb/html/structvty__bind.js gb/html/structvty__nse.html gb/html/structvty__nse.js gb/html/structvty__nse__bind.html gb/html/structvty__nse__bind.js gb/html/sync_off.png gb/html/sync_on.png gb/html/tab_a.png gb/html/tab_b.png gb/html/tab_h.png gb/html/tab_s.png gb/html/tabs.css gb/html/search/ gb/html/search/all_0.html gb/html/search/all_0.js gb/html/search/all_1.html gb/html/search/all_1.js gb/html/search/all_10.html gb/html/search/all_10.js gb/html/search/all_11.html gb/html/search/all_11.js gb/html/search/all_12.html gb/html/search/all_12.js gb/html/search/all_13.html gb/html/search/all_13.js gb/html/search/all_14.html gb/html/search/all_14.js gb/html/search/all_15.html gb/html/search/all_15.js gb/html/search/all_16.html gb/html/search/all_16.js gb/html/search/all_17.html gb/html/search/all_17.js gb/html/search/all_18.html gb/html/search/all_18.js gb/html/search/all_19.html gb/html/search/all_19.js gb/html/search/all_2.html gb/html/search/all_2.js gb/html/search/all_3.html gb/html/search/all_3.js gb/html/search/all_4.html gb/html/search/all_4.js gb/html/search/all_5.html gb/html/search/all_5.js gb/html/search/all_6.html gb/html/search/all_6.js gb/html/search/all_7.html gb/html/search/all_7.js gb/html/search/all_8.html gb/html/search/all_8.js gb/html/search/all_9.html gb/html/search/all_9.js gb/html/search/all_a.html gb/html/search/all_a.js gb/html/search/all_b.html gb/html/search/all_b.js gb/html/search/all_c.html gb/html/search/all_c.js gb/html/search/all_d.html gb/html/search/all_d.js gb/html/search/all_e.html gb/html/search/all_e.js gb/html/search/all_f.html gb/html/search/all_f.js gb/html/search/classes_0.html gb/html/search/classes_0.js gb/html/search/classes_1.html gb/html/search/classes_1.js gb/html/search/classes_10.html gb/html/search/classes_10.js gb/html/search/classes_11.html gb/html/search/classes_11.js gb/html/search/classes_12.html gb/html/search/classes_12.js gb/html/search/classes_13.html gb/html/search/classes_13.js gb/html/search/classes_14.html gb/html/search/classes_14.js gb/html/search/classes_15.html gb/html/search/classes_15.js gb/html/search/classes_2.html gb/html/search/classes_2.js gb/html/search/classes_3.html gb/html/search/classes_3.js gb/html/search/classes_4.html gb/html/search/classes_4.js gb/html/search/classes_5.html gb/html/search/classes_5.js gb/html/search/classes_6.html gb/html/search/classes_6.js gb/html/search/classes_7.html gb/html/search/classes_7.js gb/html/search/classes_8.html gb/html/search/classes_8.js gb/html/search/classes_9.html gb/html/search/classes_9.js gb/html/search/classes_a.html gb/html/search/classes_a.js gb/html/search/classes_b.html gb/html/search/classes_b.js gb/html/search/classes_c.html gb/html/search/classes_c.js gb/html/search/classes_d.html gb/html/search/classes_d.js gb/html/search/classes_e.html gb/html/search/classes_e.js gb/html/search/classes_f.html gb/html/search/classes_f.js gb/html/search/close.svg gb/html/search/defines_0.html gb/html/search/defines_0.js gb/html/search/defines_1.html gb/html/search/defines_1.js gb/html/search/defines_2.html gb/html/search/defines_2.js gb/html/search/defines_3.html gb/html/search/defines_3.js gb/html/search/defines_4.html gb/html/search/defines_4.js gb/html/search/defines_5.html gb/html/search/defines_5.js gb/html/search/defines_6.html gb/html/search/defines_6.js gb/html/search/defines_7.html gb/html/search/defines_7.js gb/html/search/defines_8.html gb/html/search/defines_8.js gb/html/search/defines_9.html gb/html/search/defines_9.js gb/html/search/defines_a.html gb/html/search/defines_a.js gb/html/search/defines_b.html gb/html/search/defines_b.js gb/html/search/defines_c.html gb/html/search/defines_c.js gb/html/search/defines_d.html gb/html/search/defines_d.js gb/html/search/defines_e.html gb/html/search/defines_e.js gb/html/search/enums_0.html gb/html/search/enums_0.js gb/html/search/enums_1.html gb/html/search/enums_1.js gb/html/search/enums_2.html gb/html/search/enums_2.js gb/html/search/enums_3.html gb/html/search/enums_3.js gb/html/search/enums_4.html gb/html/search/enums_4.js gb/html/search/enums_5.html gb/html/search/enums_5.js gb/html/search/enums_6.html gb/html/search/enums_6.js gb/html/search/enums_7.html gb/html/search/enums_7.js gb/html/search/enums_8.html gb/html/search/enums_8.js gb/html/search/enums_9.html gb/html/search/enums_9.js gb/html/search/enums_a.html gb/html/search/enums_a.js gb/html/search/enums_b.html gb/html/search/enums_b.js gb/html/search/enums_c.html gb/html/search/enums_c.js gb/html/search/enums_d.html gb/html/search/enums_d.js gb/html/search/enumvalues_0.html gb/html/search/enumvalues_0.js gb/html/search/enumvalues_1.html gb/html/search/enumvalues_1.js gb/html/search/enumvalues_2.html gb/html/search/enumvalues_2.js gb/html/search/enumvalues_3.html gb/html/search/enumvalues_3.js gb/html/search/enumvalues_4.html gb/html/search/enumvalues_4.js gb/html/search/enumvalues_5.html gb/html/search/enumvalues_5.js gb/html/search/enumvalues_6.html gb/html/search/enumvalues_6.js gb/html/search/enumvalues_7.html gb/html/search/enumvalues_7.js gb/html/search/enumvalues_8.html gb/html/search/enumvalues_8.js gb/html/search/files_0.html gb/html/search/files_0.js gb/html/search/files_1.html gb/html/search/files_1.js gb/html/search/files_10.html gb/html/search/files_10.js gb/html/search/files_11.html gb/html/search/files_11.js gb/html/search/files_12.html gb/html/search/files_12.js gb/html/search/files_13.html gb/html/search/files_13.js gb/html/search/files_14.html gb/html/search/files_14.js gb/html/search/files_2.html gb/html/search/files_2.js gb/html/search/files_3.html gb/html/search/files_3.js gb/html/search/files_4.html gb/html/search/files_4.js gb/html/search/files_5.html gb/html/search/files_5.js gb/html/search/files_6.html gb/html/search/files_6.js gb/html/search/files_7.html gb/html/search/files_7.js gb/html/search/files_8.html gb/html/search/files_8.js gb/html/search/files_9.html gb/html/search/files_9.js gb/html/search/files_a.html gb/html/search/files_a.js gb/html/search/files_b.html gb/html/search/files_b.js gb/html/search/files_c.html gb/html/search/files_c.js gb/html/search/files_d.html gb/html/search/files_d.js gb/html/search/files_e.html gb/html/search/files_e.js gb/html/search/files_f.html gb/html/search/files_f.js gb/html/search/functions_0.html gb/html/search/functions_0.js gb/html/search/functions_1.html gb/html/search/functions_1.js gb/html/search/functions_10.html gb/html/search/functions_10.js gb/html/search/functions_11.html gb/html/search/functions_11.js gb/html/search/functions_12.html gb/html/search/functions_12.js gb/html/search/functions_13.html gb/html/search/functions_13.js gb/html/search/functions_14.html gb/html/search/functions_14.js gb/html/search/functions_15.html gb/html/search/functions_15.js gb/html/search/functions_16.html gb/html/search/functions_16.js gb/html/search/functions_2.html gb/html/search/functions_2.js gb/html/search/functions_3.html gb/html/search/functions_3.js gb/html/search/functions_4.html gb/html/search/functions_4.js gb/html/search/functions_5.html gb/html/search/functions_5.js gb/html/search/functions_6.html gb/html/search/functions_6.js gb/html/search/functions_7.html gb/html/search/functions_7.js gb/html/search/functions_8.html gb/html/search/functions_8.js gb/html/search/functions_9.html gb/html/search/functions_9.js gb/html/search/functions_a.html gb/html/search/functions_a.js gb/html/search/functions_b.html gb/html/search/functions_b.js gb/html/search/functions_c.html gb/html/search/functions_c.js gb/html/search/functions_d.html gb/html/search/functions_d.js gb/html/search/functions_e.html gb/html/search/functions_e.js gb/html/search/functions_f.html gb/html/search/functions_f.js gb/html/search/groups_0.html gb/html/search/groups_0.js gb/html/search/groups_1.html gb/html/search/groups_1.js gb/html/search/groups_10.html gb/html/search/groups_10.js gb/html/search/groups_11.html gb/html/search/groups_11.js gb/html/search/groups_2.html gb/html/search/groups_2.js gb/html/search/groups_3.html gb/html/search/groups_3.js gb/html/search/groups_4.html gb/html/search/groups_4.js gb/html/search/groups_5.html gb/html/search/groups_5.js gb/html/search/groups_6.html gb/html/search/groups_6.js gb/html/search/groups_7.html gb/html/search/groups_7.js gb/html/search/groups_8.html gb/html/search/groups_8.js gb/html/search/groups_9.html gb/html/search/groups_9.js gb/html/search/groups_a.html gb/html/search/groups_a.js gb/html/search/groups_b.html gb/html/search/groups_b.js gb/html/search/groups_c.html gb/html/search/groups_c.js gb/html/search/groups_d.html gb/html/search/groups_d.js gb/html/search/groups_e.html gb/html/search/groups_e.js gb/html/search/groups_f.html gb/html/search/groups_f.js gb/html/search/mag_sel.svg gb/html/search/nomatches.html gb/html/search/search.css gb/html/search/search.js gb/html/search/search_l.png gb/html/search/search_m.png gb/html/search/search_r.png gb/html/search/searchdata.js gb/html/search/typedefs_0.html gb/html/search/typedefs_0.js gb/html/search/typedefs_1.html gb/html/search/typedefs_1.js gb/html/search/typedefs_2.html gb/html/search/typedefs_2.js gb/html/search/typedefs_3.html gb/html/search/typedefs_3.js gb/html/search/typedefs_4.html gb/html/search/typedefs_4.js gb/html/search/typedefs_5.html gb/html/search/typedefs_5.js gb/html/search/typedefs_6.html gb/html/search/typedefs_6.js gb/html/search/typedefs_7.html gb/html/search/typedefs_7.js gb/html/search/typedefs_8.html gb/html/search/typedefs_8.js gb/html/search/variables_0.html gb/html/search/variables_0.js gb/html/search/variables_1.html gb/html/search/variables_1.js gb/html/search/variables_10.html gb/html/search/variables_10.js gb/html/search/variables_11.html gb/html/search/variables_11.js gb/html/search/variables_12.html gb/html/search/variables_12.js gb/html/search/variables_13.html gb/html/search/variables_13.js gb/html/search/variables_14.html gb/html/search/variables_14.js gb/html/search/variables_15.html gb/html/search/variables_15.js gb/html/search/variables_16.html gb/html/search/variables_16.js gb/html/search/variables_17.html gb/html/search/variables_17.js gb/html/search/variables_18.html gb/html/search/variables_18.js gb/html/search/variables_2.html gb/html/search/variables_2.js gb/html/search/variables_3.html gb/html/search/variables_3.js gb/html/search/variables_4.html gb/html/search/variables_4.js gb/html/search/variables_5.html gb/html/search/variables_5.js gb/html/search/variables_6.html gb/html/search/variables_6.js gb/html/search/variables_7.html gb/html/search/variables_7.js gb/html/search/variables_8.html gb/html/search/variables_8.js gb/html/search/variables_9.html gb/html/search/variables_9.js gb/html/search/variables_a.html gb/html/search/variables_a.js gb/html/search/variables_b.html gb/html/search/variables_b.js gb/html/search/variables_c.html gb/html/search/variables_c.js gb/html/search/variables_d.html gb/html/search/variables_d.js gb/html/search/variables_e.html gb/html/search/variables_e.js gb/html/search/variables_f.html gb/html/search/variables_f.js gb/latex/ gb/latex/Makefile gb/latex/annotated.tex gb/latex/bssgp__bvc__fsm_8c.tex gb/latex/bssgp__bvc__fsm_8h.tex gb/latex/bssgp__bvc__fsm_8h_source.tex gb/latex/common__vty_8c.tex gb/latex/common__vty_8h.tex gb/latex/common__vty_8h_source.tex gb/latex/dir_192f31a432226a1704441fb4e440116e.tex gb/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex gb/latex/dir_7c12f4ae97f47d7beff08cb37df2dd26.tex gb/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex gb/latex/dir_d44c64559bbebec7f509842c48db8b23.tex gb/latex/dir_deae211d9db0c21b50f4c200db59f13f.tex gb/latex/doxygen.sty gb/latex/files.tex gb/latex/frame__relay_8c.tex gb/latex/frame__relay_8h.tex gb/latex/frame__relay_8h_source.tex gb/latex/gb__internal_8h.tex gb/latex/gb__internal_8h_source.tex gb/latex/gprs__bssgp2_8c.tex gb/latex/gprs__bssgp2_8h.tex gb/latex/gprs__bssgp2_8h_source.tex gb/latex/gprs__bssgp_8c.tex gb/latex/gprs__bssgp_8h.tex gb/latex/gprs__bssgp_8h_source.tex gb/latex/gprs__bssgp__bss_8c.tex gb/latex/gprs__bssgp__bss_8h.tex gb/latex/gprs__bssgp__bss_8h_source.tex gb/latex/gprs__bssgp__internal_8h.tex gb/latex/gprs__bssgp__internal_8h_source.tex gb/latex/gprs__bssgp__rim_8c.tex gb/latex/gprs__bssgp__rim_8h.tex gb/latex/gprs__bssgp__rim_8h_source.tex gb/latex/gprs__bssgp__util_8c.tex gb/latex/gprs__bssgp__vty_8c.tex gb/latex/gprs__msgb_8h.tex gb/latex/gprs__msgb_8h_source.tex gb/latex/gprs__ns2_8c.tex gb/latex/gprs__ns2_8h.tex gb/latex/gprs__ns2_8h_source.tex gb/latex/gprs__ns2__fr_8c.tex gb/latex/gprs__ns2__frgre_8c.tex gb/latex/gprs__ns2__internal_8h.tex gb/latex/gprs__ns2__internal_8h_source.tex gb/latex/gprs__ns2__message_8c.tex gb/latex/gprs__ns2__sns_8c.tex gb/latex/gprs__ns2__udp_8c.tex gb/latex/gprs__ns2__vc__fsm_8c.tex gb/latex/gprs__ns2__vty_8c.tex gb/latex/gprs__ns_8c.tex gb/latex/gprs__ns_8h.tex gb/latex/gprs__ns_8h_source.tex gb/latex/gprs__ns__frgre_8c.tex gb/latex/gprs__ns__frgre_8h.tex gb/latex/gprs__ns__frgre_8h_source.tex gb/latex/gprs__ns__sns_8c.tex gb/latex/gprs__ns__vty_8c.tex gb/latex/gprs__rlc_8h.tex gb/latex/gprs__rlc_8h_source.tex gb/latex/group__libgb.tex gb/latex/gsm__04__60_8h.tex gb/latex/gsm__04__60_8h_source.tex gb/latex/gsm__08__16_8h.tex gb/latex/gsm__08__16_8h_source.tex gb/latex/gsm__08__18_8h.tex gb/latex/gsm__08__18_8h_source.tex gb/latex/gsm__24__301_8h.tex gb/latex/gsm__24__301_8h_source.tex gb/latex/longtable_doxygen.sty gb/latex/modules.tex gb/latex/refman.tex gb/latex/structbssgp2__flow__ctrl.tex gb/latex/structbssgp__app__err__cont__nacc.tex gb/latex/structbssgp__bvc__ctx.tex gb/latex/structbssgp__bvc__fsm__ops.tex gb/latex/structbssgp__dl__ud__par.tex gb/latex/structbssgp__fc__queue__element.tex gb/latex/structbssgp__flow__control.tex gb/latex/structbssgp__lv.tex gb/latex/structbssgp__normal__hdr.tex gb/latex/structbssgp__paging__info.tex gb/latex/structbssgp__ran__inf__ack__rim__cont.tex gb/latex/structbssgp__ran__inf__app__cont__nacc.tex gb/latex/structbssgp__ran__inf__app__err__rim__cont.tex gb/latex/structbssgp__ran__inf__err__rim__cont.tex gb/latex/structbssgp__ran__inf__req__app__cont__nacc.tex gb/latex/structbssgp__ran__inf__req__rim__cont.tex gb/latex/structbssgp__ran__inf__rim__cont.tex gb/latex/structbssgp__ran__inf__x__cont.tex gb/latex/structbssgp__ran__information__pdu.tex gb/latex/structbssgp__rim__pdu__ind.tex gb/latex/structbssgp__rim__routing__info.tex gb/latex/structbssgp__ud__hdr.tex gb/latex/structbvc__fsm__priv.tex gb/latex/structgprs__ns2__inst.tex gb/latex/structgprs__ns2__nse.tex gb/latex/structgprs__ns2__vc.tex gb/latex/structgprs__ns2__vc__bind.tex gb/latex/structgprs__ns2__vc__driver.tex gb/latex/structgprs__ns2__vc__priv.tex gb/latex/structgprs__ns__hdr.tex gb/latex/structgprs__ns__ie__ip4__elem.tex gb/latex/structgprs__ns__ie__ip6__elem.tex gb/latex/structgprs__ns__inst.tex gb/latex/structgprs__nsvc.tex gb/latex/structgprs__sns__state.tex gb/latex/structgre__hdr.tex gb/latex/structlibgb__msgb__cb.tex gb/latex/structns2__sns__bind.tex gb/latex/structns2__sns__elems.tex gb/latex/structns2__sns__procedure.tex gb/latex/structns2__sns__state.tex gb/latex/structns__signal__data.tex gb/latex/structosmo__bssgp__prim.tex gb/latex/structosmo__eutran__tai.tex gb/latex/structosmo__fr__dlc.tex gb/latex/structosmo__fr__link.tex gb/latex/structosmo__fr__network.tex gb/latex/structosmo__gprs__ns2__prim.tex gb/latex/structpriv__bind.tex gb/latex/structpriv__vc.tex gb/latex/structq933__a__hdr.tex gb/latex/structq933__a__pvc__sts.tex gb/latex/structsns__endpoint.tex gb/latex/structvty__bind.tex gb/latex/structvty__nse.tex gb/latex/structvty__nse__bind.tex gb/latex/tabu_doxygen.sty gsm/ gsm/html/ gsm/html/KeccakP-1600-3gpp_8c.html gsm/html/KeccakP-1600-3gpp_8c.js gsm/html/KeccakP-1600-3gpp_8h.html gsm/html/KeccakP-1600-3gpp_8h.js gsm/html/KeccakP-1600-3gpp_8h_source.html gsm/html/a5_8c.html gsm/html/a5_8c.js gsm/html/a5_8h.html gsm/html/a5_8h.js gsm/html/a5_8h_source.html gsm/html/abis__nm_8c.html gsm/html/abis__nm_8c.js gsm/html/abis__nm_8h.html gsm/html/abis__nm_8h.js gsm/html/abis__nm_8h_source.html gsm/html/aes-encblock_8c.html gsm/html/aes-encblock_8c.js gsm/html/aes-internal-enc_8c.html gsm/html/aes-internal-enc_8c.js gsm/html/aes-internal_8c.html gsm/html/aes-internal_8c.js gsm/html/aes_8h.html gsm/html/aes_8h.js gsm/html/aes_8h_source.html gsm/html/aes__i_8h.html gsm/html/aes__i_8h.js gsm/html/aes__i_8h_source.html gsm/html/aes__wrap_8h.html gsm/html/aes__wrap_8h.js gsm/html/aes__wrap_8h_source.html gsm/html/annotated.html gsm/html/annotated_dup.js gsm/html/apn_8c.html gsm/html/apn_8c.js gsm/html/apn_8h.html gsm/html/apn_8h.js gsm/html/apn_8h_source.html gsm/html/auth_8h.html gsm/html/auth_8h.js gsm/html/auth_8h_source.html gsm/html/auth__comp128v1_8c.html gsm/html/auth__comp128v1_8c.js gsm/html/auth__comp128v23_8c.html gsm/html/auth__comp128v23_8c.js gsm/html/auth__core_8c.html gsm/html/auth__core_8c.js gsm/html/auth__milenage_8c.html gsm/html/auth__milenage_8c.js gsm/html/auth__tuak_8c.html gsm/html/auth__tuak_8c.js gsm/html/auth__xor_8c.html gsm/html/auth__xor_8c.js gsm/html/auth__xor__2g_8c.html gsm/html/auth__xor__2g_8c.js gsm/html/bc_s.png gsm/html/bdwn.png gsm/html/bitvec__gsm_8h.html gsm/html/bitvec__gsm_8h.js gsm/html/bitvec__gsm_8h_source.html gsm/html/bsslap_8c.html gsm/html/bsslap_8c.js gsm/html/bsslap_8h.html gsm/html/bsslap_8h.js gsm/html/bsslap_8h_source.html gsm/html/bssmap__le_8c.html gsm/html/bssmap__le_8c.js gsm/html/bssmap__le_8h.html gsm/html/bssmap__le_8h.js gsm/html/bssmap__le_8h_source.html gsm/html/bts__features_8c.html gsm/html/bts__features_8c.js gsm/html/bts__features_8h.html gsm/html/bts__features_8h.js gsm/html/bts__features_8h_source.html gsm/html/cbsp_8c.html gsm/html/cbsp_8c.js gsm/html/cbsp_8h.html gsm/html/cbsp_8h.js gsm/html/cbsp_8h_source.html gsm/html/classes.html gsm/html/closed.png gsm/html/comp128_8c.html gsm/html/comp128_8c.js gsm/html/comp128_8h.html gsm/html/comp128_8h.js gsm/html/comp128_8h_source.html gsm/html/comp128v23_8c.html gsm/html/comp128v23_8c.js gsm/html/comp128v23_8h.html gsm/html/comp128v23_8h.js gsm/html/comp128v23_8h_source.html gsm/html/dir_3afa7ed71362cdb8210c22b2a55d3489.html gsm/html/dir_3afa7ed71362cdb8210c22b2a55d3489.js gsm/html/dir_4941117c3216d91a1c38748ac9cfbe40.html gsm/html/dir_4941117c3216d91a1c38748ac9cfbe40.js gsm/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html gsm/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js gsm/html/dir_6d507ee51dae578a62de9e99563da3d8.html gsm/html/dir_6d507ee51dae578a62de9e99563da3d8.js gsm/html/dir_980c14724f9dd6a82b5e5363ed76a70f.html gsm/html/dir_980c14724f9dd6a82b5e5363ed76a70f.js gsm/html/dir_9985e66529d3e6ed63b988d54899f5ee.html gsm/html/dir_9985e66529d3e6ed63b988d54899f5ee.js gsm/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html gsm/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js gsm/html/dir_bd7b4e1fd022d27429c42acb70c01498.html gsm/html/dir_bd7b4e1fd022d27429c42acb70c01498.js gsm/html/dir_c5422939c6a7cf0c177a9b13843a0e89.html gsm/html/dir_c5422939c6a7cf0c177a9b13843a0e89.js gsm/html/dir_d44c64559bbebec7f509842c48db8b23.html gsm/html/dir_d44c64559bbebec7f509842c48db8b23.js gsm/html/doc.png gsm/html/doxygen.css gsm/html/doxygen.svg gsm/html/dynsections.js gsm/html/files.html gsm/html/files_dup.js gsm/html/folderclosed.png gsm/html/folderopen.png gsm/html/functions.html gsm/html/functions_a.html gsm/html/functions_b.html gsm/html/functions_c.html gsm/html/functions_d.html gsm/html/functions_dup.js gsm/html/functions_e.html gsm/html/functions_eval.html gsm/html/functions_f.html gsm/html/functions_func.html gsm/html/functions_g.html gsm/html/functions_h.html gsm/html/functions_i.html gsm/html/functions_k.html gsm/html/functions_l.html gsm/html/functions_m.html gsm/html/functions_n.html gsm/html/functions_o.html gsm/html/functions_p.html gsm/html/functions_q.html gsm/html/functions_r.html gsm/html/functions_s.html gsm/html/functions_t.html gsm/html/functions_u.html gsm/html/functions_v.html gsm/html/functions_vars.html gsm/html/functions_vars.js gsm/html/functions_vars_a.html gsm/html/functions_vars_b.html gsm/html/functions_vars_c.html gsm/html/functions_vars_d.html gsm/html/functions_vars_e.html gsm/html/functions_vars_f.html gsm/html/functions_vars_g.html gsm/html/functions_vars_h.html gsm/html/functions_vars_i.html gsm/html/functions_vars_k.html gsm/html/functions_vars_l.html gsm/html/functions_vars_m.html gsm/html/functions_vars_n.html gsm/html/functions_vars_o.html gsm/html/functions_vars_p.html gsm/html/functions_vars_q.html gsm/html/functions_vars_r.html gsm/html/functions_vars_s.html gsm/html/functions_vars_t.html gsm/html/functions_vars_u.html gsm/html/functions_vars_v.html gsm/html/functions_vars_w.html gsm/html/functions_vars_x.html gsm/html/functions_w.html gsm/html/functions_x.html gsm/html/gad_8c.html gsm/html/gad_8c.js gsm/html/gad_8h.html gsm/html/gad_8h.js gsm/html/gad_8h_source.html gsm/html/gan_8c.html gsm/html/gan_8c.js gsm/html/gan_8h.html gsm/html/gan_8h.js gsm/html/gan_8h_source.html gsm/html/gea_8c.html gsm/html/gea_8c.js gsm/html/gea_8h.html gsm/html/gea_8h.js gsm/html/gea_8h_source.html gsm/html/globals.html gsm/html/globals_a.html gsm/html/globals_b.html gsm/html/globals_c.html gsm/html/globals_d.html gsm/html/globals_defs.html gsm/html/globals_defs.js gsm/html/globals_defs_a.html gsm/html/globals_defs_b.html gsm/html/globals_defs_c.html gsm/html/globals_defs_d.html gsm/html/globals_defs_e.html gsm/html/globals_defs_f.html gsm/html/globals_defs_g.html gsm/html/globals_defs_h.html gsm/html/globals_defs_i.html gsm/html/globals_defs_l.html gsm/html/globals_defs_m.html gsm/html/globals_defs_n.html gsm/html/globals_defs_o.html gsm/html/globals_defs_p.html gsm/html/globals_defs_r.html gsm/html/globals_defs_s.html gsm/html/globals_defs_t.html gsm/html/globals_defs_w.html gsm/html/globals_dup.js gsm/html/globals_e.html gsm/html/globals_enum.html gsm/html/globals_enum.js gsm/html/globals_enum_b.html gsm/html/globals_enum_c.html gsm/html/globals_enum_e.html gsm/html/globals_enum_g.html gsm/html/globals_enum_i.html gsm/html/globals_enum_l.html gsm/html/globals_enum_m.html gsm/html/globals_enum_o.html gsm/html/globals_enum_p.html gsm/html/globals_enum_r.html gsm/html/globals_enum_s.html gsm/html/globals_enum_t.html gsm/html/globals_eval.html gsm/html/globals_eval.js gsm/html/globals_eval_b.html gsm/html/globals_eval_c.html gsm/html/globals_eval_d.html gsm/html/globals_eval_e.html gsm/html/globals_eval_f.html gsm/html/globals_eval_g.html gsm/html/globals_eval_i.html gsm/html/globals_eval_l.html gsm/html/globals_eval_m.html gsm/html/globals_eval_n.html gsm/html/globals_eval_o.html gsm/html/globals_eval_p.html gsm/html/globals_eval_r.html gsm/html/globals_eval_s.html gsm/html/globals_eval_t.html gsm/html/globals_f.html gsm/html/globals_func.html gsm/html/globals_func.js gsm/html/globals_func_a.html gsm/html/globals_func_b.html gsm/html/globals_func_c.html gsm/html/globals_func_d.html gsm/html/globals_func_e.html gsm/html/globals_func_f.html gsm/html/globals_func_g.html gsm/html/globals_func_h.html gsm/html/globals_func_i.html gsm/html/globals_func_k.html gsm/html/globals_func_l.html gsm/html/globals_func_m.html gsm/html/globals_func_n.html gsm/html/globals_func_o.html gsm/html/globals_func_p.html gsm/html/globals_func_r.html gsm/html/globals_func_s.html gsm/html/globals_func_t.html gsm/html/globals_func_u.html gsm/html/globals_func_v.html gsm/html/globals_func_w.html gsm/html/globals_func_x.html gsm/html/globals_g.html gsm/html/globals_h.html gsm/html/globals_i.html gsm/html/globals_k.html gsm/html/globals_l.html gsm/html/globals_m.html gsm/html/globals_n.html gsm/html/globals_o.html gsm/html/globals_p.html gsm/html/globals_r.html gsm/html/globals_s.html gsm/html/globals_t.html gsm/html/globals_type.html gsm/html/globals_u.html gsm/html/globals_v.html gsm/html/globals_vars.html gsm/html/globals_vars.js gsm/html/globals_vars_a.html gsm/html/globals_vars_b.html gsm/html/globals_vars_c.html gsm/html/globals_vars_d.html gsm/html/globals_vars_e.html gsm/html/globals_vars_f.html gsm/html/globals_vars_g.html gsm/html/globals_vars_h.html gsm/html/globals_vars_i.html gsm/html/globals_vars_k.html gsm/html/globals_vars_l.html gsm/html/globals_vars_m.html gsm/html/globals_vars_n.html gsm/html/globals_vars_o.html gsm/html/globals_vars_p.html gsm/html/globals_vars_r.html gsm/html/globals_vars_s.html gsm/html/globals_vars_t.html gsm/html/globals_vars_u.html gsm/html/globals_vars_v.html gsm/html/globals_vars_w.html gsm/html/globals_vars_x.html gsm/html/globals_vars_z.html gsm/html/globals_w.html gsm/html/globals_x.html gsm/html/globals_z.html gsm/html/gprs__cipher_8h.html gsm/html/gprs__cipher_8h.js gsm/html/gprs__cipher_8h_source.html gsm/html/gprs__cipher__core_8c.html gsm/html/gprs__cipher__core_8c.js gsm/html/gprs__gea_8c.html gsm/html/gprs__gea_8c.js gsm/html/gprs__rlc_8c.html gsm/html/gprs__rlc_8c.js gsm/html/group__Tdef.js gsm/html/group__Tdef__VTY.js gsm/html/group__a5.html gsm/html/group__a5.js gsm/html/group__auth.html gsm/html/group__auth.js gsm/html/group__bitcomp.js gsm/html/group__bits.js gsm/html/group__bitvec.html gsm/html/group__bitvec.js gsm/html/group__bsslap.html gsm/html/group__bsslap.js gsm/html/group__bssmap__le.html gsm/html/group__bssmap__le.js gsm/html/group__coding.js gsm/html/group__command.js gsm/html/group__conv.js gsm/html/group__cpu__sched__VTY.js gsm/html/group__crc.js gsm/html/group__crypto.html gsm/html/group__crypto.js gsm/html/group__fsm.js gsm/html/group__gad.html gsm/html/group__gad.js gsm/html/group__gea.html gsm/html/group__gea.js gsm/html/group__gsm0408.html gsm/html/group__gsm0408.js gsm/html/group__gsm0502.html gsm/html/group__gsm0502.js gsm/html/group__gsm0808.html gsm/html/group__gsm0808.js gsm/html/group__gsm29205.html gsm/html/group__gsm29205.js gsm/html/group__gsmtap.js gsm/html/group__gsup.html gsm/html/group__gsup.js gsm/html/group__interleaving.js gsm/html/group__ipa.html gsm/html/group__ipa.js gsm/html/group__kdf.html gsm/html/group__kdf.js gsm/html/group__lapd.js gsm/html/group__lapdm.html gsm/html/group__lapdm.js gsm/html/group__libgb.js gsm/html/group__linuxlist.js gsm/html/group__logging.js gsm/html/group__logging__internal.js gsm/html/group__loggingrb.js gsm/html/group__mapping.js gsm/html/group__msgb.js gsm/html/group__netdev.js gsm/html/group__oap.html gsm/html/group__oap.js gsm/html/group__oml.html gsm/html/group__oml.js gsm/html/group__osmo__io.js gsm/html/group__osmo__it__q.js gsm/html/group__osmo__stat__item.js gsm/html/group__osmo__strrb.js gsm/html/group__parity.js gsm/html/group__prim.js gsm/html/group__rate__ctr.js gsm/html/group__rlp.html gsm/html/group__rlp.js gsm/html/group__rsl.html gsm/html/group__rsl.js gsm/html/group__select.js gsm/html/group__sercomm.js gsm/html/group__serial.js gsm/html/group__signal.js gsm/html/group__sms.html gsm/html/group__sms.js gsm/html/group__sockaddr__str.js gsm/html/group__socket.js gsm/html/group__stats.js gsm/html/group__tables.js gsm/html/group__telnet__interface.js gsm/html/group__thread.js gsm/html/group__time__cc.js gsm/html/group__timer.js gsm/html/group__tlv.html gsm/html/group__tlv.js gsm/html/group__tun.js gsm/html/group__use__count.js gsm/html/group__utils.js gsm/html/group__vector.js gsm/html/group__vty.js gsm/html/group__write__queue.js gsm/html/gsm0341_8c.html gsm/html/gsm0341_8c.js gsm/html/gsm0341_8h.html gsm/html/gsm0341_8h.js gsm/html/gsm0341_8h_source.html gsm/html/gsm0411__smc_8c.html gsm/html/gsm0411__smc_8c.js gsm/html/gsm0411__smc_8h.html gsm/html/gsm0411__smc_8h.js gsm/html/gsm0411__smc_8h_source.html gsm/html/gsm0411__smr_8c.html gsm/html/gsm0411__smr_8c.js gsm/html/gsm0411__smr_8h.html gsm/html/gsm0411__smr_8h.js gsm/html/gsm0411__smr_8h_source.html gsm/html/gsm0411__utils_8c.html gsm/html/gsm0411__utils_8c.js gsm/html/gsm0411__utils_8h.html gsm/html/gsm0411__utils_8h.js gsm/html/gsm0411__utils_8h_source.html gsm/html/gsm0414_8c.html gsm/html/gsm0414_8c.js gsm/html/gsm0480_8c.html gsm/html/gsm0480_8c.js gsm/html/gsm0480_8h.html gsm/html/gsm0480_8h.js gsm/html/gsm0480_8h_source.html gsm/html/gsm0502_8c.html gsm/html/gsm0502_8c.js gsm/html/gsm0502_8h.html gsm/html/gsm0502_8h.js gsm/html/gsm0502_8h_source.html gsm/html/gsm0503_8h.html gsm/html/gsm0503_8h.js gsm/html/gsm0503_8h_source.html gsm/html/gsm0503__conv_8c.html gsm/html/gsm0503__conv_8c.js gsm/html/gsm0808_8c.html gsm/html/gsm0808_8c.js gsm/html/gsm0808_8h.html gsm/html/gsm0808_8h.js gsm/html/gsm0808_8h_source.html gsm/html/gsm0808__lcs_8h.html gsm/html/gsm0808__lcs_8h.js gsm/html/gsm0808__lcs_8h_source.html gsm/html/gsm0808__utils_8c.html gsm/html/gsm0808__utils_8c.js gsm/html/gsm0808__utils_8h.html gsm/html/gsm0808__utils_8h.js gsm/html/gsm0808__utils_8h_source.html gsm/html/gsm23003_8c.html gsm/html/gsm23003_8c.js gsm/html/gsm23003_8h.html gsm/html/gsm23003_8h.js gsm/html/gsm23003_8h_source.html gsm/html/gsm23236_8c.html gsm/html/gsm23236_8c.js gsm/html/gsm23236_8h.html gsm/html/gsm23236_8h.js gsm/html/gsm23236_8h_source.html gsm/html/gsm29118_8c.html gsm/html/gsm29118_8c.js gsm/html/gsm29118_8h.html gsm/html/gsm29118_8h.js gsm/html/gsm29118_8h_source.html gsm/html/gsm29205_8c.html gsm/html/gsm29205_8c.js gsm/html/gsm29205_8h.html gsm/html/gsm29205_8h.js gsm/html/gsm29205_8h_source.html gsm/html/gsm44021_8c.html gsm/html/gsm44021_8c.js gsm/html/gsm44021_8h.html gsm/html/gsm44021_8h.js gsm/html/gsm44021_8h_source.html gsm/html/gsm44068_8c.html gsm/html/gsm44068_8c.js gsm/html/gsm48049_8c.html gsm/html/gsm48049_8c.js gsm/html/gsm48_8c.html gsm/html/gsm48_8c.js gsm/html/gsm48_8h.html gsm/html/gsm48_8h.js gsm/html/gsm48_8h_source.html gsm/html/gsm48__arfcn__range__encode_8c.html gsm/html/gsm48__arfcn__range__encode_8c.js gsm/html/gsm48__arfcn__range__encode_8h.html gsm/html/gsm48__arfcn__range__encode_8h.js gsm/html/gsm48__arfcn__range__encode_8h_source.html gsm/html/gsm48__ie_8c.html gsm/html/gsm48__ie_8c.js gsm/html/gsm48__ie_8h.html gsm/html/gsm48__ie_8h.js gsm/html/gsm48__ie_8h_source.html gsm/html/gsm48__rest__octets_8c.html gsm/html/gsm48__rest__octets_8c.js gsm/html/gsm48__rest__octets_8h.html gsm/html/gsm48__rest__octets_8h.js gsm/html/gsm48__rest__octets_8h_source.html gsm/html/gsm__03__40_8h.html gsm/html/gsm__03__40_8h.js gsm/html/gsm__03__40_8h_source.html gsm/html/gsm__03__41_8h.html gsm/html/gsm__03__41_8h.js gsm/html/gsm__03__41_8h_source.html gsm/html/gsm__04__08_8h.html gsm/html/gsm__04__08_8h.js gsm/html/gsm__04__08_8h_source.html gsm/html/gsm__04__08__gprs_8c.html gsm/html/gsm__04__08__gprs_8c.js gsm/html/gsm__04__08__gprs_8h.html gsm/html/gsm__04__08__gprs_8h.js gsm/html/gsm__04__08__gprs_8h_source.html gsm/html/gsm__04__11_8h.html gsm/html/gsm__04__11_8h.js gsm/html/gsm__04__11_8h_source.html gsm/html/gsm__04__12_8h.html gsm/html/gsm__04__12_8h.js gsm/html/gsm__04__12_8h_source.html gsm/html/gsm__04__14_8h.html gsm/html/gsm__04__14_8h.js gsm/html/gsm__04__14_8h_source.html gsm/html/gsm__04__80_8h.html gsm/html/gsm__04__80_8h.js gsm/html/gsm__04__80_8h_source.html gsm/html/gsm__08__08_8h.html gsm/html/gsm__08__08_8h.js gsm/html/gsm__08__08_8h_source.html gsm/html/gsm__08__58_8h.html gsm/html/gsm__08__58_8h.js gsm/html/gsm__08__58_8h_source.html gsm/html/gsm__09__02_8h.html gsm/html/gsm__09__02_8h.js gsm/html/gsm__09__02_8h_source.html gsm/html/gsm__12__21_8h.html gsm/html/gsm__12__21_8h.js gsm/html/gsm__12__21_8h_source.html gsm/html/gsm__23__003_8h.html gsm/html/gsm__23__003_8h.js gsm/html/gsm__23__003_8h_source.html gsm/html/gsm__23__032_8h.html gsm/html/gsm__23__032_8h.js gsm/html/gsm__23__032_8h_source.html gsm/html/gsm__23__041_8h.html gsm/html/gsm__23__041_8h.js gsm/html/gsm__23__041_8h_source.html gsm/html/gsm__25__415_8h.html gsm/html/gsm__25__415_8h.js gsm/html/gsm__25__415_8h_source.html gsm/html/gsm__29__118_8h.html gsm/html/gsm__29__118_8h.js gsm/html/gsm__29__118_8h_source.html gsm/html/gsm__44__004_8h.html gsm/html/gsm__44__004_8h.js gsm/html/gsm__44__004_8h_source.html gsm/html/gsm__44__060_8h.html gsm/html/gsm__44__060_8h.js gsm/html/gsm__44__060_8h_source.html gsm/html/gsm__44__068_8h.html gsm/html/gsm__44__068_8h.js gsm/html/gsm__44__068_8h_source.html gsm/html/gsm__44__318_8h.html gsm/html/gsm__44__318_8h.js gsm/html/gsm__44__318_8h_source.html gsm/html/gsm__48__049_8h.html gsm/html/gsm__48__049_8h.js gsm/html/gsm__48__049_8h_source.html gsm/html/gsm__48__071_8h.html gsm/html/gsm__48__071_8h.js gsm/html/gsm__48__071_8h_source.html gsm/html/gsm__49__031_8h.html gsm/html/gsm__49__031_8h.js gsm/html/gsm__49__031_8h_source.html gsm/html/gsm__utils_8c.html gsm/html/gsm__utils_8c.js gsm/html/gsm__utils_8h.html gsm/html/gsm__utils_8h.js gsm/html/gsm__utils_8h_source.html gsm/html/gsup_8c.html gsm/html/gsup_8c.js gsm/html/gsup_8h.html gsm/html/gsup_8h.js gsm/html/gsup_8h_source.html gsm/html/gsup__sms_8c.html gsm/html/gsup__sms_8c.js gsm/html/gsup__sms_8h.html gsm/html/gsup__sms_8h.js gsm/html/gsup__sms_8h_source.html gsm/html/i460__mux_8h.html gsm/html/i460__mux_8h_source.html gsm/html/includes_8h.html gsm/html/includes_8h_source.html gsm/html/index.html gsm/html/ipa_8c.html gsm/html/ipa_8c.js gsm/html/ipa_8h.html gsm/html/ipa_8h.js gsm/html/ipa_8h_source.html gsm/html/ipaccess_8h.html gsm/html/ipaccess_8h.js gsm/html/ipaccess_8h_source.html gsm/html/iuup_8c.html gsm/html/iuup_8c.js gsm/html/iuup_8h.html gsm/html/iuup_8h.js gsm/html/iuup_8h_source.html gsm/html/jquery.js gsm/html/kasumi_8c.html gsm/html/kasumi_8c.js gsm/html/kasumi_8h.html gsm/html/kasumi_8h.js gsm/html/kasumi_8h_source.html gsm/html/kdf_2common_8h.html gsm/html/kdf_2common_8h.js gsm/html/kdf_2common_8h_source.html gsm/html/kdf_2crypto_8h.html gsm/html/kdf_2crypto_8h.js gsm/html/kdf_2crypto_8h_source.html gsm/html/kdf_8c.html gsm/html/kdf_8c.js gsm/html/kdf_8h.html gsm/html/kdf_8h.js gsm/html/kdf_8h_source.html gsm/html/l1sap_8h.html gsm/html/l1sap_8h.js gsm/html/l1sap_8h_source.html gsm/html/lapd__core_8h.html gsm/html/lapd__core_8h_source.html gsm/html/lapdm_8c.html gsm/html/lapdm_8c.js gsm/html/lapdm_8h.html gsm/html/lapdm_8h.js gsm/html/lapdm_8h_source.html gsm/html/meas__rep_8h.html gsm/html/meas__rep_8h.js gsm/html/meas__rep_8h_source.html gsm/html/menu.js gsm/html/menudata.js gsm/html/milenage_2common_8h.html gsm/html/milenage_2common_8h.js gsm/html/milenage_2common_8h_source.html gsm/html/milenage_2crypto_8h.html gsm/html/milenage_2crypto_8h_source.html gsm/html/milenage_8c.html gsm/html/milenage_8c.js gsm/html/milenage_8h.html gsm/html/milenage_8h.js gsm/html/milenage_8h_source.html gsm/html/mncc_8c.html gsm/html/mncc_8h.html gsm/html/mncc_8h.js gsm/html/mncc_8h_source.html gsm/html/modules.html gsm/html/modules.js gsm/html/nav_f.png gsm/html/nav_g.png gsm/html/nav_h.png gsm/html/navtree.css gsm/html/navtree.js gsm/html/navtreedata.js gsm/html/navtreeindex0.js gsm/html/navtreeindex1.js gsm/html/navtreeindex10.js gsm/html/navtreeindex11.js gsm/html/navtreeindex12.js gsm/html/navtreeindex13.js gsm/html/navtreeindex14.js gsm/html/navtreeindex15.js gsm/html/navtreeindex16.js gsm/html/navtreeindex17.js gsm/html/navtreeindex18.js gsm/html/navtreeindex19.js gsm/html/navtreeindex2.js gsm/html/navtreeindex20.js gsm/html/navtreeindex21.js gsm/html/navtreeindex22.js gsm/html/navtreeindex23.js gsm/html/navtreeindex24.js gsm/html/navtreeindex25.js gsm/html/navtreeindex26.js gsm/html/navtreeindex27.js gsm/html/navtreeindex28.js gsm/html/navtreeindex29.js gsm/html/navtreeindex3.js gsm/html/navtreeindex30.js gsm/html/navtreeindex31.js gsm/html/navtreeindex32.js gsm/html/navtreeindex33.js gsm/html/navtreeindex34.js gsm/html/navtreeindex35.js gsm/html/navtreeindex36.js gsm/html/navtreeindex37.js gsm/html/navtreeindex38.js gsm/html/navtreeindex39.js gsm/html/navtreeindex4.js gsm/html/navtreeindex40.js gsm/html/navtreeindex41.js gsm/html/navtreeindex42.js gsm/html/navtreeindex43.js gsm/html/navtreeindex44.js gsm/html/navtreeindex5.js gsm/html/navtreeindex6.js gsm/html/navtreeindex7.js gsm/html/navtreeindex8.js gsm/html/navtreeindex9.js gsm/html/oap_8c.html gsm/html/oap_8c.js gsm/html/oap_8h.html gsm/html/oap_8h.js gsm/html/oap_8h_source.html gsm/html/oap__client_8c.html gsm/html/oap__client_8c.js gsm/html/oap__client_8h.html gsm/html/oap__client_8h.js gsm/html/oap__client_8h_source.html gsm/html/open.png gsm/html/prim_8h.html gsm/html/prim_8h.js gsm/html/prim_8h_source.html gsm/html/resize.js gsm/html/rlp_8c.html gsm/html/rlp_8c.js gsm/html/rlp_8h.html gsm/html/rlp_8h.js gsm/html/rlp_8h_source.html gsm/html/rsl_8c.html gsm/html/rsl_8c.js gsm/html/rsl_8h.html gsm/html/rsl_8h.js gsm/html/rsl_8h_source.html gsm/html/rxlev__stat_8c.html gsm/html/rxlev__stat_8c.js gsm/html/rxlev__stat_8h.html gsm/html/rxlev__stat_8h.js gsm/html/rxlev__stat_8h_source.html gsm/html/sha1-internal_8c.html gsm/html/sha1-internal_8c.js gsm/html/sha1_8c.html gsm/html/sha1_8c.js gsm/html/sha1_8h.html gsm/html/sha1_8h.js gsm/html/sha1_8h_source.html gsm/html/sha1__i_8h.html gsm/html/sha1__i_8h.js gsm/html/sha1__i_8h_source.html gsm/html/sha256-internal_8c.html gsm/html/sha256-internal_8c.js gsm/html/sha256_8c.html gsm/html/sha256_8c.js gsm/html/sha256_8h.html gsm/html/sha256_8h.js gsm/html/sha256_8h_source.html gsm/html/sha256__i_8h.html gsm/html/sha256__i_8h.js gsm/html/sha256__i_8h_source.html gsm/html/smpp34__osmocom_8h.html gsm/html/smpp34__osmocom_8h.js gsm/html/smpp34__osmocom_8h_source.html gsm/html/splitbar.png gsm/html/structSHA1Context.html gsm/html/structSHA1Context.js gsm/html/structabis__nm__channel.html gsm/html/structabis__nm__channel.js gsm/html/structabis__nm__ipacc__att__bssgp__cfg.html gsm/html/structabis__nm__ipacc__att__bssgp__cfg.js gsm/html/structabis__nm__ipacc__att__ns__cfg.html gsm/html/structabis__nm__ipacc__att__ns__cfg.js gsm/html/structabis__nm__ipacc__att__rlc__cfg.html gsm/html/structabis__nm__ipacc__att__rlc__cfg.js gsm/html/structabis__nm__ipacc__att__rlc__cfg__2.html gsm/html/structabis__nm__ipacc__att__rlc__cfg__2.js gsm/html/structabis__nm__ipacc__att__rlc__cfg__3.html gsm/html/structabis__nm__ipacc__att__rlc__cfg__3.js gsm/html/structabis__nm__sw__desc.html gsm/html/structabis__nm__sw__desc.js gsm/html/structabis__om__fom__hdr.html gsm/html/structabis__om__fom__hdr.js gsm/html/structabis__om__hdr.html gsm/html/structabis__om__hdr.js gsm/html/structabis__om__obj__inst.html gsm/html/structabis__om__obj__inst.js gsm/html/structabis__rsl__cchan__hdr.html gsm/html/structabis__rsl__cchan__hdr.js gsm/html/structabis__rsl__common__hdr.html gsm/html/structabis__rsl__common__hdr.js gsm/html/structabis__rsl__dchan__hdr.html gsm/html/structabis__rsl__dchan__hdr.js gsm/html/structabis__rsl__osmo__rep__acch__cap.html gsm/html/structabis__rsl__osmo__temp__ovp__acch__cap.html gsm/html/structabis__rsl__rll__hdr.html gsm/html/structabis__rsl__rll__hdr.js gsm/html/structbssap__le__pdu.html gsm/html/structbssap__le__pdu.js gsm/html/structbsslap__pdu.html gsm/html/structbsslap__pdu.js gsm/html/structbsslap__reset.html gsm/html/structbsslap__reset.js gsm/html/structbsslap__ta__layer3.html gsm/html/structbsslap__ta__layer3.js gsm/html/structbsslap__ta__response.html gsm/html/structbsslap__ta__response.js gsm/html/structbssmap__header.html gsm/html/structbssmap__header.js gsm/html/structbssmap__le__conn__oriented__info.html gsm/html/structbssmap__le__conn__oriented__info.js gsm/html/structbssmap__le__location__type.html gsm/html/structbssmap__le__location__type.js gsm/html/structbssmap__le__pdu.html gsm/html/structbssmap__le__pdu.js gsm/html/structbssmap__le__perform__loc__req.html gsm/html/structbssmap__le__perform__loc__req.js gsm/html/structbssmap__le__perform__loc__resp.html gsm/html/structbssmap__le__perform__loc__resp.js gsm/html/structcbsp__header.html gsm/html/structcbsp__header.js gsm/html/structdtap__header.html gsm/html/structdtap__header.js gsm/html/structegprs__cps.html gsm/html/structegprs__cps.js gsm/html/structfn__remap__table.html gsm/html/structfn__remap__table.js gsm/html/structgad__raw__ell__arc.html gsm/html/structgad__raw__ell__point.html gsm/html/structgad__raw__ell__point.js gsm/html/structgad__raw__ell__point__alt.html gsm/html/structgad__raw__ell__point__alt.js gsm/html/structgad__raw__ell__point__alt__unc__ell.html gsm/html/structgad__raw__ell__point__unc__circle.html gsm/html/structgad__raw__ell__point__unc__ellipse.html gsm/html/structgad__raw__ha__ell__point__alt__unc__ell.html gsm/html/structgad__raw__ha__ell__point__unc__ell.html gsm/html/structgad__raw__head.html gsm/html/structgad__raw__polygon.html gsm/html/structgad__raw__polygon.js gsm/html/structgan__cch__desc__ie.html gsm/html/structgan__rc__csr__hdr.html gsm/html/structgprs__cipher__impl.html gsm/html/structgprs__cipher__impl.js gsm/html/structgprs__cs__desc.html gsm/html/structgprs__cs__desc.js gsm/html/structgprs__ra__id.html gsm/html/structgprs__ra__id.js gsm/html/structgprs__rlc__dl__header__egprs__1.html gsm/html/structgprs__rlc__dl__header__egprs__2.html gsm/html/structgprs__rlc__dl__header__egprs__3.html gsm/html/structgprs__rlc__ul__header__egprs__1.html gsm/html/structgprs__rlc__ul__header__egprs__2.html gsm/html/structgprs__rlc__ul__header__egprs__3.html gsm/html/structgsm0408__vgcs__ul__grant.html gsm/html/structgsm0408__vgcs__ul__grant.js gsm/html/structgsm0808__application__data.html gsm/html/structgsm0808__application__data.js gsm/html/structgsm0808__cell__id.html gsm/html/structgsm0808__cell__id.js gsm/html/structgsm0808__cell__id__list.html gsm/html/structgsm0808__cell__id__list.js gsm/html/structgsm0808__cell__id__list2.html gsm/html/structgsm0808__cell__id__list2.js gsm/html/structgsm0808__cell__id__list__segment.html gsm/html/structgsm0808__cell__id__list__segment.js gsm/html/structgsm0808__channel__type.html gsm/html/structgsm0808__channel__type.js gsm/html/structgsm0808__cipher__mode__command.html gsm/html/structgsm0808__cipher__mode__command.js gsm/html/structgsm0808__circuit__pool__list.html gsm/html/structgsm0808__circuit__pool__list.js gsm/html/structgsm0808__data__identity.html gsm/html/structgsm0808__diagnostics.html gsm/html/structgsm0808__diagnostics.js gsm/html/structgsm0808__encrypt__info.html gsm/html/structgsm0808__encrypt__info.js gsm/html/structgsm0808__group__callref.html gsm/html/structgsm0808__handover__command.html gsm/html/structgsm0808__handover__command.js gsm/html/structgsm0808__handover__complete.html gsm/html/structgsm0808__handover__complete.js gsm/html/structgsm0808__handover__failure.html gsm/html/structgsm0808__handover__failure.js gsm/html/structgsm0808__handover__performed.html gsm/html/structgsm0808__handover__performed.js gsm/html/structgsm0808__handover__request.html gsm/html/structgsm0808__handover__request.js gsm/html/structgsm0808__handover__request__ack.html gsm/html/structgsm0808__handover__request__ack.js gsm/html/structgsm0808__handover__required.html gsm/html/structgsm0808__handover__required.js gsm/html/structgsm0808__handover__required__reject.html gsm/html/structgsm0808__handover__required__reject.js gsm/html/structgsm0808__layer__3__information.html gsm/html/structgsm0808__layer__3__information.js gsm/html/structgsm0808__notification__data.html gsm/html/structgsm0808__notification__data.js gsm/html/structgsm0808__old__bss__to__new__bss__info.html gsm/html/structgsm0808__old__bss__to__new__bss__info.js gsm/html/structgsm0808__perform__location__request.html gsm/html/structgsm0808__perform__location__request.js gsm/html/structgsm0808__perform__location__response.html gsm/html/structgsm0808__perform__location__response.js gsm/html/structgsm0808__priority.html gsm/html/structgsm0808__sms__to__vgcs.html gsm/html/structgsm0808__sms__to__vgcs.js gsm/html/structgsm0808__speech__codec.html gsm/html/structgsm0808__speech__codec.js gsm/html/structgsm0808__speech__codec__list.html gsm/html/structgsm0808__speech__codec__list.js gsm/html/structgsm0808__talker__identity.html gsm/html/structgsm0808__talker__identity.js gsm/html/structgsm0808__uplink__app__data.html gsm/html/structgsm0808__uplink__app__data.js gsm/html/structgsm0808__uplink__reject__cmd.html gsm/html/structgsm0808__uplink__reject__cmd.js gsm/html/structgsm0808__uplink__release__ind.html gsm/html/structgsm0808__uplink__release__ind.js gsm/html/structgsm0808__uplink__request.html gsm/html/structgsm0808__uplink__request.js gsm/html/structgsm0808__uplink__request__ack.html gsm/html/structgsm0808__uplink__request__ack.js gsm/html/structgsm0808__uplink__request__cnf.html gsm/html/structgsm0808__uplink__request__cnf.js gsm/html/structgsm0808__uplink__seized__cmd.html gsm/html/structgsm0808__uplink__seized__cmd.js gsm/html/structgsm0808__vgcs__feature__flags.html gsm/html/structgsm0808__vgcs__vbs__area__cell__info.html gsm/html/structgsm0808__vgcs__vbs__area__cell__info.js gsm/html/structgsm0808__vgcs__vbs__assign__fail.html gsm/html/structgsm0808__vgcs__vbs__assign__fail.js gsm/html/structgsm0808__vgcs__vbs__assign__req.html gsm/html/structgsm0808__vgcs__vbs__assign__req.js gsm/html/structgsm0808__vgcs__vbs__assign__res.html gsm/html/structgsm0808__vgcs__vbs__assign__res.js gsm/html/structgsm0808__vgcs__vbs__assign__stat.html gsm/html/structgsm0808__vgcs__vbs__assign__stat.js gsm/html/structgsm0808__vgcs__vbs__setup.html gsm/html/structgsm0808__vgcs__vbs__setup.js gsm/html/structgsm0808__vgcs__vbs__setup__ack.html gsm/html/structgsm0808__vgcs__vbs__setup__ack.js gsm/html/structgsm23041__etws__primary__gsm.html gsm/html/structgsm23041__etws__primary__gsm.js gsm/html/structgsm23041__msg__param__gsm.html gsm/html/structgsm23041__msg__param__gsm.js gsm/html/structgsm23041__msg__param__umts.html gsm/html/structgsm23041__msg__param__umts.js gsm/html/structgsm29118__paging__req.html gsm/html/structgsm29118__paging__req.js gsm/html/structgsm29118__reset__msg.html gsm/html/structgsm29118__reset__msg.js gsm/html/structgsm341__etws__message.html gsm/html/structgsm341__etws__message.js gsm/html/structgsm341__ms__message.html gsm/html/structgsm341__ms__message.js gsm/html/structgsm411__rp__hdr.html gsm/html/structgsm411__rp__hdr.js gsm/html/structgsm411__smc__inst.html gsm/html/structgsm411__smc__inst.js gsm/html/structgsm411__smr__inst.html gsm/html/structgsm411__smr__inst.js gsm/html/structgsm412__block__type.html gsm/html/structgsm412__sched__msg.html gsm/html/structgsm414__close__mslot__loop__ack.html gsm/html/structgsm414__close__mslot__loop__cmd.html gsm/html/structgsm414__egprs__st__sb__loop__cmd.html gsm/html/structgsm414__gprs__test__mode__cmd.html gsm/html/structgsm48__act__pdp__ctx__req.html gsm/html/structgsm48__act__pdp__ctx__req.js gsm/html/structgsm48__add__ass.html gsm/html/structgsm48__add__ass.js gsm/html/structgsm48__ass__cmd.html gsm/html/structgsm48__ass__cmd.js gsm/html/structgsm48__ass__cpl.html gsm/html/structgsm48__ass__cpl.js gsm/html/structgsm48__ass__fail.html gsm/html/structgsm48__ass__fail.js gsm/html/structgsm48__attach__ack.html gsm/html/structgsm48__auth__ciph__req.html gsm/html/structgsm48__auth__ciph__resp.html gsm/html/structgsm48__auth__req.html gsm/html/structgsm48__auth__resp.html gsm/html/structgsm48__auth__resp.js gsm/html/structgsm48__cell__desc.html gsm/html/structgsm48__cell__options.html gsm/html/structgsm48__cell__sel__par.html gsm/html/structgsm48__chan__desc.html gsm/html/structgsm48__chan__desc.js gsm/html/structgsm48__chan__mode__modify.html gsm/html/structgsm48__chan__mode__modify.js gsm/html/structgsm48__chan__rel.html gsm/html/structgsm48__chan__rel.js gsm/html/structgsm48__cip__mode__cmd.html gsm/html/structgsm48__classmark1.html gsm/html/structgsm48__classmark2.html gsm/html/structgsm48__classmark3.html gsm/html/structgsm48__classmark3.js gsm/html/structgsm48__cm__change.html gsm/html/structgsm48__cm__change.js gsm/html/structgsm48__control__channel__descr.html gsm/html/structgsm48__frq__redef.html gsm/html/structgsm48__frq__redef.js gsm/html/structgsm48__gprs__susp__req.html gsm/html/structgsm48__gprs__susp__req.js gsm/html/structgsm48__hdr.html gsm/html/structgsm48__hdr.js gsm/html/structgsm48__hdr__sh.html gsm/html/structgsm48__ho__cmd.html gsm/html/structgsm48__ho__cmd.js gsm/html/structgsm48__ho__cpl.html gsm/html/structgsm48__ho__cpl.js gsm/html/structgsm48__ho__fail.html gsm/html/structgsm48__ho__fail.js gsm/html/structgsm48__imm__ass.html gsm/html/structgsm48__imm__ass.js gsm/html/structgsm48__imm__ass__ext.html gsm/html/structgsm48__imm__ass__ext.js gsm/html/structgsm48__imm__ass__rej.html gsm/html/structgsm48__imm__ass__rej.js gsm/html/structgsm48__imsi__detach__ind.html gsm/html/structgsm48__imsi__detach__ind.js gsm/html/structgsm48__loc__area__id.html gsm/html/structgsm48__loc__area__id.js gsm/html/structgsm48__loc__upd__req.html gsm/html/structgsm48__meas__res.html gsm/html/structgsm48__multi__rate__conf.html gsm/html/structgsm48__notification__nch.html gsm/html/structgsm48__notification__nch.js gsm/html/structgsm48__pag__resp.html gsm/html/structgsm48__pag__rsp.html gsm/html/structgsm48__paging1.html gsm/html/structgsm48__paging2.html gsm/html/structgsm48__paging3.html gsm/html/structgsm48__pdp__address.html gsm/html/structgsm48__pdp__address.js gsm/html/structgsm48__power__cmd.html gsm/html/structgsm48__qos.html gsm/html/structgsm48__qos.js gsm/html/structgsm48__ra__id.html gsm/html/structgsm48__ra__id.js gsm/html/structgsm48__ra__upd__ack.html gsm/html/structgsm48__rach__control.html gsm/html/structgsm48__range__1024.html gsm/html/structgsm48__range__128.html gsm/html/structgsm48__range__256.html gsm/html/structgsm48__range__512.html gsm/html/structgsm48__req__ref.html gsm/html/structgsm48__rr__status.html gsm/html/structgsm48__rr__status.js gsm/html/structgsm48__service__request.html gsm/html/structgsm48__start__time.html gsm/html/structgsm48__sync__ind.html gsm/html/structgsm48__system__information__type__1.html gsm/html/structgsm48__system__information__type__1.js gsm/html/structgsm48__system__information__type__10.html gsm/html/structgsm48__system__information__type__13.html gsm/html/structgsm48__system__information__type__13.js gsm/html/structgsm48__system__information__type__2.html gsm/html/structgsm48__system__information__type__2.js gsm/html/structgsm48__system__information__type__2bis.html gsm/html/structgsm48__system__information__type__2bis.js gsm/html/structgsm48__system__information__type__2quater.html gsm/html/structgsm48__system__information__type__2quater.js gsm/html/structgsm48__system__information__type__2ter.html gsm/html/structgsm48__system__information__type__2ter.js gsm/html/structgsm48__system__information__type__3.html gsm/html/structgsm48__system__information__type__3.js gsm/html/structgsm48__system__information__type__4.html gsm/html/structgsm48__system__information__type__4.js gsm/html/structgsm48__system__information__type__5.html gsm/html/structgsm48__system__information__type__5bis.html gsm/html/structgsm48__system__information__type__5ter.html gsm/html/structgsm48__system__information__type__6.html gsm/html/structgsm48__system__information__type__header.html gsm/html/structgsm48__talker__indication.html gsm/html/structgsm48__talker__indication.js gsm/html/structgsm48__uplink__release.html gsm/html/structgsm48__uplink__release.js gsm/html/structgsm48__var__bit.html gsm/html/structgsm__freq__range.html gsm/html/structgsm__freq__range.js gsm/html/structgsm__meas__rep__unidir.html gsm/html/structgsm__meas__rep__unidir.js gsm/html/structgsm__mncc__bearer__cap.html gsm/html/structgsm__mncc__bearer__cap.js gsm/html/structgsm__mncc__cause.html gsm/html/structgsm__mncc__cause.js gsm/html/structgsm__mncc__cccap.html gsm/html/structgsm__mncc__cccap.js gsm/html/structgsm__mncc__facility.html gsm/html/structgsm__mncc__facility.js gsm/html/structgsm__mncc__number.html gsm/html/structgsm__mncc__number.js gsm/html/structgsm__mncc__progress.html gsm/html/structgsm__mncc__progress.js gsm/html/structgsm__mncc__ssversion.html gsm/html/structgsm__mncc__ssversion.js gsm/html/structgsm__mncc__useruser.html gsm/html/structgsm__mncc__useruser.js gsm/html/structgsm__rx__lev__qual.html gsm/html/structgsm__rx__lev__qual.js gsm/html/structgsm__sacch__l1__hdr.html gsm/html/structgsm__sysinfo__freq.html gsm/html/structgsm__sysinfo__freq.js gsm/html/structgsm__time.html gsm/html/structgsm__time.js gsm/html/structinfo__act__cnf__param.html gsm/html/structinfo__act__cnf__param.js gsm/html/structinfo__act__req__param.html gsm/html/structinfo__act__req__param.js gsm/html/structinfo__ciph__req__param.html gsm/html/structinfo__ciph__req__param.js gsm/html/structinfo__meas__ind__param.html gsm/html/structinfo__meas__ind__param.js gsm/html/structinfo__time__ind__param.html gsm/html/structinfo__time__ind__param.js gsm/html/structinfo__ulacc__req__param.html gsm/html/structinfo__ulacc__req__param.js gsm/html/structipac__preproc__ave__cfg.html gsm/html/structipac__preproc__cfg.html gsm/html/structipac__preproc__cfg.js gsm/html/structipac__preproc__ho__candidates.html gsm/html/structipac__preproc__ho__comp.html gsm/html/structipac__preproc__ho__ctl__param.html gsm/html/structipac__preproc__ho__thresh.html gsm/html/structipac__preproc__ncell__dflts.html gsm/html/structipac__preproc__pc__comp.html gsm/html/structipac__preproc__pc__comp__field.html gsm/html/structipac__preproc__pc__thresh.html gsm/html/structipaccess__head.html gsm/html/structipaccess__head.js gsm/html/structipaccess__head__ext.html gsm/html/structipaccess__head__ext.js gsm/html/structipaccess__unit.html gsm/html/structipaccess__unit.js gsm/html/structiuup__ctrl__ack.html gsm/html/structiuup__ctrl__ack.js gsm/html/structiuup__ctrl__error__event.html gsm/html/structiuup__ctrl__init__hdr.html gsm/html/structiuup__ctrl__init__rfci__hdr.html gsm/html/structiuup__ctrl__init__tail.html gsm/html/structiuup__ctrl__nack.html gsm/html/structiuup__pdutype0__hdr.html gsm/html/structiuup__pdutype14__hdr.html gsm/html/structiuup__pdutype1__hdr.html gsm/html/structlapdm__channel.html gsm/html/structlapdm__channel.js gsm/html/structlapdm__datalink.html gsm/html/structlapdm__datalink.js gsm/html/structlapdm__entity.html gsm/html/structlapdm__entity.js gsm/html/structlapdm__msg__ctx.html gsm/html/structlapdm__msg__ctx.js gsm/html/structlcs__cause__ie.html gsm/html/structlcs__cause__ie.js gsm/html/structmph__info__param.html gsm/html/structmph__info__param.js gsm/html/structnch__pos.html gsm/html/structnch__pos.js gsm/html/structosmo__auth__impl.html gsm/html/structosmo__auth__impl.js gsm/html/structosmo__auth__vector.html gsm/html/structosmo__auth__vector.js gsm/html/structosmo__bssap__le__err.html gsm/html/structosmo__bssap__le__err.js gsm/html/structosmo__bssap__le__header.html gsm/html/structosmo__bssap__le__header.js gsm/html/structosmo__bsslap__err.html gsm/html/structosmo__bsslap__err.js gsm/html/structosmo__bssmap__le__err.html gsm/html/structosmo__bssmap__le__err.js gsm/html/structosmo__bssmap__le__lcs__qos.html gsm/html/structosmo__cbsp__cell__ent.html gsm/html/structosmo__cbsp__cell__ent.js gsm/html/structosmo__cbsp__cell__list.html gsm/html/structosmo__cbsp__cell__list.js gsm/html/structosmo__cbsp__content.html gsm/html/structosmo__cbsp__content.js gsm/html/structosmo__cbsp__decoded.html gsm/html/structosmo__cbsp__decoded.js gsm/html/structosmo__cbsp__error__ind.html gsm/html/structosmo__cbsp__error__ind.js gsm/html/structosmo__cbsp__fail__ent.html gsm/html/structosmo__cbsp__fail__ent.js gsm/html/structosmo__cbsp__failure.html gsm/html/structosmo__cbsp__failure.js gsm/html/structosmo__cbsp__keep__alive.html gsm/html/structosmo__cbsp__keep__alive.js gsm/html/structosmo__cbsp__keep__alive__complete.html gsm/html/structosmo__cbsp__kill.html gsm/html/structosmo__cbsp__kill.js gsm/html/structosmo__cbsp__kill__complete.html gsm/html/structosmo__cbsp__kill__complete.js gsm/html/structosmo__cbsp__kill__failure.html gsm/html/structosmo__cbsp__kill__failure.js gsm/html/structosmo__cbsp__load__query.html gsm/html/structosmo__cbsp__load__query.js gsm/html/structosmo__cbsp__load__query__complete.html gsm/html/structosmo__cbsp__load__query__complete.js gsm/html/structosmo__cbsp__load__query__failure.html gsm/html/structosmo__cbsp__load__query__failure.js gsm/html/structosmo__cbsp__loading__ent.html gsm/html/structosmo__cbsp__loading__ent.js gsm/html/structosmo__cbsp__loading__list.html gsm/html/structosmo__cbsp__loading__list.js gsm/html/structosmo__cbsp__msg__status__query.html gsm/html/structosmo__cbsp__msg__status__query.js gsm/html/structosmo__cbsp__msg__status__query__complete.html gsm/html/structosmo__cbsp__msg__status__query__complete.js gsm/html/structosmo__cbsp__msg__status__query__failure.html gsm/html/structosmo__cbsp__msg__status__query__failure.js gsm/html/structosmo__cbsp__num__compl__ent.html gsm/html/structosmo__cbsp__num__compl__ent.js gsm/html/structosmo__cbsp__num__compl__list.html gsm/html/structosmo__cbsp__num__compl__list.js gsm/html/structosmo__cbsp__reset.html gsm/html/structosmo__cbsp__reset.js gsm/html/structosmo__cbsp__reset__complete.html gsm/html/structosmo__cbsp__reset__complete.js gsm/html/structosmo__cbsp__reset__failure.html gsm/html/structosmo__cbsp__reset__failure.js gsm/html/structosmo__cbsp__restart.html gsm/html/structosmo__cbsp__restart.js gsm/html/structosmo__cbsp__write__replace.html gsm/html/structosmo__cbsp__write__replace.js gsm/html/structosmo__cbsp__write__replace__complete.html gsm/html/structosmo__cbsp__write__replace__complete.js gsm/html/structosmo__cbsp__write__replace__failure.html gsm/html/structosmo__cbsp__write__replace__failure.js gsm/html/structosmo__cell__global__id.html gsm/html/structosmo__cell__global__id.js gsm/html/structosmo__cell__global__id__ps.html gsm/html/structosmo__cell__global__id__ps.js gsm/html/structosmo__earfcn__si2q.html gsm/html/structosmo__earfcn__si2q.js gsm/html/structosmo__eutran__cell__global__id.html gsm/html/structosmo__eutran__cell__global__id.js gsm/html/structosmo__gad.html gsm/html/structosmo__gad.js gsm/html/structosmo__gad__ell__arc.html gsm/html/structosmo__gad__ell__arc.js gsm/html/structosmo__gad__ell__point.html gsm/html/structosmo__gad__ell__point.js gsm/html/structosmo__gad__ell__point__alt.html gsm/html/structosmo__gad__ell__point__alt.js gsm/html/structosmo__gad__ell__point__alt__unc__ell.html gsm/html/structosmo__gad__ell__point__alt__unc__ell.js gsm/html/structosmo__gad__ell__point__unc__circle.html gsm/html/structosmo__gad__ell__point__unc__circle.js gsm/html/structosmo__gad__ell__point__unc__ellipse.html gsm/html/structosmo__gad__ell__point__unc__ellipse.js gsm/html/structosmo__gad__err.html gsm/html/structosmo__gad__err.js gsm/html/structosmo__gad__ha__ell__point__alt__unc__ell.html gsm/html/structosmo__gad__ha__ell__point__alt__unc__ell.js gsm/html/structosmo__gad__polygon.html gsm/html/structosmo__gad__polygon.js gsm/html/structosmo__gcr__parsed.html gsm/html/structosmo__gcr__parsed.js gsm/html/structosmo__gprs__cell__options.html gsm/html/structosmo__gprs__cell__options.js gsm/html/structosmo__gprs__power__ctrl__pars.html gsm/html/structosmo__gprs__power__ctrl__pars.js gsm/html/structosmo__gsm48__classmark.html gsm/html/structosmo__gsm48__classmark.js gsm/html/structosmo__gsm48__lsa__params.html gsm/html/structosmo__gsm48__lsa__params.js gsm/html/structosmo__gsm48__si13__info.html gsm/html/structosmo__gsm48__si13__info.js gsm/html/structosmo__gsm48__si3__gprs__ind.html gsm/html/structosmo__gsm48__si3__gprs__ind.js gsm/html/structosmo__gsm48__si6__ro__info.html gsm/html/structosmo__gsm48__si6__ro__info.js gsm/html/structosmo__gsm48__si__dtm__support.html gsm/html/structosmo__gsm48__si__dtm__support.js gsm/html/structosmo__gsm48__si__gprs__ms__txpwr__max__ccch.html gsm/html/structosmo__gsm48__si__gprs__ms__txpwr__max__ccch.js gsm/html/structosmo__gsm48__si__pch__nch__info.html gsm/html/structosmo__gsm48__si__pch__nch__info.js gsm/html/structosmo__gsm48__si__power__offset.html gsm/html/structosmo__gsm48__si__power__offset.js gsm/html/structosmo__gsm48__si__ro__info.html gsm/html/structosmo__gsm48__si__ro__info.js gsm/html/structosmo__gsm48__si__selection__params.html gsm/html/structosmo__gsm48__si__selection__params.js gsm/html/structosmo__gsm48__si__vbs__vgcs__options.html gsm/html/structosmo__gsm48__si__vbs__vgcs__options.js gsm/html/structosmo__gsn__address.html gsm/html/structosmo__gsn__address.js gsm/html/structosmo__gsup__an__apdu.html gsm/html/structosmo__gsup__an__apdu.js gsm/html/structosmo__gsup__message.html gsm/html/structosmo__gsup__message.js gsm/html/structosmo__gsup__pdp__info.html gsm/html/structosmo__gsup__pdp__info.js gsm/html/structosmo__gummei.html gsm/html/structosmo__gummei.js gsm/html/structosmo__guti.html gsm/html/structosmo__guti.js gsm/html/structosmo__iuup__instance.html gsm/html/structosmo__iuup__instance.js gsm/html/structosmo__iuup__rfci.html gsm/html/structosmo__iuup__rfci.js gsm/html/structosmo__iuup__rnl__config.html gsm/html/structosmo__iuup__rnl__config.js gsm/html/structosmo__iuup__rnl__config__timer.html gsm/html/structosmo__iuup__rnl__config__timer.js gsm/html/structosmo__iuup__rnl__data.html gsm/html/structosmo__iuup__rnl__data.js gsm/html/structosmo__iuup__rnl__prim.html gsm/html/structosmo__iuup__rnl__prim.js gsm/html/structosmo__iuup__rnl__status.html gsm/html/structosmo__iuup__rnl__status.js gsm/html/structosmo__iuup__tnl__prim.html gsm/html/structosmo__iuup__tnl__prim.js gsm/html/structosmo__lac__and__ci__id.html gsm/html/structosmo__lac__and__ci__id.js gsm/html/structosmo__lcls.html gsm/html/structosmo__lcls.js gsm/html/structosmo__location__area__id.html gsm/html/structosmo__location__area__id.js gsm/html/structosmo__mme__id.html gsm/html/structosmo__mme__id.js gsm/html/structosmo__nri__range.html gsm/html/structosmo__nri__range.js gsm/html/structosmo__nri__ranges.html gsm/html/structosmo__nri__ranges.js gsm/html/structosmo__oap__client__config.html gsm/html/structosmo__oap__client__config.js gsm/html/structosmo__oap__client__state.html gsm/html/structosmo__oap__client__state.js gsm/html/structosmo__oap__message.html gsm/html/structosmo__oap__message.js gsm/html/structosmo__phsap__prim.html gsm/html/structosmo__phsap__prim.js gsm/html/structosmo__plmn__id.html gsm/html/structosmo__plmn__id.js gsm/html/structosmo__preproc__ave__cfg.html gsm/html/structosmo__preproc__ave__cfg.js gsm/html/structosmo__preproc__ave__cfg__field.html gsm/html/structosmo__preproc__pc__comp.html gsm/html/structosmo__preproc__pc__comp.js gsm/html/structosmo__preproc__pc__thresh.html gsm/html/structosmo__preproc__pc__thresh.js gsm/html/structosmo__rlp__frame__decoded.html gsm/html/structosmo__rlp__frame__decoded.js gsm/html/structosmo__routing__area__id.html gsm/html/structosmo__routing__area__id.js gsm/html/structosmo__service__area__id.html gsm/html/structosmo__service__area__id.js gsm/html/structosmo__shared__network__area__id.html gsm/html/structosmo__shared__network__area__id.js gsm/html/structosmo__sub__auth__data.html gsm/html/structosmo__sub__auth__data.js gsm/html/structosmo__sub__auth__data2.html gsm/html/structosmo__sub__auth__data2.js gsm/html/structosmo__timer__nt.html gsm/html/structosmo__timer__nt.js gsm/html/structosmo__tlv__prot__def.html gsm/html/structosmo__tlv__prot__def.js gsm/html/structosmo__tlv__prot__ie__def.html gsm/html/structosmo__tlv__prot__ie__def.js gsm/html/structosmo__tlv__prot__msg__def.html gsm/html/structosmo__tlv__prot__msg__def.js gsm/html/structosmo__tracking__area__id.html gsm/html/structosmo__tracking__area__id.js gsm/html/structph__conn__ind__param.html gsm/html/structph__conn__ind__param.js gsm/html/structph__data__param.html gsm/html/structph__data__param.js gsm/html/structph__rach__ind__param.html gsm/html/structph__rach__ind__param.js gsm/html/structph__rach__req__param.html gsm/html/structph__rach__req__param.js gsm/html/structph__tch__param.html gsm/html/structph__tch__param.js gsm/html/structrsl__ie__cb__cmd__type.html gsm/html/structrsl__ie__chan__ident.html gsm/html/structrsl__ie__chan__ident.js gsm/html/structrsl__ie__chan__mode.html gsm/html/structrsl__ie__chan__mode.js gsm/html/structrsl__ie__nch__drx__info.html gsm/html/structrsl__l1__info.html gsm/html/structrsl__mrpci.html gsm/html/structrsl__mrpci.js gsm/html/structrxlev__stats.html gsm/html/structrxlev__stats.js gsm/html/structsdp__firmware.html gsm/html/structsdp__firmware.js gsm/html/structsdp__header__entry.html gsm/html/structsdp__header__entry.js gsm/html/structsha256__state.html gsm/html/structsha256__state.js gsm/html/structsmcdatastate.html gsm/html/structsmcdatastate.js gsm/html/structsmcdownstate.html gsm/html/structsmcdownstate.js gsm/html/structsmrdatastate.html gsm/html/structsmrdatastate.js gsm/html/structsmrdownstate.html gsm/html/structsmrdownstate.js gsm/html/structss__request.html gsm/html/structss__request.js gsm/html/structtlv__def.html gsm/html/structtlv__def.js gsm/html/structtlv__definition.html gsm/html/structtlv__definition.js gsm/html/structtlv__p__entry.html gsm/html/structtlv__p__entry.js gsm/html/structtlv__parsed.html gsm/html/structtlv__parsed.js gsm/html/structussd__request.html gsm/html/structussd__request.js gsm/html/sync_off.png gsm/html/sync_on.png gsm/html/sysinfo_8c.html gsm/html/sysinfo_8c.js gsm/html/sysinfo_8h.html gsm/html/sysinfo_8h.js gsm/html/sysinfo_8h_source.html gsm/html/tab_a.png gsm/html/tab_b.png gsm/html/tab_h.png gsm/html/tab_s.png gsm/html/tabs.css gsm/html/tlv_8h.html gsm/html/tlv_8h.js gsm/html/tlv_8h_source.html gsm/html/tlv__parser_8c.html gsm/html/tlv__parser_8c.js gsm/html/tuak_8c.html gsm/html/tuak_8c.js gsm/html/tuak_8h.html gsm/html/tuak_8h.js gsm/html/tuak_8h_source.html gsm/html/unionabis__rsl__chan__nr.html gsm/html/unionabis__rsl__chan__nr.js gsm/html/unionabis__rsl__link__id.html gsm/html/unionabis__rsl__link__id.js gsm/html/uniongad__raw.html gsm/html/uniongad__raw.js gsm/html/uniongsm0808__cell__id__u.html gsm/html/uniongsm0808__cell__id__u.js gsm/html/utran__cipher_8h.html gsm/html/utran__cipher_8h.js gsm/html/utran__cipher_8h_source.html gsm/html/search/ gsm/html/search/all_0.html gsm/html/search/all_0.js gsm/html/search/all_1.html gsm/html/search/all_1.js gsm/html/search/all_10.html gsm/html/search/all_10.js gsm/html/search/all_11.html gsm/html/search/all_11.js gsm/html/search/all_12.html gsm/html/search/all_12.js gsm/html/search/all_13.html gsm/html/search/all_13.js gsm/html/search/all_14.html gsm/html/search/all_14.js gsm/html/search/all_15.html gsm/html/search/all_15.js gsm/html/search/all_16.html gsm/html/search/all_16.js gsm/html/search/all_17.html gsm/html/search/all_17.js gsm/html/search/all_18.html gsm/html/search/all_18.js gsm/html/search/all_19.html gsm/html/search/all_19.js gsm/html/search/all_2.html gsm/html/search/all_2.js gsm/html/search/all_3.html gsm/html/search/all_3.js gsm/html/search/all_4.html gsm/html/search/all_4.js gsm/html/search/all_5.html gsm/html/search/all_5.js gsm/html/search/all_6.html gsm/html/search/all_6.js gsm/html/search/all_7.html gsm/html/search/all_7.js gsm/html/search/all_8.html gsm/html/search/all_8.js gsm/html/search/all_9.html gsm/html/search/all_9.js gsm/html/search/all_a.html gsm/html/search/all_a.js gsm/html/search/all_b.html gsm/html/search/all_b.js gsm/html/search/all_c.html gsm/html/search/all_c.js gsm/html/search/all_d.html gsm/html/search/all_d.js gsm/html/search/all_e.html gsm/html/search/all_e.js gsm/html/search/all_f.html gsm/html/search/all_f.js gsm/html/search/classes_0.html gsm/html/search/classes_0.js gsm/html/search/classes_1.html gsm/html/search/classes_1.js gsm/html/search/classes_10.html gsm/html/search/classes_10.js gsm/html/search/classes_11.html gsm/html/search/classes_11.js gsm/html/search/classes_12.html gsm/html/search/classes_12.js gsm/html/search/classes_13.html gsm/html/search/classes_13.js gsm/html/search/classes_14.html gsm/html/search/classes_14.js gsm/html/search/classes_15.html gsm/html/search/classes_15.js gsm/html/search/classes_2.html gsm/html/search/classes_2.js gsm/html/search/classes_3.html gsm/html/search/classes_3.js gsm/html/search/classes_4.html gsm/html/search/classes_4.js gsm/html/search/classes_5.html gsm/html/search/classes_5.js gsm/html/search/classes_6.html gsm/html/search/classes_6.js gsm/html/search/classes_7.html gsm/html/search/classes_7.js gsm/html/search/classes_8.html gsm/html/search/classes_8.js gsm/html/search/classes_9.html gsm/html/search/classes_9.js gsm/html/search/classes_a.html gsm/html/search/classes_a.js gsm/html/search/classes_b.html gsm/html/search/classes_b.js gsm/html/search/classes_c.html gsm/html/search/classes_c.js gsm/html/search/classes_d.html gsm/html/search/classes_d.js gsm/html/search/classes_e.html gsm/html/search/classes_e.js gsm/html/search/classes_f.html gsm/html/search/classes_f.js gsm/html/search/close.svg gsm/html/search/defines_0.html gsm/html/search/defines_0.js gsm/html/search/defines_1.html gsm/html/search/defines_1.js gsm/html/search/defines_10.html gsm/html/search/defines_10.js gsm/html/search/defines_11.html gsm/html/search/defines_11.js gsm/html/search/defines_2.html gsm/html/search/defines_2.js gsm/html/search/defines_3.html gsm/html/search/defines_3.js gsm/html/search/defines_4.html gsm/html/search/defines_4.js gsm/html/search/defines_5.html gsm/html/search/defines_5.js gsm/html/search/defines_6.html gsm/html/search/defines_6.js gsm/html/search/defines_7.html gsm/html/search/defines_7.js gsm/html/search/defines_8.html gsm/html/search/defines_8.js gsm/html/search/defines_9.html gsm/html/search/defines_9.js gsm/html/search/defines_a.html gsm/html/search/defines_a.js gsm/html/search/defines_b.html gsm/html/search/defines_b.js gsm/html/search/defines_c.html gsm/html/search/defines_c.js gsm/html/search/defines_d.html gsm/html/search/defines_d.js gsm/html/search/defines_e.html gsm/html/search/defines_e.js gsm/html/search/defines_f.html gsm/html/search/defines_f.js gsm/html/search/enums_0.html gsm/html/search/enums_0.js gsm/html/search/enums_1.html gsm/html/search/enums_1.js gsm/html/search/enums_2.html gsm/html/search/enums_2.js gsm/html/search/enums_3.html gsm/html/search/enums_3.js gsm/html/search/enums_4.html gsm/html/search/enums_4.js gsm/html/search/enums_5.html gsm/html/search/enums_5.js gsm/html/search/enums_6.html gsm/html/search/enums_6.js gsm/html/search/enums_7.html gsm/html/search/enums_7.js gsm/html/search/enums_8.html gsm/html/search/enums_8.js gsm/html/search/enums_9.html gsm/html/search/enums_9.js gsm/html/search/enums_a.html gsm/html/search/enums_a.js gsm/html/search/enums_b.html gsm/html/search/enums_b.js gsm/html/search/enums_c.html gsm/html/search/enums_c.js gsm/html/search/enums_d.html gsm/html/search/enums_d.js gsm/html/search/enums_e.html gsm/html/search/enums_e.js gsm/html/search/enumvalues_0.html gsm/html/search/enumvalues_0.js gsm/html/search/enumvalues_1.html gsm/html/search/enumvalues_1.js gsm/html/search/enumvalues_2.html gsm/html/search/enumvalues_2.js gsm/html/search/enumvalues_3.html gsm/html/search/enumvalues_3.js gsm/html/search/enumvalues_4.html gsm/html/search/enumvalues_4.js gsm/html/search/enumvalues_5.html gsm/html/search/enumvalues_5.js gsm/html/search/enumvalues_6.html gsm/html/search/enumvalues_6.js gsm/html/search/enumvalues_7.html gsm/html/search/enumvalues_7.js gsm/html/search/enumvalues_8.html gsm/html/search/enumvalues_8.js gsm/html/search/enumvalues_9.html gsm/html/search/enumvalues_9.js gsm/html/search/enumvalues_a.html gsm/html/search/enumvalues_a.js gsm/html/search/enumvalues_b.html gsm/html/search/enumvalues_b.js gsm/html/search/enumvalues_c.html gsm/html/search/enumvalues_c.js gsm/html/search/enumvalues_d.html gsm/html/search/enumvalues_d.js gsm/html/search/enumvalues_e.html gsm/html/search/enumvalues_e.js gsm/html/search/enumvalues_f.html gsm/html/search/enumvalues_f.js gsm/html/search/files_0.html gsm/html/search/files_0.js gsm/html/search/files_1.html gsm/html/search/files_1.js gsm/html/search/files_10.html gsm/html/search/files_10.js gsm/html/search/files_11.html gsm/html/search/files_11.js gsm/html/search/files_12.html gsm/html/search/files_12.js gsm/html/search/files_13.html gsm/html/search/files_13.js gsm/html/search/files_14.html gsm/html/search/files_14.js gsm/html/search/files_2.html gsm/html/search/files_2.js gsm/html/search/files_3.html gsm/html/search/files_3.js gsm/html/search/files_4.html gsm/html/search/files_4.js gsm/html/search/files_5.html gsm/html/search/files_5.js gsm/html/search/files_6.html gsm/html/search/files_6.js gsm/html/search/files_7.html gsm/html/search/files_7.js gsm/html/search/files_8.html gsm/html/search/files_8.js gsm/html/search/files_9.html gsm/html/search/files_9.js gsm/html/search/files_a.html gsm/html/search/files_a.js gsm/html/search/files_b.html gsm/html/search/files_b.js gsm/html/search/files_c.html gsm/html/search/files_c.js gsm/html/search/files_d.html gsm/html/search/files_d.js gsm/html/search/files_e.html gsm/html/search/files_e.js gsm/html/search/files_f.html gsm/html/search/files_f.js gsm/html/search/functions_0.html gsm/html/search/functions_0.js gsm/html/search/functions_1.html gsm/html/search/functions_1.js gsm/html/search/functions_10.html gsm/html/search/functions_10.js gsm/html/search/functions_11.html gsm/html/search/functions_11.js gsm/html/search/functions_12.html gsm/html/search/functions_12.js gsm/html/search/functions_13.html gsm/html/search/functions_13.js gsm/html/search/functions_14.html gsm/html/search/functions_14.js gsm/html/search/functions_15.html gsm/html/search/functions_15.js gsm/html/search/functions_16.html gsm/html/search/functions_16.js gsm/html/search/functions_2.html gsm/html/search/functions_2.js gsm/html/search/functions_3.html gsm/html/search/functions_3.js gsm/html/search/functions_4.html gsm/html/search/functions_4.js gsm/html/search/functions_5.html gsm/html/search/functions_5.js gsm/html/search/functions_6.html gsm/html/search/functions_6.js gsm/html/search/functions_7.html gsm/html/search/functions_7.js gsm/html/search/functions_8.html gsm/html/search/functions_8.js gsm/html/search/functions_9.html gsm/html/search/functions_9.js gsm/html/search/functions_a.html gsm/html/search/functions_a.js gsm/html/search/functions_b.html gsm/html/search/functions_b.js gsm/html/search/functions_c.html gsm/html/search/functions_c.js gsm/html/search/functions_d.html gsm/html/search/functions_d.js gsm/html/search/functions_e.html gsm/html/search/functions_e.js gsm/html/search/functions_f.html gsm/html/search/functions_f.js gsm/html/search/groups_0.html gsm/html/search/groups_0.js gsm/html/search/groups_1.html gsm/html/search/groups_1.js gsm/html/search/groups_10.html gsm/html/search/groups_10.js gsm/html/search/groups_11.html gsm/html/search/groups_11.js gsm/html/search/groups_12.html gsm/html/search/groups_12.js gsm/html/search/groups_2.html gsm/html/search/groups_2.js gsm/html/search/groups_3.html gsm/html/search/groups_3.js gsm/html/search/groups_4.html gsm/html/search/groups_4.js gsm/html/search/groups_5.html gsm/html/search/groups_5.js gsm/html/search/groups_6.html gsm/html/search/groups_6.js gsm/html/search/groups_7.html gsm/html/search/groups_7.js gsm/html/search/groups_8.html gsm/html/search/groups_8.js gsm/html/search/groups_9.html gsm/html/search/groups_9.js gsm/html/search/groups_a.html gsm/html/search/groups_a.js gsm/html/search/groups_b.html gsm/html/search/groups_b.js gsm/html/search/groups_c.html gsm/html/search/groups_c.js gsm/html/search/groups_d.html gsm/html/search/groups_d.js gsm/html/search/groups_e.html gsm/html/search/groups_e.js gsm/html/search/groups_f.html gsm/html/search/groups_f.js gsm/html/search/mag_sel.svg gsm/html/search/nomatches.html gsm/html/search/pages_0.html gsm/html/search/pages_0.js gsm/html/search/search.css gsm/html/search/search.js gsm/html/search/search_l.png gsm/html/search/search_m.png gsm/html/search/search_r.png gsm/html/search/searchdata.js gsm/html/search/typedefs_0.html gsm/html/search/typedefs_0.js gsm/html/search/typedefs_1.html gsm/html/search/typedefs_1.js gsm/html/search/typedefs_2.html gsm/html/search/typedefs_2.js gsm/html/search/typedefs_3.html gsm/html/search/typedefs_3.js gsm/html/search/typedefs_4.html gsm/html/search/typedefs_4.js gsm/html/search/typedefs_5.html gsm/html/search/typedefs_5.js gsm/html/search/typedefs_6.html gsm/html/search/typedefs_6.js gsm/html/search/variables_0.html gsm/html/search/variables_0.js gsm/html/search/variables_1.html gsm/html/search/variables_1.js gsm/html/search/variables_10.html gsm/html/search/variables_10.js gsm/html/search/variables_11.html gsm/html/search/variables_11.js gsm/html/search/variables_12.html gsm/html/search/variables_12.js gsm/html/search/variables_13.html gsm/html/search/variables_13.js gsm/html/search/variables_14.html gsm/html/search/variables_14.js gsm/html/search/variables_15.html gsm/html/search/variables_15.js gsm/html/search/variables_16.html gsm/html/search/variables_16.js gsm/html/search/variables_17.html gsm/html/search/variables_17.js gsm/html/search/variables_18.html gsm/html/search/variables_18.js gsm/html/search/variables_2.html gsm/html/search/variables_2.js gsm/html/search/variables_3.html gsm/html/search/variables_3.js gsm/html/search/variables_4.html gsm/html/search/variables_4.js gsm/html/search/variables_5.html gsm/html/search/variables_5.js gsm/html/search/variables_6.html gsm/html/search/variables_6.js gsm/html/search/variables_7.html gsm/html/search/variables_7.js gsm/html/search/variables_8.html gsm/html/search/variables_8.js gsm/html/search/variables_9.html gsm/html/search/variables_9.js gsm/html/search/variables_a.html gsm/html/search/variables_a.js gsm/html/search/variables_b.html gsm/html/search/variables_b.js gsm/html/search/variables_c.html gsm/html/search/variables_c.js gsm/html/search/variables_d.html gsm/html/search/variables_d.js gsm/html/search/variables_e.html gsm/html/search/variables_e.js gsm/html/search/variables_f.html gsm/html/search/variables_f.js gsm/latex/ gsm/latex/KeccakP-1600-3gpp_8c.tex gsm/latex/KeccakP-1600-3gpp_8h.tex gsm/latex/KeccakP-1600-3gpp_8h_source.tex gsm/latex/Makefile gsm/latex/a5_8c.tex gsm/latex/a5_8h.tex gsm/latex/a5_8h_source.tex gsm/latex/abis__nm_8c.tex gsm/latex/abis__nm_8h.tex gsm/latex/abis__nm_8h_source.tex gsm/latex/aes-encblock_8c.tex gsm/latex/aes-internal-enc_8c.tex gsm/latex/aes-internal_8c.tex gsm/latex/aes_8h.tex gsm/latex/aes_8h_source.tex gsm/latex/aes__i_8h.tex gsm/latex/aes__i_8h_source.tex gsm/latex/aes__wrap_8h.tex gsm/latex/aes__wrap_8h_source.tex gsm/latex/annotated.tex gsm/latex/apn_8c.tex gsm/latex/apn_8h.tex gsm/latex/apn_8h_source.tex gsm/latex/auth_8h.tex gsm/latex/auth_8h_source.tex gsm/latex/auth__comp128v1_8c.tex gsm/latex/auth__comp128v23_8c.tex gsm/latex/auth__core_8c.tex gsm/latex/auth__milenage_8c.tex gsm/latex/auth__tuak_8c.tex gsm/latex/auth__xor_8c.tex gsm/latex/auth__xor__2g_8c.tex gsm/latex/bitvec__gsm_8h.tex gsm/latex/bitvec__gsm_8h_source.tex gsm/latex/bsslap_8c.tex gsm/latex/bsslap_8h.tex gsm/latex/bsslap_8h_source.tex gsm/latex/bssmap__le_8c.tex gsm/latex/bssmap__le_8h.tex gsm/latex/bssmap__le_8h_source.tex gsm/latex/bts__features_8c.tex gsm/latex/bts__features_8h.tex gsm/latex/bts__features_8h_source.tex gsm/latex/cbsp_8c.tex gsm/latex/cbsp_8h.tex gsm/latex/cbsp_8h_source.tex gsm/latex/comp128_8c.tex gsm/latex/comp128_8h.tex gsm/latex/comp128_8h_source.tex gsm/latex/comp128v23_8c.tex gsm/latex/comp128v23_8h.tex gsm/latex/comp128v23_8h_source.tex gsm/latex/dir_3afa7ed71362cdb8210c22b2a55d3489.tex gsm/latex/dir_4941117c3216d91a1c38748ac9cfbe40.tex gsm/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex gsm/latex/dir_6d507ee51dae578a62de9e99563da3d8.tex gsm/latex/dir_980c14724f9dd6a82b5e5363ed76a70f.tex gsm/latex/dir_9985e66529d3e6ed63b988d54899f5ee.tex gsm/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex gsm/latex/dir_bd7b4e1fd022d27429c42acb70c01498.tex gsm/latex/dir_c5422939c6a7cf0c177a9b13843a0e89.tex gsm/latex/dir_d44c64559bbebec7f509842c48db8b23.tex gsm/latex/doxygen.sty gsm/latex/files.tex gsm/latex/gad_8c.tex gsm/latex/gad_8h.tex gsm/latex/gad_8h_source.tex gsm/latex/gan_8c.tex gsm/latex/gan_8h.tex gsm/latex/gan_8h_source.tex gsm/latex/gea_8c.tex gsm/latex/gea_8h.tex gsm/latex/gea_8h_source.tex gsm/latex/gprs__cipher_8h.tex gsm/latex/gprs__cipher_8h_source.tex gsm/latex/gprs__cipher__core_8c.tex gsm/latex/gprs__gea_8c.tex gsm/latex/gprs__rlc_8c.tex gsm/latex/group__a5.tex gsm/latex/group__auth.tex gsm/latex/group__bitvec.tex gsm/latex/group__bsslap.tex gsm/latex/group__bssmap__le.tex gsm/latex/group__crypto.tex gsm/latex/group__gad.tex gsm/latex/group__gea.tex gsm/latex/group__gsm0408.tex gsm/latex/group__gsm0502.tex gsm/latex/group__gsm0808.tex gsm/latex/group__gsm29205.tex gsm/latex/group__gsup.tex gsm/latex/group__ipa.tex gsm/latex/group__kdf.tex gsm/latex/group__lapdm.tex gsm/latex/group__oap.tex gsm/latex/group__oml.tex gsm/latex/group__rlp.tex gsm/latex/group__rsl.tex gsm/latex/group__sms.tex gsm/latex/group__tlv.tex gsm/latex/gsm0341_8c.tex gsm/latex/gsm0341_8h.tex gsm/latex/gsm0341_8h_source.tex gsm/latex/gsm0411__smc_8c.tex gsm/latex/gsm0411__smc_8h.tex gsm/latex/gsm0411__smc_8h_source.tex gsm/latex/gsm0411__smr_8c.tex gsm/latex/gsm0411__smr_8h.tex gsm/latex/gsm0411__smr_8h_source.tex gsm/latex/gsm0411__utils_8c.tex gsm/latex/gsm0411__utils_8h.tex gsm/latex/gsm0411__utils_8h_source.tex gsm/latex/gsm0414_8c.tex gsm/latex/gsm0480_8c.tex gsm/latex/gsm0480_8h.tex gsm/latex/gsm0480_8h_source.tex gsm/latex/gsm0502_8c.tex gsm/latex/gsm0502_8h.tex gsm/latex/gsm0502_8h_source.tex gsm/latex/gsm0503_8h.tex gsm/latex/gsm0503_8h_source.tex gsm/latex/gsm0503__conv_8c.tex gsm/latex/gsm0808_8c.tex gsm/latex/gsm0808_8h.tex gsm/latex/gsm0808_8h_source.tex gsm/latex/gsm0808__lcs_8h.tex gsm/latex/gsm0808__lcs_8h_source.tex gsm/latex/gsm0808__utils_8c.tex gsm/latex/gsm0808__utils_8h.tex gsm/latex/gsm0808__utils_8h_source.tex gsm/latex/gsm23003_8c.tex gsm/latex/gsm23003_8h.tex gsm/latex/gsm23003_8h_source.tex gsm/latex/gsm23236_8c.tex gsm/latex/gsm23236_8h.tex gsm/latex/gsm23236_8h_source.tex gsm/latex/gsm29118_8c.tex gsm/latex/gsm29118_8h.tex gsm/latex/gsm29118_8h_source.tex gsm/latex/gsm29205_8c.tex gsm/latex/gsm29205_8h.tex gsm/latex/gsm29205_8h_source.tex gsm/latex/gsm44021_8c.tex gsm/latex/gsm44021_8h.tex gsm/latex/gsm44021_8h_source.tex gsm/latex/gsm44068_8c.tex gsm/latex/gsm48049_8c.tex gsm/latex/gsm48_8c.tex gsm/latex/gsm48_8h.tex gsm/latex/gsm48_8h_source.tex gsm/latex/gsm48__arfcn__range__encode_8c.tex gsm/latex/gsm48__arfcn__range__encode_8h.tex gsm/latex/gsm48__arfcn__range__encode_8h_source.tex gsm/latex/gsm48__ie_8c.tex gsm/latex/gsm48__ie_8h.tex gsm/latex/gsm48__ie_8h_source.tex gsm/latex/gsm48__rest__octets_8c.tex gsm/latex/gsm48__rest__octets_8h.tex gsm/latex/gsm48__rest__octets_8h_source.tex gsm/latex/gsm__03__40_8h.tex gsm/latex/gsm__03__40_8h_source.tex gsm/latex/gsm__03__41_8h.tex gsm/latex/gsm__03__41_8h_source.tex gsm/latex/gsm__04__08_8h.tex gsm/latex/gsm__04__08_8h_source.tex gsm/latex/gsm__04__08__gprs_8c.tex gsm/latex/gsm__04__08__gprs_8h.tex gsm/latex/gsm__04__08__gprs_8h_source.tex gsm/latex/gsm__04__11_8h.tex gsm/latex/gsm__04__11_8h_source.tex gsm/latex/gsm__04__12_8h.tex gsm/latex/gsm__04__12_8h_source.tex gsm/latex/gsm__04__14_8h.tex gsm/latex/gsm__04__14_8h_source.tex gsm/latex/gsm__04__80_8h.tex gsm/latex/gsm__04__80_8h_source.tex gsm/latex/gsm__08__08_8h.tex gsm/latex/gsm__08__08_8h_source.tex gsm/latex/gsm__08__58_8h.tex gsm/latex/gsm__08__58_8h_source.tex gsm/latex/gsm__09__02_8h.tex gsm/latex/gsm__09__02_8h_source.tex gsm/latex/gsm__12__21_8h.tex gsm/latex/gsm__12__21_8h_source.tex gsm/latex/gsm__23__003_8h.tex gsm/latex/gsm__23__003_8h_source.tex gsm/latex/gsm__23__032_8h.tex gsm/latex/gsm__23__032_8h_source.tex gsm/latex/gsm__23__041_8h.tex gsm/latex/gsm__23__041_8h_source.tex gsm/latex/gsm__25__415_8h.tex gsm/latex/gsm__25__415_8h_source.tex gsm/latex/gsm__29__118_8h.tex gsm/latex/gsm__29__118_8h_source.tex gsm/latex/gsm__44__004_8h.tex gsm/latex/gsm__44__004_8h_source.tex gsm/latex/gsm__44__060_8h.tex gsm/latex/gsm__44__060_8h_source.tex gsm/latex/gsm__44__068_8h.tex gsm/latex/gsm__44__068_8h_source.tex gsm/latex/gsm__44__318_8h.tex gsm/latex/gsm__44__318_8h_source.tex gsm/latex/gsm__48__049_8h.tex gsm/latex/gsm__48__049_8h_source.tex gsm/latex/gsm__48__071_8h.tex gsm/latex/gsm__48__071_8h_source.tex gsm/latex/gsm__49__031_8h.tex gsm/latex/gsm__49__031_8h_source.tex gsm/latex/gsm__utils_8c.tex gsm/latex/gsm__utils_8h.tex gsm/latex/gsm__utils_8h_source.tex gsm/latex/gsup_8c.tex gsm/latex/gsup_8h.tex gsm/latex/gsup_8h_source.tex gsm/latex/gsup__sms_8c.tex gsm/latex/gsup__sms_8h.tex gsm/latex/gsup__sms_8h_source.tex gsm/latex/i460__mux_8h.tex gsm/latex/i460__mux_8h_source.tex gsm/latex/includes_8h.tex gsm/latex/includes_8h_source.tex gsm/latex/index.tex gsm/latex/ipa_8c.tex gsm/latex/ipa_8h.tex gsm/latex/ipa_8h_source.tex gsm/latex/ipaccess_8h.tex gsm/latex/ipaccess_8h_source.tex gsm/latex/iuup_8c.tex gsm/latex/iuup_8h.tex gsm/latex/iuup_8h_source.tex gsm/latex/kasumi_8c.tex gsm/latex/kasumi_8h.tex gsm/latex/kasumi_8h_source.tex gsm/latex/kdf_2common_8h.tex gsm/latex/kdf_2common_8h_source.tex gsm/latex/kdf_2crypto_8h.tex gsm/latex/kdf_2crypto_8h_source.tex gsm/latex/kdf_8c.tex gsm/latex/kdf_8h.tex gsm/latex/kdf_8h_source.tex gsm/latex/l1sap_8h.tex gsm/latex/l1sap_8h_source.tex gsm/latex/lapd__core_8h.tex gsm/latex/lapd__core_8h_source.tex gsm/latex/lapdm_8c.tex gsm/latex/lapdm_8h.tex gsm/latex/lapdm_8h_source.tex gsm/latex/longtable_doxygen.sty gsm/latex/meas__rep_8h.tex gsm/latex/meas__rep_8h_source.tex gsm/latex/milenage_2common_8h.tex gsm/latex/milenage_2common_8h_source.tex gsm/latex/milenage_2crypto_8h.tex gsm/latex/milenage_2crypto_8h_source.tex gsm/latex/milenage_8c.tex gsm/latex/milenage_8h.tex gsm/latex/milenage_8h_source.tex gsm/latex/mncc_8c.tex gsm/latex/mncc_8h.tex gsm/latex/mncc_8h_source.tex gsm/latex/modules.tex gsm/latex/oap_8c.tex gsm/latex/oap_8h.tex gsm/latex/oap_8h_source.tex gsm/latex/oap__client_8c.tex gsm/latex/oap__client_8h.tex gsm/latex/oap__client_8h_source.tex gsm/latex/prim_8h.tex gsm/latex/prim_8h_source.tex gsm/latex/refman.tex gsm/latex/rlp_8c.tex gsm/latex/rlp_8h.tex gsm/latex/rlp_8h_source.tex gsm/latex/rsl_8c.tex gsm/latex/rsl_8h.tex gsm/latex/rsl_8h_source.tex gsm/latex/rxlev__stat_8c.tex gsm/latex/rxlev__stat_8h.tex gsm/latex/rxlev__stat_8h_source.tex gsm/latex/sha1-internal_8c.tex gsm/latex/sha1_8c.tex gsm/latex/sha1_8h.tex gsm/latex/sha1_8h_source.tex gsm/latex/sha1__i_8h.tex gsm/latex/sha1__i_8h_source.tex gsm/latex/sha256-internal_8c.tex gsm/latex/sha256_8c.tex gsm/latex/sha256_8h.tex gsm/latex/sha256_8h_source.tex gsm/latex/sha256__i_8h.tex gsm/latex/sha256__i_8h_source.tex gsm/latex/smpp34__osmocom_8h.tex gsm/latex/smpp34__osmocom_8h_source.tex gsm/latex/structSHA1Context.tex gsm/latex/structabis__nm__channel.tex gsm/latex/structabis__nm__ipacc__att__bssgp__cfg.tex gsm/latex/structabis__nm__ipacc__att__ns__cfg.tex gsm/latex/structabis__nm__ipacc__att__rlc__cfg.tex gsm/latex/structabis__nm__ipacc__att__rlc__cfg__2.tex gsm/latex/structabis__nm__ipacc__att__rlc__cfg__3.tex gsm/latex/structabis__nm__sw__desc.tex gsm/latex/structabis__om__fom__hdr.tex gsm/latex/structabis__om__hdr.tex gsm/latex/structabis__om__obj__inst.tex gsm/latex/structabis__rsl__cchan__hdr.tex gsm/latex/structabis__rsl__common__hdr.tex gsm/latex/structabis__rsl__dchan__hdr.tex gsm/latex/structabis__rsl__osmo__rep__acch__cap.tex gsm/latex/structabis__rsl__osmo__temp__ovp__acch__cap.tex gsm/latex/structabis__rsl__rll__hdr.tex gsm/latex/structbssap__le__pdu.tex gsm/latex/structbsslap__pdu.tex gsm/latex/structbsslap__reset.tex gsm/latex/structbsslap__ta__layer3.tex gsm/latex/structbsslap__ta__response.tex gsm/latex/structbssmap__header.tex gsm/latex/structbssmap__le__conn__oriented__info.tex gsm/latex/structbssmap__le__location__type.tex gsm/latex/structbssmap__le__pdu.tex gsm/latex/structbssmap__le__perform__loc__req.tex gsm/latex/structbssmap__le__perform__loc__resp.tex gsm/latex/structcbsp__header.tex gsm/latex/structdtap__header.tex gsm/latex/structegprs__cps.tex gsm/latex/structfn__remap__table.tex gsm/latex/structgad__raw__ell__arc.tex gsm/latex/structgad__raw__ell__point.tex gsm/latex/structgad__raw__ell__point__alt.tex gsm/latex/structgad__raw__ell__point__alt__unc__ell.tex gsm/latex/structgad__raw__ell__point__unc__circle.tex gsm/latex/structgad__raw__ell__point__unc__ellipse.tex gsm/latex/structgad__raw__ha__ell__point__alt__unc__ell.tex gsm/latex/structgad__raw__ha__ell__point__unc__ell.tex gsm/latex/structgad__raw__head.tex gsm/latex/structgad__raw__polygon.tex gsm/latex/structgan__cch__desc__ie.tex gsm/latex/structgan__rc__csr__hdr.tex gsm/latex/structgprs__cipher__impl.tex gsm/latex/structgprs__cs__desc.tex gsm/latex/structgprs__ra__id.tex gsm/latex/structgprs__rlc__dl__header__egprs__1.tex gsm/latex/structgprs__rlc__dl__header__egprs__2.tex gsm/latex/structgprs__rlc__dl__header__egprs__3.tex gsm/latex/structgprs__rlc__ul__header__egprs__1.tex gsm/latex/structgprs__rlc__ul__header__egprs__2.tex gsm/latex/structgprs__rlc__ul__header__egprs__3.tex gsm/latex/structgsm0408__vgcs__ul__grant.tex gsm/latex/structgsm0808__application__data.tex gsm/latex/structgsm0808__cell__id.tex gsm/latex/structgsm0808__cell__id__list.tex gsm/latex/structgsm0808__cell__id__list2.tex gsm/latex/structgsm0808__cell__id__list__segment.tex gsm/latex/structgsm0808__channel__type.tex gsm/latex/structgsm0808__cipher__mode__command.tex gsm/latex/structgsm0808__circuit__pool__list.tex gsm/latex/structgsm0808__data__identity.tex gsm/latex/structgsm0808__diagnostics.tex gsm/latex/structgsm0808__encrypt__info.tex gsm/latex/structgsm0808__group__callref.tex gsm/latex/structgsm0808__handover__command.tex gsm/latex/structgsm0808__handover__complete.tex gsm/latex/structgsm0808__handover__failure.tex gsm/latex/structgsm0808__handover__performed.tex gsm/latex/structgsm0808__handover__request.tex gsm/latex/structgsm0808__handover__request__ack.tex gsm/latex/structgsm0808__handover__required.tex gsm/latex/structgsm0808__handover__required__reject.tex gsm/latex/structgsm0808__layer__3__information.tex gsm/latex/structgsm0808__notification__data.tex gsm/latex/structgsm0808__old__bss__to__new__bss__info.tex gsm/latex/structgsm0808__perform__location__request.tex gsm/latex/structgsm0808__perform__location__response.tex gsm/latex/structgsm0808__priority.tex gsm/latex/structgsm0808__sms__to__vgcs.tex gsm/latex/structgsm0808__speech__codec.tex gsm/latex/structgsm0808__speech__codec__list.tex gsm/latex/structgsm0808__talker__identity.tex gsm/latex/structgsm0808__uplink__app__data.tex gsm/latex/structgsm0808__uplink__reject__cmd.tex gsm/latex/structgsm0808__uplink__release__ind.tex gsm/latex/structgsm0808__uplink__request.tex gsm/latex/structgsm0808__uplink__request__ack.tex gsm/latex/structgsm0808__uplink__request__cnf.tex gsm/latex/structgsm0808__uplink__seized__cmd.tex gsm/latex/structgsm0808__vgcs__feature__flags.tex gsm/latex/structgsm0808__vgcs__vbs__area__cell__info.tex gsm/latex/structgsm0808__vgcs__vbs__assign__fail.tex gsm/latex/structgsm0808__vgcs__vbs__assign__req.tex gsm/latex/structgsm0808__vgcs__vbs__assign__res.tex gsm/latex/structgsm0808__vgcs__vbs__assign__stat.tex gsm/latex/structgsm0808__vgcs__vbs__setup.tex gsm/latex/structgsm0808__vgcs__vbs__setup__ack.tex gsm/latex/structgsm23041__etws__primary__gsm.tex gsm/latex/structgsm23041__msg__param__gsm.tex gsm/latex/structgsm23041__msg__param__umts.tex gsm/latex/structgsm29118__paging__req.tex gsm/latex/structgsm29118__reset__msg.tex gsm/latex/structgsm341__etws__message.tex gsm/latex/structgsm341__ms__message.tex gsm/latex/structgsm411__rp__hdr.tex gsm/latex/structgsm411__smc__inst.tex gsm/latex/structgsm411__smr__inst.tex gsm/latex/structgsm412__block__type.tex gsm/latex/structgsm412__sched__msg.tex gsm/latex/structgsm414__close__mslot__loop__ack.tex gsm/latex/structgsm414__close__mslot__loop__cmd.tex gsm/latex/structgsm414__egprs__st__sb__loop__cmd.tex gsm/latex/structgsm414__gprs__test__mode__cmd.tex gsm/latex/structgsm48__act__pdp__ctx__req.tex gsm/latex/structgsm48__add__ass.tex gsm/latex/structgsm48__ass__cmd.tex gsm/latex/structgsm48__ass__cpl.tex gsm/latex/structgsm48__ass__fail.tex gsm/latex/structgsm48__attach__ack.tex gsm/latex/structgsm48__auth__ciph__req.tex gsm/latex/structgsm48__auth__ciph__resp.tex gsm/latex/structgsm48__auth__req.tex gsm/latex/structgsm48__auth__resp.tex gsm/latex/structgsm48__cell__desc.tex gsm/latex/structgsm48__cell__options.tex gsm/latex/structgsm48__cell__sel__par.tex gsm/latex/structgsm48__chan__desc.tex gsm/latex/structgsm48__chan__mode__modify.tex gsm/latex/structgsm48__chan__rel.tex gsm/latex/structgsm48__cip__mode__cmd.tex gsm/latex/structgsm48__classmark1.tex gsm/latex/structgsm48__classmark2.tex gsm/latex/structgsm48__classmark3.tex gsm/latex/structgsm48__cm__change.tex gsm/latex/structgsm48__control__channel__descr.tex gsm/latex/structgsm48__frq__redef.tex gsm/latex/structgsm48__gprs__susp__req.tex gsm/latex/structgsm48__hdr.tex gsm/latex/structgsm48__hdr__sh.tex gsm/latex/structgsm48__ho__cmd.tex gsm/latex/structgsm48__ho__cpl.tex gsm/latex/structgsm48__ho__fail.tex gsm/latex/structgsm48__imm__ass.tex gsm/latex/structgsm48__imm__ass__ext.tex gsm/latex/structgsm48__imm__ass__rej.tex gsm/latex/structgsm48__imsi__detach__ind.tex gsm/latex/structgsm48__loc__area__id.tex gsm/latex/structgsm48__loc__upd__req.tex gsm/latex/structgsm48__meas__res.tex gsm/latex/structgsm48__multi__rate__conf.tex gsm/latex/structgsm48__notification__nch.tex gsm/latex/structgsm48__pag__resp.tex gsm/latex/structgsm48__pag__rsp.tex gsm/latex/structgsm48__paging1.tex gsm/latex/structgsm48__paging2.tex gsm/latex/structgsm48__paging3.tex gsm/latex/structgsm48__pdp__address.tex gsm/latex/structgsm48__power__cmd.tex gsm/latex/structgsm48__qos.tex gsm/latex/structgsm48__ra__id.tex gsm/latex/structgsm48__ra__upd__ack.tex gsm/latex/structgsm48__rach__control.tex gsm/latex/structgsm48__range__1024.tex gsm/latex/structgsm48__range__128.tex gsm/latex/structgsm48__range__256.tex gsm/latex/structgsm48__range__512.tex gsm/latex/structgsm48__req__ref.tex gsm/latex/structgsm48__rr__status.tex gsm/latex/structgsm48__service__request.tex gsm/latex/structgsm48__start__time.tex gsm/latex/structgsm48__sync__ind.tex gsm/latex/structgsm48__system__information__type__1.tex gsm/latex/structgsm48__system__information__type__10.tex gsm/latex/structgsm48__system__information__type__13.tex gsm/latex/structgsm48__system__information__type__2.tex gsm/latex/structgsm48__system__information__type__2bis.tex gsm/latex/structgsm48__system__information__type__2quater.tex gsm/latex/structgsm48__system__information__type__2ter.tex gsm/latex/structgsm48__system__information__type__3.tex gsm/latex/structgsm48__system__information__type__4.tex gsm/latex/structgsm48__system__information__type__5.tex gsm/latex/structgsm48__system__information__type__5bis.tex gsm/latex/structgsm48__system__information__type__5ter.tex gsm/latex/structgsm48__system__information__type__6.tex gsm/latex/structgsm48__system__information__type__header.tex gsm/latex/structgsm48__talker__indication.tex gsm/latex/structgsm48__uplink__release.tex gsm/latex/structgsm48__var__bit.tex gsm/latex/structgsm__freq__range.tex gsm/latex/structgsm__meas__rep__unidir.tex gsm/latex/structgsm__mncc__bearer__cap.tex gsm/latex/structgsm__mncc__cause.tex gsm/latex/structgsm__mncc__cccap.tex gsm/latex/structgsm__mncc__facility.tex gsm/latex/structgsm__mncc__number.tex gsm/latex/structgsm__mncc__progress.tex gsm/latex/structgsm__mncc__ssversion.tex gsm/latex/structgsm__mncc__useruser.tex gsm/latex/structgsm__rx__lev__qual.tex gsm/latex/structgsm__sacch__l1__hdr.tex gsm/latex/structgsm__sysinfo__freq.tex gsm/latex/structgsm__time.tex gsm/latex/structinfo__act__cnf__param.tex gsm/latex/structinfo__act__req__param.tex gsm/latex/structinfo__ciph__req__param.tex gsm/latex/structinfo__meas__ind__param.tex gsm/latex/structinfo__time__ind__param.tex gsm/latex/structinfo__ulacc__req__param.tex gsm/latex/structipac__preproc__ave__cfg.tex gsm/latex/structipac__preproc__cfg.tex gsm/latex/structipac__preproc__ho__candidates.tex gsm/latex/structipac__preproc__ho__comp.tex gsm/latex/structipac__preproc__ho__ctl__param.tex gsm/latex/structipac__preproc__ho__thresh.tex gsm/latex/structipac__preproc__ncell__dflts.tex gsm/latex/structipac__preproc__pc__comp.tex gsm/latex/structipac__preproc__pc__comp__field.tex gsm/latex/structipac__preproc__pc__thresh.tex gsm/latex/structipaccess__head.tex gsm/latex/structipaccess__head__ext.tex gsm/latex/structipaccess__unit.tex gsm/latex/structiuup__ctrl__ack.tex gsm/latex/structiuup__ctrl__error__event.tex gsm/latex/structiuup__ctrl__init__hdr.tex gsm/latex/structiuup__ctrl__init__rfci__hdr.tex gsm/latex/structiuup__ctrl__init__tail.tex gsm/latex/structiuup__ctrl__nack.tex gsm/latex/structiuup__pdutype0__hdr.tex gsm/latex/structiuup__pdutype14__hdr.tex gsm/latex/structiuup__pdutype1__hdr.tex gsm/latex/structlapdm__channel.tex gsm/latex/structlapdm__datalink.tex gsm/latex/structlapdm__entity.tex gsm/latex/structlapdm__msg__ctx.tex gsm/latex/structlcs__cause__ie.tex gsm/latex/structmph__info__param.tex gsm/latex/structnch__pos.tex gsm/latex/structosmo__auth__impl.tex gsm/latex/structosmo__auth__vector.tex gsm/latex/structosmo__bssap__le__err.tex gsm/latex/structosmo__bssap__le__header.tex gsm/latex/structosmo__bsslap__err.tex gsm/latex/structosmo__bssmap__le__err.tex gsm/latex/structosmo__bssmap__le__lcs__qos.tex gsm/latex/structosmo__cbsp__cell__ent.tex gsm/latex/structosmo__cbsp__cell__list.tex gsm/latex/structosmo__cbsp__content.tex gsm/latex/structosmo__cbsp__decoded.tex gsm/latex/structosmo__cbsp__error__ind.tex gsm/latex/structosmo__cbsp__fail__ent.tex gsm/latex/structosmo__cbsp__failure.tex gsm/latex/structosmo__cbsp__keep__alive.tex gsm/latex/structosmo__cbsp__keep__alive__complete.tex gsm/latex/structosmo__cbsp__kill.tex gsm/latex/structosmo__cbsp__kill__complete.tex gsm/latex/structosmo__cbsp__kill__failure.tex gsm/latex/structosmo__cbsp__load__query.tex gsm/latex/structosmo__cbsp__load__query__complete.tex gsm/latex/structosmo__cbsp__load__query__failure.tex gsm/latex/structosmo__cbsp__loading__ent.tex gsm/latex/structosmo__cbsp__loading__list.tex gsm/latex/structosmo__cbsp__msg__status__query.tex gsm/latex/structosmo__cbsp__msg__status__query__complete.tex gsm/latex/structosmo__cbsp__msg__status__query__failure.tex gsm/latex/structosmo__cbsp__num__compl__ent.tex gsm/latex/structosmo__cbsp__num__compl__list.tex gsm/latex/structosmo__cbsp__reset.tex gsm/latex/structosmo__cbsp__reset__complete.tex gsm/latex/structosmo__cbsp__reset__failure.tex gsm/latex/structosmo__cbsp__restart.tex gsm/latex/structosmo__cbsp__write__replace.tex gsm/latex/structosmo__cbsp__write__replace__complete.tex gsm/latex/structosmo__cbsp__write__replace__failure.tex gsm/latex/structosmo__cell__global__id.tex gsm/latex/structosmo__cell__global__id__ps.tex gsm/latex/structosmo__earfcn__si2q.tex gsm/latex/structosmo__eutran__cell__global__id.tex gsm/latex/structosmo__gad.tex gsm/latex/structosmo__gad__ell__arc.tex gsm/latex/structosmo__gad__ell__point.tex gsm/latex/structosmo__gad__ell__point__alt.tex gsm/latex/structosmo__gad__ell__point__alt__unc__ell.tex gsm/latex/structosmo__gad__ell__point__unc__circle.tex gsm/latex/structosmo__gad__ell__point__unc__ellipse.tex gsm/latex/structosmo__gad__err.tex gsm/latex/structosmo__gad__ha__ell__point__alt__unc__ell.tex gsm/latex/structosmo__gad__polygon.tex gsm/latex/structosmo__gcr__parsed.tex gsm/latex/structosmo__gprs__cell__options.tex gsm/latex/structosmo__gprs__power__ctrl__pars.tex gsm/latex/structosmo__gsm48__classmark.tex gsm/latex/structosmo__gsm48__lsa__params.tex gsm/latex/structosmo__gsm48__si13__info.tex gsm/latex/structosmo__gsm48__si3__gprs__ind.tex gsm/latex/structosmo__gsm48__si6__ro__info.tex gsm/latex/structosmo__gsm48__si__dtm__support.tex gsm/latex/structosmo__gsm48__si__gprs__ms__txpwr__max__ccch.tex gsm/latex/structosmo__gsm48__si__pch__nch__info.tex gsm/latex/structosmo__gsm48__si__power__offset.tex gsm/latex/structosmo__gsm48__si__ro__info.tex gsm/latex/structosmo__gsm48__si__selection__params.tex gsm/latex/structosmo__gsm48__si__vbs__vgcs__options.tex gsm/latex/structosmo__gsn__address.tex gsm/latex/structosmo__gsup__an__apdu.tex gsm/latex/structosmo__gsup__message.tex gsm/latex/structosmo__gsup__pdp__info.tex gsm/latex/structosmo__gummei.tex gsm/latex/structosmo__guti.tex gsm/latex/structosmo__iuup__instance.tex gsm/latex/structosmo__iuup__rfci.tex gsm/latex/structosmo__iuup__rnl__config.tex gsm/latex/structosmo__iuup__rnl__config__timer.tex gsm/latex/structosmo__iuup__rnl__data.tex gsm/latex/structosmo__iuup__rnl__prim.tex gsm/latex/structosmo__iuup__rnl__status.tex gsm/latex/structosmo__iuup__tnl__prim.tex gsm/latex/structosmo__lac__and__ci__id.tex gsm/latex/structosmo__lcls.tex gsm/latex/structosmo__location__area__id.tex gsm/latex/structosmo__mme__id.tex gsm/latex/structosmo__nri__range.tex gsm/latex/structosmo__nri__ranges.tex gsm/latex/structosmo__oap__client__config.tex gsm/latex/structosmo__oap__client__state.tex gsm/latex/structosmo__oap__message.tex gsm/latex/structosmo__phsap__prim.tex gsm/latex/structosmo__plmn__id.tex gsm/latex/structosmo__preproc__ave__cfg.tex gsm/latex/structosmo__preproc__ave__cfg__field.tex gsm/latex/structosmo__preproc__pc__comp.tex gsm/latex/structosmo__preproc__pc__thresh.tex gsm/latex/structosmo__rlp__frame__decoded.tex gsm/latex/structosmo__routing__area__id.tex gsm/latex/structosmo__service__area__id.tex gsm/latex/structosmo__shared__network__area__id.tex gsm/latex/structosmo__sub__auth__data.tex gsm/latex/structosmo__sub__auth__data2.tex gsm/latex/structosmo__timer__nt.tex gsm/latex/structosmo__tlv__prot__def.tex gsm/latex/structosmo__tlv__prot__ie__def.tex gsm/latex/structosmo__tlv__prot__msg__def.tex gsm/latex/structosmo__tracking__area__id.tex gsm/latex/structph__conn__ind__param.tex gsm/latex/structph__data__param.tex gsm/latex/structph__rach__ind__param.tex gsm/latex/structph__rach__req__param.tex gsm/latex/structph__tch__param.tex gsm/latex/structrsl__ie__cb__cmd__type.tex gsm/latex/structrsl__ie__chan__ident.tex gsm/latex/structrsl__ie__chan__mode.tex gsm/latex/structrsl__ie__nch__drx__info.tex gsm/latex/structrsl__l1__info.tex gsm/latex/structrsl__mrpci.tex gsm/latex/structrxlev__stats.tex gsm/latex/structsdp__firmware.tex gsm/latex/structsdp__header__entry.tex gsm/latex/structsha256__state.tex gsm/latex/structsmcdatastate.tex gsm/latex/structsmcdownstate.tex gsm/latex/structsmrdatastate.tex gsm/latex/structsmrdownstate.tex gsm/latex/structss__request.tex gsm/latex/structtlv__def.tex gsm/latex/structtlv__definition.tex gsm/latex/structtlv__p__entry.tex gsm/latex/structtlv__parsed.tex gsm/latex/structussd__request.tex gsm/latex/sysinfo_8c.tex gsm/latex/sysinfo_8h.tex gsm/latex/sysinfo_8h_source.tex gsm/latex/tabu_doxygen.sty gsm/latex/tlv_8h.tex gsm/latex/tlv_8h_source.tex gsm/latex/tlv__parser_8c.tex gsm/latex/tuak_8c.tex gsm/latex/tuak_8h.tex gsm/latex/tuak_8h_source.tex gsm/latex/unionabis__rsl__chan__nr.tex gsm/latex/unionabis__rsl__link__id.tex gsm/latex/uniongad__raw.tex gsm/latex/uniongsm0808__cell__id__u.tex gsm/latex/utran__cipher_8h.tex gsm/latex/utran__cipher_8h_source.tex isdn/ isdn/html/ isdn/html/annotated.html isdn/html/annotated_dup.js isdn/html/bc_s.png isdn/html/bdwn.png isdn/html/classes.html isdn/html/closed.png isdn/html/dir_279161dfad493ac935ade0bbb6f99a34.html isdn/html/dir_279161dfad493ac935ade0bbb6f99a34.js isdn/html/dir_4e2558b3ea25a7371379c1b36d087f80.html isdn/html/dir_4e2558b3ea25a7371379c1b36d087f80.js isdn/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html isdn/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js isdn/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html isdn/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js isdn/html/dir_d44c64559bbebec7f509842c48db8b23.html isdn/html/dir_d44c64559bbebec7f509842c48db8b23.js isdn/html/doc.png isdn/html/doxygen.css isdn/html/doxygen.svg isdn/html/dynsections.js isdn/html/files.html isdn/html/files_dup.js isdn/html/folderclosed.png isdn/html/folderopen.png isdn/html/functions.html isdn/html/functions_vars.html isdn/html/globals.html isdn/html/globals_a.html isdn/html/globals_c.html isdn/html/globals_d.html isdn/html/globals_defs.html isdn/html/globals_dup.js isdn/html/globals_enum.html isdn/html/globals_eval.html isdn/html/globals_f.html isdn/html/globals_func.html isdn/html/globals_i.html isdn/html/globals_l.html isdn/html/globals_m.html isdn/html/globals_o.html isdn/html/globals_p.html isdn/html/globals_s.html isdn/html/globals_t.html isdn/html/globals_type.html isdn/html/globals_v.html isdn/html/globals_vars.html isdn/html/group__Tdef.js isdn/html/group__Tdef__VTY.js isdn/html/group__bitcomp.js isdn/html/group__bits.js isdn/html/group__bitvec.js isdn/html/group__coding.js isdn/html/group__command.js isdn/html/group__conv.js isdn/html/group__cpu__sched__VTY.js isdn/html/group__crc.js isdn/html/group__fsm.js isdn/html/group__gsmtap.js isdn/html/group__interleaving.js isdn/html/group__lapd.html isdn/html/group__lapd.js isdn/html/group__libgb.js isdn/html/group__linuxlist.js isdn/html/group__logging.js isdn/html/group__logging__internal.js isdn/html/group__loggingrb.js isdn/html/group__mapping.js isdn/html/group__msgb.js isdn/html/group__netdev.js isdn/html/group__osmo__io.js isdn/html/group__osmo__it__q.js isdn/html/group__osmo__stat__item.js isdn/html/group__osmo__strrb.js isdn/html/group__parity.js isdn/html/group__prim.js isdn/html/group__rate__ctr.js isdn/html/group__select.js isdn/html/group__sercomm.js isdn/html/group__serial.js isdn/html/group__signal.js isdn/html/group__sockaddr__str.js isdn/html/group__socket.js isdn/html/group__stats.js isdn/html/group__tables.js isdn/html/group__telnet__interface.js isdn/html/group__thread.js isdn/html/group__time__cc.js isdn/html/group__timer.js isdn/html/group__tun.js isdn/html/group__use__count.js isdn/html/group__utils.js isdn/html/group__vector.js isdn/html/group__vty.js isdn/html/group__write__queue.js isdn/html/i460__mux_8c.html isdn/html/i460__mux_8c.js isdn/html/i460__mux_8h.html isdn/html/i460__mux_8h.js isdn/html/i460__mux_8h_source.html isdn/html/index.html isdn/html/jquery.js isdn/html/lapd__core_8c.html isdn/html/lapd__core_8c.js isdn/html/lapd__core_8h.html isdn/html/lapd__core_8h.js isdn/html/lapd__core_8h_source.html isdn/html/menu.js isdn/html/menudata.js isdn/html/modules.html isdn/html/modules.js isdn/html/nav_f.png isdn/html/nav_g.png isdn/html/nav_h.png isdn/html/navtree.css isdn/html/navtree.js isdn/html/navtreedata.js isdn/html/navtreeindex0.js isdn/html/navtreeindex1.js isdn/html/navtreeindex2.js isdn/html/navtreeindex3.js isdn/html/navtreeindex4.js isdn/html/navtreeindex5.js isdn/html/navtreeindex6.js isdn/html/navtreeindex7.js isdn/html/navtreeindex8.js isdn/html/navtreeindex9.js isdn/html/open.png isdn/html/resize.js isdn/html/splitbar.png isdn/html/structdl__rel__req__param.html isdn/html/structdl__rel__req__param.js isdn/html/structl2downstate.html isdn/html/structl2downstate.js isdn/html/structlapd__cr__ent.html isdn/html/structlapd__cr__ent.js isdn/html/structlapd__datalink.html isdn/html/structlapd__datalink.js isdn/html/structlapd__history.html isdn/html/structlapd__history.js isdn/html/structlapd__msg__ctx.html isdn/html/structlapd__msg__ctx.js isdn/html/structmdl__error__ind__param.html isdn/html/structmdl__error__ind__param.js isdn/html/structosmo__dlsap__prim.html isdn/html/structosmo__dlsap__prim.js isdn/html/structosmo__i460__schan__desc.html isdn/html/structosmo__i460__schan__desc.js isdn/html/structosmo__i460__subchan.html isdn/html/structosmo__i460__subchan.js isdn/html/structosmo__i460__subchan__demux.html isdn/html/structosmo__i460__subchan__demux.js isdn/html/structosmo__i460__subchan__mux.html isdn/html/structosmo__i460__subchan__mux.js isdn/html/structosmo__i460__timeslot.html isdn/html/structosmo__i460__timeslot.js isdn/html/structosmo__v110__decoded__frame.html isdn/html/structosmo__v110__decoded__frame.js isdn/html/structosmo__v110__sync__ra1.html isdn/html/structosmo__v110__sync__ra1.js isdn/html/structosmo__v110__ta.html isdn/html/structosmo__v110__ta.js isdn/html/structosmo__v110__ta__cfg.html isdn/html/structosmo__v110__ta__cfg.js isdn/html/structv110__ta__state.html isdn/html/structv110__ta__state.js isdn/html/sync_off.png isdn/html/sync_on.png isdn/html/tab_a.png isdn/html/tab_b.png isdn/html/tab_h.png isdn/html/tab_s.png isdn/html/tabs.css isdn/html/v110_8c.html isdn/html/v110_8c.js isdn/html/v110_8h.html isdn/html/v110_8h.js isdn/html/v110_8h_source.html isdn/html/v110__ta_8c.html isdn/html/v110__ta_8c.js isdn/html/v110__ta_8h.html isdn/html/v110__ta_8h.js isdn/html/v110__ta_8h_source.html isdn/html/search/ isdn/html/search/all_0.html isdn/html/search/all_0.js isdn/html/search/all_1.html isdn/html/search/all_1.js isdn/html/search/all_10.html isdn/html/search/all_10.js isdn/html/search/all_11.html isdn/html/search/all_11.js isdn/html/search/all_12.html isdn/html/search/all_12.js isdn/html/search/all_13.html isdn/html/search/all_13.js isdn/html/search/all_14.html isdn/html/search/all_14.js isdn/html/search/all_15.html isdn/html/search/all_15.js isdn/html/search/all_16.html isdn/html/search/all_16.js isdn/html/search/all_17.html isdn/html/search/all_17.js isdn/html/search/all_18.html isdn/html/search/all_18.js isdn/html/search/all_2.html isdn/html/search/all_2.js isdn/html/search/all_3.html isdn/html/search/all_3.js isdn/html/search/all_4.html isdn/html/search/all_4.js isdn/html/search/all_5.html isdn/html/search/all_5.js isdn/html/search/all_6.html isdn/html/search/all_6.js isdn/html/search/all_7.html isdn/html/search/all_7.js isdn/html/search/all_8.html isdn/html/search/all_8.js isdn/html/search/all_9.html isdn/html/search/all_9.js isdn/html/search/all_a.html isdn/html/search/all_a.js isdn/html/search/all_b.html isdn/html/search/all_b.js isdn/html/search/all_c.html isdn/html/search/all_c.js isdn/html/search/all_d.html isdn/html/search/all_d.js isdn/html/search/all_e.html isdn/html/search/all_e.js isdn/html/search/all_f.html isdn/html/search/all_f.js isdn/html/search/classes_0.html isdn/html/search/classes_0.js isdn/html/search/classes_1.html isdn/html/search/classes_1.js isdn/html/search/classes_10.html isdn/html/search/classes_10.js isdn/html/search/classes_11.html isdn/html/search/classes_11.js isdn/html/search/classes_12.html isdn/html/search/classes_12.js isdn/html/search/classes_2.html isdn/html/search/classes_2.js isdn/html/search/classes_3.html isdn/html/search/classes_3.js isdn/html/search/classes_4.html isdn/html/search/classes_4.js isdn/html/search/classes_5.html isdn/html/search/classes_5.js isdn/html/search/classes_6.html isdn/html/search/classes_6.js isdn/html/search/classes_7.html isdn/html/search/classes_7.js isdn/html/search/classes_8.html isdn/html/search/classes_8.js isdn/html/search/classes_9.html isdn/html/search/classes_9.js isdn/html/search/classes_a.html isdn/html/search/classes_a.js isdn/html/search/classes_b.html isdn/html/search/classes_b.js isdn/html/search/classes_c.html isdn/html/search/classes_c.js isdn/html/search/classes_d.html isdn/html/search/classes_d.js isdn/html/search/classes_e.html isdn/html/search/classes_e.js isdn/html/search/classes_f.html isdn/html/search/classes_f.js isdn/html/search/close.svg isdn/html/search/defines_0.html isdn/html/search/defines_0.js isdn/html/search/defines_1.html isdn/html/search/defines_1.js isdn/html/search/defines_2.html isdn/html/search/defines_2.js isdn/html/search/defines_3.html isdn/html/search/defines_3.js isdn/html/search/defines_4.html isdn/html/search/defines_4.js isdn/html/search/enums_0.html isdn/html/search/enums_0.js isdn/html/search/enums_1.html isdn/html/search/enums_1.js isdn/html/search/enums_2.html isdn/html/search/enums_2.js isdn/html/search/enums_3.html isdn/html/search/enums_3.js isdn/html/search/enums_4.html isdn/html/search/enums_4.js isdn/html/search/enums_5.html isdn/html/search/enums_5.js isdn/html/search/enums_6.html isdn/html/search/enums_6.js isdn/html/search/enums_7.html isdn/html/search/enums_7.js isdn/html/search/enums_8.html isdn/html/search/enums_8.js isdn/html/search/enums_9.html isdn/html/search/enums_9.js isdn/html/search/enumvalues_0.html isdn/html/search/enumvalues_0.js isdn/html/search/enumvalues_1.html isdn/html/search/enumvalues_1.js isdn/html/search/enumvalues_2.html isdn/html/search/enumvalues_2.js isdn/html/search/enumvalues_3.html isdn/html/search/enumvalues_3.js isdn/html/search/enumvalues_4.html isdn/html/search/enumvalues_4.js isdn/html/search/files_0.html isdn/html/search/files_0.js isdn/html/search/files_1.html isdn/html/search/files_1.js isdn/html/search/files_10.html isdn/html/search/files_10.js isdn/html/search/files_11.html isdn/html/search/files_11.js isdn/html/search/files_12.html isdn/html/search/files_12.js isdn/html/search/files_13.html isdn/html/search/files_13.js isdn/html/search/files_2.html isdn/html/search/files_2.js isdn/html/search/files_3.html isdn/html/search/files_3.js isdn/html/search/files_4.html isdn/html/search/files_4.js isdn/html/search/files_5.html isdn/html/search/files_5.js isdn/html/search/files_6.html isdn/html/search/files_6.js isdn/html/search/files_7.html isdn/html/search/files_7.js isdn/html/search/files_8.html isdn/html/search/files_8.js isdn/html/search/files_9.html isdn/html/search/files_9.js isdn/html/search/files_a.html isdn/html/search/files_a.js isdn/html/search/files_b.html isdn/html/search/files_b.js isdn/html/search/files_c.html isdn/html/search/files_c.js isdn/html/search/files_d.html isdn/html/search/files_d.js isdn/html/search/files_e.html isdn/html/search/files_e.js isdn/html/search/files_f.html isdn/html/search/files_f.js isdn/html/search/functions_0.html isdn/html/search/functions_0.js isdn/html/search/functions_1.html isdn/html/search/functions_1.js isdn/html/search/functions_10.html isdn/html/search/functions_10.js isdn/html/search/functions_11.html isdn/html/search/functions_11.js isdn/html/search/functions_12.html isdn/html/search/functions_12.js isdn/html/search/functions_13.html isdn/html/search/functions_13.js isdn/html/search/functions_14.html isdn/html/search/functions_14.js isdn/html/search/functions_15.html isdn/html/search/functions_15.js isdn/html/search/functions_2.html isdn/html/search/functions_2.js isdn/html/search/functions_3.html isdn/html/search/functions_3.js isdn/html/search/functions_4.html isdn/html/search/functions_4.js isdn/html/search/functions_5.html isdn/html/search/functions_5.js isdn/html/search/functions_6.html isdn/html/search/functions_6.js isdn/html/search/functions_7.html isdn/html/search/functions_7.js isdn/html/search/functions_8.html isdn/html/search/functions_8.js isdn/html/search/functions_9.html isdn/html/search/functions_9.js isdn/html/search/functions_a.html isdn/html/search/functions_a.js isdn/html/search/functions_b.html isdn/html/search/functions_b.js isdn/html/search/functions_c.html isdn/html/search/functions_c.js isdn/html/search/functions_d.html isdn/html/search/functions_d.js isdn/html/search/functions_e.html isdn/html/search/functions_e.js isdn/html/search/functions_f.html isdn/html/search/functions_f.js isdn/html/search/groups_0.html isdn/html/search/groups_0.js isdn/html/search/groups_1.html isdn/html/search/groups_1.js isdn/html/search/groups_2.html isdn/html/search/groups_2.js isdn/html/search/groups_3.html isdn/html/search/groups_3.js isdn/html/search/groups_4.html isdn/html/search/groups_4.js isdn/html/search/groups_5.html isdn/html/search/groups_5.js isdn/html/search/groups_6.html isdn/html/search/groups_6.js isdn/html/search/groups_7.html isdn/html/search/groups_7.js isdn/html/search/groups_8.html isdn/html/search/groups_8.js isdn/html/search/groups_9.html isdn/html/search/groups_9.js isdn/html/search/groups_a.html isdn/html/search/groups_a.js isdn/html/search/groups_b.html isdn/html/search/groups_b.js isdn/html/search/groups_c.html isdn/html/search/groups_c.js isdn/html/search/groups_d.html isdn/html/search/groups_d.js isdn/html/search/groups_e.html isdn/html/search/groups_e.js isdn/html/search/mag_sel.svg isdn/html/search/nomatches.html isdn/html/search/search.css isdn/html/search/search.js isdn/html/search/search_l.png isdn/html/search/search_m.png isdn/html/search/search_r.png isdn/html/search/searchdata.js isdn/html/search/typedefs_0.html isdn/html/search/typedefs_0.js isdn/html/search/typedefs_1.html isdn/html/search/typedefs_1.js isdn/html/search/typedefs_2.html isdn/html/search/typedefs_2.js isdn/html/search/typedefs_3.html isdn/html/search/typedefs_3.js isdn/html/search/typedefs_4.html isdn/html/search/typedefs_4.js isdn/html/search/typedefs_5.html isdn/html/search/typedefs_5.js isdn/html/search/typedefs_6.html isdn/html/search/typedefs_6.js isdn/html/search/typedefs_7.html isdn/html/search/typedefs_7.js isdn/html/search/variables_0.html isdn/html/search/variables_0.js isdn/html/search/variables_1.html isdn/html/search/variables_1.js isdn/html/search/variables_10.html isdn/html/search/variables_10.js isdn/html/search/variables_11.html isdn/html/search/variables_11.js isdn/html/search/variables_12.html isdn/html/search/variables_12.js isdn/html/search/variables_13.html isdn/html/search/variables_13.js isdn/html/search/variables_14.html isdn/html/search/variables_14.js isdn/html/search/variables_15.html isdn/html/search/variables_15.js isdn/html/search/variables_16.html isdn/html/search/variables_16.js isdn/html/search/variables_17.html isdn/html/search/variables_17.js isdn/html/search/variables_18.html isdn/html/search/variables_18.js isdn/html/search/variables_2.html isdn/html/search/variables_2.js isdn/html/search/variables_3.html isdn/html/search/variables_3.js isdn/html/search/variables_4.html isdn/html/search/variables_4.js isdn/html/search/variables_5.html isdn/html/search/variables_5.js isdn/html/search/variables_6.html isdn/html/search/variables_6.js isdn/html/search/variables_7.html isdn/html/search/variables_7.js isdn/html/search/variables_8.html isdn/html/search/variables_8.js isdn/html/search/variables_9.html isdn/html/search/variables_9.js isdn/html/search/variables_a.html isdn/html/search/variables_a.js isdn/html/search/variables_b.html isdn/html/search/variables_b.js isdn/html/search/variables_c.html isdn/html/search/variables_c.js isdn/html/search/variables_d.html isdn/html/search/variables_d.js isdn/html/search/variables_e.html isdn/html/search/variables_e.js isdn/html/search/variables_f.html isdn/html/search/variables_f.js isdn/latex/ isdn/latex/Makefile isdn/latex/annotated.tex isdn/latex/dir_279161dfad493ac935ade0bbb6f99a34.tex isdn/latex/dir_4e2558b3ea25a7371379c1b36d087f80.tex isdn/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex isdn/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex isdn/latex/dir_d44c64559bbebec7f509842c48db8b23.tex isdn/latex/doxygen.sty isdn/latex/files.tex isdn/latex/group__lapd.tex isdn/latex/i460__mux_8c.tex isdn/latex/i460__mux_8h.tex isdn/latex/i460__mux_8h_source.tex isdn/latex/lapd__core_8c.tex isdn/latex/lapd__core_8h.tex isdn/latex/lapd__core_8h_source.tex isdn/latex/longtable_doxygen.sty isdn/latex/modules.tex isdn/latex/refman.tex isdn/latex/structdl__rel__req__param.tex isdn/latex/structl2downstate.tex isdn/latex/structlapd__cr__ent.tex isdn/latex/structlapd__datalink.tex isdn/latex/structlapd__history.tex isdn/latex/structlapd__msg__ctx.tex isdn/latex/structmdl__error__ind__param.tex isdn/latex/structosmo__dlsap__prim.tex isdn/latex/structosmo__i460__schan__desc.tex isdn/latex/structosmo__i460__subchan.tex isdn/latex/structosmo__i460__subchan__demux.tex isdn/latex/structosmo__i460__subchan__mux.tex isdn/latex/structosmo__i460__timeslot.tex isdn/latex/structosmo__v110__decoded__frame.tex isdn/latex/structosmo__v110__sync__ra1.tex isdn/latex/structosmo__v110__ta.tex isdn/latex/structosmo__v110__ta__cfg.tex isdn/latex/structv110__ta__state.tex isdn/latex/tabu_doxygen.sty isdn/latex/v110_8c.tex isdn/latex/v110_8h.tex isdn/latex/v110_8h_source.tex isdn/latex/v110__ta_8c.tex isdn/latex/v110__ta_8h.tex isdn/latex/v110__ta_8h_source.tex sim/ sim/html/ sim/html/annotated.html sim/html/annotated_dup.js sim/html/bc_s.png sim/html/bdwn.png sim/html/card__fs__hpsim_8c.html sim/html/card__fs__hpsim_8c.js sim/html/card__fs__isim_8c.html sim/html/card__fs__isim_8c.js sim/html/card__fs__sim_8c.html sim/html/card__fs__sim_8c.js sim/html/card__fs__tetra_8c.html sim/html/card__fs__tetra_8c.js sim/html/card__fs__uicc_8c.html sim/html/card__fs__uicc_8c.js sim/html/card__fs__usim_8c.html sim/html/card__fs__usim_8c.js sim/html/class__tables_8c.html sim/html/class__tables_8c.js sim/html/class__tables_8h.html sim/html/class__tables_8h.js sim/html/class__tables_8h_source.html sim/html/classes.html sim/html/closed.png sim/html/core_8c.html sim/html/core_8c.js sim/html/dir_3471e4558dc49a2019b9714380e2b684.html sim/html/dir_3471e4558dc49a2019b9714380e2b684.js sim/html/dir_5ba998bec3831bd658c4991b03a0da20.html sim/html/dir_5ba998bec3831bd658c4991b03a0da20.js sim/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html sim/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js sim/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html sim/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js sim/html/dir_d44c64559bbebec7f509842c48db8b23.html sim/html/dir_d44c64559bbebec7f509842c48db8b23.js sim/html/doc.png sim/html/doxygen.css sim/html/doxygen.svg sim/html/dynsections.js sim/html/files.html sim/html/files_dup.js sim/html/folderclosed.png sim/html/folderopen.png sim/html/functions.html sim/html/functions_vars.html sim/html/globals.html sim/html/globals_a.html sim/html/globals_c.html sim/html/globals_d.html sim/html/globals_defs.html sim/html/globals_dup.js sim/html/globals_e.html sim/html/globals_enum.html sim/html/globals_eval.html sim/html/globals_f.html sim/html/globals_func.html sim/html/globals_g.html sim/html/globals_h.html sim/html/globals_i.html sim/html/globals_l.html sim/html/globals_m.html sim/html/globals_o.html sim/html/globals_p.html sim/html/globals_s.html sim/html/globals_t.html sim/html/globals_u.html sim/html/globals_vars.html sim/html/gsm__int_8h.html sim/html/gsm__int_8h.js sim/html/gsm__int_8h_source.html sim/html/index.html sim/html/jquery.js sim/html/menu.js sim/html/menudata.js sim/html/nav_f.png sim/html/nav_g.png sim/html/nav_h.png sim/html/navtree.css sim/html/navtree.js sim/html/navtreedata.js sim/html/navtreeindex0.js sim/html/navtreeindex1.js sim/html/open.png sim/html/pages.html sim/html/reader_8c.html sim/html/reader_8c.js sim/html/reader__pcsc_8c.html sim/html/reader__pcsc_8c.js sim/html/resize.js sim/html/sim_8h.html sim/html/sim_8h.js sim/html/sim_8h_source.html sim/html/sim__int_8h.html sim/html/sim__int_8h.js sim/html/sim__int_8h_source.html sim/html/splitbar.png sim/html/structosim__apdu__cmd__hdr.html sim/html/structosim__apdu__cmd__hdr.js sim/html/structosim__card__app__hdl.html sim/html/structosim__card__app__hdl.js sim/html/structosim__card__app__profile.html sim/html/structosim__card__app__profile.js sim/html/structosim__card__hdl.html sim/html/structosim__card__hdl.js sim/html/structosim__card__profile.html sim/html/structosim__card__profile.js sim/html/structosim__card__sw.html sim/html/structosim__card__sw.js sim/html/structosim__chan__hdl.html sim/html/structosim__chan__hdl.js sim/html/structosim__cla__ins__card__profile.html sim/html/structosim__cla__ins__card__profile.js sim/html/structosim__cla__ins__case.html sim/html/structosim__cla__ins__case.js sim/html/structosim__decoded__data.html sim/html/structosim__decoded__data.js sim/html/structosim__decoded__element.html sim/html/structosim__decoded__element.js sim/html/structosim__file.html sim/html/structosim__file.js sim/html/structosim__file__desc.html sim/html/structosim__file__desc.js sim/html/structosim__file__ops.html sim/html/structosim__file__ops.js sim/html/structosim__msgb__cb.html sim/html/structosim__msgb__cb.js sim/html/structosim__reader__hdl.html sim/html/structosim__reader__hdl.js sim/html/structosim__reader__ops.html sim/html/structosim__reader__ops.js sim/html/structpcsc__reader__state.html sim/html/structpcsc__reader__state.js sim/html/sync_off.png sim/html/sync_on.png sim/html/tab_a.png sim/html/tab_b.png sim/html/tab_h.png sim/html/tab_s.png sim/html/tabs.css sim/html/todo.html sim/html/search/ sim/html/search/all_0.html sim/html/search/all_0.js sim/html/search/all_1.html sim/html/search/all_1.js sim/html/search/all_10.html sim/html/search/all_10.js sim/html/search/all_11.html sim/html/search/all_11.js sim/html/search/all_12.html sim/html/search/all_12.js sim/html/search/all_13.html sim/html/search/all_13.js sim/html/search/all_14.html sim/html/search/all_14.js sim/html/search/all_15.html sim/html/search/all_15.js sim/html/search/all_16.html sim/html/search/all_16.js sim/html/search/all_17.html sim/html/search/all_17.js sim/html/search/all_18.html sim/html/search/all_18.js sim/html/search/all_2.html sim/html/search/all_2.js sim/html/search/all_3.html sim/html/search/all_3.js sim/html/search/all_4.html sim/html/search/all_4.js sim/html/search/all_5.html sim/html/search/all_5.js sim/html/search/all_6.html sim/html/search/all_6.js sim/html/search/all_7.html sim/html/search/all_7.js sim/html/search/all_8.html sim/html/search/all_8.js sim/html/search/all_9.html sim/html/search/all_9.js sim/html/search/all_a.html sim/html/search/all_a.js sim/html/search/all_b.html sim/html/search/all_b.js sim/html/search/all_c.html sim/html/search/all_c.js sim/html/search/all_d.html sim/html/search/all_d.js sim/html/search/all_e.html sim/html/search/all_e.js sim/html/search/all_f.html sim/html/search/all_f.js sim/html/search/classes_0.html sim/html/search/classes_0.js sim/html/search/classes_1.html sim/html/search/classes_1.js sim/html/search/classes_10.html sim/html/search/classes_10.js sim/html/search/classes_11.html sim/html/search/classes_11.js sim/html/search/classes_12.html sim/html/search/classes_12.js sim/html/search/classes_2.html sim/html/search/classes_2.js sim/html/search/classes_3.html sim/html/search/classes_3.js sim/html/search/classes_4.html sim/html/search/classes_4.js sim/html/search/classes_5.html sim/html/search/classes_5.js sim/html/search/classes_6.html sim/html/search/classes_6.js sim/html/search/classes_7.html sim/html/search/classes_7.js sim/html/search/classes_8.html sim/html/search/classes_8.js sim/html/search/classes_9.html sim/html/search/classes_9.js sim/html/search/classes_a.html sim/html/search/classes_a.js sim/html/search/classes_b.html sim/html/search/classes_b.js sim/html/search/classes_c.html sim/html/search/classes_c.js sim/html/search/classes_d.html sim/html/search/classes_d.js sim/html/search/classes_e.html sim/html/search/classes_e.js sim/html/search/classes_f.html sim/html/search/classes_f.js sim/html/search/close.svg sim/html/search/defines_0.html sim/html/search/defines_0.js sim/html/search/defines_1.html sim/html/search/defines_1.js sim/html/search/defines_2.html sim/html/search/defines_2.js sim/html/search/defines_3.html sim/html/search/defines_3.js sim/html/search/defines_4.html sim/html/search/defines_4.js sim/html/search/defines_5.html sim/html/search/defines_5.js sim/html/search/defines_6.html sim/html/search/defines_6.js sim/html/search/enums_0.html sim/html/search/enums_0.js sim/html/search/enums_1.html sim/html/search/enums_1.js sim/html/search/enums_2.html sim/html/search/enums_2.js sim/html/search/enums_3.html sim/html/search/enums_3.js sim/html/search/enums_4.html sim/html/search/enums_4.js sim/html/search/enums_5.html sim/html/search/enums_5.js sim/html/search/enums_6.html sim/html/search/enums_6.js sim/html/search/enums_7.html sim/html/search/enums_7.js sim/html/search/enums_8.html sim/html/search/enums_8.js sim/html/search/enums_9.html sim/html/search/enums_9.js sim/html/search/enums_a.html sim/html/search/enums_a.js sim/html/search/enumvalues_0.html sim/html/search/enumvalues_0.js sim/html/search/enumvalues_1.html sim/html/search/enumvalues_1.js sim/html/search/enumvalues_2.html sim/html/search/enumvalues_2.js sim/html/search/enumvalues_3.html sim/html/search/enumvalues_3.js sim/html/search/enumvalues_4.html sim/html/search/enumvalues_4.js sim/html/search/enumvalues_5.html sim/html/search/enumvalues_5.js sim/html/search/files_0.html sim/html/search/files_0.js sim/html/search/files_1.html sim/html/search/files_1.js sim/html/search/files_10.html sim/html/search/files_10.js sim/html/search/files_11.html sim/html/search/files_11.js sim/html/search/files_12.html sim/html/search/files_12.js sim/html/search/files_13.html sim/html/search/files_13.js sim/html/search/files_2.html sim/html/search/files_2.js sim/html/search/files_3.html sim/html/search/files_3.js sim/html/search/files_4.html sim/html/search/files_4.js sim/html/search/files_5.html sim/html/search/files_5.js sim/html/search/files_6.html sim/html/search/files_6.js sim/html/search/files_7.html sim/html/search/files_7.js sim/html/search/files_8.html sim/html/search/files_8.js sim/html/search/files_9.html sim/html/search/files_9.js sim/html/search/files_a.html sim/html/search/files_a.js sim/html/search/files_b.html sim/html/search/files_b.js sim/html/search/files_c.html sim/html/search/files_c.js sim/html/search/files_d.html sim/html/search/files_d.js sim/html/search/files_e.html sim/html/search/files_e.js sim/html/search/files_f.html sim/html/search/files_f.js sim/html/search/functions_0.html sim/html/search/functions_0.js sim/html/search/functions_1.html sim/html/search/functions_1.js sim/html/search/functions_10.html sim/html/search/functions_10.js sim/html/search/functions_11.html sim/html/search/functions_11.js sim/html/search/functions_12.html sim/html/search/functions_12.js sim/html/search/functions_13.html sim/html/search/functions_13.js sim/html/search/functions_14.html sim/html/search/functions_14.js sim/html/search/functions_15.html sim/html/search/functions_15.js sim/html/search/functions_2.html sim/html/search/functions_2.js sim/html/search/functions_3.html sim/html/search/functions_3.js sim/html/search/functions_4.html sim/html/search/functions_4.js sim/html/search/functions_5.html sim/html/search/functions_5.js sim/html/search/functions_6.html sim/html/search/functions_6.js sim/html/search/functions_7.html sim/html/search/functions_7.js sim/html/search/functions_8.html sim/html/search/functions_8.js sim/html/search/functions_9.html sim/html/search/functions_9.js sim/html/search/functions_a.html sim/html/search/functions_a.js sim/html/search/functions_b.html sim/html/search/functions_b.js sim/html/search/functions_c.html sim/html/search/functions_c.js sim/html/search/functions_d.html sim/html/search/functions_d.js sim/html/search/functions_e.html sim/html/search/functions_e.js sim/html/search/functions_f.html sim/html/search/functions_f.js sim/html/search/groups_0.html sim/html/search/groups_0.js sim/html/search/groups_1.html sim/html/search/groups_1.js sim/html/search/groups_2.html sim/html/search/groups_2.js sim/html/search/groups_3.html sim/html/search/groups_3.js sim/html/search/groups_4.html sim/html/search/groups_4.js sim/html/search/groups_5.html sim/html/search/groups_5.js sim/html/search/groups_6.html sim/html/search/groups_6.js sim/html/search/groups_7.html sim/html/search/groups_7.js sim/html/search/groups_8.html sim/html/search/groups_8.js sim/html/search/groups_9.html sim/html/search/groups_9.js sim/html/search/groups_a.html sim/html/search/groups_a.js sim/html/search/groups_b.html sim/html/search/groups_b.js sim/html/search/groups_c.html sim/html/search/groups_c.js sim/html/search/groups_d.html sim/html/search/groups_d.js sim/html/search/groups_e.html sim/html/search/groups_e.js sim/html/search/mag_sel.svg sim/html/search/nomatches.html sim/html/search/pages_0.html sim/html/search/pages_0.js sim/html/search/search.css sim/html/search/search.js sim/html/search/search_l.png sim/html/search/search_m.png sim/html/search/search_r.png sim/html/search/searchdata.js sim/html/search/typedefs_0.html sim/html/search/typedefs_0.js sim/html/search/typedefs_1.html sim/html/search/typedefs_1.js sim/html/search/typedefs_2.html sim/html/search/typedefs_2.js sim/html/search/typedefs_3.html sim/html/search/typedefs_3.js sim/html/search/typedefs_4.html sim/html/search/typedefs_4.js sim/html/search/typedefs_5.html sim/html/search/typedefs_5.js sim/html/search/typedefs_6.html sim/html/search/typedefs_6.js sim/html/search/variables_0.html sim/html/search/variables_0.js sim/html/search/variables_1.html sim/html/search/variables_1.js sim/html/search/variables_10.html sim/html/search/variables_10.js sim/html/search/variables_11.html sim/html/search/variables_11.js sim/html/search/variables_12.html sim/html/search/variables_12.js sim/html/search/variables_13.html sim/html/search/variables_13.js sim/html/search/variables_14.html sim/html/search/variables_14.js sim/html/search/variables_15.html sim/html/search/variables_15.js sim/html/search/variables_16.html sim/html/search/variables_16.js sim/html/search/variables_17.html sim/html/search/variables_17.js sim/html/search/variables_2.html sim/html/search/variables_2.js sim/html/search/variables_3.html sim/html/search/variables_3.js sim/html/search/variables_4.html sim/html/search/variables_4.js sim/html/search/variables_5.html sim/html/search/variables_5.js sim/html/search/variables_6.html sim/html/search/variables_6.js sim/html/search/variables_7.html sim/html/search/variables_7.js sim/html/search/variables_8.html sim/html/search/variables_8.js sim/html/search/variables_9.html sim/html/search/variables_9.js sim/html/search/variables_a.html sim/html/search/variables_a.js sim/html/search/variables_b.html sim/html/search/variables_b.js sim/html/search/variables_c.html sim/html/search/variables_c.js sim/html/search/variables_d.html sim/html/search/variables_d.js sim/html/search/variables_e.html sim/html/search/variables_e.js sim/html/search/variables_f.html sim/html/search/variables_f.js sim/latex/ sim/latex/Makefile sim/latex/annotated.tex sim/latex/card__fs__hpsim_8c.tex sim/latex/card__fs__isim_8c.tex sim/latex/card__fs__sim_8c.tex sim/latex/card__fs__tetra_8c.tex sim/latex/card__fs__uicc_8c.tex sim/latex/card__fs__usim_8c.tex sim/latex/class__tables_8c.tex sim/latex/class__tables_8h.tex sim/latex/class__tables_8h_source.tex sim/latex/core_8c.tex sim/latex/dir_3471e4558dc49a2019b9714380e2b684.tex sim/latex/dir_5ba998bec3831bd658c4991b03a0da20.tex sim/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex sim/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex sim/latex/dir_d44c64559bbebec7f509842c48db8b23.tex sim/latex/doxygen.sty sim/latex/files.tex sim/latex/gsm__int_8h.tex sim/latex/gsm__int_8h_source.tex sim/latex/longtable_doxygen.sty sim/latex/reader_8c.tex sim/latex/reader__pcsc_8c.tex sim/latex/refman.tex sim/latex/sim_8h.tex sim/latex/sim_8h_source.tex sim/latex/sim__int_8h.tex sim/latex/sim__int_8h_source.tex sim/latex/structosim__apdu__cmd__hdr.tex sim/latex/structosim__card__app__hdl.tex sim/latex/structosim__card__app__profile.tex sim/latex/structosim__card__hdl.tex sim/latex/structosim__card__profile.tex sim/latex/structosim__card__sw.tex sim/latex/structosim__chan__hdl.tex sim/latex/structosim__cla__ins__card__profile.tex sim/latex/structosim__cla__ins__case.tex sim/latex/structosim__decoded__data.tex sim/latex/structosim__decoded__element.tex sim/latex/structosim__file.tex sim/latex/structosim__file__desc.tex sim/latex/structosim__file__ops.tex sim/latex/structosim__msgb__cb.tex sim/latex/structosim__reader__hdl.tex sim/latex/structosim__reader__ops.tex sim/latex/structpcsc__reader__state.tex sim/latex/tabu_doxygen.sty sim/latex/todo.tex usb/ usb/html/ usb/html/annotated.html usb/html/annotated_dup.js usb/html/bc_s.png usb/html/bdwn.png usb/html/classes.html usb/html/closed.png usb/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html usb/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js usb/html/dir_74712b2155551d19e5fc375f21fbf06e.html usb/html/dir_74712b2155551d19e5fc375f21fbf06e.js usb/html/dir_a40c56590dfc4e9d63f869c8114df871.html usb/html/dir_a40c56590dfc4e9d63f869c8114df871.js usb/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html usb/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js usb/html/dir_d44c64559bbebec7f509842c48db8b23.html usb/html/dir_d44c64559bbebec7f509842c48db8b23.js usb/html/doc.png usb/html/doxygen.css usb/html/doxygen.svg usb/html/dynsections.js usb/html/files.html usb/html/files_dup.js usb/html/folderclosed.png usb/html/folderopen.png usb/html/functions.html usb/html/functions_vars.html usb/html/globals.html usb/html/globals_defs.html usb/html/globals_func.html usb/html/index.html usb/html/jquery.js usb/html/libusb_8h.html usb/html/libusb_8h.js usb/html/libusb_8h_source.html usb/html/menu.js usb/html/menudata.js usb/html/nav_f.png usb/html/nav_g.png usb/html/nav_h.png usb/html/navtree.css usb/html/navtree.js usb/html/navtreedata.js usb/html/navtreeindex0.js usb/html/open.png usb/html/osmo__libusb_8c.html usb/html/osmo__libusb_8c.js usb/html/resize.js usb/html/splitbar.png usb/html/structdev__id.html usb/html/structdev__id.js usb/html/structosmo__usb__matchspec.html usb/html/structosmo__usb__matchspec.js usb/html/structusb__interface__match.html usb/html/structusb__interface__match.js usb/html/sync_off.png usb/html/sync_on.png usb/html/tab_a.png usb/html/tab_b.png usb/html/tab_h.png usb/html/tab_s.png usb/html/tabs.css usb/html/search/ usb/html/search/all_0.html usb/html/search/all_0.js usb/html/search/all_1.html usb/html/search/all_1.js usb/html/search/all_10.html usb/html/search/all_10.js usb/html/search/all_11.html usb/html/search/all_11.js usb/html/search/all_12.html usb/html/search/all_12.js usb/html/search/all_13.html usb/html/search/all_13.js usb/html/search/all_14.html usb/html/search/all_14.js usb/html/search/all_15.html usb/html/search/all_15.js usb/html/search/all_16.html usb/html/search/all_16.js usb/html/search/all_17.html usb/html/search/all_17.js usb/html/search/all_18.html usb/html/search/all_18.js usb/html/search/all_2.html usb/html/search/all_2.js usb/html/search/all_3.html usb/html/search/all_3.js usb/html/search/all_4.html usb/html/search/all_4.js usb/html/search/all_5.html usb/html/search/all_5.js usb/html/search/all_6.html usb/html/search/all_6.js usb/html/search/all_7.html usb/html/search/all_7.js usb/html/search/all_8.html usb/html/search/all_8.js usb/html/search/all_9.html usb/html/search/all_9.js usb/html/search/all_a.html usb/html/search/all_a.js usb/html/search/all_b.html usb/html/search/all_b.js usb/html/search/all_c.html usb/html/search/all_c.js usb/html/search/all_d.html usb/html/search/all_d.js usb/html/search/all_e.html usb/html/search/all_e.js usb/html/search/all_f.html usb/html/search/all_f.js usb/html/search/classes_0.html usb/html/search/classes_0.js usb/html/search/classes_1.html usb/html/search/classes_1.js usb/html/search/classes_10.html usb/html/search/classes_10.js usb/html/search/classes_11.html usb/html/search/classes_11.js usb/html/search/classes_12.html usb/html/search/classes_12.js usb/html/search/classes_13.html usb/html/search/classes_13.js usb/html/search/classes_2.html usb/html/search/classes_2.js usb/html/search/classes_3.html usb/html/search/classes_3.js usb/html/search/classes_4.html usb/html/search/classes_4.js usb/html/search/classes_5.html usb/html/search/classes_5.js usb/html/search/classes_6.html usb/html/search/classes_6.js usb/html/search/classes_7.html usb/html/search/classes_7.js usb/html/search/classes_8.html usb/html/search/classes_8.js usb/html/search/classes_9.html usb/html/search/classes_9.js usb/html/search/classes_a.html usb/html/search/classes_a.js usb/html/search/classes_b.html usb/html/search/classes_b.js usb/html/search/classes_c.html usb/html/search/classes_c.js usb/html/search/classes_d.html usb/html/search/classes_d.js usb/html/search/classes_e.html usb/html/search/classes_e.js usb/html/search/classes_f.html usb/html/search/classes_f.js usb/html/search/close.svg usb/html/search/defines_0.html usb/html/search/defines_0.js usb/html/search/defines_1.html usb/html/search/defines_1.js usb/html/search/enums_0.html usb/html/search/enums_0.js usb/html/search/enums_1.html usb/html/search/enums_1.js usb/html/search/enums_2.html usb/html/search/enums_2.js usb/html/search/enums_3.html usb/html/search/enums_3.js usb/html/search/enums_4.html usb/html/search/enums_4.js usb/html/search/enums_5.html usb/html/search/enums_5.js usb/html/search/enums_6.html usb/html/search/enums_6.js usb/html/search/enums_7.html usb/html/search/enums_7.js usb/html/search/enums_8.html usb/html/search/enums_8.js usb/html/search/enums_9.html usb/html/search/enums_9.js usb/html/search/files_0.html usb/html/search/files_0.js usb/html/search/files_1.html usb/html/search/files_1.js usb/html/search/files_10.html usb/html/search/files_10.js usb/html/search/files_11.html usb/html/search/files_11.js usb/html/search/files_12.html usb/html/search/files_12.js usb/html/search/files_13.html usb/html/search/files_13.js usb/html/search/files_2.html usb/html/search/files_2.js usb/html/search/files_3.html usb/html/search/files_3.js usb/html/search/files_4.html usb/html/search/files_4.js usb/html/search/files_5.html usb/html/search/files_5.js usb/html/search/files_6.html usb/html/search/files_6.js usb/html/search/files_7.html usb/html/search/files_7.js usb/html/search/files_8.html usb/html/search/files_8.js usb/html/search/files_9.html usb/html/search/files_9.js usb/html/search/files_a.html usb/html/search/files_a.js usb/html/search/files_b.html usb/html/search/files_b.js usb/html/search/files_c.html usb/html/search/files_c.js usb/html/search/files_d.html usb/html/search/files_d.js usb/html/search/files_e.html usb/html/search/files_e.js usb/html/search/files_f.html usb/html/search/files_f.js usb/html/search/functions_0.html usb/html/search/functions_0.js usb/html/search/functions_1.html usb/html/search/functions_1.js usb/html/search/functions_10.html usb/html/search/functions_10.js usb/html/search/functions_11.html usb/html/search/functions_11.js usb/html/search/functions_12.html usb/html/search/functions_12.js usb/html/search/functions_13.html usb/html/search/functions_13.js usb/html/search/functions_14.html usb/html/search/functions_14.js usb/html/search/functions_15.html usb/html/search/functions_15.js usb/html/search/functions_2.html usb/html/search/functions_2.js usb/html/search/functions_3.html usb/html/search/functions_3.js usb/html/search/functions_4.html usb/html/search/functions_4.js usb/html/search/functions_5.html usb/html/search/functions_5.js usb/html/search/functions_6.html usb/html/search/functions_6.js usb/html/search/functions_7.html usb/html/search/functions_7.js usb/html/search/functions_8.html usb/html/search/functions_8.js usb/html/search/functions_9.html usb/html/search/functions_9.js usb/html/search/functions_a.html usb/html/search/functions_a.js usb/html/search/functions_b.html usb/html/search/functions_b.js usb/html/search/functions_c.html usb/html/search/functions_c.js usb/html/search/functions_d.html usb/html/search/functions_d.js usb/html/search/functions_e.html usb/html/search/functions_e.js usb/html/search/functions_f.html usb/html/search/functions_f.js usb/html/search/groups_0.html usb/html/search/groups_0.js usb/html/search/groups_1.html usb/html/search/groups_1.js usb/html/search/groups_2.html usb/html/search/groups_2.js usb/html/search/groups_3.html usb/html/search/groups_3.js usb/html/search/groups_4.html usb/html/search/groups_4.js usb/html/search/groups_5.html usb/html/search/groups_5.js usb/html/search/groups_6.html usb/html/search/groups_6.js usb/html/search/groups_7.html usb/html/search/groups_7.js usb/html/search/groups_8.html usb/html/search/groups_8.js usb/html/search/groups_9.html usb/html/search/groups_9.js usb/html/search/groups_a.html usb/html/search/groups_a.js usb/html/search/groups_b.html usb/html/search/groups_b.js usb/html/search/groups_c.html usb/html/search/groups_c.js usb/html/search/groups_d.html usb/html/search/groups_d.js usb/html/search/groups_e.html usb/html/search/groups_e.js usb/html/search/mag_sel.svg usb/html/search/nomatches.html usb/html/search/search.css usb/html/search/search.js usb/html/search/search_l.png usb/html/search/search_m.png usb/html/search/search_r.png usb/html/search/searchdata.js usb/html/search/typedefs_0.html usb/html/search/typedefs_0.js usb/html/search/typedefs_1.html usb/html/search/typedefs_1.js usb/html/search/typedefs_2.html usb/html/search/typedefs_2.js usb/html/search/typedefs_3.html usb/html/search/typedefs_3.js usb/html/search/typedefs_4.html usb/html/search/typedefs_4.js usb/html/search/typedefs_5.html usb/html/search/typedefs_5.js usb/html/search/typedefs_6.html usb/html/search/typedefs_6.js usb/html/search/variables_0.html usb/html/search/variables_0.js usb/html/search/variables_1.html usb/html/search/variables_1.js usb/html/search/variables_10.html usb/html/search/variables_10.js usb/html/search/variables_11.html usb/html/search/variables_11.js usb/html/search/variables_12.html usb/html/search/variables_12.js usb/html/search/variables_13.html usb/html/search/variables_13.js usb/html/search/variables_14.html usb/html/search/variables_14.js usb/html/search/variables_15.html usb/html/search/variables_15.js usb/html/search/variables_16.html usb/html/search/variables_16.js usb/html/search/variables_17.html usb/html/search/variables_17.js usb/html/search/variables_2.html usb/html/search/variables_2.js usb/html/search/variables_3.html usb/html/search/variables_3.js usb/html/search/variables_4.html usb/html/search/variables_4.js usb/html/search/variables_5.html usb/html/search/variables_5.js usb/html/search/variables_6.html usb/html/search/variables_6.js usb/html/search/variables_7.html usb/html/search/variables_7.js usb/html/search/variables_8.html usb/html/search/variables_8.js usb/html/search/variables_9.html usb/html/search/variables_9.js usb/html/search/variables_a.html usb/html/search/variables_a.js usb/html/search/variables_b.html usb/html/search/variables_b.js usb/html/search/variables_c.html usb/html/search/variables_c.js usb/html/search/variables_d.html usb/html/search/variables_d.js usb/html/search/variables_e.html usb/html/search/variables_e.js usb/html/search/variables_f.html usb/html/search/variables_f.js usb/latex/ usb/latex/Makefile usb/latex/annotated.tex usb/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex usb/latex/dir_74712b2155551d19e5fc375f21fbf06e.tex usb/latex/dir_a40c56590dfc4e9d63f869c8114df871.tex usb/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex usb/latex/dir_d44c64559bbebec7f509842c48db8b23.tex usb/latex/doxygen.sty usb/latex/files.tex usb/latex/libusb_8h.tex usb/latex/libusb_8h_source.tex usb/latex/longtable_doxygen.sty usb/latex/osmo__libusb_8c.tex usb/latex/refman.tex usb/latex/structdev__id.tex usb/latex/structosmo__usb__matchspec.tex usb/latex/structusb__interface__match.tex usb/latex/tabu_doxygen.sty vty/ vty/example.xml vty/vtydoc.xsd vty/html/ vty/html/annotated.html vty/html/annotated_dup.js vty/html/bc_s.png vty/html/bdwn.png vty/html/buffer_8c.html vty/html/buffer_8c.js vty/html/buffer_8h.html vty/html/buffer_8h.js vty/html/buffer_8h_source.html vty/html/classes.html vty/html/closed.png vty/html/command_8c.html vty/html/command_8c.js vty/html/command_8h.html vty/html/command_8h.js vty/html/command_8h_source.html vty/html/cpu__sched__vty_8c.html vty/html/cpu__sched__vty_8c.js vty/html/cpu__sched__vty_8h.html vty/html/cpu__sched__vty_8h.js vty/html/cpu__sched__vty_8h_source.html vty/html/deprecated.html vty/html/dir_189eae13f9a4cfd11ccd20f46358fda7.html vty/html/dir_189eae13f9a4cfd11ccd20f46358fda7.js vty/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html vty/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js vty/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html vty/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js vty/html/dir_ad0987c3a4469d30f90ad6a86b791ce3.html vty/html/dir_ad0987c3a4469d30f90ad6a86b791ce3.js vty/html/dir_d44c64559bbebec7f509842c48db8b23.html vty/html/dir_d44c64559bbebec7f509842c48db8b23.js vty/html/doc.png vty/html/doxygen.css vty/html/doxygen.svg vty/html/dynsections.js vty/html/files.html vty/html/files_dup.js vty/html/folderclosed.png vty/html/folderopen.png vty/html/fsm__vty_8c.html vty/html/fsm__vty_8c.js vty/html/functions.html vty/html/functions_eval.html vty/html/functions_vars.html vty/html/globals.html vty/html/globals_a.html vty/html/globals_b.html vty/html/globals_c.html vty/html/globals_d.html vty/html/globals_defs.html vty/html/globals_dup.js vty/html/globals_e.html vty/html/globals_enum.html vty/html/globals_eval.html vty/html/globals_f.html vty/html/globals_func.html vty/html/globals_func.js vty/html/globals_func_a.html vty/html/globals_func_b.html vty/html/globals_func_c.html vty/html/globals_func_d.html vty/html/globals_func_f.html vty/html/globals_func_g.html vty/html/globals_func_h.html vty/html/globals_func_i.html vty/html/globals_func_l.html vty/html/globals_func_m.html vty/html/globals_func_n.html vty/html/globals_func_o.html vty/html/globals_func_p.html vty/html/globals_func_r.html vty/html/globals_func_s.html vty/html/globals_func_t.html vty/html/globals_func_v.html vty/html/globals_func_w.html vty/html/globals_func_x.html vty/html/globals_g.html vty/html/globals_h.html vty/html/globals_i.html vty/html/globals_l.html vty/html/globals_m.html vty/html/globals_n.html vty/html/globals_o.html vty/html/globals_p.html vty/html/globals_r.html vty/html/globals_s.html vty/html/globals_t.html vty/html/globals_type.html vty/html/globals_u.html vty/html/globals_v.html vty/html/globals_vars.html vty/html/globals_w.html vty/html/globals_x.html vty/html/group__Tdef.js vty/html/group__Tdef__VTY.html vty/html/group__Tdef__VTY.js vty/html/group__a5.js vty/html/group__auth.js vty/html/group__bitcomp.js vty/html/group__bits.js vty/html/group__bitvec.js vty/html/group__bsslap.js vty/html/group__bssmap__le.js vty/html/group__coding.js vty/html/group__command.html vty/html/group__command.js vty/html/group__conv.js vty/html/group__cpu__sched__VTY.html vty/html/group__cpu__sched__VTY.js vty/html/group__crc.js vty/html/group__crypto.js vty/html/group__fsm.js vty/html/group__gad.js vty/html/group__gea.js vty/html/group__gsm0408.js vty/html/group__gsm0502.js vty/html/group__gsm0808.js vty/html/group__gsm29205.js vty/html/group__gsmtap.js vty/html/group__gsup.js vty/html/group__interleaving.js vty/html/group__ipa.js vty/html/group__kdf.js vty/html/group__lapd.js vty/html/group__lapdm.js vty/html/group__libgb.js vty/html/group__linuxlist.js vty/html/group__logging.js vty/html/group__logging__internal.js vty/html/group__loggingrb.js vty/html/group__mapping.js vty/html/group__msgb.js vty/html/group__netdev.js vty/html/group__oap.js vty/html/group__oml.js vty/html/group__osmo__io.js vty/html/group__osmo__it__q.js vty/html/group__osmo__stat__item.js vty/html/group__osmo__strrb.js vty/html/group__parity.js vty/html/group__prim.js vty/html/group__rate__ctr.html vty/html/group__rate__ctr.js vty/html/group__rlp.js vty/html/group__rsl.js vty/html/group__select.js vty/html/group__sercomm.js vty/html/group__serial.js vty/html/group__signal.js vty/html/group__sms.js vty/html/group__sockaddr__str.js vty/html/group__socket.js vty/html/group__stats.html vty/html/group__stats.js vty/html/group__tables.js vty/html/group__telnet__interface.html vty/html/group__telnet__interface.js vty/html/group__thread.js vty/html/group__time__cc.js vty/html/group__timer.js vty/html/group__tlv.js vty/html/group__tun.js vty/html/group__use__count.js vty/html/group__utils.js vty/html/group__vector.html vty/html/group__vector.js vty/html/group__vty.html vty/html/group__vty.js vty/html/group__write__queue.js vty/html/index.html vty/html/jquery.js vty/html/logging_8h.html vty/html/logging_8h.js vty/html/logging_8h_source.html vty/html/logging__vty_8c.html vty/html/logging__vty_8c.js vty/html/menu.js vty/html/menudata.js vty/html/misc_8h.html vty/html/misc_8h.js vty/html/misc_8h_source.html vty/html/modules.html vty/html/modules.js vty/html/nav_f.png vty/html/nav_g.png vty/html/nav_h.png vty/html/navtree.css vty/html/navtree.js vty/html/navtreedata.js vty/html/navtreeindex0.js vty/html/navtreeindex1.js vty/html/navtreeindex10.js vty/html/navtreeindex11.js vty/html/navtreeindex12.js vty/html/navtreeindex13.js vty/html/navtreeindex14.js vty/html/navtreeindex15.js vty/html/navtreeindex16.js vty/html/navtreeindex17.js vty/html/navtreeindex18.js vty/html/navtreeindex19.js vty/html/navtreeindex2.js vty/html/navtreeindex3.js vty/html/navtreeindex4.js vty/html/navtreeindex5.js vty/html/navtreeindex6.js vty/html/navtreeindex7.js vty/html/navtreeindex8.js vty/html/navtreeindex9.js vty/html/open.png vty/html/pages.html vty/html/ports_8h.html vty/html/ports_8h.js vty/html/ports_8h_source.html vty/html/resize.js vty/html/splitbar.png vty/html/stats_8h.html vty/html/stats_8h.js vty/html/stats_8h_source.html vty/html/stats__vty_8c.html vty/html/stats__vty_8c.js vty/html/struct__vector.html vty/html/struct__vector.js vty/html/structbuffer.html vty/html/structbuffer.js vty/html/structbuffer__data.html vty/html/structbuffer__data.js vty/html/structcmd__element.html vty/html/structcmd__element.js vty/html/structcmd__node.html vty/html/structcmd__node.js vty/html/structcpu__affinity__it.html vty/html/structcpu__affinity__it.js vty/html/structdesc.html vty/html/structdesc.js vty/html/structhost.html vty/html/structhost.js vty/html/structrctr__vty__ctx.html vty/html/structrctr__vty__ctx.js vty/html/structsched__vty__opts.html vty/html/structsched__vty__opts.js vty/html/structtelnet__connection.html vty/html/structtelnet__connection.js vty/html/structvty.html vty/html/structvty.js vty/html/structvty__app__info.html vty/html/structvty__app__info.js vty/html/structvty__out__context.html vty/html/structvty__out__context.js vty/html/structvty__parent__node.html vty/html/structvty__parent__node.js vty/html/structvty__signal__data.html vty/html/structvty__signal__data.js vty/html/structwalk__cb__params.html vty/html/structwalk__cb__params.js vty/html/sync_off.png vty/html/sync_on.png vty/html/tab_a.png vty/html/tab_b.png vty/html/tab_h.png vty/html/tab_s.png vty/html/tabs.css vty/html/talloc__ctx__vty_8c.html vty/html/talloc__ctx__vty_8c.js vty/html/tdef__vty_8c.html vty/html/tdef__vty_8c.js vty/html/tdef__vty_8h.html vty/html/tdef__vty_8h.js vty/html/tdef__vty_8h_source.html vty/html/telnet__interface_8c.html vty/html/telnet__interface_8c.js vty/html/telnet__interface_8h.html vty/html/telnet__interface_8h.js vty/html/telnet__interface_8h_source.html vty/html/utils_8c.html vty/html/utils_8c.js vty/html/vector_8c.html vty/html/vector_8c.js vty/html/vector_8h.html vty/html/vector_8h.js vty/html/vector_8h_source.html vty/html/vty_8c.html vty/html/vty_8c.js vty/html/vty_8h.html vty/html/vty_8h.js vty/html/vty_8h_source.html vty/html/search/ vty/html/search/all_0.html vty/html/search/all_0.js vty/html/search/all_1.html vty/html/search/all_1.js vty/html/search/all_10.html vty/html/search/all_10.js vty/html/search/all_11.html vty/html/search/all_11.js vty/html/search/all_12.html vty/html/search/all_12.js vty/html/search/all_13.html vty/html/search/all_13.js vty/html/search/all_14.html vty/html/search/all_14.js vty/html/search/all_15.html vty/html/search/all_15.js vty/html/search/all_16.html vty/html/search/all_16.js vty/html/search/all_17.html vty/html/search/all_17.js vty/html/search/all_18.html vty/html/search/all_18.js vty/html/search/all_19.html vty/html/search/all_19.js vty/html/search/all_2.html vty/html/search/all_2.js vty/html/search/all_3.html vty/html/search/all_3.js vty/html/search/all_4.html vty/html/search/all_4.js vty/html/search/all_5.html vty/html/search/all_5.js vty/html/search/all_6.html vty/html/search/all_6.js vty/html/search/all_7.html vty/html/search/all_7.js vty/html/search/all_8.html vty/html/search/all_8.js vty/html/search/all_9.html vty/html/search/all_9.js vty/html/search/all_a.html vty/html/search/all_a.js vty/html/search/all_b.html vty/html/search/all_b.js vty/html/search/all_c.html vty/html/search/all_c.js vty/html/search/all_d.html vty/html/search/all_d.js vty/html/search/all_e.html vty/html/search/all_e.js vty/html/search/all_f.html vty/html/search/all_f.js vty/html/search/classes_0.html vty/html/search/classes_0.js vty/html/search/classes_1.html vty/html/search/classes_1.js vty/html/search/classes_10.html vty/html/search/classes_10.js vty/html/search/classes_11.html vty/html/search/classes_11.js vty/html/search/classes_12.html vty/html/search/classes_12.js vty/html/search/classes_13.html vty/html/search/classes_13.js vty/html/search/classes_14.html vty/html/search/classes_14.js vty/html/search/classes_15.html vty/html/search/classes_15.js vty/html/search/classes_2.html vty/html/search/classes_2.js vty/html/search/classes_3.html vty/html/search/classes_3.js vty/html/search/classes_4.html vty/html/search/classes_4.js vty/html/search/classes_5.html vty/html/search/classes_5.js vty/html/search/classes_6.html vty/html/search/classes_6.js vty/html/search/classes_7.html vty/html/search/classes_7.js vty/html/search/classes_8.html vty/html/search/classes_8.js vty/html/search/classes_9.html vty/html/search/classes_9.js vty/html/search/classes_a.html vty/html/search/classes_a.js vty/html/search/classes_b.html vty/html/search/classes_b.js vty/html/search/classes_c.html vty/html/search/classes_c.js vty/html/search/classes_d.html vty/html/search/classes_d.js vty/html/search/classes_e.html vty/html/search/classes_e.js vty/html/search/classes_f.html vty/html/search/classes_f.js vty/html/search/close.svg vty/html/search/defines_0.html vty/html/search/defines_0.js vty/html/search/defines_1.html vty/html/search/defines_1.js vty/html/search/defines_2.html vty/html/search/defines_2.js vty/html/search/defines_3.html vty/html/search/defines_3.js vty/html/search/defines_4.html vty/html/search/defines_4.js vty/html/search/defines_5.html vty/html/search/defines_5.js vty/html/search/defines_6.html vty/html/search/defines_6.js vty/html/search/defines_7.html vty/html/search/defines_7.js vty/html/search/defines_8.html vty/html/search/defines_8.js vty/html/search/defines_9.html vty/html/search/defines_9.js vty/html/search/defines_a.html vty/html/search/defines_a.js vty/html/search/defines_b.html vty/html/search/defines_b.js vty/html/search/defines_c.html vty/html/search/defines_c.js vty/html/search/defines_d.html vty/html/search/defines_d.js vty/html/search/defines_e.html vty/html/search/defines_e.js vty/html/search/enums_0.html vty/html/search/enums_0.js vty/html/search/enums_1.html vty/html/search/enums_1.js vty/html/search/enums_2.html vty/html/search/enums_2.js vty/html/search/enums_3.html vty/html/search/enums_3.js vty/html/search/enums_4.html vty/html/search/enums_4.js vty/html/search/enums_5.html vty/html/search/enums_5.js vty/html/search/enums_6.html vty/html/search/enums_6.js vty/html/search/enums_7.html vty/html/search/enums_7.js vty/html/search/enums_8.html vty/html/search/enums_8.js vty/html/search/enums_9.html vty/html/search/enums_9.js vty/html/search/enums_a.html vty/html/search/enums_a.js vty/html/search/enums_b.html vty/html/search/enums_b.js vty/html/search/enums_c.html vty/html/search/enums_c.js vty/html/search/enums_d.html vty/html/search/enums_d.js vty/html/search/enumvalues_0.html vty/html/search/enumvalues_0.js vty/html/search/enumvalues_1.html vty/html/search/enumvalues_1.js vty/html/search/enumvalues_2.html vty/html/search/enumvalues_2.js vty/html/search/enumvalues_3.html vty/html/search/enumvalues_3.js vty/html/search/enumvalues_4.html vty/html/search/enumvalues_4.js vty/html/search/enumvalues_5.html vty/html/search/enumvalues_5.js vty/html/search/enumvalues_6.html vty/html/search/enumvalues_6.js vty/html/search/enumvalues_7.html vty/html/search/enumvalues_7.js vty/html/search/enumvalues_8.html vty/html/search/enumvalues_8.js vty/html/search/enumvalues_9.html vty/html/search/enumvalues_9.js vty/html/search/enumvalues_a.html vty/html/search/enumvalues_a.js vty/html/search/enumvalues_b.html vty/html/search/enumvalues_b.js vty/html/search/enumvalues_c.html vty/html/search/enumvalues_c.js vty/html/search/enumvalues_d.html vty/html/search/enumvalues_d.js vty/html/search/enumvalues_e.html vty/html/search/enumvalues_e.js vty/html/search/files_0.html vty/html/search/files_0.js vty/html/search/files_1.html vty/html/search/files_1.js vty/html/search/files_10.html vty/html/search/files_10.js vty/html/search/files_11.html vty/html/search/files_11.js vty/html/search/files_12.html vty/html/search/files_12.js vty/html/search/files_13.html vty/html/search/files_13.js vty/html/search/files_14.html vty/html/search/files_14.js vty/html/search/files_2.html vty/html/search/files_2.js vty/html/search/files_3.html vty/html/search/files_3.js vty/html/search/files_4.html vty/html/search/files_4.js vty/html/search/files_5.html vty/html/search/files_5.js vty/html/search/files_6.html vty/html/search/files_6.js vty/html/search/files_7.html vty/html/search/files_7.js vty/html/search/files_8.html vty/html/search/files_8.js vty/html/search/files_9.html vty/html/search/files_9.js vty/html/search/files_a.html vty/html/search/files_a.js vty/html/search/files_b.html vty/html/search/files_b.js vty/html/search/files_c.html vty/html/search/files_c.js vty/html/search/files_d.html vty/html/search/files_d.js vty/html/search/files_e.html vty/html/search/files_e.js vty/html/search/files_f.html vty/html/search/files_f.js vty/html/search/functions_0.html vty/html/search/functions_0.js vty/html/search/functions_1.html vty/html/search/functions_1.js vty/html/search/functions_10.html vty/html/search/functions_10.js vty/html/search/functions_11.html vty/html/search/functions_11.js vty/html/search/functions_12.html vty/html/search/functions_12.js vty/html/search/functions_13.html vty/html/search/functions_13.js vty/html/search/functions_14.html vty/html/search/functions_14.js vty/html/search/functions_15.html vty/html/search/functions_15.js vty/html/search/functions_2.html vty/html/search/functions_2.js vty/html/search/functions_3.html vty/html/search/functions_3.js vty/html/search/functions_4.html vty/html/search/functions_4.js vty/html/search/functions_5.html vty/html/search/functions_5.js vty/html/search/functions_6.html vty/html/search/functions_6.js vty/html/search/functions_7.html vty/html/search/functions_7.js vty/html/search/functions_8.html vty/html/search/functions_8.js vty/html/search/functions_9.html vty/html/search/functions_9.js vty/html/search/functions_a.html vty/html/search/functions_a.js vty/html/search/functions_b.html vty/html/search/functions_b.js vty/html/search/functions_c.html vty/html/search/functions_c.js vty/html/search/functions_d.html vty/html/search/functions_d.js vty/html/search/functions_e.html vty/html/search/functions_e.js vty/html/search/functions_f.html vty/html/search/functions_f.js vty/html/search/groups_0.html vty/html/search/groups_0.js vty/html/search/groups_1.html vty/html/search/groups_1.js vty/html/search/groups_10.html vty/html/search/groups_10.js vty/html/search/groups_11.html vty/html/search/groups_11.js vty/html/search/groups_2.html vty/html/search/groups_2.js vty/html/search/groups_3.html vty/html/search/groups_3.js vty/html/search/groups_4.html vty/html/search/groups_4.js vty/html/search/groups_5.html vty/html/search/groups_5.js vty/html/search/groups_6.html vty/html/search/groups_6.js vty/html/search/groups_7.html vty/html/search/groups_7.js vty/html/search/groups_8.html vty/html/search/groups_8.js vty/html/search/groups_9.html vty/html/search/groups_9.js vty/html/search/groups_a.html vty/html/search/groups_a.js vty/html/search/groups_b.html vty/html/search/groups_b.js vty/html/search/groups_c.html vty/html/search/groups_c.js vty/html/search/groups_d.html vty/html/search/groups_d.js vty/html/search/groups_e.html vty/html/search/groups_e.js vty/html/search/groups_f.html vty/html/search/groups_f.js vty/html/search/mag_sel.svg vty/html/search/nomatches.html vty/html/search/pages_0.html vty/html/search/pages_0.js vty/html/search/pages_1.html vty/html/search/pages_1.js vty/html/search/search.css vty/html/search/search.js vty/html/search/search_l.png vty/html/search/search_m.png vty/html/search/search_r.png vty/html/search/searchdata.js vty/html/search/typedefs_0.html vty/html/search/typedefs_0.js vty/html/search/typedefs_1.html vty/html/search/typedefs_1.js vty/html/search/typedefs_2.html vty/html/search/typedefs_2.js vty/html/search/typedefs_3.html vty/html/search/typedefs_3.js vty/html/search/typedefs_4.html vty/html/search/typedefs_4.js vty/html/search/typedefs_5.html vty/html/search/typedefs_5.js vty/html/search/typedefs_6.html vty/html/search/typedefs_6.js vty/html/search/typedefs_7.html vty/html/search/typedefs_7.js vty/html/search/variables_0.html vty/html/search/variables_0.js vty/html/search/variables_1.html vty/html/search/variables_1.js vty/html/search/variables_10.html vty/html/search/variables_10.js vty/html/search/variables_11.html vty/html/search/variables_11.js vty/html/search/variables_12.html vty/html/search/variables_12.js vty/html/search/variables_13.html vty/html/search/variables_13.js vty/html/search/variables_14.html vty/html/search/variables_14.js vty/html/search/variables_15.html vty/html/search/variables_15.js vty/html/search/variables_16.html vty/html/search/variables_16.js vty/html/search/variables_17.html vty/html/search/variables_17.js vty/html/search/variables_18.html vty/html/search/variables_18.js vty/html/search/variables_2.html vty/html/search/variables_2.js vty/html/search/variables_3.html vty/html/search/variables_3.js vty/html/search/variables_4.html vty/html/search/variables_4.js vty/html/search/variables_5.html vty/html/search/variables_5.js vty/html/search/variables_6.html vty/html/search/variables_6.js vty/html/search/variables_7.html vty/html/search/variables_7.js vty/html/search/variables_8.html vty/html/search/variables_8.js vty/html/search/variables_9.html vty/html/search/variables_9.js vty/html/search/variables_a.html vty/html/search/variables_a.js vty/html/search/variables_b.html vty/html/search/variables_b.js vty/html/search/variables_c.html vty/html/search/variables_c.js vty/html/search/variables_d.html vty/html/search/variables_d.js vty/html/search/variables_e.html vty/html/search/variables_e.js vty/html/search/variables_f.html vty/html/search/variables_f.js vty/latex/ vty/latex/Makefile vty/latex/annotated.tex vty/latex/buffer_8c.tex vty/latex/buffer_8h.tex vty/latex/buffer_8h_source.tex vty/latex/command_8c.tex vty/latex/command_8h.tex vty/latex/command_8h_source.tex vty/latex/cpu__sched__vty_8c.tex vty/latex/cpu__sched__vty_8h.tex vty/latex/cpu__sched__vty_8h_source.tex vty/latex/deprecated.tex vty/latex/dir_189eae13f9a4cfd11ccd20f46358fda7.tex vty/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex vty/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex vty/latex/dir_ad0987c3a4469d30f90ad6a86b791ce3.tex vty/latex/dir_d44c64559bbebec7f509842c48db8b23.tex vty/latex/doxygen.sty vty/latex/files.tex vty/latex/fsm__vty_8c.tex vty/latex/group__Tdef__VTY.tex vty/latex/group__command.tex vty/latex/group__cpu__sched__VTY.tex vty/latex/group__rate__ctr.tex vty/latex/group__stats.tex vty/latex/group__telnet__interface.tex vty/latex/group__vector.tex vty/latex/group__vty.tex vty/latex/index.tex vty/latex/logging_8h.tex vty/latex/logging_8h_source.tex vty/latex/logging__vty_8c.tex vty/latex/longtable_doxygen.sty vty/latex/misc_8h.tex vty/latex/misc_8h_source.tex vty/latex/modules.tex vty/latex/ports_8h.tex vty/latex/ports_8h_source.tex vty/latex/refman.tex vty/latex/stats_8h.tex vty/latex/stats_8h_source.tex vty/latex/stats__vty_8c.tex vty/latex/struct__vector.tex vty/latex/structbuffer.tex vty/latex/structbuffer__data.tex vty/latex/structcmd__element.tex vty/latex/structcmd__node.tex vty/latex/structcpu__affinity__it.tex vty/latex/structdesc.tex vty/latex/structhost.tex vty/latex/structrctr__vty__ctx.tex vty/latex/structsched__vty__opts.tex vty/latex/structtelnet__connection.tex vty/latex/structvty.tex vty/latex/structvty__app__info.tex vty/latex/structvty__out__context.tex vty/latex/structvty__parent__node.tex vty/latex/structvty__signal__data.tex vty/latex/structwalk__cb__params.tex vty/latex/tabu_doxygen.sty vty/latex/talloc__ctx__vty_8c.tex vty/latex/tdef__vty_8c.tex vty/latex/tdef__vty_8h.tex vty/latex/tdef__vty_8h_source.tex vty/latex/telnet__interface_8c.tex vty/latex/telnet__interface_8h.tex vty/latex/telnet__interface_8h_source.tex vty/latex/utils_8c.tex vty/latex/vector_8c.tex vty/latex/vector_8h.tex vty/latex/vector_8h_source.tex vty/latex/vty_8c.tex vty/latex/vty_8h.tex vty/latex/vty_8h_source.tex sent 3,824,232 bytes received 1,207,197 bytes 304,935.09 bytes/sec total size is 207,048,158 speedup is 41.15 + [ -d libosmo-abis/doc ] + continue + [ -d libosmo-dsp/doc ] + rsync -avz --delete -e ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 ./libosmo-dsp/doc/ api@ftp.osmocom.org:web-files/latest/libosmo-dsp/ sending incremental file list ./ html.tar libosmodsp.tag html/ html/annotated.html html/annotated_dup.js html/bc_s.png html/bdwn.png html/cfile_8c.html html/cfile_8c.js html/cfile_8h.html html/cfile_8h.js html/cfile_8h_source.html html/classes.html html/closed.png html/cxvec_8c.html html/cxvec_8c.js html/cxvec_8h.html html/cxvec_8h.js html/cxvec_8h_source.html html/cxvec__math_8c.html html/cxvec__math_8c.js html/cxvec__math_8h.html html/cxvec__math_8h.js html/cxvec__math_8h_source.html html/dir_5b8fd40c25b8cda2528024e092698ab5.html html/dir_5b8fd40c25b8cda2528024e092698ab5.js html/dir_68267d1309a1af8e8297ef4c3efbcdba.html html/dir_68267d1309a1af8e8297ef4c3efbcdba.js html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js html/dir_d44c64559bbebec7f509842c48db8b23.html html/dir_d44c64559bbebec7f509842c48db8b23.js html/doc.png html/doxygen.css html/doxygen.svg html/dynsections.js html/files.html html/files_dup.js html/folderclosed.png html/folderopen.png html/form_0.png html/form_1.png html/form_2.png html/form_3.png html/form_4.png html/form_5.png html/form_6.png html/formula.repository html/functions.html html/functions_vars.html html/globals.html html/globals_enum.html html/globals_eval.html html/globals_func.html html/globals_vars.html html/group__cfile.html html/group__cfile.js html/group__cxvec.html html/group__cxvec.js html/group__cxvec__math.html html/group__cxvec__math.js html/group__iqbal.html html/group__iqbal.js html/index.html html/iqbal_8c.html html/iqbal_8c.js html/iqbal_8h.html html/iqbal_8h.js html/iqbal_8h_source.html html/jquery.js html/menu.js html/menudata.js html/modules.html html/modules.js html/nav_f.png html/nav_g.png html/nav_h.png html/navtree.css html/navtree.js html/navtreedata.js html/navtreeindex0.js html/open.png html/resize.js html/splitbar.png html/struct__iqbal__estimate__state.html html/struct__iqbal__estimate__state.js html/struct__iqbal__state.html html/struct__iqbal__state.js html/structcfile.html html/structcfile.js html/structosmo__cxvec.html html/structosmo__cxvec.js html/structosmo__iqbal__opts.html html/structosmo__iqbal__opts.js html/sync_off.png html/sync_on.png html/tab_a.png html/tab_b.png html/tab_h.png html/tab_s.png html/tabs.css html/search/ html/search/all_0.html html/search/all_0.js html/search/all_1.html html/search/all_1.js html/search/all_2.html html/search/all_2.js html/search/all_3.html html/search/all_3.js html/search/all_4.html html/search/all_4.js html/search/all_5.html html/search/all_5.js html/search/all_6.html html/search/all_6.js html/search/all_7.html html/search/all_7.js html/search/all_8.html html/search/all_8.js html/search/all_9.html html/search/all_9.js html/search/all_a.html html/search/all_a.js html/search/all_b.html html/search/all_b.js html/search/classes_0.html html/search/classes_0.js html/search/classes_1.html html/search/classes_1.js html/search/classes_2.html html/search/classes_2.js html/search/close.svg html/search/enums_0.html html/search/enums_0.js html/search/enumvalues_0.html html/search/enumvalues_0.js html/search/enumvalues_1.html html/search/enumvalues_1.js html/search/files_0.html html/search/files_0.js html/search/files_1.html html/search/files_1.js html/search/functions_0.html html/search/functions_0.js html/search/functions_1.html html/search/functions_1.js html/search/functions_2.html html/search/functions_2.js html/search/groups_0.html html/search/groups_0.js html/search/groups_1.html html/search/groups_1.js html/search/groups_2.html html/search/groups_2.js html/search/mag_sel.svg html/search/nomatches.html html/search/search.css html/search/search.js html/search/search_l.png html/search/search_m.png html/search/search_r.png html/search/searchdata.js html/search/variables_0.html html/search/variables_0.js html/search/variables_1.html html/search/variables_1.js html/search/variables_2.html html/search/variables_2.js html/search/variables_3.html html/search/variables_3.js html/search/variables_4.html html/search/variables_4.js html/search/variables_5.html html/search/variables_5.js html/search/variables_6.html html/search/variables_6.js html/search/variables_7.html html/search/variables_7.js html/search/variables_8.html html/search/variables_8.js latex/ latex/Makefile latex/annotated.tex latex/cfile_8c.tex latex/cfile_8h.tex latex/cfile_8h_source.tex latex/cxvec_8c.tex latex/cxvec_8h.tex latex/cxvec_8h_source.tex latex/cxvec__math_8c.tex latex/cxvec__math_8h.tex latex/cxvec__math_8h_source.tex latex/doxygen.sty latex/files.tex latex/group__cfile.tex latex/group__cxvec.tex latex/group__cxvec__math.tex latex/group__iqbal.tex latex/iqbal_8c.tex latex/iqbal_8h.tex latex/iqbal_8h_source.tex latex/longtable_doxygen.sty latex/modules.tex latex/refman.tex latex/struct__iqbal__estimate__state.tex latex/struct__iqbal__state.tex latex/structcfile.tex latex/structosmo__cxvec.tex latex/structosmo__iqbal__opts.tex latex/tabu_doxygen.sty sent 36,242 bytes received 20,509 bytes 37,834.00 bytes/sec total size is 2,118,548 speedup is 37.33 + [ -d libosmo-netif/doc ] + rsync -avz --delete -e ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 ./libosmo-netif/doc/ api@ftp.osmocom.org:web-files/latest/libosmo-netif/ sending incremental file list ./ html.tar libosmo-netif.tag html/ html/amr_8h_source.html html/annotated.html html/annotated_dup.js html/bc_s.png html/bdwn.png html/classes.html html/closed.png html/datagram_8c.html html/datagram_8c.js html/datagram_8h.html html/datagram_8h.js html/datagram_8h_source.html html/deprecated.html html/dir_15662fdf1b5c37dde6a3ed82e5410e57.html html/dir_15662fdf1b5c37dde6a3ed82e5410e57.js html/dir_68267d1309a1af8e8297ef4c3efbcdba.html html/dir_68267d1309a1af8e8297ef4c3efbcdba.js html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js html/dir_d44c64559bbebec7f509842c48db8b23.html html/dir_d44c64559bbebec7f509842c48db8b23.js html/doc.png html/doxygen.css html/doxygen.svg html/dynsections.js html/files.html html/files_dup.js html/folderclosed.png html/folderopen.png html/functions.html html/functions_vars.html html/globals.html html/globals_defs.html html/globals_func.html html/globals_type.html html/group__datagram.html html/group__datagram.js html/group__jibuf.html html/group__jibuf.js html/group__osmux.html html/group__osmux.js html/group__stream__cli.html html/group__stream__cli.js html/group__stream__srv.html html/group__stream__srv.js html/index.html html/ipa_8h_source.html html/ipa__unit_8h_source.html html/jibuf_8c.html html/jibuf_8c.js html/jibuf_8h.html html/jibuf_8h.js html/jibuf_8h_source.html html/jquery.js html/menu.js html/menudata.js html/modules.html html/modules.js html/nav_f.png html/nav_g.png html/nav_h.png html/navtree.css html/navtree.js html/navtreedata.js html/navtreeindex0.js html/open.png html/osmux_8c.html html/osmux_8c.js html/osmux_8h.html html/osmux_8h.js html/osmux_8h_source.html html/osmux__input_8c.html html/osmux__input_8c.js html/osmux__output_8c.html html/osmux__output_8c.js html/pages.html html/prim_8h_source.html html/resize.js html/rs232_8h_source.html html/rtp_8h_source.html html/sctp_8h_source.html html/splitbar.png html/stream_8h.html html/stream_8h.js html/stream_8h_source.html html/stream__cli_8c.html html/stream__cli_8c.js html/stream__private_8h_source.html html/stream__srv_8c.html html/stream__srv_8c.js html/structamr__hdr.html html/structamr__hdr__bwe.html html/structipa__head.html html/structipa__head__ext.html html/structosmo__ipa__msgb__cb.html html/structosmo__jibuf.html html/structosmux__hdr.html html/structosmux__in__handle.html html/structosmux__in__handle.js html/structosmux__out__handle.html html/structrtcp__hdr.html html/structrtp__hdr.html html/structrtp__x__hdr.html html/sync_off.png html/sync_on.png html/tab_a.png html/tab_b.png html/tab_h.png html/tab_s.png html/tabs.css html/search/ html/search/all_0.html html/search/all_0.js html/search/all_1.html html/search/all_1.js html/search/all_2.html html/search/all_2.js html/search/all_3.html html/search/all_3.js html/search/all_4.html html/search/all_4.js html/search/all_5.html html/search/all_5.js html/search/all_6.html html/search/all_6.js html/search/all_7.html html/search/all_7.js html/search/classes_0.html html/search/classes_0.js html/search/classes_1.html html/search/classes_1.js html/search/classes_2.html html/search/classes_2.js html/search/classes_3.html html/search/classes_3.js html/search/close.svg html/search/defines_0.html html/search/defines_0.js html/search/defines_1.html html/search/defines_1.js html/search/files_0.html html/search/files_0.js html/search/files_1.html html/search/files_1.js html/search/files_2.html html/search/files_2.js html/search/files_3.html html/search/files_3.js html/search/functions_0.html html/search/functions_0.js html/search/groups_0.html html/search/groups_0.js html/search/mag_sel.svg html/search/nomatches.html html/search/pages_0.html html/search/pages_0.js html/search/search.css html/search/search.js html/search/search_l.png html/search/search_m.png html/search/search_r.png html/search/searchdata.js html/search/typedefs_0.html html/search/typedefs_0.js html/search/variables_0.html html/search/variables_0.js latex/ latex/Makefile latex/amr_8h_source.tex latex/annotated.tex latex/datagram_8c.tex latex/datagram_8h.tex latex/datagram_8h_source.tex latex/deprecated.tex latex/doxygen.sty latex/files.tex latex/group__datagram.tex latex/group__jibuf.tex latex/group__osmux.tex latex/group__stream__cli.tex latex/group__stream__srv.tex latex/ipa_8h_source.tex latex/ipa__unit_8h_source.tex latex/jibuf_8c.tex latex/jibuf_8h.tex latex/jibuf_8h_source.tex latex/longtable_doxygen.sty latex/modules.tex latex/osmux_8c.tex latex/osmux_8h.tex latex/osmux_8h_source.tex latex/osmux__input_8c.tex latex/osmux__output_8c.tex latex/prim_8h_source.tex latex/refman.tex latex/rs232_8h_source.tex latex/rtp_8h_source.tex latex/sctp_8h_source.tex latex/stream_8h.tex latex/stream_8h_source.tex latex/stream__cli_8c.tex latex/stream__private_8h_source.tex latex/stream__srv_8c.tex latex/structamr__hdr.tex latex/structamr__hdr__bwe.tex latex/structipa__head.tex latex/structipa__head__ext.tex latex/structosmo__ipa__msgb__cb.tex latex/structosmo__jibuf.tex latex/structosmux__hdr.tex latex/structosmux__in__handle.tex latex/structosmux__out__handle.tex latex/structrtcp__hdr.tex latex/structrtp__hdr.tex latex/structrtp__x__hdr.tex latex/tabu_doxygen.sty sent 44,700 bytes received 31,695 bytes 50,930.00 bytes/sec total size is 3,905,133 speedup is 51.12 + [ -d libosmo-sccp/doc ] + rsync -avz --delete -e ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 ./libosmo-sccp/doc/ api@ftp.osmocom.org:web-files/latest/libosmo-sccp/ sending incremental file list ./ Makefile Makefile.am Makefile.in html.tar libosmo-sigtran.tag examples/ examples/Makefile examples/Makefile.am examples/Makefile.in examples/osmo-stp-multihome.cfg examples/osmo-stp.cfg manuals/ manuals/Makefile manuals/Makefile.am manuals/Makefile.in manuals/osmostp-usermanual-docinfo.xml manuals/osmostp-usermanual.adoc manuals/osmostp-vty-reference.xml manuals/regen_doc.sh manuals/chapters/ manuals/chapters/overview.adoc manuals/vty/ manuals/vty/osmo-stp_additions.xml sigtran/ sigtran/html/ sigtran/html/annotated.html sigtran/html/annotated_dup.js sigtran/html/bc_s.png sigtran/html/bdwn.png sigtran/html/classes.html sigtran/html/closed.png sigtran/html/dir_555f705a94ad9dab648a26dddeca006d.html sigtran/html/dir_555f705a94ad9dab648a26dddeca006d.js sigtran/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html sigtran/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js sigtran/html/dir_85348e37fbd25790b99e135735251b13.html sigtran/html/dir_85348e37fbd25790b99e135735251b13.js sigtran/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html sigtran/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js sigtran/html/dir_d44c64559bbebec7f509842c48db8b23.html sigtran/html/dir_d44c64559bbebec7f509842c48db8b23.js sigtran/html/doc.png sigtran/html/doxygen.css sigtran/html/doxygen.svg sigtran/html/dynsections.js sigtran/html/files.html sigtran/html/files_dup.js sigtran/html/folderclosed.png sigtran/html/folderopen.png sigtran/html/functions.html sigtran/html/functions_c.html sigtran/html/functions_d.html sigtran/html/functions_dup.js sigtran/html/functions_e.html sigtran/html/functions_f.html sigtran/html/functions_g.html sigtran/html/functions_h.html sigtran/html/functions_i.html sigtran/html/functions_k.html sigtran/html/functions_l.html sigtran/html/functions_m.html sigtran/html/functions_n.html sigtran/html/functions_o.html sigtran/html/functions_p.html sigtran/html/functions_q.html sigtran/html/functions_r.html sigtran/html/functions_s.html sigtran/html/functions_t.html sigtran/html/functions_u.html sigtran/html/functions_v.html sigtran/html/functions_vars.html sigtran/html/functions_vars.js sigtran/html/functions_vars_c.html sigtran/html/functions_vars_d.html sigtran/html/functions_vars_e.html sigtran/html/functions_vars_f.html sigtran/html/functions_vars_g.html sigtran/html/functions_vars_h.html sigtran/html/functions_vars_i.html sigtran/html/functions_vars_k.html sigtran/html/functions_vars_l.html sigtran/html/functions_vars_m.html sigtran/html/functions_vars_n.html sigtran/html/functions_vars_o.html sigtran/html/functions_vars_p.html sigtran/html/functions_vars_q.html sigtran/html/functions_vars_r.html sigtran/html/functions_vars_s.html sigtran/html/functions_vars_t.html sigtran/html/functions_vars_u.html sigtran/html/functions_vars_v.html sigtran/html/functions_vars_w.html sigtran/html/functions_vars_x.html sigtran/html/functions_w.html sigtran/html/functions_x.html sigtran/html/globals.html sigtran/html/globals_a.html sigtran/html/globals_c.html sigtran/html/globals_d.html sigtran/html/globals_defs.html sigtran/html/globals_defs.js sigtran/html/globals_defs_a.html sigtran/html/globals_defs_c.html sigtran/html/globals_defs_e.html sigtran/html/globals_defs_g.html sigtran/html/globals_defs_i.html sigtran/html/globals_defs_l.html sigtran/html/globals_defs_m.html sigtran/html/globals_defs_n.html sigtran/html/globals_defs_o.html sigtran/html/globals_defs_p.html sigtran/html/globals_defs_r.html sigtran/html/globals_defs_s.html sigtran/html/globals_defs_t.html sigtran/html/globals_defs_x.html sigtran/html/globals_dup.js sigtran/html/globals_e.html sigtran/html/globals_enum.html sigtran/html/globals_eval.html sigtran/html/globals_eval.js sigtran/html/globals_eval_c.html sigtran/html/globals_eval_i.html sigtran/html/globals_eval_l.html sigtran/html/globals_eval_m.html sigtran/html/globals_eval_o.html sigtran/html/globals_eval_s.html sigtran/html/globals_eval_t.html sigtran/html/globals_eval_x.html sigtran/html/globals_f.html sigtran/html/globals_func.html sigtran/html/globals_func.js sigtran/html/globals_func_a.html sigtran/html/globals_func_c.html sigtran/html/globals_func_d.html sigtran/html/globals_func_e.html sigtran/html/globals_func_f.html sigtran/html/globals_func_g.html sigtran/html/globals_func_h.html sigtran/html/globals_func_i.html sigtran/html/globals_func_l.html sigtran/html/globals_func_m.html sigtran/html/globals_func_n.html sigtran/html/globals_func_o.html sigtran/html/globals_func_p.html sigtran/html/globals_func_r.html sigtran/html/globals_func_s.html sigtran/html/globals_func_t.html sigtran/html/globals_func_u.html sigtran/html/globals_func_v.html sigtran/html/globals_func_w.html sigtran/html/globals_func_x.html sigtran/html/globals_g.html sigtran/html/globals_h.html sigtran/html/globals_i.html sigtran/html/globals_l.html sigtran/html/globals_m.html sigtran/html/globals_n.html sigtran/html/globals_o.html sigtran/html/globals_p.html sigtran/html/globals_r.html sigtran/html/globals_s.html sigtran/html/globals_t.html sigtran/html/globals_type.html sigtran/html/globals_u.html sigtran/html/globals_v.html sigtran/html/globals_vars.html sigtran/html/globals_w.html sigtran/html/globals_x.html sigtran/html/index.html sigtran/html/ipa_8c.html sigtran/html/ipa_8c.js sigtran/html/jquery.js sigtran/html/m2ua__types_8h.html sigtran/html/m2ua__types_8h.js sigtran/html/m2ua__types_8h_source.html sigtran/html/m3ua_8c.html sigtran/html/m3ua_8c.js sigtran/html/m3ua_8h.html sigtran/html/m3ua_8h.js sigtran/html/m3ua_8h_source.html sigtran/html/menu.js sigtran/html/menudata.js sigtran/html/mtp_8h.html sigtran/html/mtp_8h.js sigtran/html/mtp_8h_source.html sigtran/html/mtp__pcap_8c.html sigtran/html/mtp__pcap_8c.js sigtran/html/mtp__sap_8h.html sigtran/html/mtp__sap_8h.js sigtran/html/mtp__sap_8h_source.html sigtran/html/nav_f.png sigtran/html/nav_g.png sigtran/html/nav_h.png sigtran/html/navtree.css sigtran/html/navtree.js sigtran/html/navtreedata.js sigtran/html/navtreeindex0.js sigtran/html/navtreeindex1.js sigtran/html/navtreeindex2.js sigtran/html/navtreeindex3.js sigtran/html/navtreeindex4.js sigtran/html/navtreeindex5.js sigtran/html/navtreeindex6.js sigtran/html/navtreeindex7.js sigtran/html/navtreeindex8.js sigtran/html/navtreeindex9.js sigtran/html/open.png sigtran/html/osmo__ss7_8c.html sigtran/html/osmo__ss7_8c.js sigtran/html/osmo__ss7_8h.html sigtran/html/osmo__ss7_8h.js sigtran/html/osmo__ss7_8h_source.html sigtran/html/osmo__ss7__as_8c.html sigtran/html/osmo__ss7__as_8c.js sigtran/html/osmo__ss7__asp_8c.html sigtran/html/osmo__ss7__asp_8c.js sigtran/html/osmo__ss7__asp__peer_8c.html sigtran/html/osmo__ss7__asp__peer_8c.js sigtran/html/osmo__ss7__hmrt_8c.html sigtran/html/osmo__ss7__hmrt_8c.js sigtran/html/osmo__ss7__vty_8c.html sigtran/html/osmo__ss7__vty_8c.js sigtran/html/osmo__ss7__xua__srv_8c.html sigtran/html/osmo__ss7__xua__srv_8c.js sigtran/html/resize.js sigtran/html/sccp2sua_8c.html sigtran/html/sccp2sua_8c.js sigtran/html/sccp_8c.html sigtran/html/sccp_8c.js sigtran/html/sccp__helpers_8c.html sigtran/html/sccp__helpers_8c.js sigtran/html/sccp__helpers_8h.html sigtran/html/sccp__helpers_8h.js sigtran/html/sccp__helpers_8h_source.html sigtran/html/sccp__internal_8h.html sigtran/html/sccp__internal_8h.js sigtran/html/sccp__internal_8h_source.html sigtran/html/sccp__lbcs_8c.html sigtran/html/sccp__lbcs_8c.js sigtran/html/sccp__sap_8c.html sigtran/html/sccp__sap_8c.js sigtran/html/sccp__sap_8h.html sigtran/html/sccp__sap_8h.js sigtran/html/sccp__sap_8h_source.html sigtran/html/sccp__sclc_8c.html sigtran/html/sccp__sclc_8c.js sigtran/html/sccp__scmg_8c.html sigtran/html/sccp__scmg_8c.js sigtran/html/sccp__scmg_8h.html sigtran/html/sccp__scmg_8h.js sigtran/html/sccp__scmg_8h_source.html sigtran/html/sccp__scoc_8c.html sigtran/html/sccp__scoc_8c.js sigtran/html/sccp__scrc_8c.html sigtran/html/sccp__scrc_8c.js sigtran/html/sccp__types_8c.html sigtran/html/sccp__types_8c.js sigtran/html/sccp__user_8c.html sigtran/html/sccp__user_8c.js sigtran/html/sccp__vty_8c.html sigtran/html/sccp__vty_8c.js sigtran/html/sigtran__sap_8h.html sigtran/html/sigtran__sap_8h.js sigtran/html/sigtran__sap_8h_source.html sigtran/html/splitbar.png sigtran/html/ss7__internal_8h.html sigtran/html/ss7__internal_8h.js sigtran/html/ss7__internal_8h_source.html sigtran/html/structipa__asp__fsm__priv.html sigtran/html/structipa__asp__fsm__priv.js sigtran/html/structlm__fsm__priv.html sigtran/html/structlm__fsm__priv.js sigtran/html/structm3ua__data__hdr.html sigtran/html/structm3ua__data__hdr.js sigtran/html/structosmo__mtp__pause__param.html sigtran/html/structosmo__mtp__pause__param.js sigtran/html/structosmo__mtp__prim.html sigtran/html/structosmo__mtp__prim.js sigtran/html/structosmo__mtp__resume__param.html sigtran/html/structosmo__mtp__resume__param.js sigtran/html/structosmo__mtp__status__param.html sigtran/html/structosmo__mtp__status__param.js sigtran/html/structosmo__mtp__transfer__param.html sigtran/html/structosmo__mtp__transfer__param.js sigtran/html/structosmo__sccp__addr.html sigtran/html/structosmo__sccp__addr.js sigtran/html/structosmo__sccp__addr__entry.html sigtran/html/structosmo__sccp__addr__entry.js sigtran/html/structosmo__sccp__gt.html sigtran/html/structosmo__sccp__gt.js sigtran/html/structosmo__sccp__instance.html sigtran/html/structosmo__sccp__instance.js sigtran/html/structosmo__sccp__user.html sigtran/html/structosmo__sccp__user.js sigtran/html/structosmo__scu__connect__param.html sigtran/html/structosmo__scu__connect__param.js sigtran/html/structosmo__scu__data__param.html sigtran/html/structosmo__scu__data__param.js sigtran/html/structosmo__scu__disconn__param.html sigtran/html/structosmo__scu__disconn__param.js sigtran/html/structosmo__scu__notice__param.html sigtran/html/structosmo__scu__notice__param.js sigtran/html/structosmo__scu__pcstate__param.html sigtran/html/structosmo__scu__pcstate__param.js sigtran/html/structosmo__scu__prim.html sigtran/html/structosmo__scu__prim.js sigtran/html/structosmo__scu__reset__param.html sigtran/html/structosmo__scu__reset__param.js sigtran/html/structosmo__scu__state__param.html sigtran/html/structosmo__scu__state__param.js sigtran/html/structosmo__scu__unitdata__param.html sigtran/html/structosmo__scu__unitdata__param.js sigtran/html/structosmo__ss7__as.html sigtran/html/structosmo__ss7__as.js sigtran/html/structosmo__ss7__asp.html sigtran/html/structosmo__ss7__asp.js sigtran/html/structosmo__ss7__asp__peer.html sigtran/html/structosmo__ss7__asp__peer.js sigtran/html/structosmo__ss7__instance.html sigtran/html/structosmo__ss7__instance.js sigtran/html/structosmo__ss7__link.html sigtran/html/structosmo__ss7__link.js sigtran/html/structosmo__ss7__linkset.html sigtran/html/structosmo__ss7__linkset.js sigtran/html/structosmo__ss7__pc__fmt.html sigtran/html/structosmo__ss7__pc__fmt.js sigtran/html/structosmo__ss7__route.html sigtran/html/structosmo__ss7__route.js sigtran/html/structosmo__ss7__route__table.html sigtran/html/structosmo__ss7__route__table.js sigtran/html/structosmo__ss7__routing__key.html sigtran/html/structosmo__ss7__routing__key.js sigtran/html/structosmo__ss7__user.html sigtran/html/structosmo__ss7__user.js sigtran/html/structosmo__xlm__prim.html sigtran/html/structosmo__xlm__prim.js sigtran/html/structosmo__xlm__prim__error.html sigtran/html/structosmo__xlm__prim__error.js sigtran/html/structosmo__xlm__prim__notify.html sigtran/html/structosmo__xlm__prim__notify.js sigtran/html/structosmo__xlm__prim__rk__dereg.html sigtran/html/structosmo__xlm__prim__rk__dereg.js sigtran/html/structosmo__xlm__prim__rk__reg.html sigtran/html/structosmo__xlm__prim__rk__reg.js sigtran/html/structosmo__xua__layer__manager.html sigtran/html/structosmo__xua__layer__manager.js sigtran/html/structosmo__xua__server.html sigtran/html/structosmo__xua__server.js sigtran/html/structpcap__hdr.html sigtran/html/structpcap__hdr.js sigtran/html/structpcaprec__hdr.html sigtran/html/structpcaprec__hdr.js sigtran/html/structsccp__connection.html sigtran/html/structsccp__connection.js sigtran/html/structsccp__data__callback.html sigtran/html/structsccp__data__callback.js sigtran/html/structsccp__scmg__msg.html sigtran/html/structsccp__scmg__msg.js sigtran/html/structsccp__system.html sigtran/html/structsccp__system.js sigtran/html/structudt__offsets.html sigtran/html/structudt__offsets.js sigtran/html/structxua__as__fsm__priv.html sigtran/html/structxua__as__fsm__priv.js sigtran/html/structxua__asp__fsm__priv.html sigtran/html/structxua__asp__fsm__priv.js sigtran/html/structxua__common__hdr.html sigtran/html/structxua__common__hdr.js sigtran/html/structxua__dialect.html sigtran/html/structxua__dialect.js sigtran/html/structxua__msg.html sigtran/html/structxua__msg.js sigtran/html/structxua__msg__class.html sigtran/html/structxua__msg__class.js sigtran/html/structxua__msg__event__map.html sigtran/html/structxua__msg__event__map.js sigtran/html/structxua__msg__part.html sigtran/html/structxua__msg__part.js sigtran/html/structxua__parameter__hdr.html sigtran/html/structxua__parameter__hdr.js sigtran/html/sua_8c.html sigtran/html/sua_8c.js sigtran/html/sua_8h.html sigtran/html/sua_8h.js sigtran/html/sua_8h_source.html sigtran/html/sync_off.png sigtran/html/sync_on.png sigtran/html/tab_a.png sigtran/html/tab_b.png sigtran/html/tab_h.png sigtran/html/tab_s.png sigtran/html/tabs.css sigtran/html/xua__as__fsm_8c.html sigtran/html/xua__as__fsm_8c.js sigtran/html/xua__as__fsm_8h.html sigtran/html/xua__as__fsm_8h.js sigtran/html/xua__as__fsm_8h_source.html sigtran/html/xua__asp__fsm_8c.html sigtran/html/xua__asp__fsm_8c.js sigtran/html/xua__asp__fsm_8h.html sigtran/html/xua__asp__fsm_8h.js sigtran/html/xua__asp__fsm_8h_source.html sigtran/html/xua__default__lm__fsm_8c.html sigtran/html/xua__default__lm__fsm_8c.js sigtran/html/xua__internal_8h.html sigtran/html/xua__internal_8h.js sigtran/html/xua__internal_8h_source.html sigtran/html/xua__msg_8c.html sigtran/html/xua__msg_8c.js sigtran/html/xua__msg_8h.html sigtran/html/xua__msg_8h.js sigtran/html/xua__msg_8h_source.html sigtran/html/xua__rkm_8c.html sigtran/html/xua__rkm_8c.js sigtran/html/xua__shared_8c.html sigtran/html/xua__shared_8c.js sigtran/html/xua__snm_8c.html sigtran/html/xua__snm_8c.js sigtran/html/xua__types_8h.html sigtran/html/xua__types_8h.js sigtran/html/xua__types_8h_source.html sigtran/html/search/ sigtran/html/search/all_0.html sigtran/html/search/all_0.js sigtran/html/search/all_1.html sigtran/html/search/all_1.js sigtran/html/search/all_10.html sigtran/html/search/all_10.js sigtran/html/search/all_11.html sigtran/html/search/all_11.js sigtran/html/search/all_12.html sigtran/html/search/all_12.js sigtran/html/search/all_13.html sigtran/html/search/all_13.js sigtran/html/search/all_14.html sigtran/html/search/all_14.js sigtran/html/search/all_15.html sigtran/html/search/all_15.js sigtran/html/search/all_16.html sigtran/html/search/all_16.js sigtran/html/search/all_2.html sigtran/html/search/all_2.js sigtran/html/search/all_3.html sigtran/html/search/all_3.js sigtran/html/search/all_4.html sigtran/html/search/all_4.js sigtran/html/search/all_5.html sigtran/html/search/all_5.js sigtran/html/search/all_6.html sigtran/html/search/all_6.js sigtran/html/search/all_7.html sigtran/html/search/all_7.js sigtran/html/search/all_8.html sigtran/html/search/all_8.js sigtran/html/search/all_9.html sigtran/html/search/all_9.js sigtran/html/search/all_a.html sigtran/html/search/all_a.js sigtran/html/search/all_b.html sigtran/html/search/all_b.js sigtran/html/search/all_c.html sigtran/html/search/all_c.js sigtran/html/search/all_d.html sigtran/html/search/all_d.js sigtran/html/search/all_e.html sigtran/html/search/all_e.js sigtran/html/search/all_f.html sigtran/html/search/all_f.js sigtran/html/search/classes_0.html sigtran/html/search/classes_0.js sigtran/html/search/classes_1.html sigtran/html/search/classes_1.js sigtran/html/search/classes_2.html sigtran/html/search/classes_2.js sigtran/html/search/classes_3.html sigtran/html/search/classes_3.js sigtran/html/search/classes_4.html sigtran/html/search/classes_4.js sigtran/html/search/classes_5.html sigtran/html/search/classes_5.js sigtran/html/search/classes_6.html sigtran/html/search/classes_6.js sigtran/html/search/classes_7.html sigtran/html/search/classes_7.js sigtran/html/search/close.svg sigtran/html/search/defines_0.html sigtran/html/search/defines_0.js sigtran/html/search/defines_1.html sigtran/html/search/defines_1.js sigtran/html/search/defines_2.html sigtran/html/search/defines_2.js sigtran/html/search/defines_3.html sigtran/html/search/defines_3.js sigtran/html/search/defines_4.html sigtran/html/search/defines_4.js sigtran/html/search/defines_5.html sigtran/html/search/defines_5.js sigtran/html/search/defines_6.html sigtran/html/search/defines_6.js sigtran/html/search/defines_7.html sigtran/html/search/defines_7.js sigtran/html/search/defines_8.html sigtran/html/search/defines_8.js sigtran/html/search/defines_9.html sigtran/html/search/defines_9.js sigtran/html/search/defines_a.html sigtran/html/search/defines_a.js sigtran/html/search/defines_b.html sigtran/html/search/defines_b.js sigtran/html/search/defines_c.html sigtran/html/search/defines_c.js sigtran/html/search/defines_d.html sigtran/html/search/defines_d.js sigtran/html/search/defines_e.html sigtran/html/search/defines_e.js sigtran/html/search/enums_0.html sigtran/html/search/enums_0.js sigtran/html/search/enums_1.html sigtran/html/search/enums_1.js sigtran/html/search/enums_2.html sigtran/html/search/enums_2.js sigtran/html/search/enums_3.html sigtran/html/search/enums_3.js sigtran/html/search/enums_4.html sigtran/html/search/enums_4.js sigtran/html/search/enums_5.html sigtran/html/search/enums_5.js sigtran/html/search/enums_6.html sigtran/html/search/enums_6.js sigtran/html/search/enumvalues_0.html sigtran/html/search/enumvalues_0.js sigtran/html/search/enumvalues_1.html sigtran/html/search/enumvalues_1.js sigtran/html/search/enumvalues_2.html sigtran/html/search/enumvalues_2.js sigtran/html/search/enumvalues_3.html sigtran/html/search/enumvalues_3.js sigtran/html/search/enumvalues_4.html sigtran/html/search/enumvalues_4.js sigtran/html/search/enumvalues_5.html sigtran/html/search/enumvalues_5.js sigtran/html/search/enumvalues_6.html sigtran/html/search/enumvalues_6.js sigtran/html/search/enumvalues_7.html sigtran/html/search/enumvalues_7.js sigtran/html/search/enumvalues_8.html sigtran/html/search/enumvalues_8.js sigtran/html/search/files_0.html sigtran/html/search/files_0.js sigtran/html/search/files_1.html sigtran/html/search/files_1.js sigtran/html/search/files_2.html sigtran/html/search/files_2.js sigtran/html/search/files_3.html sigtran/html/search/files_3.js sigtran/html/search/files_4.html sigtran/html/search/files_4.js sigtran/html/search/functions_0.html sigtran/html/search/functions_0.js sigtran/html/search/functions_1.html sigtran/html/search/functions_1.js sigtran/html/search/functions_10.html sigtran/html/search/functions_10.js sigtran/html/search/functions_11.html sigtran/html/search/functions_11.js sigtran/html/search/functions_12.html sigtran/html/search/functions_12.js sigtran/html/search/functions_13.html sigtran/html/search/functions_13.js sigtran/html/search/functions_14.html sigtran/html/search/functions_14.js sigtran/html/search/functions_2.html sigtran/html/search/functions_2.js sigtran/html/search/functions_3.html sigtran/html/search/functions_3.js sigtran/html/search/functions_4.html sigtran/html/search/functions_4.js sigtran/html/search/functions_5.html sigtran/html/search/functions_5.js sigtran/html/search/functions_6.html sigtran/html/search/functions_6.js sigtran/html/search/functions_7.html sigtran/html/search/functions_7.js sigtran/html/search/functions_8.html sigtran/html/search/functions_8.js sigtran/html/search/functions_9.html sigtran/html/search/functions_9.js sigtran/html/search/functions_a.html sigtran/html/search/functions_a.js sigtran/html/search/functions_b.html sigtran/html/search/functions_b.js sigtran/html/search/functions_c.html sigtran/html/search/functions_c.js sigtran/html/search/functions_d.html sigtran/html/search/functions_d.js sigtran/html/search/functions_e.html sigtran/html/search/functions_e.js sigtran/html/search/functions_f.html sigtran/html/search/functions_f.js sigtran/html/search/mag_sel.svg sigtran/html/search/nomatches.html sigtran/html/search/search.css sigtran/html/search/search.js sigtran/html/search/search_l.png sigtran/html/search/search_m.png sigtran/html/search/search_r.png sigtran/html/search/searchdata.js sigtran/html/search/typedefs_0.html sigtran/html/search/typedefs_0.js sigtran/html/search/variables_0.html sigtran/html/search/variables_0.js sigtran/html/search/variables_1.html sigtran/html/search/variables_1.js sigtran/html/search/variables_10.html sigtran/html/search/variables_10.js sigtran/html/search/variables_11.html sigtran/html/search/variables_11.js sigtran/html/search/variables_12.html sigtran/html/search/variables_12.js sigtran/html/search/variables_13.html sigtran/html/search/variables_13.js sigtran/html/search/variables_14.html sigtran/html/search/variables_14.js sigtran/html/search/variables_15.html sigtran/html/search/variables_15.js sigtran/html/search/variables_16.html sigtran/html/search/variables_16.js sigtran/html/search/variables_2.html sigtran/html/search/variables_2.js sigtran/html/search/variables_3.html sigtran/html/search/variables_3.js sigtran/html/search/variables_4.html sigtran/html/search/variables_4.js sigtran/html/search/variables_5.html sigtran/html/search/variables_5.js sigtran/html/search/variables_6.html sigtran/html/search/variables_6.js sigtran/html/search/variables_7.html sigtran/html/search/variables_7.js sigtran/html/search/variables_8.html sigtran/html/search/variables_8.js sigtran/html/search/variables_9.html sigtran/html/search/variables_9.js sigtran/html/search/variables_a.html sigtran/html/search/variables_a.js sigtran/html/search/variables_b.html sigtran/html/search/variables_b.js sigtran/html/search/variables_c.html sigtran/html/search/variables_c.js sigtran/html/search/variables_d.html sigtran/html/search/variables_d.js sigtran/html/search/variables_e.html sigtran/html/search/variables_e.js sigtran/html/search/variables_f.html sigtran/html/search/variables_f.js sigtran/latex/ sigtran/latex/Makefile sigtran/latex/annotated.tex sigtran/latex/dir_555f705a94ad9dab648a26dddeca006d.tex sigtran/latex/dir_68267d1309a1af8e8297ef4c3efbcdba.tex sigtran/latex/dir_85348e37fbd25790b99e135735251b13.tex sigtran/latex/dir_abe9b486a10ccc5afdf8abc29637e0c1.tex sigtran/latex/dir_d44c64559bbebec7f509842c48db8b23.tex sigtran/latex/doxygen.sty sigtran/latex/files.tex sigtran/latex/ipa_8c.tex sigtran/latex/longtable_doxygen.sty sigtran/latex/m2ua__types_8h.tex sigtran/latex/m2ua__types_8h_source.tex sigtran/latex/m3ua_8c.tex sigtran/latex/m3ua_8h.tex sigtran/latex/m3ua_8h_source.tex sigtran/latex/mtp_8h.tex sigtran/latex/mtp_8h_source.tex sigtran/latex/mtp__pcap_8c.tex sigtran/latex/mtp__sap_8h.tex sigtran/latex/mtp__sap_8h_source.tex sigtran/latex/osmo__ss7_8c.tex sigtran/latex/osmo__ss7_8h.tex sigtran/latex/osmo__ss7_8h_source.tex sigtran/latex/osmo__ss7__as_8c.tex sigtran/latex/osmo__ss7__asp_8c.tex sigtran/latex/osmo__ss7__asp__peer_8c.tex sigtran/latex/osmo__ss7__hmrt_8c.tex sigtran/latex/osmo__ss7__vty_8c.tex sigtran/latex/osmo__ss7__xua__srv_8c.tex sigtran/latex/refman.tex sigtran/latex/sccp2sua_8c.tex sigtran/latex/sccp_8c.tex sigtran/latex/sccp__helpers_8c.tex sigtran/latex/sccp__helpers_8h.tex sigtran/latex/sccp__helpers_8h_source.tex sigtran/latex/sccp__internal_8h.tex sigtran/latex/sccp__internal_8h_source.tex sigtran/latex/sccp__lbcs_8c.tex sigtran/latex/sccp__sap_8c.tex sigtran/latex/sccp__sap_8h.tex sigtran/latex/sccp__sap_8h_source.tex sigtran/latex/sccp__sclc_8c.tex sigtran/latex/sccp__scmg_8c.tex sigtran/latex/sccp__scmg_8h.tex sigtran/latex/sccp__scmg_8h_source.tex sigtran/latex/sccp__scoc_8c.tex sigtran/latex/sccp__scrc_8c.tex sigtran/latex/sccp__types_8c.tex sigtran/latex/sccp__user_8c.tex sigtran/latex/sccp__vty_8c.tex sigtran/latex/sigtran__sap_8h.tex sigtran/latex/sigtran__sap_8h_source.tex sigtran/latex/ss7__internal_8h.tex sigtran/latex/ss7__internal_8h_source.tex sigtran/latex/structipa__asp__fsm__priv.tex sigtran/latex/structlm__fsm__priv.tex sigtran/latex/structm3ua__data__hdr.tex sigtran/latex/structosmo__mtp__pause__param.tex sigtran/latex/structosmo__mtp__prim.tex sigtran/latex/structosmo__mtp__resume__param.tex sigtran/latex/structosmo__mtp__status__param.tex sigtran/latex/structosmo__mtp__transfer__param.tex sigtran/latex/structosmo__sccp__addr.tex sigtran/latex/structosmo__sccp__addr__entry.tex sigtran/latex/structosmo__sccp__gt.tex sigtran/latex/structosmo__sccp__instance.tex sigtran/latex/structosmo__sccp__user.tex sigtran/latex/structosmo__scu__connect__param.tex sigtran/latex/structosmo__scu__data__param.tex sigtran/latex/structosmo__scu__disconn__param.tex sigtran/latex/structosmo__scu__notice__param.tex sigtran/latex/structosmo__scu__pcstate__param.tex sigtran/latex/structosmo__scu__prim.tex sigtran/latex/structosmo__scu__reset__param.tex sigtran/latex/structosmo__scu__state__param.tex sigtran/latex/structosmo__scu__unitdata__param.tex sigtran/latex/structosmo__ss7__as.tex sigtran/latex/structosmo__ss7__asp.tex sigtran/latex/structosmo__ss7__asp__peer.tex sigtran/latex/structosmo__ss7__instance.tex sigtran/latex/structosmo__ss7__link.tex sigtran/latex/structosmo__ss7__linkset.tex sigtran/latex/structosmo__ss7__pc__fmt.tex sigtran/latex/structosmo__ss7__route.tex sigtran/latex/structosmo__ss7__route__table.tex sigtran/latex/structosmo__ss7__routing__key.tex sigtran/latex/structosmo__ss7__user.tex sigtran/latex/structosmo__xlm__prim.tex sigtran/latex/structosmo__xlm__prim__error.tex sigtran/latex/structosmo__xlm__prim__notify.tex sigtran/latex/structosmo__xlm__prim__rk__dereg.tex sigtran/latex/structosmo__xlm__prim__rk__reg.tex sigtran/latex/structosmo__xua__layer__manager.tex sigtran/latex/structosmo__xua__server.tex sigtran/latex/structpcap__hdr.tex sigtran/latex/structpcaprec__hdr.tex sigtran/latex/structsccp__connection.tex sigtran/latex/structsccp__data__callback.tex sigtran/latex/structsccp__scmg__msg.tex sigtran/latex/structsccp__system.tex sigtran/latex/structudt__offsets.tex sigtran/latex/structxua__as__fsm__priv.tex sigtran/latex/structxua__asp__fsm__priv.tex sigtran/latex/structxua__common__hdr.tex sigtran/latex/structxua__dialect.tex sigtran/latex/structxua__msg.tex sigtran/latex/structxua__msg__class.tex sigtran/latex/structxua__msg__event__map.tex sigtran/latex/structxua__msg__part.tex sigtran/latex/structxua__parameter__hdr.tex sigtran/latex/sua_8c.tex sigtran/latex/sua_8h.tex sigtran/latex/sua_8h_source.tex sigtran/latex/tabu_doxygen.sty sigtran/latex/xua__as__fsm_8c.tex sigtran/latex/xua__as__fsm_8h.tex sigtran/latex/xua__as__fsm_8h_source.tex sigtran/latex/xua__asp__fsm_8c.tex sigtran/latex/xua__asp__fsm_8h.tex sigtran/latex/xua__asp__fsm_8h_source.tex sigtran/latex/xua__default__lm__fsm_8c.tex sigtran/latex/xua__internal_8h.tex sigtran/latex/xua__internal_8h_source.tex sigtran/latex/xua__msg_8c.tex sigtran/latex/xua__msg_8h.tex sigtran/latex/xua__msg_8h_source.tex sigtran/latex/xua__rkm_8c.tex sigtran/latex/xua__shared_8c.tex sigtran/latex/xua__snm_8c.tex sigtran/latex/xua__types_8h.tex sigtran/latex/xua__types_8h_source.tex sent 216,289 bytes received 140,911 bytes 238,133.33 bytes/sec total size is 21,773,411 speedup is 60.96 + [ -d osmo-gmr/doc ] + rsync -avz --delete -e ssh -o UserKnownHostsFile=/build/contrib/known_hosts -p 48 ./osmo-gmr/doc/ api@ftp.osmocom.org:web-files/latest/osmo-gmr/ sending incremental file list ./ html.tar osmo-gmr.tag html/ html/a5_8c.html html/a5_8c.js html/a5_8h.html html/a5_8h.js html/a5_8h_source.html html/ambe_8c.html html/ambe_8c.js html/annotated.html html/annotated_dup.js html/bc_s.png html/bcch_8c.html html/bcch_8c.js html/bcch_8h.html html/bcch_8h.js html/bcch_8h_source.html html/bdwn.png html/ccch_8c.html html/ccch_8c.js html/ccch_8h.html html/ccch_8h.js html/ccch_8h_source.html html/classes.html html/closed.png html/codec_8c.html html/codec_8c.js html/codec_8h.html html/codec_8h.js html/codec_8h_source.html html/conv_8c.html html/conv_8c.js html/conv_8h.html html/conv_8h.js html/conv_8h_source.html html/crc_8c.html html/crc_8c.js html/crc_8h.html html/crc_8h.js html/crc_8h_source.html html/dir_49d8fb8de83b72576102f4228b661ee1.html html/dir_49d8fb8de83b72576102f4228b661ee1.js html/dir_68267d1309a1af8e8297ef4c3efbcdba.html html/dir_68267d1309a1af8e8297ef4c3efbcdba.js html/dir_7cd3553532f49ae70e5af4297e6b9642.html html/dir_7cd3553532f49ae70e5af4297e6b9642.js html/dir_85d85a69dfdae3508530486760177413.html html/dir_85d85a69dfdae3508530486760177413.js html/dir_8d7fe3e74f1d95a733af486e7566cca0.html html/dir_8d7fe3e74f1d95a733af486e7566cca0.js html/dir_9c8ef0db9d7395bd53b81b89d3ccbcb1.html html/dir_9c8ef0db9d7395bd53b81b89d3ccbcb1.js html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js html/dir_b28332b7c67bf5065126b2ebef06f8f3.html html/dir_b28332b7c67bf5065126b2ebef06f8f3.js html/dir_d44c64559bbebec7f509842c48db8b23.html html/dir_d44c64559bbebec7f509842c48db8b23.js html/dir_de2ed61ed77189ce3af8769c70dd3919.html html/dir_de2ed61ed77189ce3af8769c70dd3919.js html/dkab_8c.html html/dkab_8c.js html/dkab_8h.html html/dkab_8h.js html/dkab_8h_source.html html/doc.png html/doxygen.css html/doxygen.svg html/dynsections.js html/facch3_8c.html html/facch3_8c.js html/facch3_8h.html html/facch3_8h.js html/facch3_8h_source.html html/facch9_8c.html html/facch9_8c.js html/facch9_8h.html html/facch9_8h.js html/facch9_8h_source.html html/fcch_8c.html html/fcch_8c.js html/fcch_8h.html html/fcch_8h.js html/fcch_8h_source.html html/files.html html/files_dup.js html/folderclosed.png html/folderopen.png html/form_0.png html/form_1.png html/form_2.png html/formula.repository html/frame_8c.html html/frame_8c.js html/functions.html html/functions_vars.html html/globals.html html/globals_c.html html/globals_d.html html/globals_defs.html html/globals_dup.js html/globals_enum.html html/globals_eval.html html/globals_func.html html/globals_g.html html/globals_m.html html/globals_s.html html/globals_vars.html html/group__a5.html html/group__a5.js html/group__bcch.html html/group__bcch.js html/group__ccch.html html/group__ccch.js html/group__codec.html html/group__codec.js html/group__codec__private.html html/group__codec__private.js html/group__conv.html html/group__conv.js html/group__crc.html html/group__crc.js html/group__dkab.html html/group__dkab.js html/group__facch3.html html/group__facch3.js html/group__facch9.html html/group__facch9.js html/group__fcch.html html/group__fcch.js html/group__gsmtap.html html/group__gsmtap.js html/group__interleave.html html/group__interleave.js html/group__l1.html html/group__l1.js html/group__l1__chan.html html/group__l1__chan.js html/group__l1__prim.html html/group__l1__prim.js html/group__nb.html html/group__nb.js html/group__pi4cxpsk.html html/group__pi4cxpsk.js html/group__punct.html html/group__punct.js html/group__rach.html html/group__rach.js html/group__scramb.html html/group__scramb.js html/group__sdr.html html/group__sdr.js html/group__tch3.html html/group__tch3.js html/group__tch9.html html/group__tch9.js html/group__xch__dc12.html html/group__xch__dc12.js html/gsmtap_8c.html html/gsmtap_8c.js html/gsmtap_8h.html html/gsmtap_8h.js html/gsmtap_8h_source.html html/index.html html/interleave_8c.html html/interleave_8c.js html/interleave_8h.html html/interleave_8h.js html/interleave_8h_source.html html/jquery.js html/l1_2defs_8h.html html/l1_2defs_8h_source.html html/math_8c.html html/math_8c.js html/menu.js html/menudata.js html/modules.html html/modules.js html/nav_f.png html/nav_g.png html/nav_h.png html/navtree.css html/navtree.js html/navtreedata.js html/navtreeindex0.js html/navtreeindex1.js html/navtreeindex2.js html/nb_8c.html html/nb_8c.js html/nb_8h.html html/nb_8h.js html/nb_8h_source.html html/open.png html/pi4cxpsk_8c.html html/pi4cxpsk_8c.js html/pi4cxpsk_8h.html html/pi4cxpsk_8h.js html/pi4cxpsk_8h_source.html html/private_8h.html html/private_8h.js html/private_8h_source.html html/punct_8c.html html/punct_8c.js html/punct_8h.html html/punct_8h.js html/punct_8h_source.html html/rach_8c.html html/rach_8c.js html/rach_8h.html html/rach_8h.js html/rach_8h_source.html html/resize.js html/scramb_8c.html html/scramb_8c.js html/scramb_8h.html html/scramb_8h.js html/scramb_8h_source.html html/sdr_2defs_8h.html html/sdr_2defs_8h.js html/sdr_2defs_8h_source.html html/splitbar.png html/structambe__decoder.html html/structambe__decoder.js html/structambe__raw__params.html html/structambe__raw__params.js html/structambe__subframe.html html/structambe__subframe.js html/structambe__synth.html html/structambe__synth.js html/structchan__desc.html html/structgmr1__codec.html html/structgmr1__codec.js html/structgmr1__fcch__burst.html html/structgmr1__fcch__burst.js html/structgmr1__interleaver.html html/structgmr1__interleaver.js html/structgmr1__pi4cxpsk__burst.html html/structgmr1__pi4cxpsk__burst.js html/structgmr1__pi4cxpsk__data.html html/structgmr1__pi4cxpsk__data.js html/structgmr1__pi4cxpsk__modulation.html html/structgmr1__pi4cxpsk__modulation.js html/structgmr1__pi4cxpsk__symbol.html html/structgmr1__pi4cxpsk__symbol.js html/structgmr1__pi4cxpsk__sync.html html/structgmr1__pi4cxpsk__sync.js html/structgmr1__puncturer.html html/structgmr1__puncturer.js html/structtch3__state.html html/structtch9__state.html html/structtone__desc.html html/structtone__desc.js html/sync_off.png html/sync_on.png html/synth_8c.html html/synth_8c.js html/tab_a.png html/tab_b.png html/tab_h.png html/tab_s.png html/tables_8c.html html/tables_8c.js html/tabs.css html/tch3_8c.html html/tch3_8c.js html/tch3_8h.html html/tch3_8h.js html/tch3_8h_source.html html/tch9_8c.html html/tch9_8c.js html/tch9_8h.html html/tch9_8h.js html/tch9_8h_source.html html/tone_8c.html html/tone_8c.js html/xch__dc12_8c.html html/xch__dc12_8c.js html/xch__dc12_8h.html html/xch__dc12_8h.js html/xch__dc12_8h_source.html html/search/ html/search/all_0.html html/search/all_0.js html/search/all_1.html html/search/all_1.js html/search/all_10.html html/search/all_10.js html/search/all_11.html html/search/all_11.js html/search/all_12.html html/search/all_12.js html/search/all_13.html html/search/all_13.js html/search/all_14.html html/search/all_14.js html/search/all_15.html html/search/all_15.js html/search/all_16.html html/search/all_16.js html/search/all_17.html html/search/all_17.js html/search/all_18.html html/search/all_18.js html/search/all_2.html html/search/all_2.js html/search/all_3.html html/search/all_3.js html/search/all_4.html html/search/all_4.js html/search/all_5.html html/search/all_5.js html/search/all_6.html html/search/all_6.js html/search/all_7.html html/search/all_7.js html/search/all_8.html html/search/all_8.js html/search/all_9.html html/search/all_9.js html/search/all_a.html html/search/all_a.js html/search/all_b.html html/search/all_b.js html/search/all_c.html html/search/all_c.js html/search/all_d.html html/search/all_d.js html/search/all_e.html html/search/all_e.js html/search/all_f.html html/search/all_f.js html/search/classes_0.html html/search/classes_0.js html/search/classes_1.html html/search/classes_1.js html/search/classes_2.html html/search/classes_2.js html/search/classes_3.html html/search/classes_3.js html/search/classes_4.html html/search/classes_4.js html/search/classes_5.html html/search/classes_5.js html/search/classes_6.html html/search/classes_6.js html/search/classes_7.html html/search/classes_7.js html/search/classes_8.html html/search/classes_8.js html/search/classes_9.html html/search/classes_9.js html/search/classes_a.html html/search/classes_a.js html/search/classes_b.html html/search/classes_b.js html/search/classes_c.html html/search/classes_c.js html/search/classes_d.html html/search/classes_d.js html/search/classes_e.html html/search/classes_e.js html/search/close.svg html/search/enums_0.html html/search/enums_0.js html/search/enums_1.html html/search/enums_1.js html/search/enums_2.html html/search/enums_2.js html/search/enums_3.html html/search/enums_3.js html/search/enums_4.html html/search/enums_4.js html/search/enums_5.html html/search/enums_5.js html/search/enums_6.html html/search/enums_6.js html/search/enumvalues_0.html html/search/enumvalues_0.js html/search/enumvalues_1.html html/search/enumvalues_1.js html/search/files_0.html html/search/files_0.js html/search/files_1.html html/search/files_1.js html/search/files_10.html html/search/files_10.js html/search/files_11.html html/search/files_11.js html/search/files_12.html html/search/files_12.js html/search/files_13.html html/search/files_13.js html/search/files_2.html html/search/files_2.js html/search/files_3.html html/search/files_3.js html/search/files_4.html html/search/files_4.js html/search/files_5.html html/search/files_5.js html/search/files_6.html html/search/files_6.js html/search/files_7.html html/search/files_7.js html/search/files_8.html html/search/files_8.js html/search/files_9.html html/search/files_9.js html/search/files_a.html html/search/files_a.js html/search/files_b.html html/search/files_b.js html/search/files_c.html html/search/files_c.js html/search/files_d.html html/search/files_d.js html/search/files_e.html html/search/files_e.js html/search/files_f.html html/search/files_f.js html/search/functions_0.html html/search/functions_0.js html/search/functions_1.html html/search/functions_1.js html/search/functions_10.html html/search/functions_10.js html/search/functions_11.html html/search/functions_11.js html/search/functions_2.html html/search/functions_2.js html/search/functions_3.html html/search/functions_3.js html/search/functions_4.html html/search/functions_4.js html/search/functions_5.html html/search/functions_5.js html/search/functions_6.html html/search/functions_6.js html/search/functions_7.html html/search/functions_7.js html/search/functions_8.html html/search/functions_8.js html/search/functions_9.html html/search/functions_9.js html/search/functions_a.html html/search/functions_a.js html/search/functions_b.html html/search/functions_b.js html/search/functions_c.html html/search/functions_c.js html/search/functions_d.html html/search/functions_d.js html/search/functions_e.html html/search/functions_e.js html/search/functions_f.html html/search/functions_f.js html/search/groups_0.html html/search/groups_0.js html/search/groups_1.html html/search/groups_1.js html/search/groups_10.html html/search/groups_10.js html/search/groups_2.html html/search/groups_2.js html/search/groups_3.html html/search/groups_3.js html/search/groups_4.html html/search/groups_4.js html/search/groups_5.html html/search/groups_5.js html/search/groups_6.html html/search/groups_6.js html/search/groups_7.html html/search/groups_7.js html/search/groups_8.html html/search/groups_8.js html/search/groups_9.html html/search/groups_9.js html/search/groups_a.html html/search/groups_a.js html/search/groups_b.html html/search/groups_b.js html/search/groups_c.html html/search/groups_c.js html/search/groups_d.html html/search/groups_d.js html/search/groups_e.html html/search/groups_e.js html/search/groups_f.html html/search/groups_f.js html/search/mag_sel.svg html/search/nomatches.html html/search/search.css html/search/search.js html/search/search_l.png html/search/search_m.png html/search/search_r.png html/search/searchdata.js html/search/typedefs_0.html html/search/typedefs_0.js html/search/typedefs_1.html html/search/typedefs_1.js html/search/typedefs_2.html html/search/typedefs_2.js html/search/typedefs_3.html html/search/typedefs_3.js html/search/typedefs_4.html html/search/typedefs_4.js html/search/typedefs_5.html html/search/typedefs_5.js html/search/typedefs_6.html html/search/typedefs_6.js html/search/variables_0.html html/search/variables_0.js html/search/variables_1.html html/search/variables_1.js html/search/variables_10.html html/search/variables_10.js html/search/variables_11.html html/search/variables_11.js html/search/variables_12.html html/search/variables_12.js html/search/variables_13.html html/search/variables_13.js html/search/variables_14.html html/search/variables_14.js html/search/variables_15.html html/search/variables_15.js html/search/variables_16.html html/search/variables_16.js html/search/variables_2.html html/search/variables_2.js html/search/variables_3.html html/search/variables_3.js html/search/variables_4.html html/search/variables_4.js html/search/variables_5.html html/search/variables_5.js html/search/variables_6.html html/search/variables_6.js html/search/variables_7.html html/search/variables_7.js html/search/variables_8.html html/search/variables_8.js html/search/variables_9.html html/search/variables_9.js html/search/variables_a.html html/search/variables_a.js html/search/variables_b.html html/search/variables_b.js html/search/variables_c.html html/search/variables_c.js html/search/variables_d.html html/search/variables_d.js html/search/variables_e.html html/search/variables_e.js html/search/variables_f.html html/search/variables_f.js latex/ latex/Makefile latex/a5_8c.tex latex/a5_8h.tex latex/a5_8h_source.tex latex/ambe_8c.tex latex/annotated.tex latex/bcch_8c.tex latex/bcch_8h.tex latex/bcch_8h_source.tex latex/ccch_8c.tex latex/ccch_8h.tex latex/ccch_8h_source.tex latex/codec_8c.tex latex/codec_8h.tex latex/codec_8h_source.tex latex/conv_8c.tex latex/conv_8h.tex latex/conv_8h_source.tex latex/crc_8c.tex latex/crc_8h.tex latex/crc_8h_source.tex latex/dkab_8c.tex latex/dkab_8h.tex latex/dkab_8h_source.tex latex/doxygen.sty latex/facch3_8c.tex latex/facch3_8h.tex latex/facch3_8h_source.tex latex/facch9_8c.tex latex/facch9_8h.tex latex/facch9_8h_source.tex latex/fcch_8c.tex latex/fcch_8h.tex latex/fcch_8h_source.tex latex/files.tex latex/frame_8c.tex latex/group__a5.tex latex/group__bcch.tex latex/group__ccch.tex latex/group__codec.tex latex/group__codec__private.tex latex/group__conv.tex latex/group__crc.tex latex/group__dkab.tex latex/group__facch3.tex latex/group__facch9.tex latex/group__fcch.tex latex/group__gsmtap.tex latex/group__interleave.tex latex/group__l1.tex latex/group__l1__chan.tex latex/group__l1__prim.tex latex/group__nb.tex latex/group__pi4cxpsk.tex latex/group__punct.tex latex/group__rach.tex latex/group__scramb.tex latex/group__sdr.tex latex/group__tch3.tex latex/group__tch9.tex latex/group__xch__dc12.tex latex/gsmtap_8c.tex latex/gsmtap_8h.tex latex/gsmtap_8h_source.tex latex/interleave_8c.tex latex/interleave_8h.tex latex/interleave_8h_source.tex latex/l1_2defs_8h.tex latex/l1_2defs_8h_source.tex latex/longtable_doxygen.sty latex/math_8c.tex latex/modules.tex latex/nb_8c.tex latex/nb_8h.tex latex/nb_8h_source.tex latex/pi4cxpsk_8c.tex latex/pi4cxpsk_8h.tex latex/pi4cxpsk_8h_source.tex latex/private_8h.tex latex/private_8h_source.tex latex/punct_8c.tex latex/punct_8h.tex latex/punct_8h_source.tex latex/rach_8c.tex latex/rach_8h.tex latex/rach_8h_source.tex latex/refman.tex latex/scramb_8c.tex latex/scramb_8h.tex latex/scramb_8h_source.tex latex/sdr_2defs_8h.tex latex/sdr_2defs_8h_source.tex latex/structambe__decoder.tex latex/structambe__raw__params.tex latex/structambe__subframe.tex latex/structambe__synth.tex latex/structchan__desc.tex latex/structgmr1__codec.tex latex/structgmr1__fcch__burst.tex latex/structgmr1__interleaver.tex latex/structgmr1__pi4cxpsk__burst.tex latex/structgmr1__pi4cxpsk__data.tex latex/structgmr1__pi4cxpsk__modulation.tex latex/structgmr1__pi4cxpsk__symbol.tex latex/structgmr1__pi4cxpsk__sync.tex latex/structgmr1__puncturer.tex latex/structtch3__state.tex latex/structtch9__state.tex latex/structtone__desc.tex latex/synth_8c.tex latex/tables_8c.tex latex/tabu_doxygen.sty latex/tch3_8c.tex latex/tch3_8h.tex latex/tch3_8h_source.tex latex/tch9_8c.tex latex/tch9_8h.tex latex/tch9_8h_source.tex latex/tone_8c.tex latex/xch__dc12_8c.tex latex/xch__dc12_8h.tex latex/xch__dc12_8h_source.tex sent 138,501 bytes received 61,148 bytes 133,099.33 bytes/sec total size is 7,586,279 speedup is 38.00 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 4112868 killed; [ssh-agent] Stopped. Finished: SUCCESS