From 33a157b0259bbde3a5e04b9c26298d7dc59d2367598df88287d2aa2727b09994 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Oct 2024 15:58:34 +0200 Subject: [PATCH] libosmo-abis 1.6.0 --- 1.5.2.tar.gz | 3 --- 1.6.0.tar.gz | 3 +++ libosmo-abis.changes | 11 +++++++++++ libosmo-abis.spec | 12 ++++++------ osmo-talloc.diff | 26 +++++++++++++------------- 5 files changed, 33 insertions(+), 22 deletions(-) delete mode 100644 1.5.2.tar.gz create mode 100644 1.6.0.tar.gz diff --git a/1.5.2.tar.gz b/1.5.2.tar.gz deleted file mode 100644 index e8f6dfe..0000000 --- a/1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7fb222c609e0b82eb5fc493fe999c61e8599163bc8c214a3e0d030c120731d -size 355227 diff --git a/1.6.0.tar.gz b/1.6.0.tar.gz new file mode 100644 index 0000000..8f6fb51 --- /dev/null +++ b/1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43371cd1f205b6d3dafc4e1227455d0c0d81a588e779601e63ec09b7fe97c9f1 +size 356418 diff --git a/libosmo-abis.changes b/libosmo-abis.changes index 4131643..dc40f9a 100644 --- a/libosmo-abis.changes +++ b/libosmo-abis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 26 13:58:23 UTC 2024 - Jan Engelhardt + +- Update to release 1.6.0 + * Add support for sending and receiving Sa bits, as well as + some line signals + * rtp2trau_hr16: accept both TS 101 318 and RFC 5993 payload + formats + * TRAU->RTP: add support for TW-TS-001 & TW-TS-002 + * trau_rtp_conv: add support for HRv1 in 8k format + ------------------------------------------------------------------- Fri May 3 05:02:52 UTC 2024 - Jan Engelhardt diff --git a/libosmo-abis.spec b/libosmo-abis.spec index 63f0184..ef69c10 100644 --- a/libosmo-abis.spec +++ b/libosmo-abis.spec @@ -17,7 +17,7 @@ Name: libosmo-abis -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: Osmocom library for A-bis interface between BTS and BSC License: AGPL-3.0-or-later AND GPL-2.0-or-later @@ -29,11 +29,11 @@ BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2 BuildRequires: pkg-config >= 0.20 BuildRequires: xz -BuildRequires: pkgconfig(libosmo-e1d) >= 0.5.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmo-e1d) >= 0.7.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.10.0 +BuildRequires: pkgconfig(libosmocore) >= 1.10.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.10.0 +BuildRequires: pkgconfig(libosmovty) >= 1.10.0 BuildRequires: pkgconfig(ortp) >= 0.22 BuildRequires: pkgconfig(talloc) diff --git a/osmo-talloc.diff b/osmo-talloc.diff index ac7e931..5917bb7 100644 --- a/osmo-talloc.diff +++ b/osmo-talloc.diff @@ -9,23 +9,23 @@ The source files use talloc, so link to talloc. src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -Index: libosmo-abis-1.5.0/configure.ac +Index: libosmo-abis-1.6.0/configure.ac =================================================================== ---- libosmo-abis-1.5.0.orig/configure.ac -+++ libosmo-abis-1.5.0/configure.ac -@@ -71,6 +71,7 @@ PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty - PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) - PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0) - PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0) +--- libosmo-abis-1.6.0.orig/configure.ac ++++ libosmo-abis-1.6.0/configure.ac +@@ -70,6 +70,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmoco + PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) + PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) + PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0) +PKG_CHECK_MODULES([TALLOC], [talloc]) - AC_ARG_ENABLE([dahdi], - AC_HELP_STRING([--disable-dahdi], -Index: libosmo-abis-1.5.0/src/Makefile.am + AC_ARG_ENABLE([ortp], [AS_HELP_STRING([--disable-ortp], [Build without ortp support])], + [ +Index: libosmo-abis-1.6.0/src/Makefile.am =================================================================== ---- libosmo-abis-1.5.0.orig/src/Makefile.am -+++ libosmo-abis-1.5.0/src/Makefile.am -@@ -7,7 +7,7 @@ TRAU_LIBVERSION=9:0:7 +--- libosmo-abis-1.6.0.orig/src/Makefile.am ++++ libosmo-abis-1.6.0/src/Makefile.am +@@ -7,7 +7,7 @@ TRAU_LIBVERSION=10:0:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS) AM_LDFLAGS = $(COVERAGE_LDFLAGS)