[Debian-mobcom-maintainers] Bug#1062560: libosmocore: NMU diff for 64-bit time_t transition

Benjamin Drung bdrung at debian.org
Wed Feb 28 16:10:03 GMT 2024


Source: libosmocore
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
-------------- next part --------------
diff -Nru libosmocore-1.7.0/debian/changelog libosmocore-1.7.0/debian/changelog
--- libosmocore-1.7.0/debian/changelog	2022-10-09 07:16:43.000000000 +0000
+++ libosmocore-1.7.0/debian/changelog	2024-02-28 16:09:15.000000000 +0000
@@ -1,3 +1,10 @@
+libosmocore (1.7.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062560
+
+ -- Benjamin Drung <bdrung at debian.org>  Wed, 28 Feb 2024 16:09:15 +0000
+
 libosmocore (1.7.0-3) unstable; urgency=medium
 
   * upload to unstable
diff -Nru libosmocore-1.7.0/debian/control libosmocore-1.7.0/debian/control
--- libosmocore-1.7.0/debian/control	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/control	2024-02-28 16:09:15.000000000 +0000
@@ -4,7 +4,7 @@
 	, Thorsten Alteholz <debian at alteholz.de>
 Section: libs
 Priority: optional
-Build-Depends: debhelper-compat (= 13)
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
 	, doxygen
 	, txt2man
 	, libpcsclite-dev
@@ -24,13 +24,13 @@
 Package: libosmocore
 Architecture: any
 Multi-Arch: same
-Depends: libosmocodec0 (= ${binary:Version}),
-         libosmocore19 (= ${binary:Version}),
-         libosmogb14 (= ${binary:Version}),
-         libosmogsm18 (= ${binary:Version}),
-         libosmovty9 (= ${binary:Version}),
-         libosmoctrl0 (= ${binary:Version}),
-         libosmosim2 (= ${binary:Version}),
+Depends: libosmocodec0t64 (= ${binary:Version}),
+         libosmocore19t64 (= ${binary:Version}),
+         libosmogb14t64 (= ${binary:Version}),
+         libosmogsm18t64 (= ${binary:Version}),
+         libosmovty9t64 (= ${binary:Version}),
+         libosmoctrl0t64 (= ${binary:Version}),
+         libosmosim2t64 (= ${binary:Version}),
          ${misc:Depends}
 Description: Open Source MObile COMmunications CORE library (metapackage)
  The libraries provided by this package contain various utility functions.
@@ -39,7 +39,10 @@
  least) other programs that are developed in the sphere of Free Software / Open
  Source mobile communication.
 
-Package: libosmocodec0
+Package: libosmocodec0t64
+Provides: ${t64:Provides}
+Replaces: libosmocodec0
+Breaks: libosmocodec0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -64,7 +67,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmocodec0,
+         libosmocodec0t64,
          libjs-jquery
 Description: Documentation for the osmo codec library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -75,14 +78,15 @@
  .
  This package contains the documentation for the libosmocodec library.
 
-Package: libosmocoding0
+Package: libosmocoding0t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libosmocore9 (<< 0.10.2-7)
-Breaks: libosmocore9 (<< 0.10.2-7)
+Replaces: libosmocoding0, libosmocore9 (<< 0.10.2-7)
+Breaks: libosmocoding0 (<< ${source:Version}), libosmocore9 (<< 0.10.2-7)
 Description: Osmo coding library
  This is part of the libosmocore "meta"-library. The libosmocore library
  contains various utility functions that were originally developed as part of
@@ -97,7 +101,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmocoding0,
+         libosmocoding0t64,
          libjs-jquery
 Description: Documentation for the osmo coding library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -108,7 +112,10 @@
  .
  This package contains the documentation for the libosmocoding library.
 
-Package: libosmocore19
+Package: libosmocore19t64
+Provides: ${t64:Provides}
+Replaces: libosmocore19
+Breaks: libosmocore19 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -128,7 +135,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmocore19,
+         libosmocore19t64,
          libjs-jquery,
          libosmocodec-doc,
          libosmogsm-doc,
@@ -142,7 +149,10 @@
  .
  This package contains the documentation for the libosmocore library.
 
-Package: libosmogb14
+Package: libosmogb14t64
+Provides: ${t64:Provides}
+Replaces: libosmogb14
+Breaks: libosmogb14 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -158,7 +168,10 @@
  The libosmogb library in particular contains a GPRS BSSGP protocol
  implementation.
 
-Package: libosmogsm18
+Package: libosmogsm18t64
+Provides: ${t64:Provides}
+Replaces: libosmogsm18
+Breaks: libosmogsm18 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -181,7 +194,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmogsm18,
+         libosmogsm18t64,
          libjs-jquery
 Description: Documentation for the Osmo GSM utility library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -192,7 +205,10 @@
  .
  This package contains the documentation for the libosmogsm library.
 
-Package: libosmovty9
+Package: libosmovty9t64
+Provides: ${t64:Provides}
+Replaces: libosmovty9
+Breaks: libosmovty9 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -212,7 +228,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmovty9,
+         libosmovty9t64,
          libjs-jquery
 Description: Documentation for the Osmo VTY library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -223,7 +239,10 @@
  .
  This package contains the documentation for the libosmovty library.
 
-Package: libosmoctrl0
+Package: libosmoctrl0t64
+Provides: ${t64:Provides}
+Replaces: libosmoctrl0
+Breaks: libosmoctrl0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -242,7 +261,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         libosmoctrl0,
+         libosmoctrl0t64,
          libjs-jquery
 Description: Documentation for the Osmocom CTRL library
  This is part of the libosmocore "meta"-library. The libosmocore library
@@ -253,7 +272,10 @@
  .
  This package contains the documentation for the libosmoctrl library.
 
-Package: libosmosim2
+Package: libosmosim2t64
+Provides: ${t64:Provides}
+Replaces: libosmosim2
+Breaks: libosmosim2 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -272,14 +294,14 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libosmocodec0 (= ${binary:Version}),
-         libosmocore19 (= ${binary:Version}),
-         libosmogb14 (= ${binary:Version}),
-         libosmogsm18 (= ${binary:Version}),
-         libosmovty9 (= ${binary:Version}),
-         libosmoctrl0 (= ${binary:Version}),
-         libosmosim2 (= ${binary:Version}),
-         libosmocoding0 (= ${binary:Version}),
+Depends: libosmocodec0t64 (= ${binary:Version}),
+         libosmocore19t64 (= ${binary:Version}),
+         libosmogb14t64 (= ${binary:Version}),
+         libosmogsm18t64 (= ${binary:Version}),
+         libosmovty9t64 (= ${binary:Version}),
+         libosmoctrl0t64 (= ${binary:Version}),
+         libosmosim2t64 (= ${binary:Version}),
+         libosmocoding0t64 (= ${binary:Version}),
          libtalloc-dev,
          libsctp-dev,
          ${misc:Depends}
diff -Nru libosmocore-1.7.0/debian/libosmocodec0.install libosmocore-1.7.0/debian/libosmocodec0.install
--- libosmocore-1.7.0/debian/libosmocodec0.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocodec0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmocodec*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmocodec0.symbols libosmocore-1.7.0/debian/libosmocodec0.symbols
--- libosmocore-1.7.0/debian/libosmocodec0.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocodec0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,29 +0,0 @@
-libosmocodec.so.0 libosmocodec0 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- gsm610_bitorder at Base 0.9.6
- gsm620_unvoiced_bitorder at Base 0.9.6
- gsm620_voiced_bitorder at Base 0.9.6
- gsm660_bitorder at Base 0.9.6
- gsm690_10_2_bitorder at Base 0.9.6
- gsm690_12_2_bitorder at Base 0.9.6
- gsm690_4_75_bitorder at Base 0.9.6
- gsm690_5_15_bitorder at Base 0.9.6
- gsm690_5_9_bitorder at Base 0.9.6
- gsm690_6_7_bitorder at Base 0.9.6
- gsm690_7_4_bitorder at Base 0.9.6
- gsm690_7_95_bitorder at Base 0.9.6
- gsm690_bitlength at Base 1.4.0
- osmo_amr_d_to_s at Base 1.4.0
- osmo_amr_rtp_dec at Base 0.9.6
- osmo_amr_rtp_enc at Base 0.9.6
- osmo_amr_s_to_d at Base 1.4.0
- osmo_amr_type_names at Base 0.9.6
- osmo_ecu_destroy at Base 1.3.0
- osmo_ecu_fr_conceal at Base 0.11.0
- osmo_ecu_fr_reset at Base 0.11.0
- osmo_ecu_frame_in at Base 1.3.0
- osmo_ecu_frame_out at Base 1.3.0
- osmo_ecu_init at Base 1.3.0
- osmo_ecu_register at Base 1.3.0
- osmo_fr_check_sid at Base 0.9.6
- osmo_hr_check_sid at Base 0.9.6
diff -Nru libosmocore-1.7.0/debian/libosmocodec0t64.install libosmocore-1.7.0/debian/libosmocodec0t64.install
--- libosmocore-1.7.0/debian/libosmocodec0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocodec0t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmocodec*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmocodec0t64.lintian-overrides libosmocore-1.7.0/debian/libosmocodec0t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmocodec0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocodec0t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmocodec0t64: package-name-doesnt-match-sonames libosmocodec0
diff -Nru libosmocore-1.7.0/debian/libosmocodec0t64.symbols libosmocore-1.7.0/debian/libosmocodec0t64.symbols
--- libosmocore-1.7.0/debian/libosmocodec0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocodec0t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,29 @@
+libosmocodec.so.0 libosmocodec0t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ gsm610_bitorder at Base 0.9.6
+ gsm620_unvoiced_bitorder at Base 0.9.6
+ gsm620_voiced_bitorder at Base 0.9.6
+ gsm660_bitorder at Base 0.9.6
+ gsm690_10_2_bitorder at Base 0.9.6
+ gsm690_12_2_bitorder at Base 0.9.6
+ gsm690_4_75_bitorder at Base 0.9.6
+ gsm690_5_15_bitorder at Base 0.9.6
+ gsm690_5_9_bitorder at Base 0.9.6
+ gsm690_6_7_bitorder at Base 0.9.6
+ gsm690_7_4_bitorder at Base 0.9.6
+ gsm690_7_95_bitorder at Base 0.9.6
+ gsm690_bitlength at Base 1.4.0
+ osmo_amr_d_to_s at Base 1.4.0
+ osmo_amr_rtp_dec at Base 0.9.6
+ osmo_amr_rtp_enc at Base 0.9.6
+ osmo_amr_s_to_d at Base 1.4.0
+ osmo_amr_type_names at Base 0.9.6
+ osmo_ecu_destroy at Base 1.3.0
+ osmo_ecu_fr_conceal at Base 0.11.0
+ osmo_ecu_fr_reset at Base 0.11.0
+ osmo_ecu_frame_in at Base 1.3.0
+ osmo_ecu_frame_out at Base 1.3.0
+ osmo_ecu_init at Base 1.3.0
+ osmo_ecu_register at Base 1.3.0
+ osmo_fr_check_sid at Base 0.9.6
+ osmo_hr_check_sid at Base 0.9.6
diff -Nru libosmocore-1.7.0/debian/libosmocoding0.install libosmocore-1.7.0/debian/libosmocoding0.install
--- libosmocore-1.7.0/debian/libosmocoding0.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocoding0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmocoding*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmocoding0.symbols libosmocore-1.7.0/debian/libosmocoding0.symbols
--- libosmocore-1.7.0/debian/libosmocoding0.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocoding0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,123 +0,0 @@
-libosmocoding.so.0 libosmocoding0 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- LIBOSMOCODING_1.0 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_afs_ic_sbit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_afs_ic_ubit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_ahs_ic_sbit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_ahs_ic_ubit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_amr_crc14 at LIBOSMOCODING_1.0 1.4.0
- gsm0503_amr_crc6 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_amr_dtx_frame_names at LIBOSMOCODING_1.0 1.4.0
- gsm0503_cs234_crc16 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_detect_afs_dtx_frame2 at LIBOSMOCODING_1.0 1.7.0
- gsm0503_detect_afs_dtx_frame at LIBOSMOCODING_1.0 1.4.0
- gsm0503_detect_ahs_dtx_frame2 at LIBOSMOCODING_1.0 1.7.0
- gsm0503_detect_ahs_dtx_frame at LIBOSMOCODING_1.0 1.4.0
- gsm0503_fire_crc40 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_gsm_efr_protected_bits at LIBOSMOCODING_1.0 0.11.0
- gsm0503_gsm_fr_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_interleave_mcs5 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs1_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs1_dl_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs1_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs1_ul_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_burst_swap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_dl_burst_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_dl_burst_unmap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_dl_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_ul_burst_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_ul_burst_unmap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_ul_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs5_usf_precode_table at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_dl_burst_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_dl_burst_unmap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_dl_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_ul_burst_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_ul_burst_unmap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs7_ul_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs8_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs8_dl_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs8_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs8_ul_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs_crc12 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_mcs_crc8_hdr at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_edge_hl_hn_sbit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_edge_hl_hn_ubit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_egprs_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_egprs_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_hl_hn_sbit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_pdtch_hl_hn_ubit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_cs2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_cs3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs1_dl_hdr at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs1_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs1_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs1_ul_hdr at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs2_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs2_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs3_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs3_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs3_p3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs4_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs4_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs4_p3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs5_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs5_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs6_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs6_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs7_dl_hdr at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs7_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs7_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs7_p3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs7_ul_hdr at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs8_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs8_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs8_p3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs9_p1 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs9_p2 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_puncture_mcs9_p3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_crc6 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_decode_ber at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_ext_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_ext_decode_ber at LIBOSMOCODING_1.0 0.11.0
- gsm0503_rach_ext_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_sch_crc10 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_sch_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_sch_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_afs_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_afs_decode_dtx at LIBOSMOCODING_1.0 1.4.0
- gsm0503_tch_afs_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_ahs_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_ahs_decode_dtx at LIBOSMOCODING_1.0 1.4.0
- gsm0503_tch_ahs_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_burst_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_burst_unmap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_efr_crc8 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_fr_crc3 at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_fr_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_fr_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_fr_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_fr_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_hr_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_hr_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_hr_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_hr_interleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_tch_hr_interleaving at LIBOSMOCODING_1.0 0.11.0
- gsm0503_usf2six at LIBOSMOCODING_1.0 0.11.0
- gsm0503_usf2twelve_sbit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_usf2twelve_ubit at LIBOSMOCODING_1.0 0.11.0
- gsm0503_xcch_burst_map at LIBOSMOCODING_1.0 0.11.0
- gsm0503_xcch_burst_unmap at LIBOSMOCODING_1.0 0.11.0
- gsm0503_xcch_decode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_xcch_deinterleave at LIBOSMOCODING_1.0 0.11.0
- gsm0503_xcch_encode at LIBOSMOCODING_1.0 0.11.0
- gsm0503_xcch_interleave at LIBOSMOCODING_1.0 0.11.0
-
diff -Nru libosmocore-1.7.0/debian/libosmocoding0t64.install libosmocore-1.7.0/debian/libosmocoding0t64.install
--- libosmocore-1.7.0/debian/libosmocoding0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocoding0t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmocoding*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmocoding0t64.lintian-overrides libosmocore-1.7.0/debian/libosmocoding0t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmocoding0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocoding0t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmocoding0t64: package-name-doesnt-match-sonames libosmocoding0
diff -Nru libosmocore-1.7.0/debian/libosmocoding0t64.symbols libosmocore-1.7.0/debian/libosmocoding0t64.symbols
--- libosmocore-1.7.0/debian/libosmocoding0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocoding0t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,123 @@
+libosmocoding.so.0 libosmocoding0t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ LIBOSMOCODING_1.0 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_afs_ic_sbit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_afs_ic_ubit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_ahs_ic_sbit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_ahs_ic_ubit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_amr_crc14 at LIBOSMOCODING_1.0 1.4.0
+ gsm0503_amr_crc6 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_amr_dtx_frame_names at LIBOSMOCODING_1.0 1.4.0
+ gsm0503_cs234_crc16 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_detect_afs_dtx_frame2 at LIBOSMOCODING_1.0 1.7.0
+ gsm0503_detect_afs_dtx_frame at LIBOSMOCODING_1.0 1.4.0
+ gsm0503_detect_ahs_dtx_frame2 at LIBOSMOCODING_1.0 1.7.0
+ gsm0503_detect_ahs_dtx_frame at LIBOSMOCODING_1.0 1.4.0
+ gsm0503_fire_crc40 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_gsm_efr_protected_bits at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_gsm_fr_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_interleave_mcs5 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs1_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs1_dl_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs1_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs1_ul_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_burst_swap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_dl_burst_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_dl_burst_unmap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_dl_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_ul_burst_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_ul_burst_unmap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_ul_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs5_usf_precode_table at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_dl_burst_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_dl_burst_unmap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_dl_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_ul_burst_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_ul_burst_unmap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs7_ul_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs8_dl_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs8_dl_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs8_ul_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs8_ul_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs_crc12 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_mcs_crc8_hdr at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_edge_hl_hn_sbit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_edge_hl_hn_ubit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_egprs_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_egprs_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_hl_hn_sbit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_pdtch_hl_hn_ubit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_cs2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_cs3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs1_dl_hdr at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs1_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs1_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs1_ul_hdr at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs2_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs2_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs3_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs3_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs3_p3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs4_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs4_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs4_p3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs5_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs5_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs6_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs6_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs7_dl_hdr at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs7_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs7_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs7_p3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs7_ul_hdr at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs8_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs8_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs8_p3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs9_p1 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs9_p2 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_puncture_mcs9_p3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_crc6 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_decode_ber at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_ext_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_ext_decode_ber at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_rach_ext_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_sch_crc10 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_sch_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_sch_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_afs_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_afs_decode_dtx at LIBOSMOCODING_1.0 1.4.0
+ gsm0503_tch_afs_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_ahs_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_ahs_decode_dtx at LIBOSMOCODING_1.0 1.4.0
+ gsm0503_tch_ahs_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_burst_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_burst_unmap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_efr_crc8 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_fr_crc3 at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_fr_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_fr_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_fr_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_fr_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_hr_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_hr_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_hr_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_hr_interleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_tch_hr_interleaving at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_usf2six at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_usf2twelve_sbit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_usf2twelve_ubit at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_xcch_burst_map at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_xcch_burst_unmap at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_xcch_decode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_xcch_deinterleave at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_xcch_encode at LIBOSMOCODING_1.0 0.11.0
+ gsm0503_xcch_interleave at LIBOSMOCODING_1.0 0.11.0
+
diff -Nru libosmocore-1.7.0/debian/libosmocore19.install libosmocore-1.7.0/debian/libosmocore19.install
--- libosmocore-1.7.0/debian/libosmocore19.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocore19.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmocore*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmocore19.symbols libosmocore-1.7.0/debian/libosmocore19.symbols
--- libosmocore-1.7.0/debian/libosmocore19.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocore19.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,536 +0,0 @@
-libosmocore.so.19 libosmocore19 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- _msgb_eq at Base 1.3.0
- _osmo_fsm_inst_broadcast_children at Base 1.5.1
- _osmo_fsm_inst_dispatch at Base 0.10.2
- _osmo_fsm_inst_state_chg at Base 0.10.2
- _osmo_fsm_inst_state_chg_keep_or_start_timer at Base 1.3.0
- _osmo_fsm_inst_state_chg_keep_or_start_timer_ms at Base 1.3.0
- _osmo_fsm_inst_state_chg_keep_timer at Base 0.12.0
- _osmo_fsm_inst_state_chg_ms at Base 1.3.0
- _osmo_fsm_inst_term at Base 0.10.2
- _osmo_fsm_inst_term_children at Base 0.10.2
- _osmo_it_q_dequeue at Base 1.5.1
- _osmo_it_q_enqueue at Base 1.5.1
- _osmo_strrb_is_bufindex_valid at Base 0.10.2
- _osmo_tdef_fsm_inst_state_chg at Base 1.3.0
- _osmo_use_count_get_put at Base 1.3.0
- assert_loginfo at Base 1.3.0
- bit_value_to_char at Base 0.10.2
- bitvec_add_array at Base 0.10.2
- bitvec_alloc at Base 0.10.2
- bitvec_fill at Base 0.10.2
- bitvec_find_bit_pos at Base 0.10.2
- bitvec_free at Base 0.10.2
- bitvec_get_bit_high at Base 0.10.2
- bitvec_get_bit_pos at Base 0.10.2
- bitvec_get_bit_pos_high at Base 0.10.2
- bitvec_get_bytes at Base 0.10.2
- bitvec_get_int16_msb at Base 0.10.2
- bitvec_get_nth_set_bit at Base 0.10.2
- bitvec_get_uint at Base 0.10.2
- bitvec_pack at Base 0.10.2
- bitvec_read_field at Base 0.10.2
- bitvec_rl at Base 0.10.2
- bitvec_rl_curbit at Base 0.10.2
- bitvec_set_bit at Base 0.10.2
- bitvec_set_bit_pos at Base 0.10.2
- bitvec_set_bits at Base 0.10.2
- bitvec_set_bytes at Base 0.10.2
- bitvec_set_u64 at Base 0.10.2
- bitvec_set_uint at Base 0.10.2
- bitvec_shiftl at Base 0.10.2
- bitvec_spare_padding at Base 0.10.2
- bitvec_to_string_r at Base 0.10.2
- bitvec_unhex at Base 0.10.2
- bitvec_unpack at Base 0.10.2
- bitvec_write_field at Base 0.10.2
- bitvec_zero at Base 0.10.2
- chantype_gsmtap2rsl at Base 0.10.2
- chantype_rsl2gsmtap2 at Base 1.4.0
- chantype_rsl2gsmtap at Base 0.10.2
- get_string_value at Base 0.10.2
- get_value_string at Base 0.10.2
- get_value_string_or_null at Base 0.10.2
- gsmtap_gsm_channel_names at Base 0.10.2
- gsmtap_makemsg at Base 0.10.2
- gsmtap_makemsg_ex at Base 0.10.2
- gsmtap_send at Base 0.10.2
- gsmtap_send_ex at Base 0.10.2
- gsmtap_sendmsg at Base 0.10.2
- gsmtap_sendmsg_free at Base 1.7.0
- gsmtap_source_add_sink at Base 0.10.2
- gsmtap_source_add_sink_fd at Base 0.10.2
- gsmtap_source_free at Base 1.7.0
- gsmtap_source_init at Base 0.10.2
- gsmtap_source_init_fd at Base 0.10.2
- gsmtap_type_names at Base 0.10.2
- log_add_target at Base 0.10.2
- log_category_name at Base 0.10.2
- log_check_level at Base 0.10.2
- log_del_target at Base 0.10.2
- log_enable_multithread at Base 1.3.0
- log_fini at Base 0.10.2
- log_init at Base 0.10.2
- log_level_str at Base 0.10.2
- log_parse_category at Base 0.10.2
- log_parse_category_mask at Base 0.10.2
- log_parse_level at Base 0.10.2
- log_reset_context at Base 0.10.2
- log_set_all_filter at Base 0.10.2
- log_set_category_filter at Base 0.10.2
- log_set_context at Base 0.10.2
- log_set_log_level at Base 0.10.2
- log_set_print_category at Base 0.10.2
- log_set_print_category_hex at Base 0.11.0
- log_set_print_extended_timestamp at Base 0.10.2
- log_set_print_filename2 at Base 0.11.0
- log_set_print_filename at Base 0.10.2
- log_set_print_filename_pos at Base 1.3.0
- log_set_print_level at Base 0.11.0
- log_set_print_tid at Base 1.5.1
- log_set_print_timestamp at Base 0.10.2
- log_set_use_color at Base 0.10.2
- log_target_create at Base 0.10.2
- log_target_create_file at Base 0.10.2
- log_target_create_file_stream at Base 1.6.0
- log_target_create_gsmtap at Base 0.10.2
- log_target_create_rb at Base 0.10.2
- log_target_create_stderr at Base 0.10.2
- log_target_create_syslog at Base 0.10.2
- log_target_destroy at Base 0.10.2
- log_target_file_reopen at Base 0.10.2
- log_target_file_switch_to_stream at Base 1.6.0
- log_target_file_switch_to_wqueue at Base 1.6.0
- log_target_find at Base 0.10.2
- log_target_rb_avail_size at Base 0.10.2
- log_target_rb_get at Base 0.10.2
- log_target_rb_used_size at Base 0.10.2
- log_targets_reopen at Base 0.10.2
- log_tgt_mutex_lock_impl at Base 1.3.0
- log_tgt_mutex_unlock_impl at Base 1.3.0
- loglevel_strs at Base 1.3.0
- logp2 at Base 0.10.2
- logp at Base 0.10.2
- logp_stub at Base 1.7.0
- msgb_alloc at Base 0.10.2
- msgb_alloc_c at Base 1.3.0
- msgb_copy at Base 0.10.2
- msgb_copy_c at Base 1.3.0
- msgb_data at Base 0.10.2
- msgb_dequeue at Base 0.10.2
- msgb_enqueue at Base 0.10.2
- msgb_free at Base 0.10.2
- msgb_hexdump at Base 0.10.2
- msgb_hexdump_buf at Base 1.3.0
- msgb_hexdump_c at Base 1.3.0
- msgb_length at Base 0.10.2
- msgb_printf at Base 0.10.2
- msgb_reset at Base 0.10.2
- msgb_resize_area at Base 0.10.2
- msgb_set_talloc_ctx at Base 0.10.2
- msgb_talloc_ctx_init at Base 0.10.2
- osmo_base64_decode at Base 1.6.0
- osmo_base64_encode at Base 1.6.0
- osmo_bcd2char at Base 0.10.2
- osmo_bcd2str at Base 1.3.0
- osmo_bit_reversal at Base 0.10.2
- osmo_char2bcd at Base 0.10.2
- osmo_clock_gettime at Base 0.11.0
- osmo_clock_override_add at Base 0.11.0
- osmo_clock_override_enable at Base 0.11.0
- osmo_clock_override_gettimespec at Base 0.11.0
- osmo_close_all_fds_above at Base 1.3.0
- osmo_config_list_parse at Base 0.10.2
- osmo_constant_time_cmp at Base 0.10.2
- osmo_conv_decode at Base 0.10.2
- osmo_conv_decode_acc at Base 0.10.2
- osmo_conv_decode_deinit at Base 0.10.2
- osmo_conv_decode_flush at Base 0.10.2
- osmo_conv_decode_get_best_end_state at Base 1.7.0
- osmo_conv_decode_get_output at Base 0.10.2
- osmo_conv_decode_init at Base 0.10.2
- osmo_conv_decode_reset at Base 0.10.2
- osmo_conv_decode_rewind at Base 0.10.2
- osmo_conv_decode_scan at Base 0.10.2
- osmo_conv_encode at Base 0.10.2
- osmo_conv_encode_flush at Base 0.10.2
- osmo_conv_encode_init at Base 0.10.2
- osmo_conv_encode_load_state at Base 0.10.2
- osmo_conv_encode_raw at Base 0.10.2
- osmo_conv_get_input_length at Base 0.10.2
- osmo_conv_get_output_length at Base 0.10.2
- osmo_conv_metrics_k5_n2 at Base 0.10.2
- osmo_conv_metrics_k5_n3 at Base 0.10.2
- osmo_conv_metrics_k5_n4 at Base 0.10.2
- osmo_conv_metrics_k7_n2 at Base 0.10.2
- osmo_conv_metrics_k7_n3 at Base 0.10.2
- osmo_conv_metrics_k7_n4 at Base 0.10.2
- osmo_counter_alloc at Base 0.10.2
- osmo_counter_difference at Base 0.10.2
- osmo_counter_free at Base 0.10.2
- osmo_counter_get_by_name at Base 0.10.2
- osmo_counters_count at Base 0.11.0
- osmo_counters_for_each at Base 0.10.2
- osmo_crc16 at Base 0.10.2
- osmo_crc16_ccitt at Base 0.10.2
- osmo_crc16_ccitt_table at Base 0.10.2
- osmo_crc16_table at Base 0.10.2
- osmo_crc16gen_check_bits at Base 0.10.2
- osmo_crc16gen_compute_bits at Base 0.10.2
- osmo_crc16gen_set_bits at Base 0.10.2
- osmo_crc32gen_check_bits at Base 0.10.2
- osmo_crc32gen_compute_bits at Base 0.10.2
- osmo_crc32gen_set_bits at Base 0.10.2
- osmo_crc64gen_check_bits at Base 0.10.2
- osmo_crc64gen_compute_bits at Base 0.10.2
- osmo_crc64gen_set_bits at Base 0.10.2
- osmo_crc8gen_check_bits at Base 0.10.2
- osmo_crc8gen_compute_bits at Base 0.10.2
- osmo_crc8gen_set_bits at Base 0.10.2
- osmo_ctx at Base 1.3.0
- osmo_ctx_init at Base 1.3.0
- osmo_daemonize at Base 0.10.2
- osmo_decode_big_endian at Base 0.10.2
- osmo_encode_big_endian at Base 0.10.2
- osmo_environment_append at Base 1.3.0
- osmo_environment_filter at Base 1.3.0
- osmo_environment_whitelist at Base 1.3.0
- osmo_escape_cstr_buf at Base 1.3.0
- osmo_escape_cstr_c at Base 1.3.0
- osmo_escape_str at Base 0.11.0
- osmo_escape_str_buf2 at Base 1.3.0
- osmo_escape_str_buf3 at Base 1.7.0
- osmo_escape_str_buf at Base 0.11.0
- osmo_escape_str_c at Base 1.3.0
- osmo_event_for_prim at Base 0.10.2
- osmo_fd_close at Base 0.10.2
- osmo_fd_disp_fds at Base 0.10.2
- osmo_fd_fill_fds at Base 0.10.2
- osmo_fd_get_by_fd at Base 0.10.2
- osmo_fd_is_registered at Base 0.10.2
- osmo_fd_register at Base 0.10.2
- osmo_fd_setup at Base 0.10.2
- osmo_fd_unregister at Base 0.10.2
- osmo_fd_update_when at Base 1.5.1
- osmo_float_str_to_int at Base 1.5.1
- osmo_fsm_event_name at Base 0.10.2
- osmo_fsm_find_by_name at Base 0.10.2
- osmo_fsm_inst_alloc at Base 0.10.2
- osmo_fsm_inst_alloc_child at Base 0.10.2
- osmo_fsm_inst_change_parent at Base 0.11.0
- osmo_fsm_inst_find_by_id at Base 0.10.2
- osmo_fsm_inst_find_by_name at Base 0.10.2
- osmo_fsm_inst_free at Base 0.10.2
- osmo_fsm_inst_name at Base 0.10.2
- osmo_fsm_inst_unlink_parent at Base 0.11.0
- osmo_fsm_inst_update_id at Base 0.11.0
- osmo_fsm_inst_update_id_f at Base 0.11.0
- osmo_fsm_inst_update_id_f_sanitize at Base 1.3.0
- osmo_fsm_log_addr at Base 0.10.2
- osmo_fsm_log_timeouts at Base 1.3.0
- osmo_fsm_register at Base 0.10.2
- osmo_fsm_set_dealloc_ctx at Base 1.3.0
- osmo_fsm_state_name at Base 0.10.2
- osmo_fsm_term_cause_names at Base 0.10.2
- osmo_fsm_term_safely at Base 1.3.0
- osmo_fsm_unregister at Base 0.10.2
- osmo_g_fsms at Base 0.10.2
- osmo_generate_backtrace at Base 0.10.2
- osmo_get_macaddr at Base 0.10.2
- osmo_gettid at Base 1.5.1
- osmo_gettimeofday at Base 0.10.2
- osmo_gettimeofday_override at Base 0.10.2
- osmo_gettimeofday_override_add at Base 0.10.2
- osmo_gettimeofday_override_time at Base 0.10.2
- osmo_hexdump at Base 0.10.2
- osmo_hexdump_buf at Base 1.3.0
- osmo_hexdump_c at Base 1.3.0
- osmo_hexdump_nospc at Base 0.10.2
- osmo_hexdump_nospc_c at Base 1.3.0
- osmo_hexparse at Base 0.10.2
- osmo_identifier_sanitize_buf at Base 1.3.0
- osmo_identifier_valid at Base 0.10.2
- osmo_init_ignore_signals at Base 0.10.2
- osmo_init_logging2 at Base 0.11.0
- osmo_init_logging at Base 0.10.2
- osmo_int_to_float_str_buf at Base 1.5.1
- osmo_int_to_float_str_c at Base 1.5.1
- osmo_ip_str_type at Base 1.3.0
- osmo_is_hexstr at Base 0.10.2
- osmo_isdnhdlc_decode at Base 0.12.0
- osmo_isdnhdlc_encode at Base 0.12.0
- osmo_isdnhdlc_out_init at Base 0.12.0
- osmo_isdnhdlc_rcv_init at Base 0.12.0
- osmo_isqrt32 at Base 0.12.0
- osmo_it_q_alloc at Base 1.5.1
- osmo_it_q_by_name at Base 1.5.1
- osmo_it_q_destroy at Base 1.5.1
- osmo_it_q_flush at Base 1.5.1
- osmo_log_backtrace at Base 0.10.2
- osmo_log_info at Base 0.10.2
- osmo_log_target_list at Base 0.10.2
- osmo_luhn at Base 1.3.0
- osmo_macaddr_parse at Base 0.10.2
- osmo_mnl_destroy at Base 1.5.1
- osmo_mnl_init at Base 1.5.1
- osmo_nibble_shift_left_unal at Base 0.10.2
- osmo_nibble_shift_right at Base 0.10.2
- osmo_osmo_hexdump_nospc at Base 0.10.2
- osmo_panic at Base 0.10.2
- osmo_pbit2ubit at Base 0.10.2
- osmo_pbit2ubit_ext at Base 0.10.2
- osmo_plugin_load_all at Base 0.10.2
- osmo_prbs11 at Base 0.10.2
- osmo_prbs15 at Base 0.10.2
- osmo_prbs7 at Base 0.10.2
- osmo_prbs9 at Base 0.10.2
- osmo_prbs_get_ubit at Base 0.10.2
- osmo_prbs_get_ubits at Base 0.10.2
- osmo_prbs_state_init at Base 0.10.2
- osmo_prim_op_names at Base 0.10.2
- osmo_print_n at Base 1.3.0
- osmo_quote_cstr_buf at Base 1.3.0
- osmo_quote_cstr_c at Base 1.3.0
- osmo_quote_str at Base 0.11.0
- osmo_quote_str_buf2 at Base 1.3.0
- osmo_quote_str_buf3 at Base 1.7.0
- osmo_quote_str_buf at Base 0.11.0
- osmo_quote_str_c at Base 1.3.0
- osmo_revbytebits_32 at Base 0.10.2
- osmo_revbytebits_8 at Base 0.10.2
- osmo_revbytebits_buf at Base 0.10.2
- osmo_sbit2ubit at Base 0.10.2
- osmo_select_init at Base 1.3.0
- osmo_select_main at Base 0.10.2
- osmo_select_main_ctx at Base 1.3.0
- osmo_select_shutdown_done at Base 1.6.0
- osmo_select_shutdown_request at Base 1.6.0
- osmo_select_shutdown_requested at Base 1.6.0
- osmo_separated_identifiers_valid at Base 0.11.0
- osmo_sercomm_change_speed at Base 0.10.2
- osmo_sercomm_drv_pull at Base 0.10.2
- osmo_sercomm_drv_rx_char at Base 0.10.2
- osmo_sercomm_init at Base 0.10.2
- osmo_sercomm_initialized at Base 0.10.2
- osmo_sercomm_register_rx_cb at Base 0.10.2
- osmo_sercomm_sendmsg at Base 0.10.2
- osmo_sercomm_tx_queue_depth at Base 0.10.2
- osmo_serial_clear_custom_baudrate at Base 0.10.2
- osmo_serial_init at Base 0.10.2
- osmo_serial_set_baudrate at Base 0.10.2
- osmo_serial_set_custom_baudrate at Base 0.10.2
- osmo_serial_speed_t at Base 1.5.1
- osmo_set_panic_handler at Base 0.10.2
- osmo_signal_dispatch at Base 0.10.2
- osmo_signal_register_handler at Base 0.10.2
- osmo_signal_talloc_ctx_init at Base 1.3.0
- osmo_signal_unregister_handler at Base 0.10.2
- osmo_signalfd_setup at Base 1.4.0
- osmo_sock_get_ip_and_port at Base 1.3.0
- osmo_sock_get_local_ip at Base 1.3.0
- osmo_sock_get_local_ip_port at Base 1.3.0
- osmo_sock_get_name2 at Base 1.3.0
- osmo_sock_get_name2_c at Base 1.3.0
- osmo_sock_get_name at Base 0.10.2
- osmo_sock_get_name_buf at Base 1.3.0
- osmo_sock_get_remote_ip at Base 1.3.0
- osmo_sock_get_remote_ip_port at Base 1.3.0
- osmo_sock_init2 at Base 0.10.2
- osmo_sock_init2_multiaddr at Base 1.3.0
- osmo_sock_init2_ofd at Base 0.10.2
- osmo_sock_init at Base 0.10.2
- osmo_sock_init_ofd at Base 0.10.2
- osmo_sock_init_osa at Base 1.5.1
- osmo_sock_init_osa_ofd at Base 1.5.1
- osmo_sock_init_sa at Base 0.10.2
- osmo_sock_local_ip at Base 0.10.2
- osmo_sock_mcast_all_set at Base 0.10.2
- osmo_sock_mcast_iface_set at Base 1.4.0
- osmo_sock_mcast_loop_set at Base 0.10.2
- osmo_sock_mcast_subscribe at Base 0.10.2
- osmo_sock_mcast_ttl_set at Base 0.10.2
- osmo_sock_set_dscp at Base 1.6.0
- osmo_sock_set_priority at Base 1.6.0
- osmo_sock_unix_init at Base 0.10.2
- osmo_sock_unix_init_ofd at Base 0.10.2
- osmo_sockaddr_cmp at Base 1.5.1
- osmo_sockaddr_from_octets at Base 1.7.0
- osmo_sockaddr_in_to_str_and_uint at Base 1.3.0
- osmo_sockaddr_is_local at Base 0.10.2
- osmo_sockaddr_local_ip at Base 1.5.1
- osmo_sockaddr_ntop at Base 1.5.1
- osmo_sockaddr_port at Base 1.5.1
- osmo_sockaddr_set_port at Base 1.7.0
- osmo_sockaddr_str_cmp at Base 1.3.0
- osmo_sockaddr_str_from_32 at Base 1.3.0
- osmo_sockaddr_str_from_32h at Base 1.3.0
- osmo_sockaddr_str_from_32n at Base 1.3.0
- osmo_sockaddr_str_from_in6_addr at Base 1.3.0
- osmo_sockaddr_str_from_in_addr at Base 1.3.0
- osmo_sockaddr_str_from_sockaddr at Base 1.3.0
- osmo_sockaddr_str_from_sockaddr_in6 at Base 1.3.0
- osmo_sockaddr_str_from_sockaddr_in at Base 1.3.0
- osmo_sockaddr_str_from_str2 at Base 1.5.1
- osmo_sockaddr_str_from_str at Base 1.3.0
- osmo_sockaddr_str_is_nonzero at Base 1.3.0
- osmo_sockaddr_str_is_set at Base 1.3.0
- osmo_sockaddr_str_to_32 at Base 1.3.0
- osmo_sockaddr_str_to_32h at Base 1.3.0
- osmo_sockaddr_str_to_32n at Base 1.3.0
- osmo_sockaddr_str_to_in6_addr at Base 1.3.0
- osmo_sockaddr_str_to_in_addr at Base 1.3.0
- osmo_sockaddr_str_to_sockaddr at Base 1.3.0
- osmo_sockaddr_str_to_sockaddr_in6 at Base 1.3.0
- osmo_sockaddr_str_to_sockaddr_in at Base 1.3.0
- osmo_sockaddr_to_octets at Base 1.7.0
- osmo_sockaddr_to_str at Base 1.5.1
- osmo_sockaddr_to_str_and_uint at Base 0.12.0
- osmo_sockaddr_to_str_buf2 at Base 1.7.0
- osmo_sockaddr_to_str_buf at Base 1.5.1
- osmo_sockaddr_to_str_c at Base 1.7.0
- osmo_stat_item_dec at Base 1.3.0
-#MISSING: 1.6.0# osmo_stat_item_discard at Base 0.10.2
-#MISSING: 1.6.0# osmo_stat_item_discard_all at Base 0.10.2
- osmo_stat_item_flush at Base 1.6.0
- osmo_stat_item_for_each_group at Base 0.10.2
- osmo_stat_item_for_each_item at Base 0.10.2
- osmo_stat_item_get_by_name at Base 0.10.2
- osmo_stat_item_get_desc at Base 1.6.0
- osmo_stat_item_get_group_by_name_idx at Base 0.10.2
- osmo_stat_item_get_group_by_name_idxname at Base 1.6.0
- osmo_stat_item_get_last at Base 1.6.0
-#MISSING: 1.6.0# osmo_stat_item_get_next at Base 0.10.2
- osmo_stat_item_group_alloc at Base 0.10.2
- osmo_stat_item_group_free at Base 0.10.2
- osmo_stat_item_group_get_item at Base 1.6.0
- osmo_stat_item_group_reset at Base 1.4.0
- osmo_stat_item_group_set_name at Base 1.6.0
- osmo_stat_item_inc at Base 1.3.0
- osmo_stat_item_init at Base 0.10.2
- osmo_stat_item_reset at Base 1.4.0
- osmo_stat_item_set at Base 0.10.2
- osmo_stats_config at Base 0.10.2
- osmo_stats_init at Base 0.10.2
- osmo_stats_report at Base 0.10.2
- osmo_stats_reporter_alloc at Base 0.10.2
- osmo_stats_reporter_create_log at Base 0.10.2
- osmo_stats_reporter_create_statsd at Base 0.10.2
- osmo_stats_reporter_disable at Base 0.10.2
- osmo_stats_reporter_enable at Base 0.10.2
- osmo_stats_reporter_find at Base 0.10.2
- osmo_stats_reporter_free at Base 0.10.2
- osmo_stats_reporter_list at Base 1.6.0
- osmo_stats_reporter_send at Base 0.10.2
- osmo_stats_reporter_send_buffer at Base 0.10.2
- osmo_stats_reporter_set_flush_period at Base 1.4.0
- osmo_stats_reporter_set_local_addr at Base 0.10.2
- osmo_stats_reporter_set_max_class at Base 0.10.2
- osmo_stats_reporter_set_mtu at Base 0.10.2
- osmo_stats_reporter_set_name_prefix at Base 0.10.2
- osmo_stats_reporter_set_remote_addr at Base 0.10.2
- osmo_stats_reporter_set_remote_port at Base 0.10.2
- osmo_stats_reporter_udp_close at Base 0.10.2
- osmo_stats_reporter_udp_open at Base 0.10.2
- osmo_stats_set_interval at Base 0.10.2
- osmo_stats_tcp_osmo_fd_register at Base 1.7.0
- osmo_stats_tcp_osmo_fd_unregister at Base 1.7.0
- osmo_stats_tcp_set_interval at Base 1.7.0
- osmo_stderr_target at Base 0.10.2
- osmo_str2bcd at Base 1.4.0
- osmo_str2lower at Base 0.10.2
- osmo_str2upper at Base 0.10.2
- osmo_str_startswith at Base 1.3.0
- osmo_str_to_int64 at Base 1.6.0
- osmo_str_to_int at Base 1.6.0
- osmo_str_tolower at Base 1.3.0
- osmo_str_tolower_buf at Base 1.3.0
- osmo_str_tolower_c at Base 1.3.0
- osmo_str_toupper at Base 1.3.0
- osmo_str_toupper_buf at Base 1.3.0
- osmo_str_toupper_c at Base 1.3.0
- osmo_strlcpy at Base 0.10.2
- osmo_strnchr at Base 1.3.0
- osmo_strrb_add at Base 0.10.2
- osmo_strrb_create at Base 0.10.2
- osmo_strrb_elements at Base 0.10.2
- osmo_strrb_get_nth at Base 0.10.2
- osmo_strrb_is_empty at Base 0.10.2
- osmo_system_nowait2 at Base 1.4.0
- osmo_system_nowait at Base 1.3.0
- osmo_t4_encode at Base 0.10.2
- osmo_talloc_replace_string_fmt at Base 1.6.0
- osmo_tcp_stats_config at Base 1.7.0
- osmo_tdef_get at Base 1.3.0
- osmo_tdef_get_entry at Base 1.3.0
- osmo_tdef_get_state_timeout at Base 1.3.0
- osmo_tdef_range_str_buf at Base 1.3.0
- osmo_tdef_set at Base 1.3.0
- osmo_tdef_unit_names at Base 1.3.0
- osmo_tdef_val_in_range at Base 1.3.0
- osmo_tdefs_reset at Base 1.3.0
- osmo_time_cc_cleanup at Base 1.6.0
- osmo_time_cc_init at Base 1.6.0
- osmo_time_cc_set_flag at Base 1.6.0
- osmo_timer_add at Base 0.10.2
- osmo_timer_del at Base 0.10.2
- osmo_timer_pending at Base 0.10.2
- osmo_timer_remaining at Base 0.10.2
- osmo_timer_schedule at Base 0.10.2
- osmo_timer_setup at Base 0.10.2
- osmo_timerfd_disable at Base 0.12.0
- osmo_timerfd_schedule at Base 0.12.0
- osmo_timerfd_setup at Base 0.12.0
- osmo_timers_check at Base 0.10.2
- osmo_timers_nearest at Base 0.10.2
- osmo_timers_nearest_ms at Base 1.5.1
- osmo_timers_prepare at Base 0.10.2
- osmo_timers_update at Base 0.10.2
- osmo_ubit2pbit at Base 0.10.2
- osmo_ubit2pbit_ext at Base 0.10.2
- osmo_ubit2sbit at Base 0.10.2
- osmo_ubit_dump at Base 0.10.2
- osmo_ubit_dump_buf at Base 1.3.0
- osmo_use_count_by at Base 1.3.0
- osmo_use_count_find at Base 1.3.0
- osmo_use_count_free at Base 1.3.0
- osmo_use_count_make_static_entries at Base 1.3.0
- osmo_use_count_name_buf at Base 1.3.0
- osmo_use_count_to_str_buf at Base 1.5.1
- osmo_use_count_to_str_c at Base 1.5.1
- osmo_use_count_total at Base 1.3.0
- osmo_vlogp at Base 0.10.2
- osmo_wqueue_bfd_cb at Base 0.10.2
- osmo_wqueue_clear at Base 0.10.2
- osmo_wqueue_enqueue at Base 0.10.2
- osmo_wqueue_enqueue_quiet at Base 1.5.1
- osmo_wqueue_init at Base 0.10.2
- rate_ctr_add at Base 0.10.2
- rate_ctr_difference at Base 0.10.2
- rate_ctr_for_each_counter at Base 0.10.2
- rate_ctr_for_each_group at Base 0.10.2
- rate_ctr_get_by_name at Base 0.10.2
- rate_ctr_get_group_by_name_idx at Base 0.10.2
- rate_ctr_group_alloc at Base 0.10.2
- rate_ctr_group_free at Base 0.10.2
- rate_ctr_group_get_ctr at Base 1.6.0
- rate_ctr_group_reset at Base 1.4.0
- rate_ctr_group_set_name at Base 1.6.0
- rate_ctr_init at Base 0.10.2
- rate_ctr_reset at Base 1.4.0
- rb_erase at Base 0.10.2
- rb_first at Base 0.10.2
- rb_insert_color at Base 0.10.2
- rb_last at Base 0.10.2
- rb_next at Base 0.10.2
- rb_prev at Base 0.10.2
- rb_replace_node at Base 0.10.2
- sercomm_drv_baudrate_chg at Base 0.10.2
- sercomm_drv_lock at Base 0.10.2
- sercomm_drv_start_tx at Base 0.10.2
- sercomm_drv_unlock at Base 0.10.2
- stats_tcp_lock at Base 1.7.0
- tall_ctr_ctx at Base 0.10.2
- tall_log_ctx at Base 1.3.0
- tall_msgb_ctx at Base 0.10.2
- tall_sigh_ctx at Base 0.10.2
diff -Nru libosmocore-1.7.0/debian/libosmocore19t64.install libosmocore-1.7.0/debian/libosmocore19t64.install
--- libosmocore-1.7.0/debian/libosmocore19t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocore19t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmocore*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmocore19t64.lintian-overrides libosmocore-1.7.0/debian/libosmocore19t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmocore19t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocore19t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmocore19t64: package-name-doesnt-match-sonames libosmocore19
diff -Nru libosmocore-1.7.0/debian/libosmocore19t64.symbols libosmocore-1.7.0/debian/libosmocore19t64.symbols
--- libosmocore-1.7.0/debian/libosmocore19t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmocore19t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,536 @@
+libosmocore.so.19 libosmocore19t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ _msgb_eq at Base 1.3.0
+ _osmo_fsm_inst_broadcast_children at Base 1.5.1
+ _osmo_fsm_inst_dispatch at Base 0.10.2
+ _osmo_fsm_inst_state_chg at Base 0.10.2
+ _osmo_fsm_inst_state_chg_keep_or_start_timer at Base 1.3.0
+ _osmo_fsm_inst_state_chg_keep_or_start_timer_ms at Base 1.3.0
+ _osmo_fsm_inst_state_chg_keep_timer at Base 0.12.0
+ _osmo_fsm_inst_state_chg_ms at Base 1.3.0
+ _osmo_fsm_inst_term at Base 0.10.2
+ _osmo_fsm_inst_term_children at Base 0.10.2
+ _osmo_it_q_dequeue at Base 1.5.1
+ _osmo_it_q_enqueue at Base 1.5.1
+ _osmo_strrb_is_bufindex_valid at Base 0.10.2
+ _osmo_tdef_fsm_inst_state_chg at Base 1.3.0
+ _osmo_use_count_get_put at Base 1.3.0
+ assert_loginfo at Base 1.3.0
+ bit_value_to_char at Base 0.10.2
+ bitvec_add_array at Base 0.10.2
+ bitvec_alloc at Base 0.10.2
+ bitvec_fill at Base 0.10.2
+ bitvec_find_bit_pos at Base 0.10.2
+ bitvec_free at Base 0.10.2
+ bitvec_get_bit_high at Base 0.10.2
+ bitvec_get_bit_pos at Base 0.10.2
+ bitvec_get_bit_pos_high at Base 0.10.2
+ bitvec_get_bytes at Base 0.10.2
+ bitvec_get_int16_msb at Base 0.10.2
+ bitvec_get_nth_set_bit at Base 0.10.2
+ bitvec_get_uint at Base 0.10.2
+ bitvec_pack at Base 0.10.2
+ bitvec_read_field at Base 0.10.2
+ bitvec_rl at Base 0.10.2
+ bitvec_rl_curbit at Base 0.10.2
+ bitvec_set_bit at Base 0.10.2
+ bitvec_set_bit_pos at Base 0.10.2
+ bitvec_set_bits at Base 0.10.2
+ bitvec_set_bytes at Base 0.10.2
+ bitvec_set_u64 at Base 0.10.2
+ bitvec_set_uint at Base 0.10.2
+ bitvec_shiftl at Base 0.10.2
+ bitvec_spare_padding at Base 0.10.2
+ bitvec_to_string_r at Base 0.10.2
+ bitvec_unhex at Base 0.10.2
+ bitvec_unpack at Base 0.10.2
+ bitvec_write_field at Base 0.10.2
+ bitvec_zero at Base 0.10.2
+ chantype_gsmtap2rsl at Base 0.10.2
+ chantype_rsl2gsmtap2 at Base 1.4.0
+ chantype_rsl2gsmtap at Base 0.10.2
+ get_string_value at Base 0.10.2
+ get_value_string at Base 0.10.2
+ get_value_string_or_null at Base 0.10.2
+ gsmtap_gsm_channel_names at Base 0.10.2
+ gsmtap_makemsg at Base 0.10.2
+ gsmtap_makemsg_ex at Base 0.10.2
+ gsmtap_send at Base 0.10.2
+ gsmtap_send_ex at Base 0.10.2
+ gsmtap_sendmsg at Base 0.10.2
+ gsmtap_sendmsg_free at Base 1.7.0
+ gsmtap_source_add_sink at Base 0.10.2
+ gsmtap_source_add_sink_fd at Base 0.10.2
+ gsmtap_source_free at Base 1.7.0
+ gsmtap_source_init at Base 0.10.2
+ gsmtap_source_init_fd at Base 0.10.2
+ gsmtap_type_names at Base 0.10.2
+ log_add_target at Base 0.10.2
+ log_category_name at Base 0.10.2
+ log_check_level at Base 0.10.2
+ log_del_target at Base 0.10.2
+ log_enable_multithread at Base 1.3.0
+ log_fini at Base 0.10.2
+ log_init at Base 0.10.2
+ log_level_str at Base 0.10.2
+ log_parse_category at Base 0.10.2
+ log_parse_category_mask at Base 0.10.2
+ log_parse_level at Base 0.10.2
+ log_reset_context at Base 0.10.2
+ log_set_all_filter at Base 0.10.2
+ log_set_category_filter at Base 0.10.2
+ log_set_context at Base 0.10.2
+ log_set_log_level at Base 0.10.2
+ log_set_print_category at Base 0.10.2
+ log_set_print_category_hex at Base 0.11.0
+ log_set_print_extended_timestamp at Base 0.10.2
+ log_set_print_filename2 at Base 0.11.0
+ log_set_print_filename at Base 0.10.2
+ log_set_print_filename_pos at Base 1.3.0
+ log_set_print_level at Base 0.11.0
+ log_set_print_tid at Base 1.5.1
+ log_set_print_timestamp at Base 0.10.2
+ log_set_use_color at Base 0.10.2
+ log_target_create at Base 0.10.2
+ log_target_create_file at Base 0.10.2
+ log_target_create_file_stream at Base 1.6.0
+ log_target_create_gsmtap at Base 0.10.2
+ log_target_create_rb at Base 0.10.2
+ log_target_create_stderr at Base 0.10.2
+ log_target_create_syslog at Base 0.10.2
+ log_target_destroy at Base 0.10.2
+ log_target_file_reopen at Base 0.10.2
+ log_target_file_switch_to_stream at Base 1.6.0
+ log_target_file_switch_to_wqueue at Base 1.6.0
+ log_target_find at Base 0.10.2
+ log_target_rb_avail_size at Base 0.10.2
+ log_target_rb_get at Base 0.10.2
+ log_target_rb_used_size at Base 0.10.2
+ log_targets_reopen at Base 0.10.2
+ log_tgt_mutex_lock_impl at Base 1.3.0
+ log_tgt_mutex_unlock_impl at Base 1.3.0
+ loglevel_strs at Base 1.3.0
+ logp2 at Base 0.10.2
+ logp at Base 0.10.2
+ logp_stub at Base 1.7.0
+ msgb_alloc at Base 0.10.2
+ msgb_alloc_c at Base 1.3.0
+ msgb_copy at Base 0.10.2
+ msgb_copy_c at Base 1.3.0
+ msgb_data at Base 0.10.2
+ msgb_dequeue at Base 0.10.2
+ msgb_enqueue at Base 0.10.2
+ msgb_free at Base 0.10.2
+ msgb_hexdump at Base 0.10.2
+ msgb_hexdump_buf at Base 1.3.0
+ msgb_hexdump_c at Base 1.3.0
+ msgb_length at Base 0.10.2
+ msgb_printf at Base 0.10.2
+ msgb_reset at Base 0.10.2
+ msgb_resize_area at Base 0.10.2
+ msgb_set_talloc_ctx at Base 0.10.2
+ msgb_talloc_ctx_init at Base 0.10.2
+ osmo_base64_decode at Base 1.6.0
+ osmo_base64_encode at Base 1.6.0
+ osmo_bcd2char at Base 0.10.2
+ osmo_bcd2str at Base 1.3.0
+ osmo_bit_reversal at Base 0.10.2
+ osmo_char2bcd at Base 0.10.2
+ osmo_clock_gettime at Base 0.11.0
+ osmo_clock_override_add at Base 0.11.0
+ osmo_clock_override_enable at Base 0.11.0
+ osmo_clock_override_gettimespec at Base 0.11.0
+ osmo_close_all_fds_above at Base 1.3.0
+ osmo_config_list_parse at Base 0.10.2
+ osmo_constant_time_cmp at Base 0.10.2
+ osmo_conv_decode at Base 0.10.2
+ osmo_conv_decode_acc at Base 0.10.2
+ osmo_conv_decode_deinit at Base 0.10.2
+ osmo_conv_decode_flush at Base 0.10.2
+ osmo_conv_decode_get_best_end_state at Base 1.7.0
+ osmo_conv_decode_get_output at Base 0.10.2
+ osmo_conv_decode_init at Base 0.10.2
+ osmo_conv_decode_reset at Base 0.10.2
+ osmo_conv_decode_rewind at Base 0.10.2
+ osmo_conv_decode_scan at Base 0.10.2
+ osmo_conv_encode at Base 0.10.2
+ osmo_conv_encode_flush at Base 0.10.2
+ osmo_conv_encode_init at Base 0.10.2
+ osmo_conv_encode_load_state at Base 0.10.2
+ osmo_conv_encode_raw at Base 0.10.2
+ osmo_conv_get_input_length at Base 0.10.2
+ osmo_conv_get_output_length at Base 0.10.2
+ osmo_conv_metrics_k5_n2 at Base 0.10.2
+ osmo_conv_metrics_k5_n3 at Base 0.10.2
+ osmo_conv_metrics_k5_n4 at Base 0.10.2
+ osmo_conv_metrics_k7_n2 at Base 0.10.2
+ osmo_conv_metrics_k7_n3 at Base 0.10.2
+ osmo_conv_metrics_k7_n4 at Base 0.10.2
+ osmo_counter_alloc at Base 0.10.2
+ osmo_counter_difference at Base 0.10.2
+ osmo_counter_free at Base 0.10.2
+ osmo_counter_get_by_name at Base 0.10.2
+ osmo_counters_count at Base 0.11.0
+ osmo_counters_for_each at Base 0.10.2
+ osmo_crc16 at Base 0.10.2
+ osmo_crc16_ccitt at Base 0.10.2
+ osmo_crc16_ccitt_table at Base 0.10.2
+ osmo_crc16_table at Base 0.10.2
+ osmo_crc16gen_check_bits at Base 0.10.2
+ osmo_crc16gen_compute_bits at Base 0.10.2
+ osmo_crc16gen_set_bits at Base 0.10.2
+ osmo_crc32gen_check_bits at Base 0.10.2
+ osmo_crc32gen_compute_bits at Base 0.10.2
+ osmo_crc32gen_set_bits at Base 0.10.2
+ osmo_crc64gen_check_bits at Base 0.10.2
+ osmo_crc64gen_compute_bits at Base 0.10.2
+ osmo_crc64gen_set_bits at Base 0.10.2
+ osmo_crc8gen_check_bits at Base 0.10.2
+ osmo_crc8gen_compute_bits at Base 0.10.2
+ osmo_crc8gen_set_bits at Base 0.10.2
+ osmo_ctx at Base 1.3.0
+ osmo_ctx_init at Base 1.3.0
+ osmo_daemonize at Base 0.10.2
+ osmo_decode_big_endian at Base 0.10.2
+ osmo_encode_big_endian at Base 0.10.2
+ osmo_environment_append at Base 1.3.0
+ osmo_environment_filter at Base 1.3.0
+ osmo_environment_whitelist at Base 1.3.0
+ osmo_escape_cstr_buf at Base 1.3.0
+ osmo_escape_cstr_c at Base 1.3.0
+ osmo_escape_str at Base 0.11.0
+ osmo_escape_str_buf2 at Base 1.3.0
+ osmo_escape_str_buf3 at Base 1.7.0
+ osmo_escape_str_buf at Base 0.11.0
+ osmo_escape_str_c at Base 1.3.0
+ osmo_event_for_prim at Base 0.10.2
+ osmo_fd_close at Base 0.10.2
+ osmo_fd_disp_fds at Base 0.10.2
+ osmo_fd_fill_fds at Base 0.10.2
+ osmo_fd_get_by_fd at Base 0.10.2
+ osmo_fd_is_registered at Base 0.10.2
+ osmo_fd_register at Base 0.10.2
+ osmo_fd_setup at Base 0.10.2
+ osmo_fd_unregister at Base 0.10.2
+ osmo_fd_update_when at Base 1.5.1
+ osmo_float_str_to_int at Base 1.5.1
+ osmo_fsm_event_name at Base 0.10.2
+ osmo_fsm_find_by_name at Base 0.10.2
+ osmo_fsm_inst_alloc at Base 0.10.2
+ osmo_fsm_inst_alloc_child at Base 0.10.2
+ osmo_fsm_inst_change_parent at Base 0.11.0
+ osmo_fsm_inst_find_by_id at Base 0.10.2
+ osmo_fsm_inst_find_by_name at Base 0.10.2
+ osmo_fsm_inst_free at Base 0.10.2
+ osmo_fsm_inst_name at Base 0.10.2
+ osmo_fsm_inst_unlink_parent at Base 0.11.0
+ osmo_fsm_inst_update_id at Base 0.11.0
+ osmo_fsm_inst_update_id_f at Base 0.11.0
+ osmo_fsm_inst_update_id_f_sanitize at Base 1.3.0
+ osmo_fsm_log_addr at Base 0.10.2
+ osmo_fsm_log_timeouts at Base 1.3.0
+ osmo_fsm_register at Base 0.10.2
+ osmo_fsm_set_dealloc_ctx at Base 1.3.0
+ osmo_fsm_state_name at Base 0.10.2
+ osmo_fsm_term_cause_names at Base 0.10.2
+ osmo_fsm_term_safely at Base 1.3.0
+ osmo_fsm_unregister at Base 0.10.2
+ osmo_g_fsms at Base 0.10.2
+ osmo_generate_backtrace at Base 0.10.2
+ osmo_get_macaddr at Base 0.10.2
+ osmo_gettid at Base 1.5.1
+ osmo_gettimeofday at Base 0.10.2
+ osmo_gettimeofday_override at Base 0.10.2
+ osmo_gettimeofday_override_add at Base 0.10.2
+ osmo_gettimeofday_override_time at Base 0.10.2
+ osmo_hexdump at Base 0.10.2
+ osmo_hexdump_buf at Base 1.3.0
+ osmo_hexdump_c at Base 1.3.0
+ osmo_hexdump_nospc at Base 0.10.2
+ osmo_hexdump_nospc_c at Base 1.3.0
+ osmo_hexparse at Base 0.10.2
+ osmo_identifier_sanitize_buf at Base 1.3.0
+ osmo_identifier_valid at Base 0.10.2
+ osmo_init_ignore_signals at Base 0.10.2
+ osmo_init_logging2 at Base 0.11.0
+ osmo_init_logging at Base 0.10.2
+ osmo_int_to_float_str_buf at Base 1.5.1
+ osmo_int_to_float_str_c at Base 1.5.1
+ osmo_ip_str_type at Base 1.3.0
+ osmo_is_hexstr at Base 0.10.2
+ osmo_isdnhdlc_decode at Base 0.12.0
+ osmo_isdnhdlc_encode at Base 0.12.0
+ osmo_isdnhdlc_out_init at Base 0.12.0
+ osmo_isdnhdlc_rcv_init at Base 0.12.0
+ osmo_isqrt32 at Base 0.12.0
+ osmo_it_q_alloc at Base 1.5.1
+ osmo_it_q_by_name at Base 1.5.1
+ osmo_it_q_destroy at Base 1.5.1
+ osmo_it_q_flush at Base 1.5.1
+ osmo_log_backtrace at Base 0.10.2
+ osmo_log_info at Base 0.10.2
+ osmo_log_target_list at Base 0.10.2
+ osmo_luhn at Base 1.3.0
+ osmo_macaddr_parse at Base 0.10.2
+ osmo_mnl_destroy at Base 1.5.1
+ osmo_mnl_init at Base 1.5.1
+ osmo_nibble_shift_left_unal at Base 0.10.2
+ osmo_nibble_shift_right at Base 0.10.2
+ osmo_osmo_hexdump_nospc at Base 0.10.2
+ osmo_panic at Base 0.10.2
+ osmo_pbit2ubit at Base 0.10.2
+ osmo_pbit2ubit_ext at Base 0.10.2
+ osmo_plugin_load_all at Base 0.10.2
+ osmo_prbs11 at Base 0.10.2
+ osmo_prbs15 at Base 0.10.2
+ osmo_prbs7 at Base 0.10.2
+ osmo_prbs9 at Base 0.10.2
+ osmo_prbs_get_ubit at Base 0.10.2
+ osmo_prbs_get_ubits at Base 0.10.2
+ osmo_prbs_state_init at Base 0.10.2
+ osmo_prim_op_names at Base 0.10.2
+ osmo_print_n at Base 1.3.0
+ osmo_quote_cstr_buf at Base 1.3.0
+ osmo_quote_cstr_c at Base 1.3.0
+ osmo_quote_str at Base 0.11.0
+ osmo_quote_str_buf2 at Base 1.3.0
+ osmo_quote_str_buf3 at Base 1.7.0
+ osmo_quote_str_buf at Base 0.11.0
+ osmo_quote_str_c at Base 1.3.0
+ osmo_revbytebits_32 at Base 0.10.2
+ osmo_revbytebits_8 at Base 0.10.2
+ osmo_revbytebits_buf at Base 0.10.2
+ osmo_sbit2ubit at Base 0.10.2
+ osmo_select_init at Base 1.3.0
+ osmo_select_main at Base 0.10.2
+ osmo_select_main_ctx at Base 1.3.0
+ osmo_select_shutdown_done at Base 1.6.0
+ osmo_select_shutdown_request at Base 1.6.0
+ osmo_select_shutdown_requested at Base 1.6.0
+ osmo_separated_identifiers_valid at Base 0.11.0
+ osmo_sercomm_change_speed at Base 0.10.2
+ osmo_sercomm_drv_pull at Base 0.10.2
+ osmo_sercomm_drv_rx_char at Base 0.10.2
+ osmo_sercomm_init at Base 0.10.2
+ osmo_sercomm_initialized at Base 0.10.2
+ osmo_sercomm_register_rx_cb at Base 0.10.2
+ osmo_sercomm_sendmsg at Base 0.10.2
+ osmo_sercomm_tx_queue_depth at Base 0.10.2
+ osmo_serial_clear_custom_baudrate at Base 0.10.2
+ osmo_serial_init at Base 0.10.2
+ osmo_serial_set_baudrate at Base 0.10.2
+ osmo_serial_set_custom_baudrate at Base 0.10.2
+ osmo_serial_speed_t at Base 1.5.1
+ osmo_set_panic_handler at Base 0.10.2
+ osmo_signal_dispatch at Base 0.10.2
+ osmo_signal_register_handler at Base 0.10.2
+ osmo_signal_talloc_ctx_init at Base 1.3.0
+ osmo_signal_unregister_handler at Base 0.10.2
+ osmo_signalfd_setup at Base 1.4.0
+ osmo_sock_get_ip_and_port at Base 1.3.0
+ osmo_sock_get_local_ip at Base 1.3.0
+ osmo_sock_get_local_ip_port at Base 1.3.0
+ osmo_sock_get_name2 at Base 1.3.0
+ osmo_sock_get_name2_c at Base 1.3.0
+ osmo_sock_get_name at Base 0.10.2
+ osmo_sock_get_name_buf at Base 1.3.0
+ osmo_sock_get_remote_ip at Base 1.3.0
+ osmo_sock_get_remote_ip_port at Base 1.3.0
+ osmo_sock_init2 at Base 0.10.2
+ osmo_sock_init2_multiaddr at Base 1.3.0
+ osmo_sock_init2_ofd at Base 0.10.2
+ osmo_sock_init at Base 0.10.2
+ osmo_sock_init_ofd at Base 0.10.2
+ osmo_sock_init_osa at Base 1.5.1
+ osmo_sock_init_osa_ofd at Base 1.5.1
+ osmo_sock_init_sa at Base 0.10.2
+ osmo_sock_local_ip at Base 0.10.2
+ osmo_sock_mcast_all_set at Base 0.10.2
+ osmo_sock_mcast_iface_set at Base 1.4.0
+ osmo_sock_mcast_loop_set at Base 0.10.2
+ osmo_sock_mcast_subscribe at Base 0.10.2
+ osmo_sock_mcast_ttl_set at Base 0.10.2
+ osmo_sock_set_dscp at Base 1.6.0
+ osmo_sock_set_priority at Base 1.6.0
+ osmo_sock_unix_init at Base 0.10.2
+ osmo_sock_unix_init_ofd at Base 0.10.2
+ osmo_sockaddr_cmp at Base 1.5.1
+ osmo_sockaddr_from_octets at Base 1.7.0
+ osmo_sockaddr_in_to_str_and_uint at Base 1.3.0
+ osmo_sockaddr_is_local at Base 0.10.2
+ osmo_sockaddr_local_ip at Base 1.5.1
+ osmo_sockaddr_ntop at Base 1.5.1
+ osmo_sockaddr_port at Base 1.5.1
+ osmo_sockaddr_set_port at Base 1.7.0
+ osmo_sockaddr_str_cmp at Base 1.3.0
+ osmo_sockaddr_str_from_32 at Base 1.3.0
+ osmo_sockaddr_str_from_32h at Base 1.3.0
+ osmo_sockaddr_str_from_32n at Base 1.3.0
+ osmo_sockaddr_str_from_in6_addr at Base 1.3.0
+ osmo_sockaddr_str_from_in_addr at Base 1.3.0
+ osmo_sockaddr_str_from_sockaddr at Base 1.3.0
+ osmo_sockaddr_str_from_sockaddr_in6 at Base 1.3.0
+ osmo_sockaddr_str_from_sockaddr_in at Base 1.3.0
+ osmo_sockaddr_str_from_str2 at Base 1.5.1
+ osmo_sockaddr_str_from_str at Base 1.3.0
+ osmo_sockaddr_str_is_nonzero at Base 1.3.0
+ osmo_sockaddr_str_is_set at Base 1.3.0
+ osmo_sockaddr_str_to_32 at Base 1.3.0
+ osmo_sockaddr_str_to_32h at Base 1.3.0
+ osmo_sockaddr_str_to_32n at Base 1.3.0
+ osmo_sockaddr_str_to_in6_addr at Base 1.3.0
+ osmo_sockaddr_str_to_in_addr at Base 1.3.0
+ osmo_sockaddr_str_to_sockaddr at Base 1.3.0
+ osmo_sockaddr_str_to_sockaddr_in6 at Base 1.3.0
+ osmo_sockaddr_str_to_sockaddr_in at Base 1.3.0
+ osmo_sockaddr_to_octets at Base 1.7.0
+ osmo_sockaddr_to_str at Base 1.5.1
+ osmo_sockaddr_to_str_and_uint at Base 0.12.0
+ osmo_sockaddr_to_str_buf2 at Base 1.7.0
+ osmo_sockaddr_to_str_buf at Base 1.5.1
+ osmo_sockaddr_to_str_c at Base 1.7.0
+ osmo_stat_item_dec at Base 1.3.0
+#MISSING: 1.6.0# osmo_stat_item_discard at Base 0.10.2
+#MISSING: 1.6.0# osmo_stat_item_discard_all at Base 0.10.2
+ osmo_stat_item_flush at Base 1.6.0
+ osmo_stat_item_for_each_group at Base 0.10.2
+ osmo_stat_item_for_each_item at Base 0.10.2
+ osmo_stat_item_get_by_name at Base 0.10.2
+ osmo_stat_item_get_desc at Base 1.6.0
+ osmo_stat_item_get_group_by_name_idx at Base 0.10.2
+ osmo_stat_item_get_group_by_name_idxname at Base 1.6.0
+ osmo_stat_item_get_last at Base 1.6.0
+#MISSING: 1.6.0# osmo_stat_item_get_next at Base 0.10.2
+ osmo_stat_item_group_alloc at Base 0.10.2
+ osmo_stat_item_group_free at Base 0.10.2
+ osmo_stat_item_group_get_item at Base 1.6.0
+ osmo_stat_item_group_reset at Base 1.4.0
+ osmo_stat_item_group_set_name at Base 1.6.0
+ osmo_stat_item_inc at Base 1.3.0
+ osmo_stat_item_init at Base 0.10.2
+ osmo_stat_item_reset at Base 1.4.0
+ osmo_stat_item_set at Base 0.10.2
+ osmo_stats_config at Base 0.10.2
+ osmo_stats_init at Base 0.10.2
+ osmo_stats_report at Base 0.10.2
+ osmo_stats_reporter_alloc at Base 0.10.2
+ osmo_stats_reporter_create_log at Base 0.10.2
+ osmo_stats_reporter_create_statsd at Base 0.10.2
+ osmo_stats_reporter_disable at Base 0.10.2
+ osmo_stats_reporter_enable at Base 0.10.2
+ osmo_stats_reporter_find at Base 0.10.2
+ osmo_stats_reporter_free at Base 0.10.2
+ osmo_stats_reporter_list at Base 1.6.0
+ osmo_stats_reporter_send at Base 0.10.2
+ osmo_stats_reporter_send_buffer at Base 0.10.2
+ osmo_stats_reporter_set_flush_period at Base 1.4.0
+ osmo_stats_reporter_set_local_addr at Base 0.10.2
+ osmo_stats_reporter_set_max_class at Base 0.10.2
+ osmo_stats_reporter_set_mtu at Base 0.10.2
+ osmo_stats_reporter_set_name_prefix at Base 0.10.2
+ osmo_stats_reporter_set_remote_addr at Base 0.10.2
+ osmo_stats_reporter_set_remote_port at Base 0.10.2
+ osmo_stats_reporter_udp_close at Base 0.10.2
+ osmo_stats_reporter_udp_open at Base 0.10.2
+ osmo_stats_set_interval at Base 0.10.2
+ osmo_stats_tcp_osmo_fd_register at Base 1.7.0
+ osmo_stats_tcp_osmo_fd_unregister at Base 1.7.0
+ osmo_stats_tcp_set_interval at Base 1.7.0
+ osmo_stderr_target at Base 0.10.2
+ osmo_str2bcd at Base 1.4.0
+ osmo_str2lower at Base 0.10.2
+ osmo_str2upper at Base 0.10.2
+ osmo_str_startswith at Base 1.3.0
+ osmo_str_to_int64 at Base 1.6.0
+ osmo_str_to_int at Base 1.6.0
+ osmo_str_tolower at Base 1.3.0
+ osmo_str_tolower_buf at Base 1.3.0
+ osmo_str_tolower_c at Base 1.3.0
+ osmo_str_toupper at Base 1.3.0
+ osmo_str_toupper_buf at Base 1.3.0
+ osmo_str_toupper_c at Base 1.3.0
+ osmo_strlcpy at Base 0.10.2
+ osmo_strnchr at Base 1.3.0
+ osmo_strrb_add at Base 0.10.2
+ osmo_strrb_create at Base 0.10.2
+ osmo_strrb_elements at Base 0.10.2
+ osmo_strrb_get_nth at Base 0.10.2
+ osmo_strrb_is_empty at Base 0.10.2
+ osmo_system_nowait2 at Base 1.4.0
+ osmo_system_nowait at Base 1.3.0
+ osmo_t4_encode at Base 0.10.2
+ osmo_talloc_replace_string_fmt at Base 1.6.0
+ osmo_tcp_stats_config at Base 1.7.0
+ osmo_tdef_get at Base 1.3.0
+ osmo_tdef_get_entry at Base 1.3.0
+ osmo_tdef_get_state_timeout at Base 1.3.0
+ osmo_tdef_range_str_buf at Base 1.3.0
+ osmo_tdef_set at Base 1.3.0
+ osmo_tdef_unit_names at Base 1.3.0
+ osmo_tdef_val_in_range at Base 1.3.0
+ osmo_tdefs_reset at Base 1.3.0
+ osmo_time_cc_cleanup at Base 1.6.0
+ osmo_time_cc_init at Base 1.6.0
+ osmo_time_cc_set_flag at Base 1.6.0
+ osmo_timer_add at Base 0.10.2
+ osmo_timer_del at Base 0.10.2
+ osmo_timer_pending at Base 0.10.2
+ osmo_timer_remaining at Base 0.10.2
+ osmo_timer_schedule at Base 0.10.2
+ osmo_timer_setup at Base 0.10.2
+ osmo_timerfd_disable at Base 0.12.0
+ osmo_timerfd_schedule at Base 0.12.0
+ osmo_timerfd_setup at Base 0.12.0
+ osmo_timers_check at Base 0.10.2
+ osmo_timers_nearest at Base 0.10.2
+ osmo_timers_nearest_ms at Base 1.5.1
+ osmo_timers_prepare at Base 0.10.2
+ osmo_timers_update at Base 0.10.2
+ osmo_ubit2pbit at Base 0.10.2
+ osmo_ubit2pbit_ext at Base 0.10.2
+ osmo_ubit2sbit at Base 0.10.2
+ osmo_ubit_dump at Base 0.10.2
+ osmo_ubit_dump_buf at Base 1.3.0
+ osmo_use_count_by at Base 1.3.0
+ osmo_use_count_find at Base 1.3.0
+ osmo_use_count_free at Base 1.3.0
+ osmo_use_count_make_static_entries at Base 1.3.0
+ osmo_use_count_name_buf at Base 1.3.0
+ osmo_use_count_to_str_buf at Base 1.5.1
+ osmo_use_count_to_str_c at Base 1.5.1
+ osmo_use_count_total at Base 1.3.0
+ osmo_vlogp at Base 0.10.2
+ osmo_wqueue_bfd_cb at Base 0.10.2
+ osmo_wqueue_clear at Base 0.10.2
+ osmo_wqueue_enqueue at Base 0.10.2
+ osmo_wqueue_enqueue_quiet at Base 1.5.1
+ osmo_wqueue_init at Base 0.10.2
+ rate_ctr_add at Base 0.10.2
+ rate_ctr_difference at Base 0.10.2
+ rate_ctr_for_each_counter at Base 0.10.2
+ rate_ctr_for_each_group at Base 0.10.2
+ rate_ctr_get_by_name at Base 0.10.2
+ rate_ctr_get_group_by_name_idx at Base 0.10.2
+ rate_ctr_group_alloc at Base 0.10.2
+ rate_ctr_group_free at Base 0.10.2
+ rate_ctr_group_get_ctr at Base 1.6.0
+ rate_ctr_group_reset at Base 1.4.0
+ rate_ctr_group_set_name at Base 1.6.0
+ rate_ctr_init at Base 0.10.2
+ rate_ctr_reset at Base 1.4.0
+ rb_erase at Base 0.10.2
+ rb_first at Base 0.10.2
+ rb_insert_color at Base 0.10.2
+ rb_last at Base 0.10.2
+ rb_next at Base 0.10.2
+ rb_prev at Base 0.10.2
+ rb_replace_node at Base 0.10.2
+ sercomm_drv_baudrate_chg at Base 0.10.2
+ sercomm_drv_lock at Base 0.10.2
+ sercomm_drv_start_tx at Base 0.10.2
+ sercomm_drv_unlock at Base 0.10.2
+ stats_tcp_lock at Base 1.7.0
+ tall_ctr_ctx at Base 0.10.2
+ tall_log_ctx at Base 1.3.0
+ tall_msgb_ctx at Base 0.10.2
+ tall_sigh_ctx at Base 0.10.2
diff -Nru libosmocore-1.7.0/debian/libosmoctrl0.install libosmocore-1.7.0/debian/libosmoctrl0.install
--- libosmocore-1.7.0/debian/libosmoctrl0.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmoctrl0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmoctrl*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmoctrl0.symbols libosmocore-1.7.0/debian/libosmoctrl0.symbols
--- libosmocore-1.7.0/debian/libosmoctrl0.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmoctrl0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,31 +0,0 @@
-libosmoctrl.so.0 libosmoctrl0 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- LIBOSMOCTRL_1.0 at LIBOSMOCTRL_1.0 0.12.0
- ctrl_cmd_cpy at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_create at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_def_is_zombie at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_def_make at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_def_send at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_exec_from_string at LIBOSMOCTRL_1.0 0.10.2
- ctrl_cmd_handle at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_install at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_make at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_parse2 at LIBOSMOCTRL_1.0 0.11.0
- ctrl_cmd_parse3 at LIBOSMOCTRL_1.0 0.12.0
- ctrl_cmd_parse at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_send at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_send_to_all at LIBOSMOCTRL_1.0 0.8.3
- ctrl_cmd_send_trap at LIBOSMOCTRL_1.0 0.9.6
- ctrl_cmd_trap at LIBOSMOCTRL_1.0 0.8.3
- ctrl_handle_alloc2 at LIBOSMOCTRL_1.0 0.10.2
- ctrl_handle_alloc at LIBOSMOCTRL_1.0 0.10.2
- ctrl_handle_msg at LIBOSMOCTRL_1.0 0.11.0
- ctrl_interface_setup at LIBOSMOCTRL_1.0 0.8.3
- ctrl_interface_setup_dynip2 at LIBOSMOCTRL_1.0 0.10.2
- ctrl_interface_setup_dynip at LIBOSMOCTRL_1.0 0.9.6
- ctrl_lookup_register at LIBOSMOCTRL_1.0 0.10.2
- ctrl_parse_get_num at LIBOSMOCTRL_1.0 0.8.3
- ctrl_type_vals at LIBOSMOCTRL_1.0 0.10.2
- ctrl_vty_get_bind_addr at LIBOSMOCTRL_1.0 0.9.6
- ctrl_vty_init at LIBOSMOCTRL_1.0 0.9.6
- osmo_ctrl_conn_alloc at LIBOSMOCTRL_1.0 0.10.2
diff -Nru libosmocore-1.7.0/debian/libosmoctrl0t64.install libosmocore-1.7.0/debian/libosmoctrl0t64.install
--- libosmocore-1.7.0/debian/libosmoctrl0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmoctrl0t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmoctrl*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmoctrl0t64.lintian-overrides libosmocore-1.7.0/debian/libosmoctrl0t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmoctrl0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmoctrl0t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmoctrl0t64: package-name-doesnt-match-sonames libosmoctrl0
diff -Nru libosmocore-1.7.0/debian/libosmoctrl0t64.symbols libosmocore-1.7.0/debian/libosmoctrl0t64.symbols
--- libosmocore-1.7.0/debian/libosmoctrl0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmoctrl0t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,31 @@
+libosmoctrl.so.0 libosmoctrl0t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ LIBOSMOCTRL_1.0 at LIBOSMOCTRL_1.0 0.12.0
+ ctrl_cmd_cpy at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_create at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_def_is_zombie at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_def_make at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_def_send at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_exec_from_string at LIBOSMOCTRL_1.0 0.10.2
+ ctrl_cmd_handle at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_install at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_make at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_parse2 at LIBOSMOCTRL_1.0 0.11.0
+ ctrl_cmd_parse3 at LIBOSMOCTRL_1.0 0.12.0
+ ctrl_cmd_parse at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_send at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_send_to_all at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_cmd_send_trap at LIBOSMOCTRL_1.0 0.9.6
+ ctrl_cmd_trap at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_handle_alloc2 at LIBOSMOCTRL_1.0 0.10.2
+ ctrl_handle_alloc at LIBOSMOCTRL_1.0 0.10.2
+ ctrl_handle_msg at LIBOSMOCTRL_1.0 0.11.0
+ ctrl_interface_setup at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_interface_setup_dynip2 at LIBOSMOCTRL_1.0 0.10.2
+ ctrl_interface_setup_dynip at LIBOSMOCTRL_1.0 0.9.6
+ ctrl_lookup_register at LIBOSMOCTRL_1.0 0.10.2
+ ctrl_parse_get_num at LIBOSMOCTRL_1.0 0.8.3
+ ctrl_type_vals at LIBOSMOCTRL_1.0 0.10.2
+ ctrl_vty_get_bind_addr at LIBOSMOCTRL_1.0 0.9.6
+ ctrl_vty_init at LIBOSMOCTRL_1.0 0.9.6
+ osmo_ctrl_conn_alloc at LIBOSMOCTRL_1.0 0.10.2
diff -Nru libosmocore-1.7.0/debian/libosmogb14.install libosmocore-1.7.0/debian/libosmogb14.install
--- libosmocore-1.7.0/debian/libosmogb14.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogb14.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmogb*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmogb14.symbols libosmocore-1.7.0/debian/libosmogb14.symbols
--- libosmocore-1.7.0/debian/libosmogb14.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogb14.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,203 +0,0 @@
-libosmogb.so.14 libosmogb14 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- LIBOSMOGB_1.0 at LIBOSMOGB_1.0 0.10.2
- bssgp2_dec_fc_bvc at LIBOSMOGB_1.0 1.5.1
- bssgp2_dec_fc_ms at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_bvc_block at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_bvc_block_ack at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_bvc_reset at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_bvc_reset_ack at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_bvc_unblock at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_bvc_unblock_ack at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_fc_bvc at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_fc_bvc_ack at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_fc_ms at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_fc_ms_ack at LIBOSMOGB_1.0 1.5.1
- bssgp2_enc_status at LIBOSMOGB_1.0 1.5.1
- bssgp2_nsi_tx_ptp at LIBOSMOGB_1.0 1.5.1
- bssgp2_nsi_tx_sig at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_ctx_free at LIBOSMOGB_1.0 1.3.0
- bssgp_bvc_fsm_alloc_ptp_bss at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_alloc_ptp_sgsn at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_alloc_sig_bss at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_alloc_sig_sgsn at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_get_block_cause at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_get_features_advertised at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_get_features_negotiated at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_get_features_received at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_get_max_pdu_len at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_is_unblocked at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_set_max_pdu_len at LIBOSMOGB_1.0 1.5.1
- bssgp_bvc_fsm_set_ops at LIBOSMOGB_1.0 1.5.1
- bssgp_cause_str at LIBOSMOGB_1.0 0.10.2
- bssgp_create_cell_id at LIBOSMOGB_1.0 0.10.2
- bssgp_create_rim_ri at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_app_err_cont_nacc at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_ack_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_app_err_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_err_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_req_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_req_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_dec_ran_inf_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_app_err_cont_nacc at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_ack_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_app_err_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_err_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_req_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_req_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_enc_ran_inf_rim_cont at LIBOSMOGB_1.0 1.5.1
- bssgp_encode_rim_pdu at LIBOSMOGB_1.0 1.6.0
- bssgp_fc_flush_queue at LIBOSMOGB_1.0 1.3.0
- bssgp_fc_in at LIBOSMOGB_1.0 0.10.2
- bssgp_fc_init at LIBOSMOGB_1.0 0.10.2
- bssgp_fc_ms_init at LIBOSMOGB_1.0 0.10.2
- bssgp_flush_all_queues at LIBOSMOGB_1.0 1.3.0
- bssgp_msgb_alloc at LIBOSMOGB_1.0 0.10.2
- bssgp_msgb_copy at LIBOSMOGB_1.0 0.10.2
- bssgp_msgb_ra_put at LIBOSMOGB_1.0 0.11.0
- bssgp_msgb_tlli_put at LIBOSMOGB_1.0 0.10.2
- bssgp_nacc_cause_strs at LIBOSMOGB_1.0 1.5.1
- bssgp_nsi at LIBOSMOGB_1.0 0.10.2
- bssgp_parse_cell_id at LIBOSMOGB_1.0 0.10.2
- bssgp_parse_rim_pdu at LIBOSMOGB_1.0 1.5.1
- bssgp_parse_rim_ri at LIBOSMOGB_1.0 1.5.1
- bssgp_pdu_str at LIBOSMOGB_1.0 0.10.2
- bssgp_ran_inf_app_id_strs at LIBOSMOGB_1.0 1.5.1
- bssgp_rcvmsg at LIBOSMOGB_1.0 0.10.2
- bssgp_rim_ri_name at LIBOSMOGB_1.0 1.5.1
- bssgp_rim_ri_name_buf at LIBOSMOGB_1.0 1.5.1
- bssgp_rim_routing_info_discr_strs at LIBOSMOGB_1.0 1.5.1
- bssgp_rx_paging at LIBOSMOGB_1.0 0.10.2
- bssgp_set_bssgp_callback at LIBOSMOGB_1.0 1.4.0
- bssgp_set_log_ss at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_bvc_block at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_bvc_ptp_reset at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_bvc_reset2 at LIBOSMOGB_1.0 1.4.0
- bssgp_tx_bvc_reset at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_bvc_reset_nsei_bvci at LIBOSMOGB_1.0 1.5.1
- bssgp_tx_bvc_unblock at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_dl_ud at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_fc_bvc at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_fc_ms at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_flush_ll_ack at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_llc_discarded at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_paging at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_ra_capa_upd at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_radio_status_imsi at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_radio_status_tlli at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_radio_status_tmsi at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_resume at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_resume_ack at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_resume_nack at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_rim at LIBOSMOGB_1.0 1.5.1
- bssgp_tx_simple_bvci at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_status at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_suspend at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_suspend_ack at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_suspend_nack at LIBOSMOGB_1.0 0.10.2
- bssgp_tx_ul_ud at LIBOSMOGB_1.0 0.10.2
- bssgp_vty_init at LIBOSMOGB_1.0 0.10.2
- btsctx_alloc at LIBOSMOGB_1.0 0.10.2
- btsctx_by_bvci_nsei at LIBOSMOGB_1.0 0.10.2
- btsctx_by_raid_cid at LIBOSMOGB_1.0 0.10.2
- gprs_log_filter_fn at LIBOSMOGB_1.0 0.10.2
- gprs_ns2_aff_cause_prim_strs at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_bind_by_name at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_cause_strs at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_create_nse2 at LIBOSMOGB_1.0 1.6.0
- gprs_ns2_create_nse at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_find_vc_by_dlci at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_fr_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_fr_bind_by_netif at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_fr_bind_netif at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_fr_connect at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_fr_nsvc_by_dlci at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_fr_nsvc_dlci at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free_binds at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free_nse at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free_nses at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free_nsvc at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_free_nsvcs at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_frgre_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_instantiate at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_bind_by_sockaddr at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_bind_set_dscp at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_bind_set_priority at LIBOSMOGB_1.0 1.6.0
- gprs_ns2_ip_bind_set_sns_weight at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_bind_sockaddr at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_connect2 at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_connect at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_connect_inactive at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_vc_equal at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_vc_local at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ip_vc_remote at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_is_fr_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_is_frgre_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_is_ip_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ll_str at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ll_str_buf at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_ll_str_c at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_lltype_strs at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_nse_by_nsei at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_nse_foreach_nsvc at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_nse_nsei at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_nse_sns_remote at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_nsvc_by_nsvci at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_nsvc_state_name at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_prim_strs at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_recv_prim at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_sns_add_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_sns_add_endpoint at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_sns_del_bind at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_sns_del_endpoint at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_start_alive_all_nsvcs at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_vty_init at LIBOSMOGB_1.0 1.5.1
- gprs_ns2_vty_init_reduced at LIBOSMOGB_1.0 1.5.1
- gprs_ns_cause_str at LIBOSMOGB_1.0 0.10.2
- gprs_ns_close at LIBOSMOGB_1.0 0.10.2
- gprs_ns_destroy at LIBOSMOGB_1.0 0.10.2
- gprs_ns_frgre_listen at LIBOSMOGB_1.0 0.10.2
- gprs_ns_frgre_sendmsg at LIBOSMOGB_1.0 0.10.2
- gprs_ns_instantiate at LIBOSMOGB_1.0 0.10.2
- gprs_ns_ll_clear at LIBOSMOGB_1.0 0.10.2
- gprs_ns_ll_copy at LIBOSMOGB_1.0 0.10.2
- gprs_ns_ll_str at LIBOSMOGB_1.0 0.10.2
- gprs_ns_ll_str_buf at LIBOSMOGB_1.0 1.3.0
- gprs_ns_ll_str_c at LIBOSMOGB_1.0 1.3
- gprs_ns_msgb_alloc at LIBOSMOGB_1.0 0.10.2
- gprs_ns_nsip_connect at LIBOSMOGB_1.0 0.10.2
- gprs_ns_nsip_connect_sns at LIBOSMOGB_1.0 1.3.0
- gprs_ns_nsip_listen at LIBOSMOGB_1.0 0.10.2
- gprs_ns_pdu_strings at LIBOSMOGB_1.0 0.10.2
- gprs_ns_rcvmsg at LIBOSMOGB_1.0 0.10.2
- gprs_ns_sendmsg at LIBOSMOGB_1.0 0.10.2
- gprs_ns_set_log_ss at LIBOSMOGB_1.0 0.10.2
- gprs_ns_signal_ns_names at LIBOSMOGB_1.0 0.10.2
- gprs_ns_tx_alive at LIBOSMOGB_1.0 0.10.2
- gprs_ns_tx_alive_ack at LIBOSMOGB_1.0 0.10.2
- gprs_ns_tx_block at LIBOSMOGB_1.0 0.10.2
- gprs_ns_tx_reset at LIBOSMOGB_1.0 0.10.2
- gprs_ns_tx_status at LIBOSMOGB_1.0 0.10.2
- gprs_ns_tx_unblock at LIBOSMOGB_1.0 0.10.2
- gprs_ns_vty_init at LIBOSMOGB_1.0 0.10.2
- gprs_nsvc_by_nsei at LIBOSMOGB_1.0 0.10.2
- gprs_nsvc_by_nsvci at LIBOSMOGB_1.0 0.10.2
- gprs_nsvc_create2 at LIBOSMOGB_1.0 1.4.0
-#MISSING: 1.4.0# gprs_nsvc_create at LIBOSMOGB_1.0 0.10.2
- gprs_nsvc_delete at LIBOSMOGB_1.0 0.10.2
- gprs_nsvc_reset at LIBOSMOGB_1.0 0.10.2
- gprs_nsvc_state_append at LIBOSMOGB_1.0 0.12.0
- osmo_fr_dlc_alloc at LIBOSMOGB_1.0 1.5.1
- osmo_fr_link_alloc at LIBOSMOGB_1.0 1.5.1
- osmo_fr_link_free at LIBOSMOGB_1.0 1.5.1
- osmo_fr_network_alloc at LIBOSMOGB_1.0 1.5.1
- osmo_fr_network_free at LIBOSMOGB_1.0 1.6.0
- osmo_fr_role_names at LIBOSMOGB_1.0 1.5.1
- osmo_fr_rx at LIBOSMOGB_1.0 1.5.1
- osmo_fr_tx_dlc at LIBOSMOGB_1.0 1.5.1
- osmo_pdef_bssgp at LIBOSMOGB_1.0 1.5.1
diff -Nru libosmocore-1.7.0/debian/libosmogb14t64.install libosmocore-1.7.0/debian/libosmogb14t64.install
--- libosmocore-1.7.0/debian/libosmogb14t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogb14t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmogb*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmogb14t64.lintian-overrides libosmocore-1.7.0/debian/libosmogb14t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmogb14t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogb14t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmogb14t64: package-name-doesnt-match-sonames libosmogb14
diff -Nru libosmocore-1.7.0/debian/libosmogb14t64.symbols libosmocore-1.7.0/debian/libosmogb14t64.symbols
--- libosmocore-1.7.0/debian/libosmogb14t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogb14t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,203 @@
+libosmogb.so.14 libosmogb14t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ LIBOSMOGB_1.0 at LIBOSMOGB_1.0 0.10.2
+ bssgp2_dec_fc_bvc at LIBOSMOGB_1.0 1.5.1
+ bssgp2_dec_fc_ms at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_bvc_block at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_bvc_block_ack at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_bvc_reset at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_bvc_reset_ack at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_bvc_unblock at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_bvc_unblock_ack at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_fc_bvc at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_fc_bvc_ack at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_fc_ms at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_fc_ms_ack at LIBOSMOGB_1.0 1.5.1
+ bssgp2_enc_status at LIBOSMOGB_1.0 1.5.1
+ bssgp2_nsi_tx_ptp at LIBOSMOGB_1.0 1.5.1
+ bssgp2_nsi_tx_sig at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_ctx_free at LIBOSMOGB_1.0 1.3.0
+ bssgp_bvc_fsm_alloc_ptp_bss at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_alloc_ptp_sgsn at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_alloc_sig_bss at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_alloc_sig_sgsn at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_get_block_cause at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_get_features_advertised at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_get_features_negotiated at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_get_features_received at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_get_max_pdu_len at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_is_unblocked at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_set_max_pdu_len at LIBOSMOGB_1.0 1.5.1
+ bssgp_bvc_fsm_set_ops at LIBOSMOGB_1.0 1.5.1
+ bssgp_cause_str at LIBOSMOGB_1.0 0.10.2
+ bssgp_create_cell_id at LIBOSMOGB_1.0 0.10.2
+ bssgp_create_rim_ri at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_app_err_cont_nacc at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_ack_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_app_err_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_err_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_req_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_req_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_dec_ran_inf_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_app_err_cont_nacc at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_ack_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_app_err_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_err_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_req_app_cont_nacc at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_req_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_enc_ran_inf_rim_cont at LIBOSMOGB_1.0 1.5.1
+ bssgp_encode_rim_pdu at LIBOSMOGB_1.0 1.6.0
+ bssgp_fc_flush_queue at LIBOSMOGB_1.0 1.3.0
+ bssgp_fc_in at LIBOSMOGB_1.0 0.10.2
+ bssgp_fc_init at LIBOSMOGB_1.0 0.10.2
+ bssgp_fc_ms_init at LIBOSMOGB_1.0 0.10.2
+ bssgp_flush_all_queues at LIBOSMOGB_1.0 1.3.0
+ bssgp_msgb_alloc at LIBOSMOGB_1.0 0.10.2
+ bssgp_msgb_copy at LIBOSMOGB_1.0 0.10.2
+ bssgp_msgb_ra_put at LIBOSMOGB_1.0 0.11.0
+ bssgp_msgb_tlli_put at LIBOSMOGB_1.0 0.10.2
+ bssgp_nacc_cause_strs at LIBOSMOGB_1.0 1.5.1
+ bssgp_nsi at LIBOSMOGB_1.0 0.10.2
+ bssgp_parse_cell_id at LIBOSMOGB_1.0 0.10.2
+ bssgp_parse_rim_pdu at LIBOSMOGB_1.0 1.5.1
+ bssgp_parse_rim_ri at LIBOSMOGB_1.0 1.5.1
+ bssgp_pdu_str at LIBOSMOGB_1.0 0.10.2
+ bssgp_ran_inf_app_id_strs at LIBOSMOGB_1.0 1.5.1
+ bssgp_rcvmsg at LIBOSMOGB_1.0 0.10.2
+ bssgp_rim_ri_name at LIBOSMOGB_1.0 1.5.1
+ bssgp_rim_ri_name_buf at LIBOSMOGB_1.0 1.5.1
+ bssgp_rim_routing_info_discr_strs at LIBOSMOGB_1.0 1.5.1
+ bssgp_rx_paging at LIBOSMOGB_1.0 0.10.2
+ bssgp_set_bssgp_callback at LIBOSMOGB_1.0 1.4.0
+ bssgp_set_log_ss at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_bvc_block at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_bvc_ptp_reset at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_bvc_reset2 at LIBOSMOGB_1.0 1.4.0
+ bssgp_tx_bvc_reset at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_bvc_reset_nsei_bvci at LIBOSMOGB_1.0 1.5.1
+ bssgp_tx_bvc_unblock at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_dl_ud at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_fc_bvc at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_fc_ms at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_flush_ll_ack at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_llc_discarded at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_paging at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_ra_capa_upd at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_radio_status_imsi at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_radio_status_tlli at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_radio_status_tmsi at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_resume at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_resume_ack at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_resume_nack at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_rim at LIBOSMOGB_1.0 1.5.1
+ bssgp_tx_simple_bvci at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_status at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_suspend at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_suspend_ack at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_suspend_nack at LIBOSMOGB_1.0 0.10.2
+ bssgp_tx_ul_ud at LIBOSMOGB_1.0 0.10.2
+ bssgp_vty_init at LIBOSMOGB_1.0 0.10.2
+ btsctx_alloc at LIBOSMOGB_1.0 0.10.2
+ btsctx_by_bvci_nsei at LIBOSMOGB_1.0 0.10.2
+ btsctx_by_raid_cid at LIBOSMOGB_1.0 0.10.2
+ gprs_log_filter_fn at LIBOSMOGB_1.0 0.10.2
+ gprs_ns2_aff_cause_prim_strs at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_bind_by_name at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_cause_strs at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_create_nse2 at LIBOSMOGB_1.0 1.6.0
+ gprs_ns2_create_nse at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_find_vc_by_dlci at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_fr_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_fr_bind_by_netif at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_fr_bind_netif at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_fr_connect at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_fr_nsvc_by_dlci at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_fr_nsvc_dlci at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free_binds at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free_nse at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free_nses at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free_nsvc at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_free_nsvcs at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_frgre_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_instantiate at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_bind_by_sockaddr at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_bind_set_dscp at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_bind_set_priority at LIBOSMOGB_1.0 1.6.0
+ gprs_ns2_ip_bind_set_sns_weight at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_bind_sockaddr at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_connect2 at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_connect at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_connect_inactive at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_vc_equal at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_vc_local at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ip_vc_remote at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_is_fr_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_is_frgre_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_is_ip_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ll_str at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ll_str_buf at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_ll_str_c at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_lltype_strs at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_nse_by_nsei at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_nse_foreach_nsvc at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_nse_nsei at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_nse_sns_remote at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_nsvc_by_nsvci at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_nsvc_state_name at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_prim_strs at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_recv_prim at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_sns_add_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_sns_add_endpoint at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_sns_del_bind at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_sns_del_endpoint at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_start_alive_all_nsvcs at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_vty_init at LIBOSMOGB_1.0 1.5.1
+ gprs_ns2_vty_init_reduced at LIBOSMOGB_1.0 1.5.1
+ gprs_ns_cause_str at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_close at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_destroy at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_frgre_listen at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_frgre_sendmsg at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_instantiate at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_ll_clear at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_ll_copy at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_ll_str at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_ll_str_buf at LIBOSMOGB_1.0 1.3.0
+ gprs_ns_ll_str_c at LIBOSMOGB_1.0 1.3
+ gprs_ns_msgb_alloc at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_nsip_connect at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_nsip_connect_sns at LIBOSMOGB_1.0 1.3.0
+ gprs_ns_nsip_listen at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_pdu_strings at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_rcvmsg at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_sendmsg at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_set_log_ss at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_signal_ns_names at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_tx_alive at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_tx_alive_ack at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_tx_block at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_tx_reset at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_tx_status at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_tx_unblock at LIBOSMOGB_1.0 0.10.2
+ gprs_ns_vty_init at LIBOSMOGB_1.0 0.10.2
+ gprs_nsvc_by_nsei at LIBOSMOGB_1.0 0.10.2
+ gprs_nsvc_by_nsvci at LIBOSMOGB_1.0 0.10.2
+ gprs_nsvc_create2 at LIBOSMOGB_1.0 1.4.0
+#MISSING: 1.4.0# gprs_nsvc_create at LIBOSMOGB_1.0 0.10.2
+ gprs_nsvc_delete at LIBOSMOGB_1.0 0.10.2
+ gprs_nsvc_reset at LIBOSMOGB_1.0 0.10.2
+ gprs_nsvc_state_append at LIBOSMOGB_1.0 0.12.0
+ osmo_fr_dlc_alloc at LIBOSMOGB_1.0 1.5.1
+ osmo_fr_link_alloc at LIBOSMOGB_1.0 1.5.1
+ osmo_fr_link_free at LIBOSMOGB_1.0 1.5.1
+ osmo_fr_network_alloc at LIBOSMOGB_1.0 1.5.1
+ osmo_fr_network_free at LIBOSMOGB_1.0 1.6.0
+ osmo_fr_role_names at LIBOSMOGB_1.0 1.5.1
+ osmo_fr_rx at LIBOSMOGB_1.0 1.5.1
+ osmo_fr_tx_dlc at LIBOSMOGB_1.0 1.5.1
+ osmo_pdef_bssgp at LIBOSMOGB_1.0 1.5.1
diff -Nru libosmocore-1.7.0/debian/libosmogsm18.install libosmocore-1.7.0/debian/libosmogsm18.install
--- libosmocore-1.7.0/debian/libosmogsm18.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogsm18.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmogsm*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmogsm18.symbols libosmocore-1.7.0/debian/libosmogsm18.symbols
--- libosmocore-1.7.0/debian/libosmogsm18.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogsm18.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,723 +0,0 @@
-libosmogsm.so.18 libosmogsm18 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- LIBOSMOGSM_1.0 at LIBOSMOGSM_1.0 0.10.2
- _osmo_mncc_log at LIBOSMOGSM_1.0 0.11.0
- abis_mm_event_cause_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_adm_state_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_att_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_att_settable at LIBOSMOGSM_1.0 0.10.2
- abis_nm_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- abis_nm_att_tlvdef_ipa at LIBOSMOGSM_1.0 0.10.2
- abis_nm_avail_name at LIBOSMOGSM_1.0 0.10.2
- abis_nm_chcomb4pchan at LIBOSMOGSM_1.0 0.10.2
- abis_nm_debugp_foh at LIBOSMOGSM_1.0 0.10.2
- abis_nm_dump_foh at LIBOSMOGSM_1.0 0.11.0
- abis_nm_dump_foh_buf at LIBOSMOGSM_1.0 1.3.0
- abis_nm_dump_foh_c at LIBOSMOGSM_1.0 1.3.0
- abis_nm_event_type_name at LIBOSMOGSM_1.0 0.10.2
- abis_nm_fail_evt_rep at LIBOSMOGSM_1.0 0.10.2
- abis_nm_fail_evt_vrep at LIBOSMOGSM_1.0 0.10.2
- abis_nm_get_sw_conf at LIBOSMOGSM_1.0 0.10.2
- abis_nm_get_sw_desc_len at LIBOSMOGSM_1.0 0.10.2
- abis_nm_ipa_magic at LIBOSMOGSM_1.0 0.10.2
- abis_nm_msg_disc_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_msgtype_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_nack_cause_name at LIBOSMOGSM_1.0 0.10.2
- abis_nm_nack_name at LIBOSMOGSM_1.0 0.10.2
- abis_nm_nacks at LIBOSMOGSM_1.0 0.10.2
- abis_nm_no_ack_nack at LIBOSMOGSM_1.0 0.10.2
- abis_nm_obj_class_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_opstate_name at LIBOSMOGSM_1.0 0.10.2
- abis_nm_osmo_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- abis_nm_osmo_magic at LIBOSMOGSM_1.0 0.10.2
- abis_nm_pcause_type_names at LIBOSMOGSM_1.0 0.10.2
- abis_nm_pchan4chcomb at LIBOSMOGSM_1.0 0.10.2
- abis_nm_put_sw_desc at LIBOSMOGSM_1.0 0.10.2
- abis_nm_put_sw_file at LIBOSMOGSM_1.0 0.10.2
- abis_nm_reports at LIBOSMOGSM_1.0 0.10.2
- abis_nm_severity_name at LIBOSMOGSM_1.0 0.10.2
- abis_nm_sw_desc_len at LIBOSMOGSM_1.0 0.10.2
- abis_nm_sw_load_msgs at LIBOSMOGSM_1.0 0.10.2
- abis_nm_t200_ms at LIBOSMOGSM_1.0 0.10.2
- abis_nm_test_name at LIBOSMOGSM_1.0 0.10.2
- bitvec_add_range1024 at LIBOSMOGSM_1.0 0.10.2
- cbsp_att_tlvdef at LIBOSMOGSM_1.0 1.3.0
- cbsp_category_names at LIBOSMOGSM_1.0 1.3.0
- cbsp_iei_names at LIBOSMOGSM_1.0 1.3.0
- cbsp_msg_type_names at LIBOSMOGSM_1.0 1.3.0
- comp128 at LIBOSMOGSM_1.0 0.10.2
- comp128v2 at LIBOSMOGSM_1.0 0.10.2
- comp128v3 at LIBOSMOGSM_1.0 0.10.2
- dbm2rxlev at LIBOSMOGSM_1.0 0.10.2
- egprs_get_cps at LIBOSMOGSM_1.0 0.10.2
- gan_msgt_vals at LIBOSMOGSM_1.0 0.10.2
- gan_pdisc_vals at LIBOSMOGSM_1.0 0.10.2
- gprs_att_t_strs at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_gen_input_i at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_gen_input_ui at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_key_length at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_load at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_names at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_register at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_run at LIBOSMOGSM_1.0 0.10.2
- gprs_cipher_supported at LIBOSMOGSM_1.0 0.10.2
- gprs_det_t_mo_strs at LIBOSMOGSM_1.0 0.10.2
- gprs_det_t_mt_strs at LIBOSMOGSM_1.0 0.10.2
- gprs_ms_net_cap_gea_supported at LIBOSMOGSM_1.0 0.10.2
- gprs_msgt_gmm_names at LIBOSMOGSM_1.0 0.10.2
- gprs_service_t_strs at LIBOSMOGSM_1.0 0.10.2
- gprs_tlli_type at LIBOSMOGSM_1.0 0.10.2
- gprs_tmsi2tlli at LIBOSMOGSM_1.0 0.10.2
- gprs_upd_t_strs at LIBOSMOGSM_1.0 0.10.2
- gsm0341_build_msg at LIBOSMOGSM_1.0 0.10.2
- gsm0406_dlci_sapi_names at LIBOSMOGSM_1.0 1.3.0
- gsm0480_comp_type_names at LIBOSMOGSM_1.0 0.12.0
- gsm0480_create_notifySS at LIBOSMOGSM_1.0 0.10.2
- gsm0480_create_release_complete at LIBOSMOGSM_1.0 1.3.0
- gsm0480_create_unstructuredSS_Notify at LIBOSMOGSM_1.0 0.10.2
- gsm0480_create_ussd_notify at LIBOSMOGSM_1.0 0.10.2
- gsm0480_create_ussd_release_complete at LIBOSMOGSM_1.0 0.10.2
- gsm0480_create_ussd_resp at LIBOSMOGSM_1.0 0.10.2
- gsm0480_decode_ss_request at LIBOSMOGSM_1.0 0.10.2
- gsm0480_decode_ussd_request at LIBOSMOGSM_1.0 0.10.2
- gsm0480_extract_ie_by_tag at LIBOSMOGSM_1.0 0.12.0
- gsm0480_gen_reject at LIBOSMOGSM_1.0 1.3.0
- gsm0480_gen_return_error at LIBOSMOGSM_1.0 1.3.0
- gsm0480_gen_ussd_resp_7bit at LIBOSMOGSM_1.0 1.3.0
- gsm0480_msgb_alloc_name at LIBOSMOGSM_1.0 1.3.0
- gsm0480_op_code_names at LIBOSMOGSM_1.0 0.12.0
- gsm0480_parse_facility_ie at LIBOSMOGSM_1.0 0.12.0
- gsm0480_wrap_facility at LIBOSMOGSM_1.0 0.10.2
- gsm0480_wrap_invoke at LIBOSMOGSM_1.0 0.10.2
- gsm0502_calc_paging_group at LIBOSMOGSM_1.0 0.10.2
- gsm0502_fn_remap at LIBOSMOGSM_1.0 1.3.0
- gsm0502_hop_seq_gen at LIBOSMOGSM_1.0 1.4.0
- gsm0503_cs2 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_cs2_np at LIBOSMOGSM_1.0 0.10.2
- gsm0503_cs3 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_cs3_np at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs1 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs1_dl_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs1_ul_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs2 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs3 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs4 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs5 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs5_dl_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs5_ul_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs6 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs7 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs7_dl_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs7_ul_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs8 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_mcs9 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_rach at LIBOSMOGSM_1.0 0.10.2
- gsm0503_rach_ext at LIBOSMOGSM_1.0 0.11.0
- gsm0503_sch at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_10_2 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_12_2 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_4_75 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_5_15 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_5_9 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_6_7 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_7_4 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_afs_7_95 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_ahs_4_75 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_ahs_5_15 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_ahs_5_9 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_ahs_6_7 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_ahs_7_4 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_ahs_7_95 at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_axs_sid_update at LIBOSMOGSM_1.0 1.4.0
- gsm0503_tch_fr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_tch_hr at LIBOSMOGSM_1.0 0.10.2
- gsm0503_xcch at LIBOSMOGSM_1.0 0.10.2
- gsm0808_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- gsm0808_bssap_name at LIBOSMOGSM_1.0 0.10.2
- gsm0808_bssmap_name at LIBOSMOGSM_1.0 0.10.2
- gsm0808_cause_class_name at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cause_name at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_discr_names at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_from_cgi at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cell_id_list_add at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_list_name at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_list_name_buf at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_list_name_c at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cell_id_matches_list at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cell_id_name2 at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_name at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_id_name_buf at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cell_id_name_c at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cell_id_to_cgi at LIBOSMOGSM_1.0 1.3.0
- gsm0808_cell_id_to_list at LIBOSMOGSM_1.0 0.12.0
- gsm0808_cell_id_u_name at LIBOSMOGSM_1.0 0.11.0
- gsm0808_cell_ids_match at LIBOSMOGSM_1.0 1.3.0
- gsm0808_chan_type_to_speech_codec at LIBOSMOGSM_1.0 0.10.2
- gsm0808_channel_type_name at LIBOSMOGSM_1.0 0.12.0
- gsm0808_channel_type_name_buf at LIBOSMOGSM_1.0 1.3.0
- gsm0808_channel_type_name_c at LIBOSMOGSM_1.0 1.3.0
- gsm0808_chosen_enc_alg_names at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_ass2 at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_ass at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_ass_compl2 at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_ass_compl at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_ass_fail at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_assignment_completed at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_assignment_failure at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_cipher2 at LIBOSMOGSM_1.0 1.6.0
- gsm0808_create_cipher at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_cipher_complete at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_cipher_reject at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_cipher_reject_ext at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_classmark_request at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_classmark_update at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_clear_command2 at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_clear_command at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_clear_complete at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_clear_rqst at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_common_id at LIBOSMOGSM_1.0 1.4.0
- gsm0808_create_dtap at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_handover_command at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_handover_complete at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_handover_detect at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_handover_failure at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_handover_performed at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_handover_request at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_handover_request_ack2 at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_handover_request_ack at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_handover_required at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_handover_required_reject at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_handover_succeeded at LIBOSMOGSM_1.0 1.3.0
- gsm0808_create_layer3 at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_layer3_2 at LIBOSMOGSM_1.0 0.11.0
- gsm0808_create_layer3_aoip at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_lcls_conn_ctrl at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_lcls_conn_ctrl_ack at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_lcls_notification at LIBOSMOGSM_1.0 0.12.0
- gsm0808_create_paging2 at LIBOSMOGSM_1.0 0.11.0
- gsm0808_create_paging at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_perform_location_abort at LIBOSMOGSM_1.0 1.5.1
- gsm0808_create_perform_location_request at LIBOSMOGSM_1.0 1.5.1
- gsm0808_create_perform_location_response at LIBOSMOGSM_1.0 1.5.1
- gsm0808_create_reset at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_reset_ack at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_sapi_reject at LIBOSMOGSM_1.0 0.10.2
- gsm0808_create_sapi_reject_cause at LIBOSMOGSM_1.0 1.5.1
- gsm0808_dec_aoip_trasp_addr at LIBOSMOGSM_1.0 0.10.2
- gsm0808_dec_cell_id at LIBOSMOGSM_1.0 0.11.0
- gsm0808_dec_cell_id_list2 at LIBOSMOGSM_1.0 0.11.0
- gsm0808_dec_cell_id_list at LIBOSMOGSM_1.0 0.10.2
- gsm0808_dec_channel_type at LIBOSMOGSM_1.0 0.10.2
- gsm0808_dec_encrypt_info at LIBOSMOGSM_1.0 0.10.2
- gsm0808_dec_kc128 at LIBOSMOGSM_1.0 1.6.0
- gsm0808_dec_lcls at LIBOSMOGSM_1.0 1.3.0
- gsm0808_dec_osmux_cid at LIBOSMOGSM_1.0 1.3.0
- gsm0808_dec_speech_codec at LIBOSMOGSM_1.0 0.10.2
- gsm0808_dec_speech_codec_list at LIBOSMOGSM_1.0 0.10.2
- gsm0808_decode_cell_id_u at LIBOSMOGSM_1.0 1.3.0
- gsm0808_diagnostics_bit_location_str at LIBOSMOGSM_1.0 1.4.0
- gsm0808_diagnostics_octet_location_str at LIBOSMOGSM_1.0 1.4.0
- gsm0808_enc_aoip_trasp_addr at LIBOSMOGSM_1.0 0.10.2
- gsm0808_enc_cause at LIBOSMOGSM_1.0 1.3.0
- gsm0808_enc_cell_id at LIBOSMOGSM_1.0 0.11.0
- gsm0808_enc_cell_id_list2 at LIBOSMOGSM_1.0 0.11.0
- gsm0808_enc_cell_id_list at LIBOSMOGSM_1.0 0.10.2
- gsm0808_enc_channel_type at LIBOSMOGSM_1.0 0.10.2
- gsm0808_enc_encrypt_info at LIBOSMOGSM_1.0 0.10.2
- gsm0808_enc_kc128 at LIBOSMOGSM_1.0 1.6.0
- gsm0808_enc_lcls at LIBOSMOGSM_1.0 1.3.0
- gsm0808_enc_speech_codec at LIBOSMOGSM_1.0 0.10.2
- gsm0808_enc_speech_codec_list at LIBOSMOGSM_1.0 0.10.2
- gsm0808_get_cause at LIBOSMOGSM_1.0 1.4.0
- gsm0808_get_cipher_reject_cause at LIBOSMOGSM_1.0 1.3.0
- gsm0808_lcls_config_names at LIBOSMOGSM_1.0 0.12.0
- gsm0808_lcls_control_names at LIBOSMOGSM_1.0 0.12.0
- gsm0808_lcls_status_names at LIBOSMOGSM_1.0 0.12.0
- gsm0808_msgb_put_cell_id_u at LIBOSMOGSM_1.0 1.3.0
- gsm0808_old_bss_to_new_bss_info_att_tlvdef at LIBOSMOGSM_1.0 1.6.0
- gsm0808_permitted_speech_names at LIBOSMOGSM_1.0 0.12.0
- gsm0808_prepend_dtap_header at LIBOSMOGSM_1.0 0.10.2
- gsm0808_sc_cfg_from_gsm48_mr_cfg at LIBOSMOGSM_1.0 1.3.0
- gsm0808_speech_codec_from_chan_type at LIBOSMOGSM_1.0 0.10.2
- gsm0808_speech_codec_type_names at LIBOSMOGSM_1.0 0.11.0
- gsm0858_rsl_ul_meas_enc at LIBOSMOGSM_1.0 0.10.2
- gsm29118_create_alert_req at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_dl_ud at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_eps_det_ack at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_imsi_det_ack at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_lu_ack at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_lu_rej at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_mm_info_req at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_paging_req at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_release_req at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_reset_ack at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_reset_ind at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_service_abort_req at LIBOSMOGSM_1.0 1.3.0
- gsm29118_create_status at LIBOSMOGSM_1.0 1.3.0
- gsm29118_msgb_alloc at LIBOSMOGSM_1.0 1.3.0
- gsm338_get_sms_alphabet at LIBOSMOGSM_1.0 0.10.2
- gsm340_gen_oa at LIBOSMOGSM_1.0 0.10.2
- gsm340_gen_scts at LIBOSMOGSM_1.0 0.10.2
- gsm340_scts at LIBOSMOGSM_1.0 0.10.2
- gsm340_validity_period at LIBOSMOGSM_1.0 0.10.2
- gsm411_bcdify at LIBOSMOGSM_1.0 0.10.2
- gsm411_cp_cause_strs at LIBOSMOGSM_1.0 0.10.2
- gsm411_cp_state_names at LIBOSMOGSM_1.0 0.11.0
- gsm411_msgb_alloc at LIBOSMOGSM_1.0 0.10.2
- gsm411_push_cp_header at LIBOSMOGSM_1.0 0.10.2
- gsm411_push_rp_header at LIBOSMOGSM_1.0 0.10.2
- gsm411_rp_cause_strs at LIBOSMOGSM_1.0 0.10.2
- gsm411_rp_state_names at LIBOSMOGSM_1.0 0.11.0
- gsm411_smc_clear at LIBOSMOGSM_1.0 0.10.2
- gsm411_smc_init at LIBOSMOGSM_1.0 0.10.2
- gsm411_smc_recv at LIBOSMOGSM_1.0 0.10.2
- gsm411_smc_send at LIBOSMOGSM_1.0 0.10.2
- gsm411_smr_clear at LIBOSMOGSM_1.0 0.10.2
- gsm411_smr_init at LIBOSMOGSM_1.0 0.10.2
- gsm411_smr_recv at LIBOSMOGSM_1.0 0.10.2
- gsm411_smr_send at LIBOSMOGSM_1.0 0.10.2
- gsm411_unbcdify at LIBOSMOGSM_1.0 0.10.2
- gsm414_msgt_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- gsm48_cc_cause_names at LIBOSMOGSM_1.0 1.3.0
- gsm48_cc_msg_name at LIBOSMOGSM_1.0 0.10.2
- gsm48_cc_msgtype_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_cc_state_name at LIBOSMOGSM_1.0 0.10.2
- gsm48_chan_mode_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_chan_mode_to_non_vamos at LIBOSMOGSM_1.0 1.6.0
- gsm48_chan_mode_to_vamos at LIBOSMOGSM_1.0 1.6.0
- gsm48_construct_ra at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_bcd_number2 at LIBOSMOGSM_1.0 1.3.0
- gsm48_decode_bcd_number at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_bearer_cap at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_called at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_callerid at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_calling at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_cause at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_cccap at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_classmark3 at LIBOSMOGSM_1.0 1.5.1
- gsm48_decode_connected at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_facility at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_freq_list at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_keypad at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_lai2 at LIBOSMOGSM_1.0 0.11.0
- gsm48_decode_lai at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_notify at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_progress at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_redirecting at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_signal at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_ssversion at LIBOSMOGSM_1.0 0.10.2
- gsm48_decode_useruser at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_bcd_number at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_bearer_cap at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_called at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_callerid at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_calling at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_cause at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_cccap at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_connected at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_facility at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_keypad at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_more at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_notify at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_progress at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_ra at LIBOSMOGSM_1.0 0.11.0
- gsm48_encode_redirecting at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_signal at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_ssversion at LIBOSMOGSM_1.0 0.10.2
- gsm48_encode_useruser at LIBOSMOGSM_1.0 0.10.2
- gsm48_generate_lai2 at LIBOSMOGSM_1.0 0.11.0
- gsm48_generate_lai at LIBOSMOGSM_1.0 0.10.2
- gsm48_generate_mid at LIBOSMOGSM_1.0 0.11.0
- gsm48_generate_mid_from_imsi at LIBOSMOGSM_1.0 0.10.2
- gsm48_generate_mid_from_tmsi at LIBOSMOGSM_1.0 0.10.2
- gsm48_gmm_cause_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_gsm_cause_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_hdr_gmm_cipherable at LIBOSMOGSM_1.0 0.10.2
- gsm48_mcc_mnc_from_bcd at LIBOSMOGSM_1.0 0.10.2
- gsm48_mcc_mnc_to_bcd at LIBOSMOGSM_1.0 0.10.2
- gsm48_mi_to_string at LIBOSMOGSM_1.0 0.10.2
- gsm48_mi_type_name at LIBOSMOGSM_1.0 0.10.2
- gsm48_mm_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- gsm48_mm_msgtype_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_mr_cfg_from_gsm0808_sc_cfg at LIBOSMOGSM_1.0 1.3.0
- gsm48_number_of_paging_subchannels at LIBOSMOGSM_1.0 0.10.2
- gsm48_parse_ra at LIBOSMOGSM_1.0 0.10.2
- gsm48_pdisc_msgtype_name at LIBOSMOGSM_1.0 0.10.2
- gsm48_pdisc_msgtype_name_buf at LIBOSMOGSM_1.0 1.3.0
- gsm48_pdisc_msgtype_name_c at LIBOSMOGSM_1.0 1.3.0
- gsm48_pdisc_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_push_l3hdr at LIBOSMOGSM_1.0 1.3.0
- gsm48_ra_equal at LIBOSMOGSM_1.0 1.5.1
- gsm48_reject_value_names at LIBOSMOGSM_1.0 0.11.0
- gsm48_rr_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- gsm48_rr_msg_name at LIBOSMOGSM_1.0 0.10.2
- gsm48_rr_msgtype_names at LIBOSMOGSM_1.0 0.10.2
- gsm48_set_dtx at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_decode at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_decode_n at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_decode_n_hdr at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_decode_n_ussd at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_decode_ussd at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_encode at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_encode_n at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_encode_n_ussd at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_encode_oct at LIBOSMOGSM_1.0 0.10.2
- gsm_7bit_encode_ussd at LIBOSMOGSM_1.0 0.10.2
- gsm_arfcn2band at LIBOSMOGSM_1.0 0.10.2
- gsm_arfcn2band_rc at LIBOSMOGSM_1.0 1.3.0
- gsm_arfcn2freq10 at LIBOSMOGSM_1.0 0.10.2
- gsm_band_name at LIBOSMOGSM_1.0 0.10.2
- gsm_band_parse at LIBOSMOGSM_1.0 0.10.2
- gsm_chan_t_names at LIBOSMOGSM_1.0 0.10.2
- gsm_fn2gsmtime at LIBOSMOGSM_1.0 0.10.2
- gsm_fn_as_gsmtime_str at LIBOSMOGSM_1.0 0.10.2
- gsm_freq102arfcn at LIBOSMOGSM_1.0 0.10.2
- gsm_get_octet_len at LIBOSMOGSM_1.0 0.10.2
- gsm_gsmtime2fn at LIBOSMOGSM_1.0 0.10.2
- gsm_milenage at LIBOSMOGSM_1.0 0.10.2
- gsm_septet_encode at LIBOSMOGSM_1.0 0.10.2
- gsm_septet_pack at LIBOSMOGSM_1.0 1.5.1
- gsm_septets2octets at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_id_get_parse at LIBOSMOGSM_1.0 1.3.0
- ipa_ccm_id_resp_parse at LIBOSMOGSM_1.0 1.3.0
- ipa_ccm_idtag_name at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_idtag_parse at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_idtag_parse_off at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_make_id_resp at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_make_id_resp_from_req at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_rcvmsg_base at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_rcvmsg_bts_base at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_send_id_ack at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_send_id_req at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_send_pong at LIBOSMOGSM_1.0 0.10.2
- ipa_ccm_tlv_to_unitdata at LIBOSMOGSM_1.0 0.10.2
- ipa_msg_alloc at LIBOSMOGSM_1.0 0.10.2
- ipa_msg_recv at LIBOSMOGSM_1.0 0.10.2
- ipa_msg_recv_buffered at LIBOSMOGSM_1.0 0.10.2
- ipa_parse_unitid at LIBOSMOGSM_1.0 0.10.2
- ipa_prepend_header at LIBOSMOGSM_1.0 0.10.2
- ipa_prepend_header_ext at LIBOSMOGSM_1.0 0.10.2
- ipa_send at LIBOSMOGSM_1.0 0.10.2
- lapd_dl_exit at LIBOSMOGSM_1.0 0.10.2
- lapd_dl_init2 at LIBOSMOGSM_1.0 1.4.0
- lapd_dl_init at LIBOSMOGSM_1.0 0.10.2
- lapd_dl_reset at LIBOSMOGSM_1.0 0.10.2
- lapd_dl_set_name at LIBOSMOGSM_1.0 1.4.0
- lapd_msgb_alloc at LIBOSMOGSM_1.0 0.10.2
- lapd_ph_data_ind at LIBOSMOGSM_1.0 0.10.2
- lapd_recv_dlsap at LIBOSMOGSM_1.0 0.10.2
- lapd_set_mode at LIBOSMOGSM_1.0 0.10.2
- lapd_state_names at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_exit at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_init2 at LIBOSMOGSM_1.0 1.3.0
- lapdm_channel_init3 at LIBOSMOGSM_1.0 1.4.0
- lapdm_channel_init at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_reset at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_set_flags at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_set_l1 at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_set_l3 at LIBOSMOGSM_1.0 0.10.2
- lapdm_channel_set_mode at LIBOSMOGSM_1.0 0.10.2
- lapdm_datalink_for_sapi at LIBOSMOGSM_1.0 0.10.2
- lapdm_entity_exit at LIBOSMOGSM_1.0 0.10.2
- lapdm_entity_init2 at LIBOSMOGSM_1.0 1.3.0
- lapdm_entity_init3 at LIBOSMOGSM_1.0 1.4.0
- lapdm_entity_init at LIBOSMOGSM_1.0 0.10.2
- lapdm_entity_reset at LIBOSMOGSM_1.0 0.10.2
- lapdm_entity_set_flags at LIBOSMOGSM_1.0 0.10.2
- lapdm_entity_set_mode at LIBOSMOGSM_1.0 0.10.2
- lapdm_phsap_dequeue_prim at LIBOSMOGSM_1.0 0.10.2
- lapdm_phsap_up at LIBOSMOGSM_1.0 0.10.2
- lapdm_rslms_recvmsg at LIBOSMOGSM_1.0 0.10.2
- milenage_auts at LIBOSMOGSM_1.0 0.10.2
- milenage_check at LIBOSMOGSM_1.0 0.10.2
- milenage_f1 at LIBOSMOGSM_1.0 0.10.2
- milenage_f2345 at LIBOSMOGSM_1.0 0.10.2
- milenage_generate at LIBOSMOGSM_1.0 0.10.2
- milenage_opc_gen at LIBOSMOGSM_1.0 0.10.2
- ms_class_gmsk_dbm at LIBOSMOGSM_1.0 0.10.2
- ms_pwr_ctl_lvl at LIBOSMOGSM_1.0 0.10.2
- ms_pwr_dbm at LIBOSMOGSM_1.0 0.10.2
- osmo_a5 at LIBOSMOGSM_1.0 0.10.2
- osmo_a5_1 at LIBOSMOGSM_1.0 0.10.2
- osmo_a5_2 at LIBOSMOGSM_1.0 0.10.2
- osmo_apn_from_str at LIBOSMOGSM_1.0 0.10.2
- osmo_apn_qualify at LIBOSMOGSM_1.0 0.10.2
- osmo_apn_qualify_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_apn_qualify_c at LIBOSMOGSM_1.0 1.3.0
- osmo_apn_qualify_from_imsi at LIBOSMOGSM_1.0 0.10.2
- osmo_apn_qualify_from_imsi_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_apn_qualify_from_imsi_c at LIBOSMOGSM_1.0 1.3.0
- osmo_apn_to_str at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_3g_from_2g at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_alg_name at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_alg_parse at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_c3 at LIBOSMOGSM_1.0 0.11.0
- osmo_auth_gen_vec at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_gen_vec_auts at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_load at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_register at LIBOSMOGSM_1.0 0.10.2
- osmo_auth_supported at LIBOSMOGSM_1.0 0.10.2
- osmo_bssap_le_dec at LIBOSMOGSM_1.0 1.5.1
- osmo_bssap_le_enc at LIBOSMOGSM_1.0 1.5.1
- osmo_bssap_le_pdu_to_str_buf at LIBOSMOGSM_1.0 1.5.1
- osmo_bssap_le_pdu_to_str_c at LIBOSMOGSM_1.0 1.5.1
- osmo_bsslap_dec at LIBOSMOGSM_1.0 1.5.1
- osmo_bsslap_enc at LIBOSMOGSM_1.0 1.5.1
- osmo_bsslap_msgt_names at LIBOSMOGSM_1.0 1.5.1
- osmo_bssmap_le_ie_dec_location_type at LIBOSMOGSM_1.0 1.5.1
- osmo_bssmap_le_ie_enc_location_type at LIBOSMOGSM_1.0 1.5.1
- osmo_bssmap_le_msgt at LIBOSMOGSM_1.0 1.5.1
- osmo_bssmap_le_msgt_names at LIBOSMOGSM_1.0 1.5.1
- osmo_bts_feature_name at LIBOSMOGSM_1.0 0.11.0
- osmo_bts_features_descs at LIBOSMOGSM_1.0 0.11.0
- osmo_bts_features_names at LIBOSMOGSM_1.0 1.6.0
- osmo_c4 at LIBOSMOGSM_1.0 0.10.2
- osmo_cbsp_decode at LIBOSMOGSM_1.0 1.3.0
- osmo_cbsp_decoded_alloc at LIBOSMOGSM_1.0 1.3.0
- osmo_cbsp_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_cbsp_errstr at LIBOSMOGSM_1.0 1.3.0
- osmo_cbsp_init_struct at LIBOSMOGSM_1.0 1.3.0
- osmo_cbsp_msgb_alloc at LIBOSMOGSM_1.0 1.3.0
- osmo_cbsp_recv_buffered at LIBOSMOGSM_1.0 1.3.0
- osmo_cgi_cmp at LIBOSMOGSM_1.0 1.5.1
- osmo_cgi_name2 at LIBOSMOGSM_1.0 0.11.0
- osmo_cgi_name at LIBOSMOGSM_1.0 0.11.0
- osmo_cgi_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_cgi_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_cgi_ps_cmp at LIBOSMOGSM_1.0 1.5.1
- osmo_cgi_ps_name2 at LIBOSMOGSM_1.0 1.5.1
- osmo_cgi_ps_name at LIBOSMOGSM_1.0 1.5.1
- osmo_cgi_ps_name_buf at LIBOSMOGSM_1.0 1.5.1
- osmo_cgi_ps_name_c at LIBOSMOGSM_1.0 1.5.1
- osmo_cm_service_type_names at LIBOSMOGSM_1.0 1.3.0
- osmo_dec_gcr at LIBOSMOGSM_1.0 1.3.0
- osmo_dump_gsmtime at LIBOSMOGSM_1.0 0.10.2
- osmo_dump_gsmtime_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_dump_gsmtime_c at LIBOSMOGSM_1.0 1.3.0
- osmo_earfcn_add at LIBOSMOGSM_1.0 0.10.2
- osmo_earfcn_bit_size at LIBOSMOGSM_1.0 0.10.2
- osmo_earfcn_bit_size_ext at LIBOSMOGSM_1.0 0.10.2
- osmo_earfcn_del at LIBOSMOGSM_1.0 0.10.2
- osmo_earfcn_init at LIBOSMOGSM_1.0 0.10.2
- osmo_enc_gcr at LIBOSMOGSM_1.0 1.3.0
- osmo_gad_dec at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_dec_lat at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_dec_lon at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_dec_unc at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_enc at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_enc_lat at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_enc_lon at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_enc_unc at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_raw_read at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_raw_write at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_to_str_buf at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_to_str_c at LIBOSMOGSM_1.0 1.5.1
- osmo_gad_type_names at LIBOSMOGSM_1.0 1.5.1
- osmo_gcr_dump at LIBOSMOGSM_1.0 1.3.0
- osmo_gcr_dump_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_gcr_eq at LIBOSMOGSM_1.0 1.3.0
- osmo_gen_home_network_domain at LIBOSMOGSM_1.0 1.3.0
- osmo_gen_mme_domain at LIBOSMOGSM_1.0 1.3.0
- osmo_gen_mme_group_domain at LIBOSMOGSM_1.0 1.3.0
- osmo_get_rand_id at LIBOSMOGSM_1.0 0.10.2
- osmo_gprs_dl_block_size_bits at LIBOSMOGSM_1.0 0.10.2
- osmo_gprs_dl_block_size_bytes at LIBOSMOGSM_1.0 0.10.2
- osmo_gprs_dl_cs_by_block_bytes at LIBOSMOGSM_1.0 0.10.2
- osmo_gprs_ul_block_size_bits at LIBOSMOGSM_1.0 0.10.2
- osmo_gprs_ul_block_size_bytes at LIBOSMOGSM_1.0 0.10.2
- osmo_gprs_ul_cs_by_block_bytes at LIBOSMOGSM_1.0 0.10.2
- osmo_gsm48_classmark1_is_r99 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark2_is_r99 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark_a5_name at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark_a5_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark_a5_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark_is_r99 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark_supports_a5 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_classmark_update at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_1024 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_128 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_256 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_512 at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_arfcns at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_determine_range at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_filter_arfcns at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_range_enc_find_index at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si13_decode at LIBOSMOGSM_1.0 1.5.1
- osmo_gsm48_rest_octets_si13_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si1_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si2quater_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si3_decode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si3_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si4_decode at LIBOSMOGSM_1.0 1.5.1
- osmo_gsm48_rest_octets_si4_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rest_octets_si6_encode at LIBOSMOGSM_1.0 1.3.0
- osmo_gsm48_rfpowercap2powerclass at LIBOSMOGSM_1.0 1.3.0
- osmo_gsup_decode at LIBOSMOGSM_1.0 0.10.2
- osmo_gsup_encode at LIBOSMOGSM_1.0 0.10.2
- osmo_gsup_get_err_msg_type at LIBOSMOGSM_1.0 0.12.0
- osmo_gsup_message_class_names at LIBOSMOGSM_1.0 1.3.0
- osmo_gsup_message_type_names at LIBOSMOGSM_1.0 0.10.2
- osmo_gsup_session_state_names at LIBOSMOGSM_1.0 0.12.0
- osmo_gsup_sms_decode_sm_rp_da at LIBOSMOGSM_1.0 1.3.0
- osmo_gsup_sms_decode_sm_rp_oa at LIBOSMOGSM_1.0 1.3.0
- osmo_gsup_sms_encode_sm_rp_da at LIBOSMOGSM_1.0 1.3.0
- osmo_gsup_sms_encode_sm_rp_oa at LIBOSMOGSM_1.0 1.3.0
- osmo_gummei_name at LIBOSMOGSM_1.0 1.3.0
- osmo_gummei_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_gummei_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_i460_demux_in at LIBOSMOGSM_1.0 1.4.0
- osmo_i460_mux_enqueue at LIBOSMOGSM_1.0 1.4.0
- osmo_i460_mux_out at LIBOSMOGSM_1.0 1.4.0
- osmo_i460_subchan_add at LIBOSMOGSM_1.0 1.4.0
- osmo_i460_subchan_del at LIBOSMOGSM_1.0 1.4.0
- osmo_i460_ts_init at LIBOSMOGSM_1.0 1.4.0
- osmo_imei_str_valid at LIBOSMOGSM_1.0 1.3.0
- osmo_imsi_str_valid at LIBOSMOGSM_1.0 0.10.2
- osmo_iuup_compute_header_crc at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_compute_payload_crc at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_instance_alloc at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_instance_free at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_instance_set_transport_prim_cb at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_instance_set_user_prim_cb at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_rnl_prim_alloc at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_rnl_prim_down at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_tnl_prim_alloc at LIBOSMOGSM_1.0 1.7.0
- osmo_iuup_tnl_prim_up at LIBOSMOGSM_1.0 1.7.0
- osmo_kdf_enb at LIBOSMOGSM_1.0 1.6.0
- osmo_kdf_kasme at LIBOSMOGSM_1.0 1.6.0
- osmo_kdf_kc128 at LIBOSMOGSM_1.0 1.6.0
- osmo_kdf_nas at LIBOSMOGSM_1.0 1.6.0
- osmo_kdf_nh at LIBOSMOGSM_1.0 1.6.0
- osmo_lai_cmp at LIBOSMOGSM_1.0 1.5.1
- osmo_lai_name at LIBOSMOGSM_1.0 0.11.0
- osmo_lai_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_lai_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_lcls_dump at LIBOSMOGSM_1.0 1.3.0
- osmo_lcls_dump_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_lcls_dump_c at LIBOSMOGSM_1.0 1.3.0
- osmo_lcs_cause_dec at LIBOSMOGSM_1.0 1.5.1
- osmo_lcs_cause_enc at LIBOSMOGSM_1.0 1.5.1
- osmo_lu_type_names at LIBOSMOGSM_1.0 1.3.0
- osmo_match_shift_tlv at LIBOSMOGSM_1.0 0.10.2
- osmo_match_shift_tv_fixed at LIBOSMOGSM_1.0 0.10.2
- osmo_mcc_name at LIBOSMOGSM_1.0 0.11.0
- osmo_mcc_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_mcc_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_mi_name at LIBOSMOGSM_1.0 1.3.0
- osmo_mi_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_mi_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_mnc_cmp at LIBOSMOGSM_1.0 0.11.0
- osmo_mnc_from_str at LIBOSMOGSM_1.0 0.11.0
- osmo_mnc_name at LIBOSMOGSM_1.0 0.11.0
- osmo_mnc_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_mnc_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_mncc_names at LIBOSMOGSM_1.0 0.12.0
- osmo_mncc_stringify at LIBOSMOGSM_1.0 0.11.0
- osmo_mobile_identity_cmp at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_decode at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_decode_from_l3 at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_encode_buf at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_encode_msgb at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_encoded_len at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_to_str_buf at LIBOSMOGSM_1.0 1.4.0
- osmo_mobile_identity_to_str_c at LIBOSMOGSM_1.0 1.4.0
- osmo_msisdn_str_valid at LIBOSMOGSM_1.0 0.10.2
- osmo_nri_range_overlaps_ranges at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_range_validate at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_add at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_alloc at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_del at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_free at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_to_str_buf at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_to_str_c at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_vty_add at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_ranges_vty_del at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_v_limit_by_ranges at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_v_matches_ranges at LIBOSMOGSM_1.0 1.4.0
- osmo_nri_v_validate at LIBOSMOGSM_1.0 1.4.0
- osmo_oap_client_encoded at LIBOSMOGSM_1.0 1.3.0
- osmo_oap_client_handle at LIBOSMOGSM_1.0 1.3.0
- osmo_oap_client_init at LIBOSMOGSM_1.0 1.3.0
- osmo_oap_client_register at LIBOSMOGSM_1.0 1.3.0
- osmo_oap_decode at LIBOSMOGSM_1.0 0.10.2
- osmo_oap_encode at LIBOSMOGSM_1.0 0.10.2
- osmo_parse_home_network_domain at LIBOSMOGSM_1.0 1.3.0
- osmo_parse_mme_domain at LIBOSMOGSM_1.0 1.3.0
- osmo_ph_prim_names at LIBOSMOGSM_1.0 0.10.2
- osmo_plmn_cmp at LIBOSMOGSM_1.0 0.11.0
- osmo_plmn_from_bcd at LIBOSMOGSM_1.0 0.11.0
- osmo_plmn_name2 at LIBOSMOGSM_1.0 0.11.0
- osmo_plmn_name at LIBOSMOGSM_1.0 0.11.0
- osmo_plmn_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_plmn_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_plmn_to_bcd at LIBOSMOGSM_1.0 0.11.0
- osmo_rai_cmp at LIBOSMOGSM_1.0 1.5.1
- osmo_rai_name2 at LIBOSMOGSM_1.0 1.5.1
- osmo_rai_name2_buf at LIBOSMOGSM_1.0 1.5.1
- osmo_rai_name2_c at LIBOSMOGSM_1.0 1.5.1
- osmo_rai_name at LIBOSMOGSM_1.0 0.11.0
- osmo_rai_name_buf at LIBOSMOGSM_1.0 1.3.0
- osmo_rai_name_c at LIBOSMOGSM_1.0 1.3.0
- osmo_rat_type_names at LIBOSMOGSM_1.0 1.3.0
- osmo_rsl2sitype at LIBOSMOGSM_1.0 0.10.2
- osmo_shift_lv at LIBOSMOGSM_1.0 0.10.2
- osmo_shift_tlv at LIBOSMOGSM_1.0 0.10.2
- osmo_shift_v_fixed at LIBOSMOGSM_1.0 0.10.2
- osmo_sitype2rsl at LIBOSMOGSM_1.0 0.10.2
- osmo_sitype_strs at LIBOSMOGSM_1.0 0.10.2
- osmo_sub_auth_type_names at LIBOSMOGSM_1.0 0.10.2
- osmo_tlv_prot_ie_name at LIBOSMOGSM_1.0 1.5.1
- osmo_tlv_prot_msg_name at LIBOSMOGSM_1.0 1.5.1
- osmo_tlv_prot_parse at LIBOSMOGSM_1.0 1.5.1
- osmo_tlv_prot_validate_tp at LIBOSMOGSM_1.0 1.5.1
- osmo_tlvp_copy at LIBOSMOGSM_1.0 0.10.2
- osmo_tlvp_merge at LIBOSMOGSM_1.0 0.10.2
- osmo_tmsi_nri_v_get at LIBOSMOGSM_1.0 1.4.0
- osmo_tmsi_nri_v_limit_by_ranges at LIBOSMOGSM_1.0 1.4.0
- osmo_tmsi_nri_v_set at LIBOSMOGSM_1.0 1.4.0
- rr_cause_name at LIBOSMOGSM_1.0 0.10.2
- rsl_act_type_names at LIBOSMOGSM_1.0 0.10.2
- rsl_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
- rsl_ccch_conf_to_bs_cc_chans at LIBOSMOGSM_1.0 0.10.2
- rsl_ccch_conf_to_bs_ccch_sdcch_comb at LIBOSMOGSM_1.0 0.10.2
- rsl_chan_nr_str at LIBOSMOGSM_1.0 0.10.2
- rsl_chan_nr_str_buf at LIBOSMOGSM_1.0 1.3.0
- rsl_chan_nr_str_c at LIBOSMOGSM_1.0 1.3.0
- rsl_dec_chan_nr at LIBOSMOGSM_1.0 0.10.2
- rsl_enc_chan_nr at LIBOSMOGSM_1.0 0.10.2
- rsl_err_name at LIBOSMOGSM_1.0 0.10.2
- rsl_init_cchan_hdr at LIBOSMOGSM_1.0 0.10.2
- rsl_init_rll_hdr at LIBOSMOGSM_1.0 0.10.2
- rsl_ipac_eie_tlvdef at LIBOSMOGSM_1.0 0.10.2
- rsl_ipac_msg_name at LIBOSMOGSM_1.0 0.10.2
- rsl_msg_name at LIBOSMOGSM_1.0 0.10.2
- rsl_or_ipac_msg_name at LIBOSMOGSM_1.0 0.10.2
- rsl_rll_push_hdr at LIBOSMOGSM_1.0 0.10.2
- rsl_rll_push_l3 at LIBOSMOGSM_1.0 0.10.2
- rsl_rll_simple at LIBOSMOGSM_1.0 0.10.2
- rsl_rlm_cause_name at LIBOSMOGSM_1.0 0.10.2
- rxlev2dbm at LIBOSMOGSM_1.0 0.10.2
- rxlev_stat_dump at LIBOSMOGSM_1.0 0.10.2
- rxlev_stat_get_next at LIBOSMOGSM_1.0 0.10.2
- rxlev_stat_input at LIBOSMOGSM_1.0 0.10.2
- rxlev_stat_reset at LIBOSMOGSM_1.0 0.10.2
- sgsap_eps_lu_type_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_ie_tlvdef at LIBOSMOGSM_1.0 1.3.0
- sgsap_iei_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_ismi_det_eps_type_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_ismi_det_noneps_type_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_msg_type_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_service_ind_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_sgs_cause_names at LIBOSMOGSM_1.0 1.3.0
- sgsap_ue_emm_mode_names at LIBOSMOGSM_1.0 1.3.0
- tlv_def_patch at LIBOSMOGSM_1.0 0.10.2
- tlv_dump at LIBOSMOGSM_1.0 0.10.2
- tlv_encode at LIBOSMOGSM_1.0 1.3.0
- tlv_encode_one at LIBOSMOGSM_1.0 1.3.0
- tlv_encode_ordered at LIBOSMOGSM_1.0 1.3.0
- tlv_parse2 at LIBOSMOGSM_1.0 0.11.0
- tlv_parse at LIBOSMOGSM_1.0 0.10.2
- tlv_parse_one at LIBOSMOGSM_1.0 0.10.2
- tvlv_att_def at LIBOSMOGSM_1.0 0.10.2
- vtvlv_gan_att_def at LIBOSMOGSM_1.0 0.10.2
diff -Nru libosmocore-1.7.0/debian/libosmogsm18t64.install libosmocore-1.7.0/debian/libosmogsm18t64.install
--- libosmocore-1.7.0/debian/libosmogsm18t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogsm18t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmogsm*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmogsm18t64.lintian-overrides libosmocore-1.7.0/debian/libosmogsm18t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmogsm18t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogsm18t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmogsm18t64: package-name-doesnt-match-sonames libosmogsm18
diff -Nru libosmocore-1.7.0/debian/libosmogsm18t64.symbols libosmocore-1.7.0/debian/libosmogsm18t64.symbols
--- libosmocore-1.7.0/debian/libosmogsm18t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmogsm18t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,723 @@
+libosmogsm.so.18 libosmogsm18t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ LIBOSMOGSM_1.0 at LIBOSMOGSM_1.0 0.10.2
+ _osmo_mncc_log at LIBOSMOGSM_1.0 0.11.0
+ abis_mm_event_cause_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_adm_state_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_att_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_att_settable at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_att_tlvdef_ipa at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_avail_name at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_chcomb4pchan at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_debugp_foh at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_dump_foh at LIBOSMOGSM_1.0 0.11.0
+ abis_nm_dump_foh_buf at LIBOSMOGSM_1.0 1.3.0
+ abis_nm_dump_foh_c at LIBOSMOGSM_1.0 1.3.0
+ abis_nm_event_type_name at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_fail_evt_rep at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_fail_evt_vrep at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_get_sw_conf at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_get_sw_desc_len at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_ipa_magic at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_msg_disc_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_msgtype_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_nack_cause_name at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_nack_name at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_nacks at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_no_ack_nack at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_obj_class_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_opstate_name at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_osmo_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_osmo_magic at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_pcause_type_names at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_pchan4chcomb at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_put_sw_desc at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_put_sw_file at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_reports at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_severity_name at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_sw_desc_len at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_sw_load_msgs at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_t200_ms at LIBOSMOGSM_1.0 0.10.2
+ abis_nm_test_name at LIBOSMOGSM_1.0 0.10.2
+ bitvec_add_range1024 at LIBOSMOGSM_1.0 0.10.2
+ cbsp_att_tlvdef at LIBOSMOGSM_1.0 1.3.0
+ cbsp_category_names at LIBOSMOGSM_1.0 1.3.0
+ cbsp_iei_names at LIBOSMOGSM_1.0 1.3.0
+ cbsp_msg_type_names at LIBOSMOGSM_1.0 1.3.0
+ comp128 at LIBOSMOGSM_1.0 0.10.2
+ comp128v2 at LIBOSMOGSM_1.0 0.10.2
+ comp128v3 at LIBOSMOGSM_1.0 0.10.2
+ dbm2rxlev at LIBOSMOGSM_1.0 0.10.2
+ egprs_get_cps at LIBOSMOGSM_1.0 0.10.2
+ gan_msgt_vals at LIBOSMOGSM_1.0 0.10.2
+ gan_pdisc_vals at LIBOSMOGSM_1.0 0.10.2
+ gprs_att_t_strs at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_gen_input_i at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_gen_input_ui at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_key_length at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_load at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_names at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_register at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_run at LIBOSMOGSM_1.0 0.10.2
+ gprs_cipher_supported at LIBOSMOGSM_1.0 0.10.2
+ gprs_det_t_mo_strs at LIBOSMOGSM_1.0 0.10.2
+ gprs_det_t_mt_strs at LIBOSMOGSM_1.0 0.10.2
+ gprs_ms_net_cap_gea_supported at LIBOSMOGSM_1.0 0.10.2
+ gprs_msgt_gmm_names at LIBOSMOGSM_1.0 0.10.2
+ gprs_service_t_strs at LIBOSMOGSM_1.0 0.10.2
+ gprs_tlli_type at LIBOSMOGSM_1.0 0.10.2
+ gprs_tmsi2tlli at LIBOSMOGSM_1.0 0.10.2
+ gprs_upd_t_strs at LIBOSMOGSM_1.0 0.10.2
+ gsm0341_build_msg at LIBOSMOGSM_1.0 0.10.2
+ gsm0406_dlci_sapi_names at LIBOSMOGSM_1.0 1.3.0
+ gsm0480_comp_type_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0480_create_notifySS at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_create_release_complete at LIBOSMOGSM_1.0 1.3.0
+ gsm0480_create_unstructuredSS_Notify at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_create_ussd_notify at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_create_ussd_release_complete at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_create_ussd_resp at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_decode_ss_request at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_decode_ussd_request at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_extract_ie_by_tag at LIBOSMOGSM_1.0 0.12.0
+ gsm0480_gen_reject at LIBOSMOGSM_1.0 1.3.0
+ gsm0480_gen_return_error at LIBOSMOGSM_1.0 1.3.0
+ gsm0480_gen_ussd_resp_7bit at LIBOSMOGSM_1.0 1.3.0
+ gsm0480_msgb_alloc_name at LIBOSMOGSM_1.0 1.3.0
+ gsm0480_op_code_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0480_parse_facility_ie at LIBOSMOGSM_1.0 0.12.0
+ gsm0480_wrap_facility at LIBOSMOGSM_1.0 0.10.2
+ gsm0480_wrap_invoke at LIBOSMOGSM_1.0 0.10.2
+ gsm0502_calc_paging_group at LIBOSMOGSM_1.0 0.10.2
+ gsm0502_fn_remap at LIBOSMOGSM_1.0 1.3.0
+ gsm0502_hop_seq_gen at LIBOSMOGSM_1.0 1.4.0
+ gsm0503_cs2 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_cs2_np at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_cs3 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_cs3_np at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs1 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs1_dl_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs1_ul_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs2 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs3 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs4 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs5 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs5_dl_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs5_ul_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs6 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs7 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs7_dl_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs7_ul_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs8 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_mcs9 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_rach at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_rach_ext at LIBOSMOGSM_1.0 0.11.0
+ gsm0503_sch at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_10_2 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_12_2 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_4_75 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_5_15 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_5_9 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_6_7 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_7_4 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_afs_7_95 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_ahs_4_75 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_ahs_5_15 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_ahs_5_9 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_ahs_6_7 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_ahs_7_4 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_ahs_7_95 at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_axs_sid_update at LIBOSMOGSM_1.0 1.4.0
+ gsm0503_tch_fr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_tch_hr at LIBOSMOGSM_1.0 0.10.2
+ gsm0503_xcch at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_bssap_name at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_bssmap_name at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_cause_class_name at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cause_name at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_discr_names at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_from_cgi at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cell_id_list_add at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_list_name at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_list_name_buf at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_list_name_c at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cell_id_matches_list at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cell_id_name2 at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_name at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_id_name_buf at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cell_id_name_c at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cell_id_to_cgi at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_cell_id_to_list at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_cell_id_u_name at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_cell_ids_match at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_chan_type_to_speech_codec at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_channel_type_name at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_channel_type_name_buf at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_channel_type_name_c at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_chosen_enc_alg_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_ass2 at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_ass at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_ass_compl2 at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_ass_compl at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_ass_fail at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_assignment_completed at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_assignment_failure at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_cipher2 at LIBOSMOGSM_1.0 1.6.0
+ gsm0808_create_cipher at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_cipher_complete at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_cipher_reject at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_cipher_reject_ext at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_classmark_request at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_classmark_update at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_clear_command2 at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_clear_command at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_clear_complete at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_clear_rqst at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_common_id at LIBOSMOGSM_1.0 1.4.0
+ gsm0808_create_dtap at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_handover_command at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_handover_complete at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_handover_detect at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_handover_failure at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_handover_performed at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_handover_request at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_handover_request_ack2 at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_handover_request_ack at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_handover_required at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_handover_required_reject at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_handover_succeeded at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_create_layer3 at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_layer3_2 at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_create_layer3_aoip at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_lcls_conn_ctrl at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_lcls_conn_ctrl_ack at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_lcls_notification at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_create_paging2 at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_create_paging at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_perform_location_abort at LIBOSMOGSM_1.0 1.5.1
+ gsm0808_create_perform_location_request at LIBOSMOGSM_1.0 1.5.1
+ gsm0808_create_perform_location_response at LIBOSMOGSM_1.0 1.5.1
+ gsm0808_create_reset at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_reset_ack at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_sapi_reject at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_create_sapi_reject_cause at LIBOSMOGSM_1.0 1.5.1
+ gsm0808_dec_aoip_trasp_addr at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_dec_cell_id at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_dec_cell_id_list2 at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_dec_cell_id_list at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_dec_channel_type at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_dec_encrypt_info at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_dec_kc128 at LIBOSMOGSM_1.0 1.6.0
+ gsm0808_dec_lcls at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_dec_osmux_cid at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_dec_speech_codec at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_dec_speech_codec_list at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_decode_cell_id_u at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_diagnostics_bit_location_str at LIBOSMOGSM_1.0 1.4.0
+ gsm0808_diagnostics_octet_location_str at LIBOSMOGSM_1.0 1.4.0
+ gsm0808_enc_aoip_trasp_addr at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_enc_cause at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_enc_cell_id at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_enc_cell_id_list2 at LIBOSMOGSM_1.0 0.11.0
+ gsm0808_enc_cell_id_list at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_enc_channel_type at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_enc_encrypt_info at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_enc_kc128 at LIBOSMOGSM_1.0 1.6.0
+ gsm0808_enc_lcls at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_enc_speech_codec at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_enc_speech_codec_list at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_get_cause at LIBOSMOGSM_1.0 1.4.0
+ gsm0808_get_cipher_reject_cause at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_lcls_config_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_lcls_control_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_lcls_status_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_msgb_put_cell_id_u at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_old_bss_to_new_bss_info_att_tlvdef at LIBOSMOGSM_1.0 1.6.0
+ gsm0808_permitted_speech_names at LIBOSMOGSM_1.0 0.12.0
+ gsm0808_prepend_dtap_header at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_sc_cfg_from_gsm48_mr_cfg at LIBOSMOGSM_1.0 1.3.0
+ gsm0808_speech_codec_from_chan_type at LIBOSMOGSM_1.0 0.10.2
+ gsm0808_speech_codec_type_names at LIBOSMOGSM_1.0 0.11.0
+ gsm0858_rsl_ul_meas_enc at LIBOSMOGSM_1.0 0.10.2
+ gsm29118_create_alert_req at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_dl_ud at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_eps_det_ack at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_imsi_det_ack at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_lu_ack at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_lu_rej at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_mm_info_req at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_paging_req at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_release_req at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_reset_ack at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_reset_ind at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_service_abort_req at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_create_status at LIBOSMOGSM_1.0 1.3.0
+ gsm29118_msgb_alloc at LIBOSMOGSM_1.0 1.3.0
+ gsm338_get_sms_alphabet at LIBOSMOGSM_1.0 0.10.2
+ gsm340_gen_oa at LIBOSMOGSM_1.0 0.10.2
+ gsm340_gen_scts at LIBOSMOGSM_1.0 0.10.2
+ gsm340_scts at LIBOSMOGSM_1.0 0.10.2
+ gsm340_validity_period at LIBOSMOGSM_1.0 0.10.2
+ gsm411_bcdify at LIBOSMOGSM_1.0 0.10.2
+ gsm411_cp_cause_strs at LIBOSMOGSM_1.0 0.10.2
+ gsm411_cp_state_names at LIBOSMOGSM_1.0 0.11.0
+ gsm411_msgb_alloc at LIBOSMOGSM_1.0 0.10.2
+ gsm411_push_cp_header at LIBOSMOGSM_1.0 0.10.2
+ gsm411_push_rp_header at LIBOSMOGSM_1.0 0.10.2
+ gsm411_rp_cause_strs at LIBOSMOGSM_1.0 0.10.2
+ gsm411_rp_state_names at LIBOSMOGSM_1.0 0.11.0
+ gsm411_smc_clear at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smc_init at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smc_recv at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smc_send at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smr_clear at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smr_init at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smr_recv at LIBOSMOGSM_1.0 0.10.2
+ gsm411_smr_send at LIBOSMOGSM_1.0 0.10.2
+ gsm411_unbcdify at LIBOSMOGSM_1.0 0.10.2
+ gsm414_msgt_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ gsm48_cc_cause_names at LIBOSMOGSM_1.0 1.3.0
+ gsm48_cc_msg_name at LIBOSMOGSM_1.0 0.10.2
+ gsm48_cc_msgtype_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_cc_state_name at LIBOSMOGSM_1.0 0.10.2
+ gsm48_chan_mode_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_chan_mode_to_non_vamos at LIBOSMOGSM_1.0 1.6.0
+ gsm48_chan_mode_to_vamos at LIBOSMOGSM_1.0 1.6.0
+ gsm48_construct_ra at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_bcd_number2 at LIBOSMOGSM_1.0 1.3.0
+ gsm48_decode_bcd_number at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_bearer_cap at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_called at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_callerid at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_calling at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_cause at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_cccap at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_classmark3 at LIBOSMOGSM_1.0 1.5.1
+ gsm48_decode_connected at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_facility at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_freq_list at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_keypad at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_lai2 at LIBOSMOGSM_1.0 0.11.0
+ gsm48_decode_lai at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_notify at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_progress at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_redirecting at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_signal at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_ssversion at LIBOSMOGSM_1.0 0.10.2
+ gsm48_decode_useruser at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_bcd_number at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_bearer_cap at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_called at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_callerid at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_calling at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_cause at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_cccap at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_connected at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_facility at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_keypad at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_more at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_notify at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_progress at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_ra at LIBOSMOGSM_1.0 0.11.0
+ gsm48_encode_redirecting at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_signal at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_ssversion at LIBOSMOGSM_1.0 0.10.2
+ gsm48_encode_useruser at LIBOSMOGSM_1.0 0.10.2
+ gsm48_generate_lai2 at LIBOSMOGSM_1.0 0.11.0
+ gsm48_generate_lai at LIBOSMOGSM_1.0 0.10.2
+ gsm48_generate_mid at LIBOSMOGSM_1.0 0.11.0
+ gsm48_generate_mid_from_imsi at LIBOSMOGSM_1.0 0.10.2
+ gsm48_generate_mid_from_tmsi at LIBOSMOGSM_1.0 0.10.2
+ gsm48_gmm_cause_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_gsm_cause_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_hdr_gmm_cipherable at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mcc_mnc_from_bcd at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mcc_mnc_to_bcd at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mi_to_string at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mi_type_name at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mm_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mm_msgtype_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_mr_cfg_from_gsm0808_sc_cfg at LIBOSMOGSM_1.0 1.3.0
+ gsm48_number_of_paging_subchannels at LIBOSMOGSM_1.0 0.10.2
+ gsm48_parse_ra at LIBOSMOGSM_1.0 0.10.2
+ gsm48_pdisc_msgtype_name at LIBOSMOGSM_1.0 0.10.2
+ gsm48_pdisc_msgtype_name_buf at LIBOSMOGSM_1.0 1.3.0
+ gsm48_pdisc_msgtype_name_c at LIBOSMOGSM_1.0 1.3.0
+ gsm48_pdisc_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_push_l3hdr at LIBOSMOGSM_1.0 1.3.0
+ gsm48_ra_equal at LIBOSMOGSM_1.0 1.5.1
+ gsm48_reject_value_names at LIBOSMOGSM_1.0 0.11.0
+ gsm48_rr_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ gsm48_rr_msg_name at LIBOSMOGSM_1.0 0.10.2
+ gsm48_rr_msgtype_names at LIBOSMOGSM_1.0 0.10.2
+ gsm48_set_dtx at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_decode at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_decode_n at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_decode_n_hdr at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_decode_n_ussd at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_decode_ussd at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_encode at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_encode_n at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_encode_n_ussd at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_encode_oct at LIBOSMOGSM_1.0 0.10.2
+ gsm_7bit_encode_ussd at LIBOSMOGSM_1.0 0.10.2
+ gsm_arfcn2band at LIBOSMOGSM_1.0 0.10.2
+ gsm_arfcn2band_rc at LIBOSMOGSM_1.0 1.3.0
+ gsm_arfcn2freq10 at LIBOSMOGSM_1.0 0.10.2
+ gsm_band_name at LIBOSMOGSM_1.0 0.10.2
+ gsm_band_parse at LIBOSMOGSM_1.0 0.10.2
+ gsm_chan_t_names at LIBOSMOGSM_1.0 0.10.2
+ gsm_fn2gsmtime at LIBOSMOGSM_1.0 0.10.2
+ gsm_fn_as_gsmtime_str at LIBOSMOGSM_1.0 0.10.2
+ gsm_freq102arfcn at LIBOSMOGSM_1.0 0.10.2
+ gsm_get_octet_len at LIBOSMOGSM_1.0 0.10.2
+ gsm_gsmtime2fn at LIBOSMOGSM_1.0 0.10.2
+ gsm_milenage at LIBOSMOGSM_1.0 0.10.2
+ gsm_septet_encode at LIBOSMOGSM_1.0 0.10.2
+ gsm_septet_pack at LIBOSMOGSM_1.0 1.5.1
+ gsm_septets2octets at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_id_get_parse at LIBOSMOGSM_1.0 1.3.0
+ ipa_ccm_id_resp_parse at LIBOSMOGSM_1.0 1.3.0
+ ipa_ccm_idtag_name at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_idtag_parse at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_idtag_parse_off at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_make_id_resp at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_make_id_resp_from_req at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_rcvmsg_base at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_rcvmsg_bts_base at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_send_id_ack at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_send_id_req at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_send_pong at LIBOSMOGSM_1.0 0.10.2
+ ipa_ccm_tlv_to_unitdata at LIBOSMOGSM_1.0 0.10.2
+ ipa_msg_alloc at LIBOSMOGSM_1.0 0.10.2
+ ipa_msg_recv at LIBOSMOGSM_1.0 0.10.2
+ ipa_msg_recv_buffered at LIBOSMOGSM_1.0 0.10.2
+ ipa_parse_unitid at LIBOSMOGSM_1.0 0.10.2
+ ipa_prepend_header at LIBOSMOGSM_1.0 0.10.2
+ ipa_prepend_header_ext at LIBOSMOGSM_1.0 0.10.2
+ ipa_send at LIBOSMOGSM_1.0 0.10.2
+ lapd_dl_exit at LIBOSMOGSM_1.0 0.10.2
+ lapd_dl_init2 at LIBOSMOGSM_1.0 1.4.0
+ lapd_dl_init at LIBOSMOGSM_1.0 0.10.2
+ lapd_dl_reset at LIBOSMOGSM_1.0 0.10.2
+ lapd_dl_set_name at LIBOSMOGSM_1.0 1.4.0
+ lapd_msgb_alloc at LIBOSMOGSM_1.0 0.10.2
+ lapd_ph_data_ind at LIBOSMOGSM_1.0 0.10.2
+ lapd_recv_dlsap at LIBOSMOGSM_1.0 0.10.2
+ lapd_set_mode at LIBOSMOGSM_1.0 0.10.2
+ lapd_state_names at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_exit at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_init2 at LIBOSMOGSM_1.0 1.3.0
+ lapdm_channel_init3 at LIBOSMOGSM_1.0 1.4.0
+ lapdm_channel_init at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_reset at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_set_flags at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_set_l1 at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_set_l3 at LIBOSMOGSM_1.0 0.10.2
+ lapdm_channel_set_mode at LIBOSMOGSM_1.0 0.10.2
+ lapdm_datalink_for_sapi at LIBOSMOGSM_1.0 0.10.2
+ lapdm_entity_exit at LIBOSMOGSM_1.0 0.10.2
+ lapdm_entity_init2 at LIBOSMOGSM_1.0 1.3.0
+ lapdm_entity_init3 at LIBOSMOGSM_1.0 1.4.0
+ lapdm_entity_init at LIBOSMOGSM_1.0 0.10.2
+ lapdm_entity_reset at LIBOSMOGSM_1.0 0.10.2
+ lapdm_entity_set_flags at LIBOSMOGSM_1.0 0.10.2
+ lapdm_entity_set_mode at LIBOSMOGSM_1.0 0.10.2
+ lapdm_phsap_dequeue_prim at LIBOSMOGSM_1.0 0.10.2
+ lapdm_phsap_up at LIBOSMOGSM_1.0 0.10.2
+ lapdm_rslms_recvmsg at LIBOSMOGSM_1.0 0.10.2
+ milenage_auts at LIBOSMOGSM_1.0 0.10.2
+ milenage_check at LIBOSMOGSM_1.0 0.10.2
+ milenage_f1 at LIBOSMOGSM_1.0 0.10.2
+ milenage_f2345 at LIBOSMOGSM_1.0 0.10.2
+ milenage_generate at LIBOSMOGSM_1.0 0.10.2
+ milenage_opc_gen at LIBOSMOGSM_1.0 0.10.2
+ ms_class_gmsk_dbm at LIBOSMOGSM_1.0 0.10.2
+ ms_pwr_ctl_lvl at LIBOSMOGSM_1.0 0.10.2
+ ms_pwr_dbm at LIBOSMOGSM_1.0 0.10.2
+ osmo_a5 at LIBOSMOGSM_1.0 0.10.2
+ osmo_a5_1 at LIBOSMOGSM_1.0 0.10.2
+ osmo_a5_2 at LIBOSMOGSM_1.0 0.10.2
+ osmo_apn_from_str at LIBOSMOGSM_1.0 0.10.2
+ osmo_apn_qualify at LIBOSMOGSM_1.0 0.10.2
+ osmo_apn_qualify_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_apn_qualify_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_apn_qualify_from_imsi at LIBOSMOGSM_1.0 0.10.2
+ osmo_apn_qualify_from_imsi_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_apn_qualify_from_imsi_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_apn_to_str at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_3g_from_2g at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_alg_name at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_alg_parse at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_c3 at LIBOSMOGSM_1.0 0.11.0
+ osmo_auth_gen_vec at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_gen_vec_auts at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_load at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_register at LIBOSMOGSM_1.0 0.10.2
+ osmo_auth_supported at LIBOSMOGSM_1.0 0.10.2
+ osmo_bssap_le_dec at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssap_le_enc at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssap_le_pdu_to_str_buf at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssap_le_pdu_to_str_c at LIBOSMOGSM_1.0 1.5.1
+ osmo_bsslap_dec at LIBOSMOGSM_1.0 1.5.1
+ osmo_bsslap_enc at LIBOSMOGSM_1.0 1.5.1
+ osmo_bsslap_msgt_names at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssmap_le_ie_dec_location_type at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssmap_le_ie_enc_location_type at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssmap_le_msgt at LIBOSMOGSM_1.0 1.5.1
+ osmo_bssmap_le_msgt_names at LIBOSMOGSM_1.0 1.5.1
+ osmo_bts_feature_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_bts_features_descs at LIBOSMOGSM_1.0 0.11.0
+ osmo_bts_features_names at LIBOSMOGSM_1.0 1.6.0
+ osmo_c4 at LIBOSMOGSM_1.0 0.10.2
+ osmo_cbsp_decode at LIBOSMOGSM_1.0 1.3.0
+ osmo_cbsp_decoded_alloc at LIBOSMOGSM_1.0 1.3.0
+ osmo_cbsp_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_cbsp_errstr at LIBOSMOGSM_1.0 1.3.0
+ osmo_cbsp_init_struct at LIBOSMOGSM_1.0 1.3.0
+ osmo_cbsp_msgb_alloc at LIBOSMOGSM_1.0 1.3.0
+ osmo_cbsp_recv_buffered at LIBOSMOGSM_1.0 1.3.0
+ osmo_cgi_cmp at LIBOSMOGSM_1.0 1.5.1
+ osmo_cgi_name2 at LIBOSMOGSM_1.0 0.11.0
+ osmo_cgi_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_cgi_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_cgi_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_cgi_ps_cmp at LIBOSMOGSM_1.0 1.5.1
+ osmo_cgi_ps_name2 at LIBOSMOGSM_1.0 1.5.1
+ osmo_cgi_ps_name at LIBOSMOGSM_1.0 1.5.1
+ osmo_cgi_ps_name_buf at LIBOSMOGSM_1.0 1.5.1
+ osmo_cgi_ps_name_c at LIBOSMOGSM_1.0 1.5.1
+ osmo_cm_service_type_names at LIBOSMOGSM_1.0 1.3.0
+ osmo_dec_gcr at LIBOSMOGSM_1.0 1.3.0
+ osmo_dump_gsmtime at LIBOSMOGSM_1.0 0.10.2
+ osmo_dump_gsmtime_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_dump_gsmtime_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_earfcn_add at LIBOSMOGSM_1.0 0.10.2
+ osmo_earfcn_bit_size at LIBOSMOGSM_1.0 0.10.2
+ osmo_earfcn_bit_size_ext at LIBOSMOGSM_1.0 0.10.2
+ osmo_earfcn_del at LIBOSMOGSM_1.0 0.10.2
+ osmo_earfcn_init at LIBOSMOGSM_1.0 0.10.2
+ osmo_enc_gcr at LIBOSMOGSM_1.0 1.3.0
+ osmo_gad_dec at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_dec_lat at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_dec_lon at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_dec_unc at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_enc at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_enc_lat at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_enc_lon at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_enc_unc at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_raw_read at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_raw_write at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_to_str_buf at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_to_str_c at LIBOSMOGSM_1.0 1.5.1
+ osmo_gad_type_names at LIBOSMOGSM_1.0 1.5.1
+ osmo_gcr_dump at LIBOSMOGSM_1.0 1.3.0
+ osmo_gcr_dump_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_gcr_eq at LIBOSMOGSM_1.0 1.3.0
+ osmo_gen_home_network_domain at LIBOSMOGSM_1.0 1.3.0
+ osmo_gen_mme_domain at LIBOSMOGSM_1.0 1.3.0
+ osmo_gen_mme_group_domain at LIBOSMOGSM_1.0 1.3.0
+ osmo_get_rand_id at LIBOSMOGSM_1.0 0.10.2
+ osmo_gprs_dl_block_size_bits at LIBOSMOGSM_1.0 0.10.2
+ osmo_gprs_dl_block_size_bytes at LIBOSMOGSM_1.0 0.10.2
+ osmo_gprs_dl_cs_by_block_bytes at LIBOSMOGSM_1.0 0.10.2
+ osmo_gprs_ul_block_size_bits at LIBOSMOGSM_1.0 0.10.2
+ osmo_gprs_ul_block_size_bytes at LIBOSMOGSM_1.0 0.10.2
+ osmo_gprs_ul_cs_by_block_bytes at LIBOSMOGSM_1.0 0.10.2
+ osmo_gsm48_classmark1_is_r99 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark2_is_r99 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark_a5_name at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark_a5_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark_a5_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark_is_r99 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark_supports_a5 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_classmark_update at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_1024 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_128 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_256 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_512 at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_arfcns at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_determine_range at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_filter_arfcns at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_range_enc_find_index at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si13_decode at LIBOSMOGSM_1.0 1.5.1
+ osmo_gsm48_rest_octets_si13_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si1_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si2quater_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si3_decode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si3_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si4_decode at LIBOSMOGSM_1.0 1.5.1
+ osmo_gsm48_rest_octets_si4_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rest_octets_si6_encode at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsm48_rfpowercap2powerclass at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsup_decode at LIBOSMOGSM_1.0 0.10.2
+ osmo_gsup_encode at LIBOSMOGSM_1.0 0.10.2
+ osmo_gsup_get_err_msg_type at LIBOSMOGSM_1.0 0.12.0
+ osmo_gsup_message_class_names at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsup_message_type_names at LIBOSMOGSM_1.0 0.10.2
+ osmo_gsup_session_state_names at LIBOSMOGSM_1.0 0.12.0
+ osmo_gsup_sms_decode_sm_rp_da at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsup_sms_decode_sm_rp_oa at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsup_sms_encode_sm_rp_da at LIBOSMOGSM_1.0 1.3.0
+ osmo_gsup_sms_encode_sm_rp_oa at LIBOSMOGSM_1.0 1.3.0
+ osmo_gummei_name at LIBOSMOGSM_1.0 1.3.0
+ osmo_gummei_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_gummei_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_i460_demux_in at LIBOSMOGSM_1.0 1.4.0
+ osmo_i460_mux_enqueue at LIBOSMOGSM_1.0 1.4.0
+ osmo_i460_mux_out at LIBOSMOGSM_1.0 1.4.0
+ osmo_i460_subchan_add at LIBOSMOGSM_1.0 1.4.0
+ osmo_i460_subchan_del at LIBOSMOGSM_1.0 1.4.0
+ osmo_i460_ts_init at LIBOSMOGSM_1.0 1.4.0
+ osmo_imei_str_valid at LIBOSMOGSM_1.0 1.3.0
+ osmo_imsi_str_valid at LIBOSMOGSM_1.0 0.10.2
+ osmo_iuup_compute_header_crc at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_compute_payload_crc at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_instance_alloc at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_instance_free at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_instance_set_transport_prim_cb at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_instance_set_user_prim_cb at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_rnl_prim_alloc at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_rnl_prim_down at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_tnl_prim_alloc at LIBOSMOGSM_1.0 1.7.0
+ osmo_iuup_tnl_prim_up at LIBOSMOGSM_1.0 1.7.0
+ osmo_kdf_enb at LIBOSMOGSM_1.0 1.6.0
+ osmo_kdf_kasme at LIBOSMOGSM_1.0 1.6.0
+ osmo_kdf_kc128 at LIBOSMOGSM_1.0 1.6.0
+ osmo_kdf_nas at LIBOSMOGSM_1.0 1.6.0
+ osmo_kdf_nh at LIBOSMOGSM_1.0 1.6.0
+ osmo_lai_cmp at LIBOSMOGSM_1.0 1.5.1
+ osmo_lai_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_lai_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_lai_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_lcls_dump at LIBOSMOGSM_1.0 1.3.0
+ osmo_lcls_dump_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_lcls_dump_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_lcs_cause_dec at LIBOSMOGSM_1.0 1.5.1
+ osmo_lcs_cause_enc at LIBOSMOGSM_1.0 1.5.1
+ osmo_lu_type_names at LIBOSMOGSM_1.0 1.3.0
+ osmo_match_shift_tlv at LIBOSMOGSM_1.0 0.10.2
+ osmo_match_shift_tv_fixed at LIBOSMOGSM_1.0 0.10.2
+ osmo_mcc_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_mcc_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_mcc_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_mi_name at LIBOSMOGSM_1.0 1.3.0
+ osmo_mi_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_mi_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_mnc_cmp at LIBOSMOGSM_1.0 0.11.0
+ osmo_mnc_from_str at LIBOSMOGSM_1.0 0.11.0
+ osmo_mnc_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_mnc_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_mnc_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_mncc_names at LIBOSMOGSM_1.0 0.12.0
+ osmo_mncc_stringify at LIBOSMOGSM_1.0 0.11.0
+ osmo_mobile_identity_cmp at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_decode at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_decode_from_l3 at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_encode_buf at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_encode_msgb at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_encoded_len at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_to_str_buf at LIBOSMOGSM_1.0 1.4.0
+ osmo_mobile_identity_to_str_c at LIBOSMOGSM_1.0 1.4.0
+ osmo_msisdn_str_valid at LIBOSMOGSM_1.0 0.10.2
+ osmo_nri_range_overlaps_ranges at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_range_validate at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_add at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_alloc at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_del at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_free at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_to_str_buf at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_to_str_c at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_vty_add at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_ranges_vty_del at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_v_limit_by_ranges at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_v_matches_ranges at LIBOSMOGSM_1.0 1.4.0
+ osmo_nri_v_validate at LIBOSMOGSM_1.0 1.4.0
+ osmo_oap_client_encoded at LIBOSMOGSM_1.0 1.3.0
+ osmo_oap_client_handle at LIBOSMOGSM_1.0 1.3.0
+ osmo_oap_client_init at LIBOSMOGSM_1.0 1.3.0
+ osmo_oap_client_register at LIBOSMOGSM_1.0 1.3.0
+ osmo_oap_decode at LIBOSMOGSM_1.0 0.10.2
+ osmo_oap_encode at LIBOSMOGSM_1.0 0.10.2
+ osmo_parse_home_network_domain at LIBOSMOGSM_1.0 1.3.0
+ osmo_parse_mme_domain at LIBOSMOGSM_1.0 1.3.0
+ osmo_ph_prim_names at LIBOSMOGSM_1.0 0.10.2
+ osmo_plmn_cmp at LIBOSMOGSM_1.0 0.11.0
+ osmo_plmn_from_bcd at LIBOSMOGSM_1.0 0.11.0
+ osmo_plmn_name2 at LIBOSMOGSM_1.0 0.11.0
+ osmo_plmn_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_plmn_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_plmn_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_plmn_to_bcd at LIBOSMOGSM_1.0 0.11.0
+ osmo_rai_cmp at LIBOSMOGSM_1.0 1.5.1
+ osmo_rai_name2 at LIBOSMOGSM_1.0 1.5.1
+ osmo_rai_name2_buf at LIBOSMOGSM_1.0 1.5.1
+ osmo_rai_name2_c at LIBOSMOGSM_1.0 1.5.1
+ osmo_rai_name at LIBOSMOGSM_1.0 0.11.0
+ osmo_rai_name_buf at LIBOSMOGSM_1.0 1.3.0
+ osmo_rai_name_c at LIBOSMOGSM_1.0 1.3.0
+ osmo_rat_type_names at LIBOSMOGSM_1.0 1.3.0
+ osmo_rsl2sitype at LIBOSMOGSM_1.0 0.10.2
+ osmo_shift_lv at LIBOSMOGSM_1.0 0.10.2
+ osmo_shift_tlv at LIBOSMOGSM_1.0 0.10.2
+ osmo_shift_v_fixed at LIBOSMOGSM_1.0 0.10.2
+ osmo_sitype2rsl at LIBOSMOGSM_1.0 0.10.2
+ osmo_sitype_strs at LIBOSMOGSM_1.0 0.10.2
+ osmo_sub_auth_type_names at LIBOSMOGSM_1.0 0.10.2
+ osmo_tlv_prot_ie_name at LIBOSMOGSM_1.0 1.5.1
+ osmo_tlv_prot_msg_name at LIBOSMOGSM_1.0 1.5.1
+ osmo_tlv_prot_parse at LIBOSMOGSM_1.0 1.5.1
+ osmo_tlv_prot_validate_tp at LIBOSMOGSM_1.0 1.5.1
+ osmo_tlvp_copy at LIBOSMOGSM_1.0 0.10.2
+ osmo_tlvp_merge at LIBOSMOGSM_1.0 0.10.2
+ osmo_tmsi_nri_v_get at LIBOSMOGSM_1.0 1.4.0
+ osmo_tmsi_nri_v_limit_by_ranges at LIBOSMOGSM_1.0 1.4.0
+ osmo_tmsi_nri_v_set at LIBOSMOGSM_1.0 1.4.0
+ rr_cause_name at LIBOSMOGSM_1.0 0.10.2
+ rsl_act_type_names at LIBOSMOGSM_1.0 0.10.2
+ rsl_att_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ rsl_ccch_conf_to_bs_cc_chans at LIBOSMOGSM_1.0 0.10.2
+ rsl_ccch_conf_to_bs_ccch_sdcch_comb at LIBOSMOGSM_1.0 0.10.2
+ rsl_chan_nr_str at LIBOSMOGSM_1.0 0.10.2
+ rsl_chan_nr_str_buf at LIBOSMOGSM_1.0 1.3.0
+ rsl_chan_nr_str_c at LIBOSMOGSM_1.0 1.3.0
+ rsl_dec_chan_nr at LIBOSMOGSM_1.0 0.10.2
+ rsl_enc_chan_nr at LIBOSMOGSM_1.0 0.10.2
+ rsl_err_name at LIBOSMOGSM_1.0 0.10.2
+ rsl_init_cchan_hdr at LIBOSMOGSM_1.0 0.10.2
+ rsl_init_rll_hdr at LIBOSMOGSM_1.0 0.10.2
+ rsl_ipac_eie_tlvdef at LIBOSMOGSM_1.0 0.10.2
+ rsl_ipac_msg_name at LIBOSMOGSM_1.0 0.10.2
+ rsl_msg_name at LIBOSMOGSM_1.0 0.10.2
+ rsl_or_ipac_msg_name at LIBOSMOGSM_1.0 0.10.2
+ rsl_rll_push_hdr at LIBOSMOGSM_1.0 0.10.2
+ rsl_rll_push_l3 at LIBOSMOGSM_1.0 0.10.2
+ rsl_rll_simple at LIBOSMOGSM_1.0 0.10.2
+ rsl_rlm_cause_name at LIBOSMOGSM_1.0 0.10.2
+ rxlev2dbm at LIBOSMOGSM_1.0 0.10.2
+ rxlev_stat_dump at LIBOSMOGSM_1.0 0.10.2
+ rxlev_stat_get_next at LIBOSMOGSM_1.0 0.10.2
+ rxlev_stat_input at LIBOSMOGSM_1.0 0.10.2
+ rxlev_stat_reset at LIBOSMOGSM_1.0 0.10.2
+ sgsap_eps_lu_type_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_ie_tlvdef at LIBOSMOGSM_1.0 1.3.0
+ sgsap_iei_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_ismi_det_eps_type_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_ismi_det_noneps_type_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_msg_type_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_service_ind_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_sgs_cause_names at LIBOSMOGSM_1.0 1.3.0
+ sgsap_ue_emm_mode_names at LIBOSMOGSM_1.0 1.3.0
+ tlv_def_patch at LIBOSMOGSM_1.0 0.10.2
+ tlv_dump at LIBOSMOGSM_1.0 0.10.2
+ tlv_encode at LIBOSMOGSM_1.0 1.3.0
+ tlv_encode_one at LIBOSMOGSM_1.0 1.3.0
+ tlv_encode_ordered at LIBOSMOGSM_1.0 1.3.0
+ tlv_parse2 at LIBOSMOGSM_1.0 0.11.0
+ tlv_parse at LIBOSMOGSM_1.0 0.10.2
+ tlv_parse_one at LIBOSMOGSM_1.0 0.10.2
+ tvlv_att_def at LIBOSMOGSM_1.0 0.10.2
+ vtvlv_gan_att_def at LIBOSMOGSM_1.0 0.10.2
diff -Nru libosmocore-1.7.0/debian/libosmosim2.install libosmocore-1.7.0/debian/libosmosim2.install
--- libosmocore-1.7.0/debian/libosmosim2.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmosim2.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmosim*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmosim2.symbols libosmocore-1.7.0/debian/libosmosim2.symbols
--- libosmocore-1.7.0/debian/libosmosim2.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmosim2.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,62 +0,0 @@
-libosmosim.so.2 libosmosim2 #MINVER#
-* Build-Depends-Package: libosmocore-dev
-#MISSING: 1.4.0# add_adf_with_ef at Base 0.8.3
- add_df_with_ef at Base 0.8.3
- add_filedesc at Base 0.8.3
- alloc_adf_with_ef at Base 1.4.0
- alloc_df at Base 0.8.3
- default_decode at Base 0.8.3
- element_alloc at Base 0.8.3
- element_alloc_sub at Base 0.8.3
- gsm_hpplmn_decode at Base 0.8.3
- gsm_imsi_decode at Base 0.8.3
- gsm_lp_decode at Base 0.8.3
- osim_app_profile_find_by_aid at Base 1.4.0
- osim_app_profile_find_by_name at Base 1.4.0
- osim_app_profile_find_sw at Base 1.4.0
- osim_app_profile_register at Base 1.4.0
- osim_aprof_hpsim at Base 1.4.0
- osim_aprof_isim at Base 1.4.0
- osim_aprof_usim at Base 1.4.0
- osim_card_close at Base 1.6.0
- osim_card_hdl_add_app at Base 1.4.0
- osim_card_hdl_find_app at Base 1.4.0
- osim_card_open at Base 0.8.3
- osim_card_reset at Base 1.6.0
- osim_cprof_find_sw at Base 1.4.0
-#MISSING: 1.4.0# osim_cprof_isim at Base 0.8.3
- osim_cprof_sim at Base 0.8.3
- osim_cprof_tsim at Base 0.8.3
- osim_cprof_uicc at Base 1.4.0
-#MISSING: 1.4.0# osim_cprof_usim at Base 0.8.3
- osim_determine_apdu_case at Base 0.9.6
- osim_file_decode at Base 0.8.3
- osim_file_desc_find_aid at Base 1.4.0
- osim_file_desc_find_fid at Base 0.9.6
- osim_file_desc_find_name at Base 0.9.6
- osim_file_desc_find_sfid at Base 0.9.6
- osim_file_encode at Base 0.8.3
-#MISSING: 1.4.0# osim_find_sw at Base 0.8.3
- osim_gsm1111_cic_profile at Base 0.9.6
- osim_init at Base 1.4.0
- osim_int_cprof_add_gsm at Base 0.8.3
- osim_int_cprof_add_telecom at Base 0.8.3
- osim_iso7816_cic_profile at Base 0.9.6
- osim_new_apdumsg at Base 0.8.3
- osim_print_sw at Base 0.8.3
- osim_print_sw_buf at Base 1.2.0
- osim_print_sw_c at Base 1.2.0
- osim_reader_open at Base 0.8.3
- osim_sw_class at Base 0.8.3
- osim_transceive_apdu at Base 0.8.3
- osim_uicc_cic_profile at Base 0.9.6
- osim_uicc_sim_cic_profile at Base 0.9.6
- pcsc_reader_ops at Base 0.8.3
- sim_ef_in_graphics at Base 0.8.3
- ts102221_fcp_tlv_def at Base 0.8.3
- ts102221_fcp_vals at Base 0.8.3
- ts102221_uicc_sw at Base 0.8.3
- ts31_102_sw at Base 0.8.3
- ts31_103_sw at Base 0.8.3
- ts31_104_sw at Base 1.4.0
- usim_ins_case at Base 0.9.6
diff -Nru libosmocore-1.7.0/debian/libosmosim2t64.install libosmocore-1.7.0/debian/libosmosim2t64.install
--- libosmocore-1.7.0/debian/libosmosim2t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmosim2t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmosim*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmosim2t64.lintian-overrides libosmocore-1.7.0/debian/libosmosim2t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmosim2t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmosim2t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmosim2t64: package-name-doesnt-match-sonames libosmosim2
diff -Nru libosmocore-1.7.0/debian/libosmosim2t64.symbols libosmocore-1.7.0/debian/libosmosim2t64.symbols
--- libosmocore-1.7.0/debian/libosmosim2t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmosim2t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,62 @@
+libosmosim.so.2 libosmosim2t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+#MISSING: 1.4.0# add_adf_with_ef at Base 0.8.3
+ add_df_with_ef at Base 0.8.3
+ add_filedesc at Base 0.8.3
+ alloc_adf_with_ef at Base 1.4.0
+ alloc_df at Base 0.8.3
+ default_decode at Base 0.8.3
+ element_alloc at Base 0.8.3
+ element_alloc_sub at Base 0.8.3
+ gsm_hpplmn_decode at Base 0.8.3
+ gsm_imsi_decode at Base 0.8.3
+ gsm_lp_decode at Base 0.8.3
+ osim_app_profile_find_by_aid at Base 1.4.0
+ osim_app_profile_find_by_name at Base 1.4.0
+ osim_app_profile_find_sw at Base 1.4.0
+ osim_app_profile_register at Base 1.4.0
+ osim_aprof_hpsim at Base 1.4.0
+ osim_aprof_isim at Base 1.4.0
+ osim_aprof_usim at Base 1.4.0
+ osim_card_close at Base 1.6.0
+ osim_card_hdl_add_app at Base 1.4.0
+ osim_card_hdl_find_app at Base 1.4.0
+ osim_card_open at Base 0.8.3
+ osim_card_reset at Base 1.6.0
+ osim_cprof_find_sw at Base 1.4.0
+#MISSING: 1.4.0# osim_cprof_isim at Base 0.8.3
+ osim_cprof_sim at Base 0.8.3
+ osim_cprof_tsim at Base 0.8.3
+ osim_cprof_uicc at Base 1.4.0
+#MISSING: 1.4.0# osim_cprof_usim at Base 0.8.3
+ osim_determine_apdu_case at Base 0.9.6
+ osim_file_decode at Base 0.8.3
+ osim_file_desc_find_aid at Base 1.4.0
+ osim_file_desc_find_fid at Base 0.9.6
+ osim_file_desc_find_name at Base 0.9.6
+ osim_file_desc_find_sfid at Base 0.9.6
+ osim_file_encode at Base 0.8.3
+#MISSING: 1.4.0# osim_find_sw at Base 0.8.3
+ osim_gsm1111_cic_profile at Base 0.9.6
+ osim_init at Base 1.4.0
+ osim_int_cprof_add_gsm at Base 0.8.3
+ osim_int_cprof_add_telecom at Base 0.8.3
+ osim_iso7816_cic_profile at Base 0.9.6
+ osim_new_apdumsg at Base 0.8.3
+ osim_print_sw at Base 0.8.3
+ osim_print_sw_buf at Base 1.2.0
+ osim_print_sw_c at Base 1.2.0
+ osim_reader_open at Base 0.8.3
+ osim_sw_class at Base 0.8.3
+ osim_transceive_apdu at Base 0.8.3
+ osim_uicc_cic_profile at Base 0.9.6
+ osim_uicc_sim_cic_profile at Base 0.9.6
+ pcsc_reader_ops at Base 0.8.3
+ sim_ef_in_graphics at Base 0.8.3
+ ts102221_fcp_tlv_def at Base 0.8.3
+ ts102221_fcp_vals at Base 0.8.3
+ ts102221_uicc_sw at Base 0.8.3
+ ts31_102_sw at Base 0.8.3
+ ts31_103_sw at Base 0.8.3
+ ts31_104_sw at Base 1.4.0
+ usim_ins_case at Base 0.9.6
diff -Nru libosmocore-1.7.0/debian/libosmovty9.install libosmocore-1.7.0/debian/libosmovty9.install
--- libosmocore-1.7.0/debian/libosmovty9.install	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmovty9.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libosmovty*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmovty9.symbols libosmocore-1.7.0/debian/libosmovty9.symbols
--- libosmocore-1.7.0/debian/libosmovty9.symbols	2022-10-09 07:16:10.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmovty9.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,148 +0,0 @@
-libosmovty.so.9 libosmovty9 #MINVER#
-* Build-Depends-Package: libosmocore-dev
- Vvty_serv_thread at Base 1.5.1
- active_connections at Base 1.5.1
- argv_concat at Base 1.5.1
- auth_enable_node at Base 1.5.1
- auth_node at Base 1.5.1
- buffer_empty at Base 1.5.1
- buffer_flush_all at Base 1.5.1
- buffer_flush_available at Base 1.5.1
- buffer_free at Base 1.5.1
- buffer_getstr at Base 1.5.1
- buffer_new at Base 1.5.1
- buffer_put at Base 1.5.1
- buffer_putc at Base 1.5.1
- buffer_putstr at Base 1.5.1
- buffer_reset at Base 1.5.1
- buffer_write at Base 1.5.1
- cfg_description_cmd at Base 1.5.1
- cfg_log_node at Base 1.5.1
- cfg_no_description_cmd at Base 1.5.1
- cfg_stats_node at Base 1.5.1
- cmd_complete_command at Base 1.5.1
- cmd_describe_command at Base 1.5.1
- cmd_execute_command at Base 1.5.1
- cmd_execute_command_strict at Base 1.5.1
- cmd_free_strvec at Base 1.5.1
- cmd_init at Base 1.5.1
- cmd_make_strvec2 at Base 1.5.1
- cmd_make_strvec at Base 1.5.1
- cmd_prompt at Base 1.5.1
- cmdvec at Base 1.5.1
- config_end_cmd at Base 1.5.1
- config_exit_cmd at Base 1.5.1
- config_from_file at Base 1.5.1
- config_help_cmd at Base 1.5.1
- config_list_cmd at Base 1.5.1
- config_node at Base 1.5.1
- default_motd at Base 1.5.1
- enable_node at Base 1.5.1
- host at Base 1.5.1
- host_config_file at Base 1.6.0
- host_config_set at Base 1.5.1
- install_default at Base 1.5.1
- install_element at Base 1.5.1
- install_element_ve at Base 1.5.1
- install_lib_element at Base 1.5.1
- install_lib_element_ve at Base 1.5.1
- install_node at Base 1.5.1
- log_target_create_vty at Base 1.5.1
- logging_vty_add_cmds at Base 1.5.1
- logging_vty_add_deprecated_subsys at Base 1.5.1
- osmo_asciidoc_escape at Base 1.5.1
- osmo_cpu_sched_vty_apply_localthread at Base 1.5.1
- osmo_cpu_sched_vty_init at Base 1.5.1
- osmo_fsm_vty_add_cmds at Base 1.5.1
- osmo_log_vty2tgt at Base 1.5.1
- osmo_stats_vty_add_cmds at Base 1.5.1
- osmo_talloc_vty_add_cmds at Base 1.5.1
- osmo_tdef_vty_groups_init at Base 1.5.1
- osmo_tdef_vty_groups_write at Base 1.5.1
- osmo_tdef_vty_out_all at Base 1.5.1
- osmo_tdef_vty_out_all_va at Base 1.5.1
- osmo_tdef_vty_out_one at Base 1.5.1
- osmo_tdef_vty_out_one_va at Base 1.5.1
- osmo_tdef_vty_parse_T_arg at Base 1.5.1
- osmo_tdef_vty_parse_val_arg at Base 1.5.1
- osmo_tdef_vty_set_cmd at Base 1.5.1
- osmo_tdef_vty_show_cmd at Base 1.5.1
- osmo_tdef_vty_write at Base 1.5.1
- osmo_vty_save_config_file at Base 1.5.1
- osmo_vty_write_config_file at Base 1.5.1
- print_version at Base 1.5.1
- show_vty_attr_all_cmd at Base 1.5.1
- show_vty_attr_cmd at Base 1.5.1
- sort_node at Base 1.5.1
- tall_vty_cmd_ctx at Base 1.5.1
- tall_vty_ctx at Base 1.5.1
- tall_vty_vec_ctx at Base 1.5.1
- telnet_close_client at Base 1.5.1
- telnet_exit at Base 1.5.1
- telnet_init at Base 1.5.1
- telnet_init_default at Base 1.5.1
- telnet_init_dynif at Base 1.5.1
- vector_copy at Base 1.5.1
- vector_count at Base 1.5.1
- vector_empty_slot at Base 1.5.1
- vector_ensure at Base 1.5.1
- vector_free at Base 1.5.1
- vector_init at Base 1.5.1
- vector_lookup at Base 1.5.1
- vector_lookup_ensure at Base 1.5.1
- vector_only_index_free at Base 1.5.1
- vector_only_wrapper_free at Base 1.5.1
- vector_set at Base 1.5.1
- vector_set_index at Base 1.5.1
- vector_unset at Base 1.5.1
- view_node at Base 1.5.1
- vty_close at Base 1.5.1
- vty_cmd_range_match at Base 1.6.0
- vty_cmd_string_from_valstr at Base 1.5.1
- vty_config_lock at Base 1.5.1
- vty_config_unlock at Base 1.5.1
- vty_create at Base 1.5.1
- vty_current_index at Base 1.5.1
- vty_current_node at Base 1.5.1
- vty_cwd at Base 1.5.1
- vty_dump_xml_ref at Base 1.5.1
- vty_dump_xml_ref_mode at Base 1.5.1
- vty_event at Base 1.5.1
- vty_flush at Base 1.6.0
- vty_get_bind_addr at Base 1.5.1
- vty_get_bind_port at Base 1.5.1
- vty_get_cwd at Base 1.5.1
- vty_go_parent at Base 1.5.1
- vty_hello at Base 1.5.1
- vty_init at Base 1.5.1
- vty_init_vtysh at Base 1.5.1
- vty_install_default at Base 1.5.1
- vty_is_active at Base 1.5.1
- vty_new at Base 1.5.1
- vty_node at Base 1.5.1
- vty_out at Base 1.5.1
- vty_out_fsm2 at Base 1.5.1
- vty_out_fsm at Base 1.5.1
- vty_out_fsm_inst2 at Base 1.5.1
- vty_out_fsm_inst at Base 1.5.1
- vty_out_newline at Base 1.5.1
- vty_out_rate_ctr_group2 at Base 1.7.0
- vty_out_rate_ctr_group at Base 1.5.1
- vty_out_rate_ctr_group_fmt2 at Base 1.7.0
- vty_out_rate_ctr_group_fmt at Base 1.5.1
- vty_out_stat_item_group2 at Base 1.7.0
- vty_out_stat_item_group at Base 1.5.1
- vty_out_statistics_full2 at Base 1.7.0
- vty_out_statistics_full at Base 1.5.1
- vty_out_statistics_partial2 at Base 1.7.0
- vty_out_statistics_partial at Base 1.5.1
- vty_out_uptime at Base 1.6.0
- vty_out_va at Base 1.5.1
- vty_read at Base 1.5.1
- vty_read_config_file at Base 1.5.1
- vty_read_config_filep at Base 1.6.0
- vty_ref_gen_mode_desc at Base 1.5.1
- vty_ref_gen_mode_names at Base 1.5.1
- vty_reset at Base 1.5.1
- vty_shell at Base 1.5.1
- vty_shell_serv at Base 1.5.1
diff -Nru libosmocore-1.7.0/debian/libosmovty9t64.install libosmocore-1.7.0/debian/libosmovty9t64.install
--- libosmocore-1.7.0/debian/libosmovty9t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmovty9t64.install	2022-10-09 07:16:10.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libosmovty*.so.*
diff -Nru libosmocore-1.7.0/debian/libosmovty9t64.lintian-overrides libosmocore-1.7.0/debian/libosmovty9t64.lintian-overrides
--- libosmocore-1.7.0/debian/libosmovty9t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmovty9t64.lintian-overrides	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1 @@
+libosmovty9t64: package-name-doesnt-match-sonames libosmovty9
diff -Nru libosmocore-1.7.0/debian/libosmovty9t64.symbols libosmocore-1.7.0/debian/libosmovty9t64.symbols
--- libosmocore-1.7.0/debian/libosmovty9t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libosmocore-1.7.0/debian/libosmovty9t64.symbols	2024-02-28 16:09:09.000000000 +0000
@@ -0,0 +1,148 @@
+libosmovty.so.9 libosmovty9t64 #MINVER#
+* Build-Depends-Package: libosmocore-dev
+ Vvty_serv_thread at Base 1.5.1
+ active_connections at Base 1.5.1
+ argv_concat at Base 1.5.1
+ auth_enable_node at Base 1.5.1
+ auth_node at Base 1.5.1
+ buffer_empty at Base 1.5.1
+ buffer_flush_all at Base 1.5.1
+ buffer_flush_available at Base 1.5.1
+ buffer_free at Base 1.5.1
+ buffer_getstr at Base 1.5.1
+ buffer_new at Base 1.5.1
+ buffer_put at Base 1.5.1
+ buffer_putc at Base 1.5.1
+ buffer_putstr at Base 1.5.1
+ buffer_reset at Base 1.5.1
+ buffer_write at Base 1.5.1
+ cfg_description_cmd at Base 1.5.1
+ cfg_log_node at Base 1.5.1
+ cfg_no_description_cmd at Base 1.5.1
+ cfg_stats_node at Base 1.5.1
+ cmd_complete_command at Base 1.5.1
+ cmd_describe_command at Base 1.5.1
+ cmd_execute_command at Base 1.5.1
+ cmd_execute_command_strict at Base 1.5.1
+ cmd_free_strvec at Base 1.5.1
+ cmd_init at Base 1.5.1
+ cmd_make_strvec2 at Base 1.5.1
+ cmd_make_strvec at Base 1.5.1
+ cmd_prompt at Base 1.5.1
+ cmdvec at Base 1.5.1
+ config_end_cmd at Base 1.5.1
+ config_exit_cmd at Base 1.5.1
+ config_from_file at Base 1.5.1
+ config_help_cmd at Base 1.5.1
+ config_list_cmd at Base 1.5.1
+ config_node at Base 1.5.1
+ default_motd at Base 1.5.1
+ enable_node at Base 1.5.1
+ host at Base 1.5.1
+ host_config_file at Base 1.6.0
+ host_config_set at Base 1.5.1
+ install_default at Base 1.5.1
+ install_element at Base 1.5.1
+ install_element_ve at Base 1.5.1
+ install_lib_element at Base 1.5.1
+ install_lib_element_ve at Base 1.5.1
+ install_node at Base 1.5.1
+ log_target_create_vty at Base 1.5.1
+ logging_vty_add_cmds at Base 1.5.1
+ logging_vty_add_deprecated_subsys at Base 1.5.1
+ osmo_asciidoc_escape at Base 1.5.1
+ osmo_cpu_sched_vty_apply_localthread at Base 1.5.1
+ osmo_cpu_sched_vty_init at Base 1.5.1
+ osmo_fsm_vty_add_cmds at Base 1.5.1
+ osmo_log_vty2tgt at Base 1.5.1
+ osmo_stats_vty_add_cmds at Base 1.5.1
+ osmo_talloc_vty_add_cmds at Base 1.5.1
+ osmo_tdef_vty_groups_init at Base 1.5.1
+ osmo_tdef_vty_groups_write at Base 1.5.1
+ osmo_tdef_vty_out_all at Base 1.5.1
+ osmo_tdef_vty_out_all_va at Base 1.5.1
+ osmo_tdef_vty_out_one at Base 1.5.1
+ osmo_tdef_vty_out_one_va at Base 1.5.1
+ osmo_tdef_vty_parse_T_arg at Base 1.5.1
+ osmo_tdef_vty_parse_val_arg at Base 1.5.1
+ osmo_tdef_vty_set_cmd at Base 1.5.1
+ osmo_tdef_vty_show_cmd at Base 1.5.1
+ osmo_tdef_vty_write at Base 1.5.1
+ osmo_vty_save_config_file at Base 1.5.1
+ osmo_vty_write_config_file at Base 1.5.1
+ print_version at Base 1.5.1
+ show_vty_attr_all_cmd at Base 1.5.1
+ show_vty_attr_cmd at Base 1.5.1
+ sort_node at Base 1.5.1
+ tall_vty_cmd_ctx at Base 1.5.1
+ tall_vty_ctx at Base 1.5.1
+ tall_vty_vec_ctx at Base 1.5.1
+ telnet_close_client at Base 1.5.1
+ telnet_exit at Base 1.5.1
+ telnet_init at Base 1.5.1
+ telnet_init_default at Base 1.5.1
+ telnet_init_dynif at Base 1.5.1
+ vector_copy at Base 1.5.1
+ vector_count at Base 1.5.1
+ vector_empty_slot at Base 1.5.1
+ vector_ensure at Base 1.5.1
+ vector_free at Base 1.5.1
+ vector_init at Base 1.5.1
+ vector_lookup at Base 1.5.1
+ vector_lookup_ensure at Base 1.5.1
+ vector_only_index_free at Base 1.5.1
+ vector_only_wrapper_free at Base 1.5.1
+ vector_set at Base 1.5.1
+ vector_set_index at Base 1.5.1
+ vector_unset at Base 1.5.1
+ view_node at Base 1.5.1
+ vty_close at Base 1.5.1
+ vty_cmd_range_match at Base 1.6.0
+ vty_cmd_string_from_valstr at Base 1.5.1
+ vty_config_lock at Base 1.5.1
+ vty_config_unlock at Base 1.5.1
+ vty_create at Base 1.5.1
+ vty_current_index at Base 1.5.1
+ vty_current_node at Base 1.5.1
+ vty_cwd at Base 1.5.1
+ vty_dump_xml_ref at Base 1.5.1
+ vty_dump_xml_ref_mode at Base 1.5.1
+ vty_event at Base 1.5.1
+ vty_flush at Base 1.6.0
+ vty_get_bind_addr at Base 1.5.1
+ vty_get_bind_port at Base 1.5.1
+ vty_get_cwd at Base 1.5.1
+ vty_go_parent at Base 1.5.1
+ vty_hello at Base 1.5.1
+ vty_init at Base 1.5.1
+ vty_init_vtysh at Base 1.5.1
+ vty_install_default at Base 1.5.1
+ vty_is_active at Base 1.5.1
+ vty_new at Base 1.5.1
+ vty_node at Base 1.5.1
+ vty_out at Base 1.5.1
+ vty_out_fsm2 at Base 1.5.1
+ vty_out_fsm at Base 1.5.1
+ vty_out_fsm_inst2 at Base 1.5.1
+ vty_out_fsm_inst at Base 1.5.1
+ vty_out_newline at Base 1.5.1
+ vty_out_rate_ctr_group2 at Base 1.7.0
+ vty_out_rate_ctr_group at Base 1.5.1
+ vty_out_rate_ctr_group_fmt2 at Base 1.7.0
+ vty_out_rate_ctr_group_fmt at Base 1.5.1
+ vty_out_stat_item_group2 at Base 1.7.0
+ vty_out_stat_item_group at Base 1.5.1
+ vty_out_statistics_full2 at Base 1.7.0
+ vty_out_statistics_full at Base 1.5.1
+ vty_out_statistics_partial2 at Base 1.7.0
+ vty_out_statistics_partial at Base 1.5.1
+ vty_out_uptime at Base 1.6.0
+ vty_out_va at Base 1.5.1
+ vty_read at Base 1.5.1
+ vty_read_config_file at Base 1.5.1
+ vty_read_config_filep at Base 1.6.0
+ vty_ref_gen_mode_desc at Base 1.5.1
+ vty_ref_gen_mode_names at Base 1.5.1
+ vty_reset at Base 1.5.1
+ vty_shell at Base 1.5.1
+ vty_shell_serv at Base 1.5.1


More information about the Debian-mobcom-maintainers mailing list