forked from pool/libosmo-sccp
- Update to release 1.6.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosmo-sccp?expand=0&rev=50
This commit is contained in:
parent
6a1b22c273
commit
390b59189c
@ -20,22 +20,22 @@ Multimedia Transfer Protocol library.
|
|||||||
tests/xua/Makefile.am | 6 ++----
|
tests/xua/Makefile.am | 6 ++----
|
||||||
8 files changed, 24 insertions(+), 17 deletions(-)
|
8 files changed, 24 insertions(+), 17 deletions(-)
|
||||||
|
|
||||||
Index: libosmo-sccp-1.4.0/configure.ac
|
Index: libosmo-sccp-1.6.0/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/configure.ac
|
--- libosmo-sccp-1.6.0.orig/configure.ac
|
||||||
+++ libosmo-sccp-1.4.0/configure.ac
|
+++ libosmo-sccp-1.6.0/configure.ac
|
||||||
@@ -36,6 +36,7 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"
|
@@ -36,6 +36,7 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"
|
||||||
fi
|
fi
|
||||||
PKG_PROG_PKG_CONFIG([0.20])
|
PKG_PROG_PKG_CONFIG([0.20])
|
||||||
|
|
||||||
+PKG_CHECK_MODULES([TALLOC], [talloc])
|
+PKG_CHECK_MODULES([TALLOC], [talloc])
|
||||||
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
|
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
|
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
|
||||||
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
|
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
|
||||||
Index: libosmo-sccp-1.4.0/libosmo-mtp.pc.in
|
Index: libosmo-sccp-1.6.0/libosmo-mtp.pc.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/libosmo-mtp.pc.in
|
--- libosmo-sccp-1.6.0.orig/libosmo-mtp.pc.in
|
||||||
+++ libosmo-sccp-1.4.0/libosmo-mtp.pc.in
|
+++ libosmo-sccp-1.6.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.4.0/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.4.0/libosmo-sccp.pc.in
|
Index: libosmo-sccp-1.6.0/libosmo-sccp.pc.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/libosmo-sccp.pc.in
|
--- libosmo-sccp-1.6.0.orig/libosmo-sccp.pc.in
|
||||||
+++ libosmo-sccp-1.4.0/libosmo-sccp.pc.in
|
+++ libosmo-sccp-1.6.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.4.0/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.4.0/src/Makefile.am
|
Index: libosmo-sccp-1.6.0/src/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/src/Makefile.am
|
--- libosmo-sccp-1.6.0.orig/src/Makefile.am
|
||||||
+++ libosmo-sccp-1.4.0/src/Makefile.am
|
+++ libosmo-sccp-1.6.0/src/Makefile.am
|
||||||
@@ -7,15 +7,21 @@ noinst_HEADERS = sccp_internal.h xua_asp
|
@@ -7,15 +7,21 @@ noinst_HEADERS = sccp_internal.h ss7_int
|
||||||
# Legacy static libs
|
# Legacy static libs
|
||||||
|
|
||||||
sccpdir = $(libdir)
|
sccpdir = $(libdir)
|
||||||
@ -93,20 +93,20 @@ Index: libosmo-sccp-1.4.0/src/Makefile.am
|
|||||||
+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.4.0/tests/m2ua/Makefile.am
|
Index: libosmo-sccp-1.6.0/tests/m2ua/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/tests/m2ua/Makefile.am
|
--- libosmo-sccp-1.6.0.orig/tests/m2ua/Makefile.am
|
||||||
+++ libosmo-sccp-1.4.0/tests/m2ua/Makefile.am
|
+++ libosmo-sccp-1.6.0/tests/m2ua/Makefile.am
|
||||||
@@ -5,4 +5,4 @@ EXTRA_DIST = m2ua_test.ok
|
@@ -5,4 +5,4 @@ EXTRA_DIST = m2ua_test.ok
|
||||||
|
|
||||||
noinst_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.4.0/tests/sccp/Makefile.am
|
Index: libosmo-sccp-1.6.0/tests/sccp/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/tests/sccp/Makefile.am
|
--- libosmo-sccp-1.6.0.orig/tests/sccp/Makefile.am
|
||||||
+++ libosmo-sccp-1.4.0/tests/sccp/Makefile.am
|
+++ libosmo-sccp-1.6.0/tests/sccp/Makefile.am
|
||||||
@@ -1,13 +1,13 @@
|
@@ -1,13 +1,13 @@
|
||||||
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include
|
||||||
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include ${TALLOC_CFLAGS}
|
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include ${TALLOC_CFLAGS}
|
||||||
@ -114,7 +114,7 @@ Index: libosmo-sccp-1.4.0/tests/sccp/Makefile.am
|
|||||||
|
|
||||||
EXTRA_DIST = sccp_test.ok
|
EXTRA_DIST = sccp_test.ok
|
||||||
|
|
||||||
noinst_PROGRAMS = sccp_test
|
check_PROGRAMS = sccp_test
|
||||||
|
|
||||||
-sccp_test_SOURCES = sccp_test.c
|
-sccp_test_SOURCES = sccp_test.c
|
||||||
+sccp_test_SOURCES = sccp_test.c ${top_srcdir}/src/sccp.c
|
+sccp_test_SOURCES = sccp_test.c ${top_srcdir}/src/sccp.c
|
||||||
@ -124,10 +124,10 @@ Index: libosmo-sccp-1.4.0/tests/sccp/Makefile.am
|
|||||||
+ ${TALLOC_LIBS} \
|
+ ${TALLOC_LIBS} \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
Index: libosmo-sccp-1.4.0/tests/ss7/Makefile.am
|
Index: libosmo-sccp-1.6.0/tests/ss7/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/tests/ss7/Makefile.am
|
--- libosmo-sccp-1.6.0.orig/tests/ss7/Makefile.am
|
||||||
+++ libosmo-sccp-1.4.0/tests/ss7/Makefile.am
|
+++ libosmo-sccp-1.6.0/tests/ss7/Makefile.am
|
||||||
@@ -1,7 +1,5 @@
|
@@ -1,7 +1,5 @@
|
||||||
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -Wall
|
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -Wall
|
||||||
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
|
AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS)
|
||||||
@ -136,10 +136,10 @@ Index: libosmo-sccp-1.4.0/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.4.0/tests/xua/Makefile.am
|
Index: libosmo-sccp-1.6.0/tests/xua/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libosmo-sccp-1.4.0.orig/tests/xua/Makefile.am
|
--- libosmo-sccp-1.6.0.orig/tests/xua/Makefile.am
|
||||||
+++ libosmo-sccp-1.4.0/tests/xua/Makefile.am
|
+++ libosmo-sccp-1.6.0/tests/xua/Makefile.am
|
||||||
@@ -1,8 +1,6 @@
|
@@ -1,8 +1,6 @@
|
||||||
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -Wall
|
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -Wall
|
||||||
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMONETIF_CFLAGS) $(LIBSCTP_CFLAGS)
|
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMONETIF_CFLAGS) $(LIBSCTP_CFLAGS)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7e4e6c1e3b1a320638fa33a7d27f964c5e6e79ffc91777ef045191329a20e56
|
|
||||||
size 294527
|
|
3
1.6.0.tar.gz
Normal file
3
1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bda8010d5866cdb16df9f71b5525aafb49d5a1628c41944de22d6a7cfed152d7
|
||||||
|
size 295298
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 3 16:35:16 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.6.0
|
||||||
|
* Add ss7 instances to osmo_ss7_instances in creation order
|
||||||
|
* M3UA/SUA: Implement handling of SCON (signaling congestion)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 19 09:21:16 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Fri Nov 19 09:21:16 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libosmo-sccp
|
# spec file for package libosmo-sccp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libosmo-sccp
|
Name: libosmo-sccp
|
||||||
Version: 1.5.0
|
Version: 1.6.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
|
||||||
@ -34,10 +34,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.1.0
|
BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.5.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
|
BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.5.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.7.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
|
||||||
|
Loading…
Reference in New Issue
Block a user