Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
e373731e7d |
@ -20,10 +20,10 @@ Multimedia Transfer Protocol library.
|
|||||||
tests/xua/Makefile.am | 7 ++++---
|
tests/xua/Makefile.am | 7 ++++---
|
||||||
8 files changed, 28 insertions(+), 15 deletions(-)
|
8 files changed, 28 insertions(+), 15 deletions(-)
|
||||||
|
|
||||||
Index: libosmo-sccp-1.8.1/configure.ac
|
Index: libosmo-sccp-1.9.0/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/configure.ac
|
--- libosmo-sccp-1.9.0.orig/configure.ac
|
||||||
+++ libosmo-sccp-1.8.1/configure.ac
|
+++ libosmo-sccp-1.9.0/configure.ac
|
||||||
@@ -51,6 +51,7 @@ AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [
|
@@ -51,6 +51,7 @@ AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [
|
||||||
], [
|
], [
|
||||||
AC_MSG_ERROR([sctp_recvmsg not found in searched libs])])
|
AC_MSG_ERROR([sctp_recvmsg not found in searched libs])])
|
||||||
@ -32,10 +32,10 @@ Index: libosmo-sccp-1.8.1/configure.ac
|
|||||||
|
|
||||||
AC_ARG_ENABLE(sanitize,
|
AC_ARG_ENABLE(sanitize,
|
||||||
[AS_HELP_STRING(
|
[AS_HELP_STRING(
|
||||||
Index: libosmo-sccp-1.8.1/libosmo-mtp.pc.in
|
Index: libosmo-sccp-1.9.0/libosmo-mtp.pc.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/libosmo-mtp.pc.in
|
--- libosmo-sccp-1.9.0.orig/libosmo-mtp.pc.in
|
||||||
+++ libosmo-sccp-1.8.1/libosmo-mtp.pc.in
|
+++ libosmo-sccp-1.9.0/libosmo-mtp.pc.in
|
||||||
@@ -6,5 +6,5 @@ includedir=@includedir@
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
||||||
Name: Osmo MTP Lib
|
Name: Osmo MTP Lib
|
||||||
Description: Osmo MTP Lib
|
Description: Osmo MTP Lib
|
||||||
@ -43,10 +43,10 @@ Index: libosmo-sccp-1.8.1/libosmo-mtp.pc.in
|
|||||||
-Libs: -L${libdir} -lmtp
|
-Libs: -L${libdir} -lmtp
|
||||||
+Libs: -L${libdir} -losmo-mtp
|
+Libs: -L${libdir} -losmo-mtp
|
||||||
Cflags: -I${includedir}/
|
Cflags: -I${includedir}/
|
||||||
Index: libosmo-sccp-1.8.1/libosmo-sccp.pc.in
|
Index: libosmo-sccp-1.9.0/libosmo-sccp.pc.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/libosmo-sccp.pc.in
|
--- libosmo-sccp-1.9.0.orig/libosmo-sccp.pc.in
|
||||||
+++ libosmo-sccp-1.8.1/libosmo-sccp.pc.in
|
+++ libosmo-sccp-1.9.0/libosmo-sccp.pc.in
|
||||||
@@ -6,5 +6,5 @@ includedir=@includedir@
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
||||||
Name: OpenBSC SCCP Lib
|
Name: OpenBSC SCCP Lib
|
||||||
Description: OpenBSC SCCP Lib
|
Description: OpenBSC SCCP Lib
|
||||||
@ -54,11 +54,11 @@ Index: libosmo-sccp-1.8.1/libosmo-sccp.pc.in
|
|||||||
-Libs: -L${libdir} -lsccp
|
-Libs: -L${libdir} -lsccp
|
||||||
+Libs: -L${libdir} -losmo-sccp
|
+Libs: -L${libdir} -losmo-sccp
|
||||||
Cflags: -I${includedir}/
|
Cflags: -I${includedir}/
|
||||||
Index: libosmo-sccp-1.8.1/src/Makefile.am
|
Index: libosmo-sccp-1.9.0/src/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/src/Makefile.am
|
--- libosmo-sccp-1.9.0.orig/src/Makefile.am
|
||||||
+++ libosmo-sccp-1.8.1/src/Makefile.am
|
+++ libosmo-sccp-1.9.0/src/Makefile.am
|
||||||
@@ -7,15 +7,21 @@ noinst_HEADERS = sccp_internal.h ss7_int
|
@@ -13,15 +13,21 @@ noinst_HEADERS = \
|
||||||
# Legacy static libs
|
# Legacy static libs
|
||||||
|
|
||||||
sccpdir = $(libdir)
|
sccpdir = $(libdir)
|
||||||
@ -85,28 +85,28 @@ Index: libosmo-sccp-1.8.1/src/Makefile.am
|
|||||||
|
|
||||||
|
|
||||||
# New shared lib
|
# New shared lib
|
||||||
@@ -37,3 +43,7 @@ libosmo_sigtran_la_SOURCES = sccp_sap.c
|
@@ -72,3 +78,7 @@ libosmo_sigtran_la_LIBADD = \
|
||||||
libosmo_sigtran_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_'
|
$(LIBOSMOCORE_LIBS) \
|
||||||
libosmo_sigtran_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) \
|
$(LIBSCTP_LIBS) \
|
||||||
$(LIBOSMONETIF_LIBS) $(LIBSCTP_LIBS)
|
$(NULL)
|
||||||
+
|
+
|
||||||
+noinst_LTLIBRARIES = libosmo-sigtran-internal.la
|
+noinst_LTLIBRARIES = libosmo-sigtran-internal.la
|
||||||
+libosmo_sigtran_internal_la_SOURCES = $(libosmo_sigtran_la_SOURCES)
|
+libosmo_sigtran_internal_la_SOURCES = $(libosmo_sigtran_la_SOURCES)
|
||||||
+libosmo_sigtran_internal_la_LIBADD = $(libosmo_sigtran_la_LIBADD)
|
+libosmo_sigtran_internal_la_LIBADD = $(libosmo_sigtran_la_LIBADD)
|
||||||
Index: libosmo-sccp-1.8.1/tests/m2ua/Makefile.am
|
Index: libosmo-sccp-1.9.0/tests/m2ua/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/tests/m2ua/Makefile.am
|
--- libosmo-sccp-1.9.0.orig/tests/m2ua/Makefile.am
|
||||||
+++ libosmo-sccp-1.8.1/tests/m2ua/Makefile.am
|
+++ libosmo-sccp-1.9.0/tests/m2ua/Makefile.am
|
||||||
@@ -6,4 +6,4 @@ EXTRA_DIST = m2ua_test.ok
|
@@ -6,4 +6,4 @@ EXTRA_DIST = m2ua_test.ok
|
||||||
|
|
||||||
check_PROGRAMS = m2ua_test
|
check_PROGRAMS = m2ua_test
|
||||||
m2ua_test_SOURCES = m2ua_test.c
|
m2ua_test_SOURCES = m2ua_test.c
|
||||||
-m2ua_test_LDADD = $(top_builddir)/src/libxua.a $(LIBOSMOCORE_LIBS)
|
-m2ua_test_LDADD = $(top_builddir)/src/libxua.a $(LIBOSMOCORE_LIBS)
|
||||||
+m2ua_test_LDADD = $(top_builddir)/src/libosmo-xua.la $(LIBOSMOCORE_LIBS) ${TALLOC_LIBS}
|
+m2ua_test_LDADD = $(top_builddir)/src/libosmo-xua.la $(LIBOSMOCORE_LIBS) ${TALLOC_LIBS}
|
||||||
Index: libosmo-sccp-1.8.1/tests/sccp/Makefile.am
|
Index: libosmo-sccp-1.9.0/tests/sccp/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/tests/sccp/Makefile.am
|
--- libosmo-sccp-1.9.0.orig/tests/sccp/Makefile.am
|
||||||
+++ libosmo-sccp-1.8.1/tests/sccp/Makefile.am
|
+++ libosmo-sccp-1.9.0/tests/sccp/Makefile.am
|
||||||
@@ -1,14 +1,15 @@
|
@@ -1,14 +1,15 @@
|
||||||
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
||||||
-AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS)
|
-AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS)
|
||||||
@ -126,10 +126,10 @@ Index: libosmo-sccp-1.8.1/tests/sccp/Makefile.am
|
|||||||
+ ${TALLOC_LIBS} \
|
+ ${TALLOC_LIBS} \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
Index: libosmo-sccp-1.8.1/tests/ss7/Makefile.am
|
Index: libosmo-sccp-1.9.0/tests/ss7/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/tests/ss7/Makefile.am
|
--- libosmo-sccp-1.9.0.orig/tests/ss7/Makefile.am
|
||||||
+++ libosmo-sccp-1.8.1/tests/ss7/Makefile.am
|
+++ libosmo-sccp-1.9.0/tests/ss7/Makefile.am
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
||||||
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
|
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
|
||||||
@ -139,10 +139,10 @@ Index: libosmo-sccp-1.8.1/tests/ss7/Makefile.am
|
|||||||
LDADD = $(top_builddir)/src/libosmo-sigtran.la \
|
LDADD = $(top_builddir)/src/libosmo-sigtran.la \
|
||||||
$(LIBOSMOCORE_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMONETIF_LIBS) $(LIBSCTP_LIBS)
|
$(LIBOSMOCORE_LIBS) $(LIBOSMOVTY_LIBS) $(LIBOSMONETIF_LIBS) $(LIBSCTP_LIBS)
|
||||||
|
|
||||||
Index: libosmo-sccp-1.8.1/tests/xua/Makefile.am
|
Index: libosmo-sccp-1.9.0/tests/xua/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.8.1.orig/tests/xua/Makefile.am
|
--- libosmo-sccp-1.9.0.orig/tests/xua/Makefile.am
|
||||||
+++ libosmo-sccp-1.8.1/tests/xua/Makefile.am
|
+++ libosmo-sccp-1.9.0/tests/xua/Makefile.am
|
||||||
@@ -1,8 +1,9 @@
|
@@ -1,8 +1,9 @@
|
||||||
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
||||||
-AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
|
-AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78d9425bce0f6771941f4f4b139ae94aa6637546766794f61d48d955630aeeed
|
|
||||||
size 309663
|
|
BIN
1.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
1.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 14:11:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.9.0
|
||||||
|
* sccp: Introduce initial support for SCCP LUDT + LUDTS messages
|
||||||
|
* asp: Apply SCTP local and peer primary address changes after
|
||||||
|
the ASP was started
|
||||||
|
* asp: Support removing local & remote addresses
|
||||||
|
* Implement M3UA-over-TCP (in addition to SCTP)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 18 08:38:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jun 18 08:38:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libosmo-sccp
|
Name: libosmo-sccp
|
||||||
Version: 1.8.2
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define libversion %(echo "%version" | sed 's/\\./_/g')
|
%define libversion %(echo "%version" | sed 's/\\./_/g')
|
||||||
Summary: Osmocom library for the A-bis interface between BTS and BSC
|
Summary: Osmocom library for the A-bis interface between BTS and BSC
|
||||||
@ -33,10 +33,10 @@ BuildRequires: libtool >= 2
|
|||||||
BuildRequires: lksctp-tools-devel
|
BuildRequires: lksctp-tools-devel
|
||||||
BuildRequires: pkg-config >= 0.20
|
BuildRequires: pkg-config >= 0.20
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0
|
BuildRequires: pkgconfig(libosmo-netif) >= 1.5.0
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.9.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.10.0
|
||||||
BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
|
BuildRequires: pkgconfig(libosmogsm) >= 1.10.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.9.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.10.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SCCP is a network layer protocol that provides extended routing, flow
|
SCCP is a network layer protocol that provides extended routing, flow
|
||||||
@ -96,19 +96,19 @@ in SS7 telecommunications networks.
|
|||||||
This subpackage contains the development files for the Osmocom SCCP
|
This subpackage contains the development files for the Osmocom SCCP
|
||||||
library.
|
library.
|
||||||
|
|
||||||
%package -n libosmo-sigtran9
|
%package -n libosmo-sigtran10
|
||||||
Summary: Osmocom SIGTRAN library
|
Summary: Osmocom SIGTRAN library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libosmo-sigtran9
|
%description -n libosmo-sigtran10
|
||||||
Osmocom implementation of (parts of) SIGTRAN.
|
Osmocom implementation of (parts of) SIGTRAN.
|
||||||
|
|
||||||
%package -n libosmo-sigtran-devel
|
%package -n libosmo-sigtran-devel
|
||||||
Summary: Development files for the Osmocom sigtran library
|
Summary: Development files for the Osmocom sigtran library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-sigtran9 = %version
|
Requires: libosmo-sigtran10 = %version
|
||||||
|
|
||||||
%description -n libosmo-sigtran-devel
|
%description -n libosmo-sigtran-devel
|
||||||
Osmocom implementation of (parts of) SIGTRAN.
|
Osmocom implementation of (parts of) SIGTRAN.
|
||||||
@ -182,7 +182,7 @@ fi
|
|||||||
|
|
||||||
%ldconfig_scriptlets -n libosmo-mtp-%libversion
|
%ldconfig_scriptlets -n libosmo-mtp-%libversion
|
||||||
%ldconfig_scriptlets -n libosmo-sccp-%libversion
|
%ldconfig_scriptlets -n libosmo-sccp-%libversion
|
||||||
%ldconfig_scriptlets -n libosmo-sigtran9
|
%ldconfig_scriptlets -n libosmo-sigtran10
|
||||||
%ldconfig_scriptlets -n libosmo-xua-%libversion
|
%ldconfig_scriptlets -n libosmo-xua-%libversion
|
||||||
|
|
||||||
%preun -n osmo-stp
|
%preun -n osmo-stp
|
||||||
@ -217,7 +217,7 @@ fi
|
|||||||
%_libdir/libosmo-sccp.so
|
%_libdir/libosmo-sccp.so
|
||||||
%_libdir/pkgconfig/libosmo-sccp.pc
|
%_libdir/pkgconfig/libosmo-sccp.pc
|
||||||
|
|
||||||
%files -n libosmo-sigtran9
|
%files -n libosmo-sigtran10
|
||||||
%_libdir/libosmo-sigtran.so.*
|
%_libdir/libosmo-sigtran.so.*
|
||||||
|
|
||||||
%files -n libosmo-sigtran-devel
|
%files -n libosmo-sigtran-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user